﻿
body {
	margin: 0;
	padding: 0;
	background: #ECECEA ;	
	
}

#header {
	background: #2F5A7F url('images/header.jpg') repeat-x 0 0;
	border-bottom: 0px;
	border-left: 1px #B6B6B6;
	border-right: 1px #B6B6B6;
	border-top: 1px #B6B6B6;
	border-style: solid;
	color: #000000;
	height: 106px;
	padding: 0px;
	margin: 0px auto 0 auto;
	width: 795px;
	-moz-box-shadow: 3px 3px 4px #c0c0c0;
    -webkit-box-shadow: 3px 3px 4px #c0c0c0;
    box-shadow: 3px 3px 4px #c0c0c0;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');

	
}

#logo {	background: transparent;
	


}


#top-nav {
	background: #ECECEA url('images/nav_back.jpg') repeat-x 0 0;
	clear: both;
	color: #000090;
	font-size: 13px;
	
	font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
	height: 25px;
	padding: 0px;
	border-bottom: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-top: 1px solid #B6B6B6;
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0px;
	margin: 0px auto 0 auto;
	width: 795px;
	-moz-box-shadow: 3px 3px 4px #c0c0c0;
    -webkit-box-shadow: 3px 3px 4px #c0c0c0;
    box-shadow: 3px 3px 4px #c0c0c0;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');

	
}

#nav, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	background: transparent;
	color: #000090;
	float: left;
	height: 33px;
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	position: relative;
}

#top-nav li a {
	color: #145972;
	text-decoration: none;
}

#top-nav li a:hover {
	color: #C00000;
	text-decoration: underline;
}



#container {

	background: #ffffff ;
	margin: 0px auto 0 auto;
	width: 795px;
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	-moz-box-shadow: 3px 3px 4px #c0c0c0;
    -webkit-box-shadow: 3px 3px 4px #c0c0c0;
    box-shadow: 3px 3px 4px #c0c0c0;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');

	
	


}


#right_col {
	padding-left:5px;
	padding-right:3px;
	width: 180px;
	float: right;
	height:100%;
	
	
}

#home-page-content {
	margin-left: 10px;
	margin-right: 200px;
	padding-left:15px;
	padding-right:15px;

	padding-top:0px;
	border-right: 1px solid #B6B6B6;
	border-left: 0px;
	border-top: 0px;

}


#home-page-content ul {
	
	background-color:transparent;
	color:#000000;
	font-size: 0.9em;
	font-family:  "Arial", sans-serif, "Georgia" ;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	list-style-image:url('images/home_list.jpg')
	
}


#main-page-content {
	margin-left: 180px;
	margin-right: 10px;
	padding-left:15px;
	padding-top:15px;
	font-size: 0.9em;
	border-right: 0px ;
	border-left: 1px solid #B6B6B6;
	

	

}


#main-page-content ul {
	
	background-color:transparent;
	color:#000000;
	font-size: 0.9em;
	font-family:  "Arial", sans-serif, "Georgia" ;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	list-style-image:url('images/home_list.jpg')
	
}


#footer {
	background: #ECECEA url('images/footer.jpg') repeat-x 0 0;	
	clear: both;
	margin: 0px auto 0 auto;
	width: 795px;
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	font-size: 12px;
	text-align:center;

-moz-box-shadow: 3px 3px 4px #c0c0c0;
    -webkit-box-shadow: 3px 3px 4px #c0c0c0;
    box-shadow: 3px 3px 4px #c0c0c0;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');

	

}


h1 {
	color: #D4A017;
	font-size: 1.39em;
	font-family: "Georgia", "Verdana", "Arial", sans-serif;
	

	
	margin: 0px;
}



h2 {
	color: #2E5A7F;
	font-size: 1.08em;
	font-family: "Georgia", "Verdana", "Arial", sans-serif;
	font-weight:bold;
	margin: 0px;
}


h3 {
	color: #D4A017;
	font-size: 12px;
	font-family: "Georgia",  "Verdana", "Arial", sans-serif;
	line-height: 0.01em;
	text-align:center;
	margin-top: 0px;
	
	padding-top: 10px;

}






#right-benfits {
		
	border-left: 0px solid #B6B6B6;
	border-right: 0px solid #B6B6B6;
	border-top: 0px solid #B6B6B6;
	border-bottom: 0px solid #B6B6B6;
	margin-right:10px;
}


#right-benfits a{
	text-decoration: none;
	
	color: #145972;
	padding-bottom:2px;

}

#right-benfits a:hover {
	color: #C00000;
	text-decoration: underline;
}







#right-home {
margin-left:11px;
font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
font-size: 12px;

	
}



#right-home li{
list-style-image: url('images/right-home.gif');
padding-bottom:0px;
line-height:12px;
margin-left:12px;

	
}


#left_col-home {
	padding-left:5px;
	width: 10px;
	float: left;
	border-left: 1px solid #B6B6B6;


}



#left_col {
	padding-left:8px;
	width: 160px;
	float: left;
	

}



#left-nav {
margin-left:31px;
font-family: "Georgia",  "Verdana", "Arial", sans-serif;
font-size: 13px;

	
}



#left-nav li{
list-style-image: url('images/list-right-arrow.jpg');
padding-bottom:0px;
line-height:12px;

	
}


#left-nav li a{
text-decoration: none;
color: #145972;
padding-bottom:2px;


	
}

#left-nav li a:hover {

	color: #C00000;
	text-decoration: underline;
}





#left-benfits {
	background: #ECECEA url('images/rights.jpg') repeat-x 0 0;	
	border-left: 1px solid #2E5A7F;
	border-right: 1px solid #2E5A7F;
	border-top: 1px solid #2E5A7F;
	border-bottom: 1px solid #2E5A7F;
	margin-right:2px;
	padding-top:0px;
}


#left-benfits a{
	text-decoration: none;
	
	color: #145972;
	padding-bottom:2px;

}

#left-benfits a:hover {
	color: #C00000;
	text-decoration: underline;
}







#left-home {
margin-left:11px;
font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
font-size: 12px;

	
}



#left-home li{
list-style-image: url('images/right-home.gif');
padding-bottom:0px;
line-height:12px;
margin-left:12px;

	
}



