/*CSS Document*/
@import url(reset.css);
@import url(nav.css);

/* =globals
 --------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #36455d url('../img/bg/wrapper.jpg') 0 255px repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande",  Verdana, Arial, Helvetica, sans-serif;
}

strong, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode",  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}

.photo_lft {
	margin: 0 25px 25px 0;
	float: left;
	clear: both;
	border: 6px solid #fff;
}

/* =masthead
 --------------------------------------------*/
#masthead {
	height:  255px;
	background: #36455d url('../img/bg/masthead.jpg') 0 0 no-repeat;
}

#top {
	padding: 5px 15px;
	height: 40px; /*50px*/
	width: 920px; /*960px*/
	text-align: right;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	}

#top a:link, #top a:visited {
	float: right;
	color: #fff;
	text-decoration: none;	
	border-bottom: 1px dashed #6699ff;
}

#top a:hover, #top a:active {
    float: right;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

/*  =flash
----------------------------------------------------------------------------*/
#flash {
	width: 960px;
	height: 155px;
	float: left;
	clear: both;
	}

/*  =navigation
----------------------------------------------------------------------------*/

#nav { /*see "nav.css" for navigation code */
	margin: 155px 0 0 199px;
	height: 50px;
	width: 770px;
}

/* =content
 --------------------------------------------*/
#wrapper {
	padding: 30px 0 0 0;
	width: 100%;
}

#container {
	padding-left: 41px;
}


#main {
	float: left;
	padding: 35px;
	height: auto;
	width: 835px;
	background: #122a52 url('../img/bg/main_top.gif') 0 0 no-repeat;
	text-align: justify;
}

#main h1 {
	margin: 5px 15px 0 0;
	padding-bottom: 20px;
	font: italic 34px Georgia, "Lucida Bright", "Times New Roman", Times, serif;
	color: #fff;
}

#main h2 {
	margin: 5px 15px 0 0;
	padding-bottom: 15px;
	font: italic 18px Georgia, "Lucida Bright", "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #fff;
}

#main h2 span {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	}

#main p {
	padding-bottom: 15px;
	color: #fff;
	font-size: 13px;
}

#main ul.thumbs {

	}
	
#main ul.thumbs li {
	display: inline;
	letter-spacing: 10px;
	}


#main ul.thumbs img {
	border: 6px solid #fff;
	margin-left: 20px;
	}
	
#partition {
	clear: both;
	height: 37px;
	width: 905px;
	background: transparent url('../img/bg/partition.png') 0 0 no-repeat;
}

#testimonial {
	padding: 15px;
	width: 875px !important;
	float: left;
	background: #3d668e url('../img/bg/testimonial.jpg') 0 0 no-repeat;
	
}

#testimonial p, #testimonial cite {
	color: #fff;
	font-size: 13px;
	font-style: italic;
}

#testimonial cite {
	display: block;
	margin: 15px 0 0 25px;
	font-size: 11px;
	color: #c5dbed;
}

/* =footer

 --------------------------------------------*/
#footer {
	float: left;
	clear: both;
	margin-bottom: 50px;
	height: 40px;
	width: 905px;
	background: url('../img/bg/footer.png') 0 0 no-repeat;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #6699ff;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}

#footer p {
	padding-top: 30px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	}

#footer p.right {
	float: right;
	}
	
	

/* general classes
 --------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
