@charset "UTF-8";
/* CSS Document */

body{
margin:30px 0px 0px 0px;
padding:0px;
background-image:url(../images/blue-greyBG.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#707070;
font-family:Georgia, "Times New Roman", Times, serif;
color:white;
}


h1, h2, h3, h4, h5, p , ul, li {

margin:0px;
padding:0px;
}



p{
	font-size:14px;
	margin-bottom:10px;
	color:#CCCCCC;

}
h1,h3,h4{
font-weight:normal;
font-size:22px;
margin-bottom:10px;
}

h2{
font-weight:normal;
color:#003a6a;
font-size:36px;
font-style:italic;
font-family:"Times New Roman", Times, serif;

}

li{
list-style:none;
line-height:20px;



}

a:link, a:visited{

color:white;

}

a:hover{

color:#003a6a;
}


/*content styling*/
.leftquote, .rightquote{
 font-size: 80px;
	 color:white;
	 height:35px;
	 display:block;
	 margin:0px;
	 padding:0px;
	 
	 
	 }
.leftquote{
float:left;
height:200px;
}
.rightquote{
float:right;
}





/*General Layout*/

 #gallery, #content{
width:900px;
margin-left:auto;
margin-right:auto;


}
#gallerytext{
float:right;
width:355px;
margin: 50px 20px 0px 0px;
color:b3b3b3;
}
#gallerytext p{
margin-left:40px;
font-style:italic;
color:#666666;
}
#header{
width:905px;

margin-left:auto;
margin-right:auto;
}

#gallery{
border:2px solid white;

clear:both;

background-color:#f2f2f2;

}


#content{
margin-top:15px;


}

.logo{
float:left;
padding-bottom:10px;

}


#leftcolumn{
width:364px;
float:left;
margin-left:15px


}
#rightcolumn{
width:384px;
float:right;
margin-right:20px;

}
#resrouceslist{
width:250px;

padding:10px;
	background-image: url(../images/navbackground_03.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom:40px;


}
#leftnav{
	width:180px;
	float:left;
	
	padding:10px;
	background-image: url(../images/navbackground_03.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:450px;

}
#leftgallerycolumn{
width:300px;
float:left;
margin-left:15px


}
#rightgallerycolumn{
width:350px;
float:right;
margin-right:20px;

}



/*Navigation*/

#leftnavigation li{
list-style-type:none;


}

#leftnavigation li a:link, #leftnavigation li a:visited, #resrouceslist li a:link, #resrouceslist li a:visited{
	font-size:14px;
	line-height: 20px;
	text-decoration:none;
}
#leftnavigation li a:hover,#leftnavigation #active a:link, #leftnavigation #active a:visited{
color:#003a6a;



}
#navigation{
float:right;
margin-top:36px;


}



#nav li{
display:inline;
list-style-type:none;
height:28px;

line-height:28px;
/* position: relative;*/




}


#nav li a:link, #nav li a:visited{
color:#ffffff;
text-decoration:none;
font-size:20px;
padding: 5px 10px;



}

#nav li a:hover, #nav #active a:link, #nav #active a:visited{
background-color:#a7b8c6;
color:#003a6a;

}
/*#customhomesnav{
position: absolute; 


display:none;
width:160px;
background-color:#003a6a;
margin-top:5px;

}



#nav li:hover #customhomesnav{
display:block;
}
#customhomesnav li{
list-style-type:none;

display:block;

}

#customhomesnav li a:link, #customhomesnav li a:visited {
display:block;
font-weight:normal;
color:#ffffff;
font-size:14px;
font-style:italic;
font-family:"Times New Roman", Times, serif;
text-decoration:none;


}
#customhomesnav li a:hover{
background-color:#a7b8c6;
color:#003a6a;


}*/
#leftnav{



}

/*customhome header */
#customhomeheader{
float:right;
width:447px;
padding-left:10px;
padding-top:20px;



}
#customhomeheader p{

font-style:italic;
color:#666666;
}

/*#customhomenavholder{
float:right;
width:146px;
height:260px;
padding-left:10px;
padding-top:10px;
background-color:#003a6a;


}
*/


