@charset "utf-8";
/*wide left side bar no right side bar template*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */

}

#header_1
{
	background:#fff;
	margin-bottom:-50px;
}
 

#location
{
    
	position:relative;
	top:-86px;
	left:615px;
    width: 190px;


	
}
#location p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999;
	line-height: 12px;
}
	 

#social_network
{
	background:#fff;
	float:right;
	position:relative;
	left:-25px;
	margin-top:-86px;
}
.soical_network_img
{
	margin-left:8px;
}
#nav_bar
{
	height:40px;
        padding:8px;
	background-image:url(../images/nav_bar_bk.jpg);
	background-repeat: no-repeat;
        width:100% /*for ie7*/
}
#nav_bar a
{
        margin: 8px;
        font-size:small;
        font-family:Arial;
        font-weight: bold;
        text-decoration:none;
        color:#003399;
}#header_2
{
 
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
}
.sidebar1_img
{
	margin-left:3px;
	margin-bottom:4px;
	
}
.sidebar1_line
{
	margin-left:40px;
	margin-bottom:4px;
 
	
}

#sidebar p
  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
 
	
  }
#sidebar1 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
	text-decoration:none;

 
}

.sidebar1_sm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#006;
	text-decoration:none;

 
}
.sidebar_body_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7676;
	line-height:22px;
}
 #mainContent {
	padding: 5px 20px 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	margin-left: 155px;
	margin-right: 0px;
	width: 575px; /*600*/
	
} 
#mainContent p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7676;
	line-height:22px;
}
#mainContent h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003399;

}

#mainContent a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009;
	text-decoration:none;
	font-weight: bold;
 
}

#mainContent li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7676;
	line-height:22px;
	margin-bottom:10px;
}
.sm_headings
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003399;

}

.content_block_img
 {
	 display:block;
	 padding:30px;
	 margin-left:40px;
 }
#copyright_notice
{
	height:20px;
	background-color:#FFF;
	margin-top: 20px;
	margin-bottom:30px;
}
#copyright_notice p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999;
	float:right;
}
#footer_nav
{
	height:60px;
	background-color:#FFF;
}

#footer_nav ul
{
	text-align:center;
	
}

#footer_nav li
{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7676;
	padding-left:5px;
	list-style:none;
}








.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;
}

