@charset "UTF-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4d4d;
}

h1 {
	padding: 15px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: 200;
	line-height: 125%;
	color: #05549f;
}
h2 {
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #ef4035;
	font-weight: bold;
	font-style: italic;
}

a {
	color: #05549f;
	text-decoration: none;
}

a:hover, .selected a{
	
	text-decoration: underline;
}

p {
	padding: 3px 0 3px 0;
}

td {
	padding: 5px;
}

li {
	margin-bottom: 20px;
	list-style: disc;
}

.horizontalRule {
	border-bottom: thin solid #05549f;
}

.ddlSearchInput {
	width: 200px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tfSearchInput {
	width: 195px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}

.glossBtn {
	margin: 10px;
	width: 100px;
	height: 100px;
	background-color: #9cbaf7;
	font-size: 150%;
}

#container { 
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/bkg_gold.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}






/*********** start HEADER ***********/

#header {
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#headerAltText {
	position: relative;
	float: left;
	width: 635px; 
	height: 73px;
	top: 55px;
	margin-left: 200px;
	padding: 0;
	text-indent: -5000px;
}

#headerAltText a {
	position: absolute;
	width: 635px; 
	height: 73px;
	top: 0px;
	left: 0px;
	
}

.loginBtn {
	padding: 0;
	margin: 0;
	color: #FF0000;
	
}

.loginBtn a { 
	padding: 0;
	float: right; 
	margin: 10px 10px 0 0;
	height: 36px;
	width: 99px;
	background: url(images/login_btn.gif) no-repeat left top;
	color: #FF0000;
	text-align: center;
	line-height: 30px;
}

.loginBtn a:hover, .selected a { 
	color: #000000;
	background-position: -99px top;
}

/***********************************/





/*********** start NAV ***********/

#nav {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff9eb; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 30px;
	padding: 15px 20px 3px 20px;
	text-indent: 15px;
	font-size: 120%;
	font-weight: 400;
}

#nav ul {
	/* margin-top: 20px; */
	padding: 0;
	list-style-type: none;
}
#nav ul a{
	padding: 10px 0 10px 0;
	display: block;
	width: 200px;
	height: 20px;
	line-height: 2px;
	color: #05549f;
	text-decoration: none;
	background: url(images/navBtn.gif) no-repeat left top;
}
#nav ul a:hover, .selected a{
	color: #ef4035;
}

#nav li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}
	
#nav li a:hover, .selected a {
	color: #ef4035;
	text-decoration: underline;
	
}


/***********************************/



.floatingLink {
	padding: 10px 0 10px 0;
	width: 275px;
	height: 20px;
	line-height: 1px;
	color: #05549f;
	text-decoration: none;
	background: url(images/navBtn.gif) no-repeat left top;
	text-indent: 15px;
	font-size: 120%;
	font-weight: 400;
}

.floatingLink a:hover, .selected a {
	color: #ef4035;
	text-decoration: underline;
}



/*********** start MAIN CONTENT ***********/

#mainContent { 
	position: relative;
	float: right;
	width: 650px;
	margin: 15px 85px 10px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.textArea {
	padding: 0 20px 20px 20px;
	margin: 0;
	background-color: #ffffff;
}

/***********************************/

#photosAndTags {
	postion: relative;
	float: right;
	width: 300px;
	margin: 20px;
}

#photoGallery {
	width: 300px;
	height: 370px;
	padding: 10px;
	background-color: #fef6dc;
	border-color: #05549f;
	border-style: solid;
	border-width: thin;
}

.photo {
	margin: 5px;
	width: 290px;
	height: 290px;
	background-color: #cccccc;
}

.thumbWrapper {
	margin: 5px;
	width: 290px;
	height: 70px;
}

.thumb {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 67px;
	height: 67px;
	background-color: #CCCCCC;
}

#tags {
	width: 300px;
	margin-top: 20px;
	padding: 10px;
	background-color: #fef6dc;
	border-color: #05549f;
	border-style: solid;
	border-width: thin;
}




/*********** other classes that can be used in MAIN CONENT ***********/

.caption {
	font-size: 95%;
	font-style: italic;
}

.featuredBusiness {
	float: left;
	margin: 20px 30px 20px 0;
	padding: 20px;
	width: 270px;
	background-color: #f9cc3d;
	color: #000000;
}

.featuredReview {
	float: right;
	margin: 20px 0 20px 0;
	padding: 20px;
	width: 270px;
	background-color: #9cbaf7;
	color: #000000;
}

.featureHead {
	height: 43px;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 225%;
	text-indent: 40px;
	background-image: url(images/smiley_box.gif);
	background-repeat: no-repeat;
}

#listingWrapper {
	margin: 0;
	padding: 0;
}

.listing {
	margin: 0;
	padding: 10px 0;
	border-bottom: thin solid #05549f;
	background-image: url(images/listing_bkgd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.listingHead {
	background-color: #dae5fc;
	cursor: pointer;

}

.listingContent {
	margin: 10px;
}

.listing h1 {
	margin: 0;
	padding: 0 10px 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 175%;
	color: #05549f;
}

.listing h2 {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 100%;
	color: #ef4035;
}

.listing h2 a{
	color: #ef4035;
}

.listing h3 {
	margin 0;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

.listing p {
	margin: 0;
	padding: 0 10px 0 10px;
}

.listing .logo {
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

.listingImageWrapper {
	margin: 0 0 20px 0;
	padding: 0;
}

.listingImageWrapper img {
	margin: 20px 0 0 0;
}

.rating {
	margin: 5px 0 0 0;
	height: 22px;
}

.readMoreLink {
	postion: relative;	
	float: right;
	color: #FF0000;
	font-size: 90%;
	font-style: italic;
}

.readMoreLink a {
	color: #FF0000;
}

.eventDisplay {
	border-collapse: collapse;
}

.eventDisplay #head{
	background-color: #dae5fc;
	font-weight: bold;
}

.eventDisplay td {
	padding: 5px 20px 5px 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #05549f;
}

.subNav {
	color: #FF0000;
}

.subNav a {
	color: #FF0000;
}

.contactWrapper {
	background-color: #dae5fc;
}

.contactInfo {
	margin: 0;
	padding: 10px;
	color: #05549f;
}


#adWrapper{
	position: relative;
	float: left;
	width: 200px;
	margin: 0 20px 0 20px;
}

.ad200x300 {
	width: 200px;
	height: 200px;
	margin-top: 20px;
}

.sideBar {
    height:395px;
	padding: 5px;
    margin-top:2em;
	font-size: 90%;
	line-height: 140%;
	border-color: #ef4035; 
	border-style: solid; 
	border-width: thin;
}

/*********** start FOOTER ***********/

#footer {
	position: relative;
	float: left;
	width: 1000px;
	padding: 0;
	height: 22px;
	background-color: #800000;
	
}
#footer p {
	margin: 0;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	color: #c46c65;
	font-size: 75%;
	line-height: 250%;
}

#footer p a {
	text-decoration: none;
	color: #c46c65;
}

#footer p a:hover, .selected a {
	color: #ffffff;
	
}

#footer img {
	float: left; 
}

/***********************************/






/*********** general FLOAT classes ***********/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
