﻿*{
    margin: 0;
    padding: 0;
}
html{
    overflow-y: scroll;
}
body {
    background: transparent url(images/bg.jpg) repeat-x fixed;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Arial;
}
img{
    display: block;   
}
/*-----Page Structure-----*/
.Clear{
    clear: both;
}
.Header{
    width: 960px;
    margin: auto auto;
    margin-top: 20px;
}
.PhoneNumber{
    float: right;
    margin-top: 70px;    
    color: #273164;
    font-weight: bold;
    font-size: 20px;
    margin-right: 25px;
}
.TopNavigation{
    clear: right;
    margin-right: 15px;    
    height: 32px;
    width: 622px;
    float: right;
    background: transparent url(images/topNavigation_bg.png);
    position: relative;
}
.Shadow_Top{
    margin: auto auto;
    position: relative;
    z-index: -1;
    width: 984px;
    height: 12px;
    background: transparent url(Images/Shadow_Top.png);
    margin-top: -12px;    
}
.Wrapper{
    width: 960px;
    margin: auto auto;
}
.Main{
    border: 1px solid #bababa;
    background: white;
    padding: 13px;
}
.Page2Border{
    border: 1px solid #dbdbdb;
}
.Page2Content{
    padding: 10px;
    border: 3px solid #f8f8f8;
}
.Footer{
    padding: 5px;
    width: 950px;
    margin: auto auto;
    text-align: right;
}
/*-----Text Formatting-----*/
.Footer a{
    color: #4a557d;
    text-decoration: none;
    font-size: 10px;
}
.Content p{
    margin-bottom: 8px;
}
.Content ul, .Content ol{
    margin-left: 20px;
    margin-bottom: 8px;
}
h1{
    color: #414040;
    font-size: 1.5em;
    border-bottom: 1px solid #414040;
    margin-bottom: 10px; 
}
h2, h3{
    color: #cf2212;  
    margin-bottom: 10px; 
}
h4, h5, h6{
    color: #4a557d;
    margin-bottom: 8px; 
}

/*-----Home Page-----*/
.HomeTop{
    border: 1px solid #cdcdcd;
}
.HomeTopLeft{
    float: left;
    background: url(Images/HomeTopLeft_bg.png) no-repeat;
    width: 336px;
    height: 371px;
    overflow: hidden;    
}
.HomeContent{
    background-color: White;
    padding: 5px;
}
.HomeBox1{
    float: left;
    background: transparent url(Images/HomeBox1_bg.png);
    width: 240px;
    height: 332px;
    margin-right: 6px;    
}
.HomeBox2{
    float: left;
    background: transparent url(Images/HomeBox2_bg.png);
    width: 240px;
    height: 332px;
}
.HomeBox3{
    float: right;
    background: transparent url(Images/HomeBox3_bg.png);
    width: 457px;
    height: 332px;
}
.HomeBoxHeader{
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #e7e3de;
    margin-left: 10px;
    width: 130px;
    text-align: center;
}
.HomeBoxHeader a:link, .HomeBoxHeader a:visited{
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #e7e3de;
	text-decoration: none;
}
.HomeBoxHeader a:hover, .HomeBoxHeader a:active{
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #e7e3de;
	text-decoration: underline;
}
.HomeContent .Content{
    color: #414040;
    padding: 15px;
}
.HomeTopLeft .Content{
    text-align: center;
    padding: 20px;
    height: 220px;
    overflow: hidden;
}
.HomeTopLeft .Bottom{
    text-align: center;
    padding: 25px;
}
/*-----Top Nav-----*/
.TopNavigation ul{    
    list-style: none;
    margin-top: 2px;
    margin-left: 45px;
}
.TopNavigation ul li{
    float: left;
}
.TopNavigation ul li a{
    color: White;
    font-size: 13px;
    line-height: 13px;
    padding: 0 12px 0 0px;
    display: block;
    text-decoration: none;    
    font-weight: bold;
}
.TopNavigation ul li a span{
    padding: 9px 13px 8px 25px;
    display: block;
}
.TopNavigation ul li a:hover,
.TopNavigation ul li:hover>a{
    background: url(Images/TopNavOver_right.png) right bottom no-repeat;
    color: White;
    font-size: 13px;
    line-height: 13px;
    padding: 0 11px 0 0px;
    display: block;
    text-decoration: none;    
    font-weight: bold;
}
.TopNavigation ul li a:hover span,
.TopNavigation ul li:hover>a span{
    background: url(Images/TopNavOver_left.png) left bottom no-repeat;
    padding: 9px 14px 8px 25px;
    display: block;
}
/*---FLYOUTS---*/
.TopNavigation ul li ul{
	background: #be3f1f;
	display:none;
	padding:0px;
	margin:0px;
	margin-left: -1px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	position: absolute;
	width:150px;
	z-index:200;
	/*top:1em;*/
}
.TopNavigation ul li:hover ul{
	display:block;
}
.TopNavigation ul li li {
	background: url('../images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	border-bottom: 1px solid #c1c1c1;
	list-style: none;
}
.TopNavigation ul li:hover li a{
	background: none;
}
.TopNavigation ul li ul a:link, 
.TopNavigation ul li ul a:visited{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px 10px 15px;
	text-align: left;
}
.TopNavigation ul li ul a:hover, 
.TopNavigation ul li ul li:hover a{
	background: #f0ce9a;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}
