@charset "UTF-8";
/* CSS Document */

/*------- Footer --------*/

#bottom {
	padding-left:0px;
	margin-top:40px;
	background-color: #dad7d7;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	background-image: url(../Media/Background_Template/bottom_gradient.gif);
	padding-top: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

#bottom a:link {
	color:#336699;
	text-decoration:none;
}

#more-info li {
	color:#336699;
	text-decoration:none;
	list-style-type:none;
	background:url(../Media/Navigation_Pics/arrow.png) no-repeat 0px 3px; /* sets list backgorund for ff position */
/* this may not be needed if the _height works but I want to be certain its going to work */
_background:url(../Media/Navigation_Pics/arrow.png) no-repeat 0px 6px; /* same thing for ie 6 hack to make lower*/
min-height:/**/0px;  /* for ie7 bullets to align in the right position  **use firefox, prevents us having to hack css** */
_height:/**/1; 	
	padding-left:20px;
}

#bottom a:hover {
	color:#336699;
	text-decoration:underline;
}

#bottom a:visited {
	color:#336699;
	text-decoration:none;
}
#bottom a:active {
	color:#336699;
	text-decoration:none;
}

#bottom_logo { 
	text-align:left;
	margin-bottom:10px;
	width:215px;
	padding:10px;
	float:left;
	margin-right:15px;
	color:#FFF;
	letter-spacing:1px;
	margin-top:50px;
}

#bottom_content {
	text-align:left;
	padding-top:5px;
	width:260px;
	padding:10px;
	float:left;
	margin-left:30px;
	margin-right:0px;
	color:#333333;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

#bottom_content h3 {
	font-size: 1.2em;
	color:#07396B;
	margin-bottom:4px;
	text-shadow: #FFF 0 0 0;
}


#footer {
	height:25px;
	background-color:#003366;
	color:#CCC;
	text-align:center;
	font-size:0.85em;
	padding-top:5px;
	padding-left:30px;
}

#footer ul {
	margin-top:0;
	
}

#footer ul li{
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin-right:6px;
	font-weight:normal;
	text-shadow:#333 0 0 0;
}

#footer ul li a:link {
	color:#CCC;
	text-decoration:none;
	font-weight:normal;

}

#footer ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}

#footer ul li a:visited {
	color:#CCC;
	text-decoration:none;

}

#footer ul li a:active {
	color:#CCC;
	text-decoration:none;
	font-weight: normal;
}

#designer {
	width:955px;
	margin:auto;
	color:#999999;
	text-align:center;
	margin-bottom:15px;
	font-size:.88em;
	text-shadow:#FFF 0 0 0;
}

#designer a:link {
	color:#666666;
	text-decoration:none;
}

#designer a:hover {
	color:#999999;
	text-decoration:underline;
}

#designer a:visited {
	color:#666666;
	text-decoration:none;
}
#designer a:active {
	color:#666666;
	text-decoration:none;
}

#wrapper #container #bottom #bottom_logo img {
	display: inline;
	border: none;
}

#bottom_content img {
	border: none;
}

/*-------End Footer --------*/
