@charset "utf-8";

/*
------------------------------------------------------------------------
FOUNDATIONS
------------------------------------------------------------------------
*/
body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003658;
	background-image: url(../media/bg-repeatx.png);
	background-repeat: repeat-x;
	color: #333;
	background-attachment: fixed;
}
img{
	border: none;	
}

/*
------------------------------------------------------------------------
LAYOUT CONTAINERS & WRAPPERS
------------------------------------------------------------------------
*/
#Container{
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
}

#ContainerC1{
	width: 70px;
	height: auto;
	float: left;
	
}
#LogoWrapper{
	width: 70px;
	height: 110px;
	float: left;
}
#TelWrapper{
	width: 70px;
	height: 225px;
	float: left;
}
#ContainerC2{
	width: 890px;
	height: auto;
	float: right;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 25px;
	background-image: url(../media/content-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#ContainerContent{
	width: 870px;
	height: auto;
	min-height: 450px;
	margin: 10px auto 0px auto;
}

#ContainerFooter{
	width: 870px;
	height: 300px;
	padding: 20px 10px 10px 10px;
	float: right;
	margin: 0px auto 0px auto;
	background-image: url(../media/ftr-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.FtrCol1{
	width:	150px;
	height: auto;
	float: left;
	color: #FFF;
	margin-left: 60px;
}
.FtrCol2{
	width:	150px;
	height: auto;
	float: left;
	margin-left: 20px;
	color: #FFF;
}
.FtrCol3{
	width:	250px;
	height: auto;
	float: right;
	color: #CCC;
	font-size: 11px;
	clear: right;
	line-height: 150%;
}

address{
	font-style: normal;
	color: #CCC;
	font-size: 11px;
}
.FtrAffiliated{
	width: 202px;
	height: 41px;
	float: left;
	margin-top: 10px;
}

#ContainerFooter ul{
	font-size: 11px;
	color: #CCC;
	list-style-type: image;
	list-style-image:url(../media/li-bullet.png);
	list-style-position:inside;
	padding: 0 0;
	margin: 0 0;
	line-height: 150%;
}
#ContainerFooter li{
	margin-left: 0px;
}

#ContainerFooter a:link, #ContainerFooter a:visited{
	color: #CCC;
	text-decoration: none;
}
#ContainerFooter a:hover{
	color: #FFF;
	text-decoration: none;
}
#ContainerFooter a:active{
	color: #CCC;
	text-decoration: none;
}
.fsclogos{
	width: 205px;
	height: auto;
	margin: 20px 36px 20px auto;
	padding: 10px;
	
	float: right;
	clear: both;
}
/*
------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------
*/

#NavTopWrapper{
	width: 960px;
	margin: 0px auto 0px auto;
	height: 50px;
	color: #333;
	clear: both;
	
}
#NavContainer{
	width: 890px;
	height: 50px;
	margin: 0px auto 0px 70px;
	background-image: url(../media/navigation/nav-bg.png);
	background-repeat: repeat-x;
}
#NavBtnHome{
	width: auto;
	height: 22px;
	padding: 14px 22px 14px 22px;
	font-size: 12px;
	text-align: center;
	color: #ccc;
	float: left;
	
}
.NavBtn{
	width: auto;
	height: 22px;
	padding: 14px 23px 14px 23px;
	font-size: 12px;
	text-align: center;
	margin-left: 0px;
	color: #CCC;
	float: left;
	background-image: url(../media/navigation/nav-divider.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.NavBtn  a:link, #NavBtnHome a:link{
	color: #CCC;
	text-decoration: none;
	display: block;
}

.NavBtn  a:visited, #NavBtnHome a:visited{
	color: #CCC;
	text-decoration: none;
	display: block;
}

.NavBtn  a:hover, #NavBtnHome a:hover{
	color: #FFF;
	text-decoration: none;
	display: block;
}

.NavBtn  a:active, #NavBtnHome a:active{
	color: #CCC;
	text-decoration: none;
	display: block;
}




/*
#NavigationWrapper{
	width: 870px;
	height: 30px;
	margin: 0px auto 10px auto;
	background-color: #ccc;

}
.NavBtnx{
	width: auto;
	height: 30px;
	float: left;
}
*/

/*
------------------------------------------------------------------------
SLIDES
------------------------------------------------------------------------
*/
#ImageRotator{
	width: 870px;
	height: auto;
	margin: 0px auto 0px auto;
	
}
.FeatureSlides{
	width: 870px;
	height: 250px;
	overflow: hidden;
}

/*
------------------------------------------------------------------------
LAYOUT GRID
------------------------------------------------------------------------
*/
#SideNav{
	width: 150px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	font-size: 90%;
	color: #666;
}
#SideNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 130%;
}
#SideNav li{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #F0F0F0;
}
#SideNav a:link{
	text-decoration: none;
	color: #666;	
}
#SideNav a:visited{
	text-decoration: none;
	color: #666;	
}
#SideNav a:hover{
	text-decoration: none;
	color: #333;	
}
#SideNav a:active{
	text-decoration: none;
	color: #666;	
}

.ContentWrapper{
	width: 700px;
	height: auto;
	float: right;
}
.ContentGrid_1{
	width: 345px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	background-color: #FFF;
	
}

.ContentGrid_2{
	width: 345px;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-top: 5px;
}
.ContentGrid_Full{
	width: 700px;
	height: auto;
	margin-top: 5px;
	float: left;
}


/*
------------------------------------------------------------------------
HELPER CLASSES
------------------------------------------------------------------------
*/
.Clear{
	width: auto;
	height: 0px;
	clear: both;
}
.Ruler{
	width: auto;
	height: 1px;
	margin: 5px 0px 5px 0px;
	background-color: #F2F2F2;
	clear: both;
}
.Sep10{
	width: auto;
	height: 10px;
	clear: both;
}
/*
------------------------------------------------------------------------
HEADING STYLES
------------------------------------------------------------------------
*/
h1{
	font-size: 18px;
	font-weight: bold;
	color: #003658;
	padding: 0px 0px 4px 0px;
	margin: 0 0;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #003658;
	padding: 5px 0px 5px 0px;
	margin: 0 0;
}

.ContentGrid_1 h2, .ContentGrid_2 h2{
	font-size: 14px;
	font-weight: normal;
	color: #003658;
	padding: 5px 0px 5px 0px;
	margin: 0 0;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #003658;
	padding: 5px 0px 5px 0px;
	margin: 0 0;
}
p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 150%;
	color: #666;
}


#hpCallOut{
	width: 700px;
}


.ContentImageRight{
	padding: 5px;
	background-color: #F0F0F0;
	border: solid 1px #CCC;
	float: right;
	margin: 5px 0px 5px 10px;
}	

.ContentImageLeft{
	padding: 5px;
	background-color: #F0F0F0;
	border: solid 1px #CCC;
	float: left;
	margin: 5px 10px 5px 0px;
}

.ContentImageRight:hover, .ContentImageLeft:hover{
	background-color: #F6F6F6;	
}

.Pull{
	font-size: 14px;
	color: #069;
	padding: 5px 0px 5px 0px;
	line-height: 160%;
}

.SingleLineFeature{
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 12px%;
	background-color: #C00;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background-image: url(../media/cta-bg.png);
	background-repeat: repeat-x;
}	

.Feature50Left{
	width: 48%;
	height: auto;
	color: #6D6D6D;
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px;
	float: left;
	margin-bottom: 4px;
}
.Feature50Right{
	width: 48%;
	height: auto;
	color: #6D6D6D;
	border: solid 1px #CCC;
	background-color: #F2F2F2;
	padding: 5px;
	float: right;
	margin-bottom: 4px;
}

.FeatureHeader{
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #003658;
	color: #FFF;
	clear: both;
}
.FeatureContainer{
	width: auto;
	height: auto;
	padding: 5px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color: #F2F2F2;
	color: #666;
	clear: both;
	line-height: 160%;
	margin-bottom: 5px;
}
.IconLeft{
	float: left;
	margin: 0px 20px 60px 0px;

	clear: both;
	display: block;
}
.Tel{
	font-size: 200%;
	color: #09C;
	margin: 0 0;
	padding: 0 0;
}
.Qte{
	font-size: 110%;
	color: #CCC;
	margin: 0px 0px -8px 0px;
	padding: 0 0;
}
/*
------------------------------------------------------------------------
GALLERY
------------------------------------------------------------------------
*/

.GalleryWrapper{
	width: 160px;
	height: 210px;
	float: left;
	border: solid 1px #F2F2F2;
	margin: 6px;
}
.GalleryWrapper:hover{
	border: solid 1px #CCC;
}
.GalleryImage{
	width: 150px;
	height: 150px;
	background-color: #F2F2F2;
	overflow: hidden;
	margin: 5px auto 2px auto;
	clear: both;
	position: relative;
}

.GalleryCaption{
	width: 150px;
	height: auto;
	margin: 5px auto 2px auto;
	font-size: 11px;
	color: #999;
	clear: both;
}

/*
------------------------------------------------------------------------
FORM
------------------------------------------------------------------------
*/

.FormItem {
	width: 100%;
	margin: 10px 0px 10px 0px;
	float: left;
	clear: both;
}

.FormLabel{
	display: block;
	width: 100%;
	margin: 0px 0px 5px 0px;
	clear: both;
	font-size: 14px;
}
.TxtInput{
	width: 80%;
	height: auto;
	padding: 8px;
	font-size: 16px;
	color: #666;
	border: solid 1px #F2F2F2;
	
	background-image: url(../media/formcorner.png);
	background-repeat: no-repeat;
}

.textarea{
	width: 80%;
	height: 220px;
	padding: 8px;
	font-size: 16px;
	color: #666;
	border: solid 1px #F2F2F2;
	
	background-image: url(../media/formcorner.png);
	background-repeat: no-repeat;
}
input:focus, textarea:focus{
	background-color: #EAEAEA;
}
input:hover, textarea:hover{
	background-color: #E1E1E1;
}


/*
------------------------------------------------------------------------
HOME PAGE
------------------------------------------------------------------------
*/

.Quarter{
	width: 170px;
	height: auto;
	float: left;
	margin: 5px 6px 0px 0px;
	font-size: 11px;
	line-height: 130%;
	color: #999;
}
.QuarterLast{
	width: 170px;
	height:  auto;
	float: left;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 130%;
	color: #999;
}
.Half{
	width: 347px;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 130%;
	color: #999;
	margin-top: 5px;
}
.HalfLast{
	width: 347px;
	height:  auto;
	float: right;
	font-size: 11px;
	line-height: 130%;
	color: #999;
	margin-top: 5px;
}

.Quarter img, .QuarterLast img, .Half img, .HalfLast img{
	margin-bottom: 5px;	
}
