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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#33575b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#container {
	background-image:url(images/ui/body-bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#e0e0e0;
}

#container_home {
	background-image:url(images/ui/home-bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#f5f3e6;
}
#main {
	width: 968px;
	margin:0px;
	padding:0px;
}

#header {
	background-image:url(images/ui/header-bg.jpg);
	height:77px;
	width: 968px;
	float:left;
	text-align:left;
	
}

#header_home {
	background-image:url(images/ui/home-bg-main.jpg);
	height:623px;
	width: 968px;
	float:left;
	
}

#home {
	float:left;	
	margin-top:55px;	
	margin-left:75px;
	}

#navigation {
	width:476px;
	height:40px;
	float:right;
	margin-top:106px;
	padding-right:24px;
	text-align:right;
}
#navigation_home {
	width:476px;
	height:40px;
	float:right;
	margin-top:50px;
	padding-right:24px;
	text-align:right;
}
#content {
	/* background-image:url(images/ui/bg-middle-content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f5f3e6; */
	width: 968px;
	height: 400px;
	float:left;
	clear:both;
	text-align:left;
}


html > body #content {
	width: 968px;
	min-height: 400px;
	height: auto;
	float:left;
	clear:both;

}

#body {
	width:894px;
	padding: 5px 40px 10px 30px;
	float:left;
	text-align:left;	
	line-height:21px;
}

#body-copy {
	width:654px;
	float:right;
	text-align:left;	
	line-height:21px;
}

#body-copy img {float:right; margin-left:14px; border:1px solid #33575b;}

#callout {
	float:left;
	width:176px;
	background-color:#6d9ba0;
	padding:20px 18px 20px 24px;}

.mr {	margin-right:20px;	}
	
.h120 {	height:130px;	}
	
.h180 {	height:170px;	}
	
.h240 {	height:240px;	}
	
#h300 {	height:300px;	}

#h360 {	height:360px;	}

#footer {
	background-image:url(images/ui/footer-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:80px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {color:#FFFFFF;}

#footer_home {
	background-image:url(images/ui/home-bg-bottom.jpg);
	background-position:top center;
	height:88px;
	color:#f5f2ce;
	font-size:12px;
	text-align:center;
	padding-top:10px;
}

#footer_home a:link, #footer_home a:hover, #footer_home a:visited, #footer_home a:active {color:#FFFFFF;}

#clear {clear:both;}

.clear {clear:both;}

.photo-right{
	float:right;
	padding-left:10px;}
	
.top {margin-top:-15px;}
	
.white {color:#FFFFFF;}
	
.small {
	font-size:11px;
	line-height:16px;
	}
	
.writingsample {
	color:red;
	font-weight:bold;
	}
	
#indent { padding-left:30px;}