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

body{
	margin:0px;
	padding:0px;
	background:#D5D5D5 url(images/body_bg.png) repeat-x;
	color:#000000;
	font-family:Helvetica;
	font-size:13px;
	
}

#wrapper
{
	width: 980px;
	position:relative;
	left:50%;
	margin-left: -490px;
	float:left;
}

#top
{
	width:100%;
	height:25px;
	text-align:right;
	color:#ffffff;
	float:left;
	margin-top:5px;
}
#header
{
	width: 100%;
	float:left;
	color:#868686;
	font-weight:bold;
	padding-bottom:40px;
}

#header img
{
	border:0px;
	outline:0px;
	float:left;
}

#header #slogan
{
	float:left;
	border-left: 1px solid #E0E0E0;
	height:80px;	
	margin-top:30px;
	width:300px;
	line-height:80px;
	margin-left:30px;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}

#header #phone
{
	float:right;
	height:80px;
	margin-top:40px;
	text-align:right;
	font-weight:bold;
}

#phone .number
{
	color:#2B2B2B;
	font-size: 30px;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu
{
	width:100%;
	float:left;
	background:url(images/menu_bg.png) repeat-x;
	height:47px;
	line-height:47px;
}

#menu ul
{
	float:left;
	margin:0px; 
	padding:0px;
}

#likeh2 {
	color:#0C4599;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

#menu li
{
	float:left;
	list-style:none;
	background:url(images/menu_divider.png) no-repeat;
	background-position: right;
}
#menu a:link, #menu a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:16px 20px;
	font-size:12px;
	margin-right:2px;
}
#menu a:hover, #menu a.active
{
	background:url(images/menu_hover.png) repeat-x;
}


#content_wrapper
{
	background:#ffffff;
	width:100%;
	float:left;
	padding:30px 0px;
}
#sidebar /*total width: 260px */
{
	float:left;
	width:229px;
	padding:20px 15px 30px 15px;
	border-right: 1px solid #E8E8E8;
	line-height:20px;
}

#sidebar ul
{
	padding:0px;
	margin:0px;
	margin-left:40px;
	list-style: square;
	margin-bottom:40px;
}

#sidebar li
{
	padding:3px 0px;
}

#sidebar a:link, #sidebar a:visited
{
	color:#000000;
	text-decoration:none;
}
#sidebar a:hover
{	
	color:#0C4599;
}

#sidebar h3
{
	font-size:17px;
	margin-bottom:15px;
	background:url(images/eagle_small.png) no-repeat;
	padding-left:28px;
	line-height:20px;
	padding-bottom:5px;
	border-bottom: 1px solid #ECECEC;	
}

#sidebar .sidebar_title
{
	font-size:17px;
	margin-bottom:15px;
	background:url(images/eagle_small.png) no-repeat;
	padding-left:28px;
	line-height:20px;
	padding-bottom:5px;
	border-bottom: 1px solid #ECECEC;	
	font-weight:bold;
}



#content
{
	float:left;
	width: 680px;
	padding: 20px 20px;
}

#content img
{
	margin:10px;
}


.red_number
{
	width:100%;
	text-align:center;
	color:#E00000;
	font-family: "Times New Roman", Times, serif;
	font-size:39pt;
}

.sidehead {
	font-weight:bold;
	font-size:18px;
	background:url(images/eagle_small.png) no-repeat;}

.likeh2 {
	color:#0C4599;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}

.floatrt {float:right}
.ftleft {float:left; margin-right:5px}

h1
{
	font-weight:bold;
	font-size:19px;
	color:#303030;
	text-align:center;
}
	
h2
{
	color:#0C4599;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}



.right
{
	float:right;
}

.gray
{
	color: #5A5A5A;
}
#sidebar a.blue:link, #sidebar a.blue:visited
{
	color:#0C4599;
	text-decoration:none;
}
#sidebar a.blue:hover
{
	text-decoration:underline;
}

#footer_wrapper
{
	width:100%;
	background: #F4F4F4;
	border-top: 1px solid #FFFFFF;
	float:left;
}
#footer
{
	width:980px;
	position:relative;
	left:50%;
	margin-left: -490px;
	float:left;
}
#content_closer
{
	float:left;
	width:100%;
	height:30px;
	background-color:#FFFFFF;
	border-bottom:10px solid #EFEFEF;
}

#footer_text
{
	float:left;
	width: 100%;
	text-align:center;
	color:#888888;
	padding:30px 0px;
}
	
	

