﻿/* @override http://192.168.1.110:8888/georgiahotel/css/main.css */

/*
Company:	Georgia Hotel
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat 0 0 #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	margin-bottom: 2px;
	height: 129px;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
body.cols3 div#bd {
	background: url(../images/content-bkg.png) repeat-y 0 0;
	background-color: #ffffff;

}
body.cols2 div#bd {
	background: url(../images/content-bkg-2col.gif) repeat-y 0 0;
}

/* Footer */
div#ft {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333534;
	padding: 5px 15px 5px 15px;
}
div#ft p {
	margin: 0;
	color: #fff;
}
div#ft p span {
	padding: 0 10px;
}
div#ft p a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft p a:link {
	color: #fff;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
div#ft p.ft-nav {
	font-size: 85%;
	color: #fff;
	margin: 0 0 5px 0;
	font-weight: bold;
}
div#ft p.copyright {
	font-weight: bold;
	font-size: 85%;
	margin: 0 0 2px 0;
}
div#ft p.phone {
	font-size: 85%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 1000px;
	height: 129px;
	background: url(../images/georgia-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Side */
div.side {
	width: 200px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
	/*background-color: #2d537a;*/
}

/* Main */
div.main {
	width: 780px;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}
body.cols2 div.main {
	width: 720px;
	padding: 15px 20px 0 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}

/* Content */
div.main div.content {
	width: 512px;
	float: left;
	display: inline;
	background-color:white;
	
}

/* right */
div.main div.right {
	width: 200px;
	margin: 0 24px 0 0;
	float: right;
	display: inline;
}

/* Join Now Button */
a.join-now-btn {
	display: block;
	width: 158px;
	height: 35px;
	background: url(../images/btn-join-now1.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9000px;
	margin-bottom: 15px;
}

/* Upcoming Events */
div.upcoming-events {
	width: 186px;
	margin-left: auto;
	margin-right: auto;
}
div.upcoming-events h2 {
	margin: 0;
	background: url(../images/hd-upcoming-events.gif) no-repeat 0 0;
	height: 30px;
	text-indent: -9000px;
}
div.upcoming-events ul {
	margin: 0 3px 15px 3px;
	padding: 10px;
	background-color: #fff;
}
div.upcoming-events ul li {
	list-style: none;
	margin: 0 0 10px 0;
}
div.upcoming-events ul li a {
	font-size: 93%;
}
div.upcoming-events ul li a:visited {
	color: #003366;
	text-decoration: none;
}
div.upcoming-events ul li a:link {
	color: #003366;
	text-decoration: none;
}
div.upcoming-events ul li a:hover {
	text-decoration: underline;
}
div.upcoming-events ul li a span {
	display: block;
	font-size: 93%;
}
div.upcoming-events ul li.more {
	margin: 0;
}
div.upcoming-events ul li.more p {
	margin: 0;
	text-align: right;
}

/* Badge */
div.badge {
	text-align: center;
	margin: 0 0 15px 0;
}

/* Feature */
div#feature {
	margin: 0 0 15px 0;
}

/* Banner */
div.banner {
	margin: 0 0 15px 4px;
}

/* News */
div.news {
	border: 1px solid #b8b8b8;
	background-color: #fff;
	padding: 5px;
	width: 180px;
	margin: 0 0 15px 4px;
}
div.news img {
	margin: 0 0 1px 0;
}
div.news p.date {
	font-size: 77%;
	font-style: italic;
	color: #191c18;
}
div.news p.more {
	text-align: right;
	margin: 0;
	font-size: 93%;
}
div.news ul {
	margin: 0;
}
div.news ul li {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 93%;
}

/* Premier Members */
div.premier-members h2 {
	background: url(../images/hd-premier-members.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0!important;
	height: 35px;
}
div.premier-members-content {
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	width: 190px;
	margin-left: 4px;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
}
div.photos {
	width: 188px;
	height: 107px;
	overflow: hidden;
}
div.photos img {
    padding-right: 32px;
    padding-left: 32px; 
    width:  124px; 
    height: 107px; 
    top: 0; 
    left: 0; 
}
div.premier-members-content p {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 85%;
}

/* Weblink Logo */
div#weblink-logo {
	display: block;
	width: 99px;
	height: 26px;
	background: url(../images/weblink-logo.gif) no-repeat 0 0;
	margin: 15px 15px 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#weblink-logo a {
	display: block;
	height: 100%;
}

/* Place Ad Here */
div.side div.side-ad {
	text-align: center;
	margin: 0 0 15px 0;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
	height: 33px;
	overflow: hidden;
}
div#nav form {
	width: 200px;
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
	float: left;
	display: inline;
}
div#nav form label {
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
div#nav form input.txt {
	width: 100px;
	vertical-align: middle;
	font-size: 93%;
}
div#nav form input.btn {
	vertical-align: middle;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px 0 12px;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
	font-weight: 600;
	font-size: 101%;
}
div#nav ul li.first a {
	background: none;
}
div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:link {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color: #7a7a7a;
}

div.side ul.sidenav {
	margin: 0 0 15px 0;
	padding: 0;
}
div.side ul.sidenav li {
	list-style: none;
	padding: 2px 15px;
}
div.side ul.sidenav li a {
	font-size: 101%;
	font-weight: 600;
}
div.side ul.sidenav li ul {
	margin: 0 0 0 15px;
}
div.side ul.sidenav li ul {
	padding: 2px 0;
}
div.side ul.sidenav li ul a {
	font-size: 85%;
	font-weight: normal;
}
div.side ul.sidenav li a:visited {
	color: #fff;
	text-decoration: none;
}
div.side ul.sidenav li a:link {
	color: #fff;
	text-decoration: none;
}
div.side ul.sidenav li a:hover {
	text-decoration: underline;
}
div.side ul.sidenav li ul a:visited {
	color: #fff;
	text-decoration: none;
}
div.side ul.sidenav li ul a:link {
	color: #fff;
	text-decoration: none;
}
div.side ul.sidenav li ul a:hover {
	text-decoration: underline;
}


/* @end */

#ctl00_webcontent_EventDetailSponsors1_tblSponsors tr td img{
	padding-bottom: 10px;
	padding-top: 10px; 
}
#ctl00_webcontent_EventDetailSponsors1_tblSponsors tr td {
	text-align: center;
	margin: 0 auto;
}

/* @group Default Headings */
div.main h1 {
	font-size: 138.5%;
	margin: 0 10px 10px 0;
	color: #003366;
}
div.main h2 {
	font-size: 123.1%;
	margin: 0 10px 4px 0;
	color: #003366;
}
div.main h3 {
	font-size: 108%;
	color: #000;
	margin: 0 10px 2px 0;
	font-weight: bold;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 140%;
}
div.main div.content p {
	font-size: 93%;
	margin: 0 15px 20px 10px;
}
div.main p.bc {
	font-weight: bold;
	color: #003366;
	margin: 0 0 30px 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:visited {
	color: #003366;
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

#ctl00_webcontent_CategoryQuickList1_dlCategories td{
	margin: 8px;
	padding: 8px;
}

.enhanced {
	font-family:tahoma, verdana, Arial; 
	color:#2d537a; 
	font-size: 14px; 
	font-weight:bold; 
	border-bottom: 1px #2d537a solid;
 	
}

.pad {
	border: 2px #2d537a solid; 
	padding: 10px;
	background-image:url('../Images/grade.jpg');
	background-repeat:repeat-x;
	background-color: #ececec;
}

#directory {
	padding:10px 5px 5px 5px;
	width:600px;
}

#directory img {
	padding: 5px;
}

 #directory:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html# directory {
	min-height: 1px;
}
