body {
	margin:0;
    background-color: #013d7b;
	font-family: Arial, Verdana, sans-serif;
}

form { padding:0; margin:0;}
img { border:0; padding:0; margin:0;}

.floatRight { float:right;}
.floatLeft { float:left;}
.textRight { text-align:right;}
.textLeft { text-align:left;}
.textCenter { text-align:center;}
.textJustify { text-align:justify;}

#bodyContainer {
	width:748px;
	padding:0 1px 0 1px;
	margin:0 auto;
	background-color:#1e6fbe;
	overflow:hidden;
}

#bodyWhite {
	width:748px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}

.bodyColLeft {
	width:497px;
	padding-bottom:10px;
	padding-top:20px;
	float:left;
	background-color:#fff;
	overflow:hidden;
}

.bodyColRight {
	width:240px;
	float:right;
	margin:0 9px 0 0;
	padding-top:20px;
	background-color:#f0f0f1;
	overflow:hidden;
}

#headerContainer {
	width:100%;
	height:100px;
	margin:0;
	background-color:#fff;
	overflow: hidden;
}

.header {
	width:750px;
	height:100px;
	margin:0 auto;
	overflow: hidden;
}

.headerLogo {
	width:238px;
	float:left;
	margin:0;
	padding-left:23px;
	overflow: hidden;
}

.headerText{
	width:464px;
	float:right;
	margin:0;
	padding-top:70px;
	padding-right:25px;
	text-align:right;
	color:#676b75;
	font-style:italic;
	font-size:14px;
	overflow: hidden;
}

#navContainer {
	width:100%;
	margin:0;
	background-image:url(../images/nav_tile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	overflow: hidden;
}

.nav {
	width:750px;
	margin:0 auto;
	background-color:#fff;
	overflow: hidden;
}

#largeImageContainer {
	width:748px;
	margin:0 auto;
	overflow:hidden;
}

.thumbImageContainer {
	width:748px;
	height:120px;
	padding-top:2px;
	margin:0 auto;
	background-color:#CCC;
	overflow:hidden;
}

.thumbImage {
	width:147px;
	height:117px;
	float:left;
	margin-left:2px;
	overflow:hidden;
}

.content {
	width:457px;
	padding:0 20px 0 20px;
}

.content h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	line-height:1.5em;
	color:#3d7daf;
}

.content h2 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	line-height:1.5em;
	color:#3d7daf;
}

.content h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	line-height:1.5em;
	color:#333;
}

.content h4 {
	font-size:40px;
	font-weight:bold;
	margin:0;
	color:#3d7daf;
}

.content h5 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	color:#333;
}

.content h6 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#333;
}

.content p {
	font-size:14px;
	line-height:1.5em;
	color:#000;
}

.content a:link, .content a:visited {
	color:#3d7daf;
	text-decoration:none;
}

.content a:hover, .content a:active {
	color:#139557;
	text-decoration:none;
}

.homeFeatureContainer {
	width:478px;
	margin:0 auto;
	overflow:hidden;
}

.homeFeature {
	width:232px;
	height:262px;
	margin-top:10px;
	border:1px solid #eee;
	background-color:#f9f9f9;
	overflow:hidden;
}

.homeFeatureImage {
	width:219px;
	margin:7px auto 12px auto;
	overflow:hidden;
}

.homeFeatureText {
	width:194px;
	margin:0 auto;
	overflow:hidden;
}

.homeFeatureText h3{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:1.5em;
	color:#3d7daf;
}

.homeFeatureText h3 a:link, .homeFeatureText h3 a:visited,{
	color:#3d7daf;
	text-decoration:none;
}

.homeFeatureText h3 a:hover, .homeFeatureText h3 a:active,{
	color:#139557;
	text-decoration:none;
}

.homeFeatureText p{
	font-size:12px;
	line-height:1.5em;
	color:#000;
}

.homeFeatureText a:link, .homeFeatureText a:visited{
	color:#3d7daf;
	text-decoration:none;
}

.homeFeatureText a:hover, .homeFeatureText a:active{
	color:#139557;
	text-decoration:none;
}

.sidebarFeature {
	width:218px;
	margin:0 auto 10px auto;
	padding-bottom:15px;
	border:1px solid #ddd;
	background-color:#f9f9f9;
	overflow:hidden;
}

.sidebarFeatureImage {
	width:210px;
	margin:0 auto;
	overflow:hidden;
}

.sidebarFeature h4 {
	width:200px;
	margin:4px auto 2px auto;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-color:#676b75;
}

.sidebarFeature h6 {
	width:200px;
	margin:4px auto 2px auto;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#676b75;
}

.sidebarFeature p {
	width:180px;
	margin:8px auto 0 auto;
	font-size:12px;
	color:#333;
	line-height:1.5em;
}

.sidebarFeature a:link, .sidebarFeature a:visited{
	color:#3d7daf;
	text-decoration:none;
}

.sidebarFeature a:hover, .sidebarFeature a:active{
	color:#139557;
	text-decoration:none;
}

.sidebarFeature ul {
	width:195px;
	margin:0 auto;
	padding:0;
}

.sidebarFeature li {
	width:170px;
	margin:10px auto 0 auto;
	padding:0 0 0 0;
	font-size:13px;
	color:#333;
	line-height:1.2em;
}

#footerContainer {
	width:100%;
	height:75px;
	margin:0;
	border-top:2px solid #496c9a;
	overflow: hidden;
}

.footer {
	width:750px;
	height:75px;
	margin:10px auto 0 auto;
	font-size:11px;
	color:#8dc8f8;
	line-height:1.3em;
	text-align:center;
	overflow: hidden;
}

.footer a:link, .footer a:visited{
	color:#8dc8f8;
	text-decoration:none;
}

.footer a:hover, .footer a:active{
	color:#fff;
	text-decoration:none;
}

.interiorFeatureContainer {
	width:478px;
	margin:0 auto;
	overflow:hidden;
}

.interiorFeature {
	width:232px;
	height:49px;
	margin-top:10px;
	padding-top:288px;
	border:1px solid #eee;
	background-color:#f9f9f9;
	text-align:center;
	font-size:11px;
	color:#3d7daf;
	overflow:hidden;
}

.interiorFeature a:link, .interiorFeature a:visited {
	color:#3d7daf;
	text-decoration:none;
}

.interiorFeature a:hover, .interiorFeature a:active {
	color:#139557;
	text-decoration:none;
}

.interiorFeature h7 {
	font-size:16px;
	font-weight:bold;
	color:#3d7daf;
}


.bgClermont {
	background-image:url(../images2/feature_clermont.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.bgClermont {
	background-image:url(../images2/feature_clermont.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.bgBordeaux {
	background-image:url(../images2/feature_bordeaux.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.bgValence {
	background-image:url(../images2/feature_valence.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.bglourdes {
	background-image:url(../images2/feature_lourdes.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



.quickPoss h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	line-height:1.5em;
	color:#fff;
}

