/* CSS Document */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#171A1C;
}




#container {
	width:750px;
	text-align:left;
	margin:15px auto; !important
	padding:0;
	background-color:#6B757E; /*purple*/

}

h3 {color: #f1a502;
	font-size: 120%;}

#header {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding: 10px 10px 15px 10px;
	height:110px;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}


#header h1
{
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}

#header h2
{
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}


#header img  {border:none;}

#nav_bar {
	background-image:url(../images/search_bar.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding-top:0px;
	padding-bottom: 0px;
	padding-left:40px;
	height:40px;
	text-align:center;
	color: #000000;
}



/*#content_wrap
{
	margin-bottom:15px;
	margin-top:5px;
	
	padding-left:5px;	
}*/


#nav_bar ul 
{
	list-style:none;
	width:650px;
	margin:10px 0 10px 0;
	padding:0;
}

#nav_bar li {display:inline;}


#nav_bar li a 
{
	font-weight:normal;
	font-size: 80%;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:inline;
	padding-right: 20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	/*background:#f4f4f4 url(../images/menu.jpg) bottom left repeat-x;*/
}

#nav_bar li a:hover 
{color:#ffffff;
}






#main {
	width:750px;
	background-color:#6B757E;
	font-size:90%;
	color:#ffffff;
	border-bottom-color: #993300;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#main a:link
{
	color:#ffffff;
	text-decoration:underline;
}
#main a:visited
{
	color:#ffffff;
	text-decoration:underline;
}
#main a:hover
{
	color:#F1A502; /*yellow*/
	text-decoration:underline;
}
#main a:active
{
	color:#ffffff;
	text-decoration:underline;
}


#main h1
{
	font-size:18px;
	font-weight:normal;
	color:#505050;
}

#main p, #main ul
{
	font-size:90%;
	font-weight:normal;
	color:#FFFFFF;
	line-height: 1.5em;
}



#footer {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding:10px;
	color:#999999;
	font-size:80%;
	text-align:center;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer a
{
	color:#999999;
}
#footer a:visited
{
	color:#999999;
	text-decoration:underline;
}
#footer a:hover
{
	color:#F1A502; /*yellow*/
}
#main a:active
{
	color:#666666;
	text-decoration:underline;
}


.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
#container #search_bar .directions {
	position: relative;
	left: 0px;
	right: 35px;
	width: 400px;
	height: 40px;
}
#selectCity a:link, #selectCity a:visited, #selectCity a:hover{
	font-weight: bold;
	color: #003899;
}



#logo img{
	text-align: right;
}
#container #header #large {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#content {
	padding: 15px;
}

