@charset "utf-8";
/* CSS Document */

/* LIVE SITE - LAYOUT PT 1 & 2 - FLOAT & CLEAR */

body {
	background-color:#3D4A4B;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	
}

/*________________________________________________________*/

/* #DIV */

#header{
	background-color:inherit;
	margin:15px 0px 0px 0px;
}

#header a{
	font-size:14px;
	line-height:14px;
	font-weight:400;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#000000;
}

#header a:hover{
	text-decoration:underline;
	font-weight:bolder;
}
	
#title{
	background-color:inherit;
	text-align:left;
	padding:5px 0px 5px 0px; 
	margin:0;
}

/*________________________________________________________*/

#left-side{
	float:left;
	width:20%;
	margin:0;
	background-color:#3D4A4B;
}

/*________________________________________________________*/

#container{
	float:left;
	width:60%;
	background-color:#CBE2E4;
	padding:0;
	margin:-2px;
	border:1px solid #3D4A4B;
}

#container a{
	font-size:inherit;
	font-weight:bolder;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:none;
	color:#000000;
}

#container a:hover{
	text-decoration:underline;
}

#subheader{
	background-color:inherit;
	height:200px;
	padding-top:20px;
	margin:0;
}

#subheader a{
	font-size:14px;
	font-weight:500;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:none;
	color:#000000;
}

#subheader a:hover{
	text-decoration:underline;
	font-weight:bolder;
}

#left-center-image{
	float:left;
	width:25%;
	margin:0px;
	background-color:inherit;
	text-align:right;
}

#right-center-text{
	float:left;
	width:70%;
	font-size:14px;
	line-height:14px;
	color:#005a55;
	padding-top:15px;
	margin-left:5px;
	background-color:inherit;
}

#main-content{
	background-color:inherit;
	text-align:left;
	padding:2%;
	margin:0;
}

#logo-box{
	text-align:center;
	background:#3D4A4B;
	height:180px;
	padding-top:10px;
}

#credits{
	background-color:#E9F5F5;
	padding:2% 0 2% 0;
	margin-bottom:20px;
}

/*________________________________________________________*/


#right-side{
	float:left;
	width:20%;
	background-color:#3D4A4B;
	margin:0;
}

/*________________________________________________________*/

#footer{
	background:#3D4A4B;
	padding-top:5px;
	margin:0;
}

#footer a{
	font-size:14px;
	line-height:14px;
	font-weight:400;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#000000;
}

#footer a:hover{
	text-decoration:underline;
	font-weight:bolder;
}

#validators{
	background:#3D4A4B;
	height:100px;
	text-align:center;
}

/*________________________________________________________*/

/* MISC CLASSES */

.image-box{
	background-color:#3D4A4B;
	text-align:center;
	padding-top:275px;
	padding-bottom:275px;
	margin:0;
}

/*________________________________________________________*/

/* TEXT CLASSES */

p{
	text-align:left;
	font-size:12px;
	font-weight:500;
	line-height:15px;
	color:#005a55;
	margin:0;
}

p.heading1{
	font-size:34px;
	line-height:40px;
	font-weight:lighter;
	text-indent:18%;
	color:#B3C1C1;
	margin-bottom:0px;
}

p.heading2{
	font-size:28px;
	line-height:24px;
	font-weight:200;
	font-style:oblique;
	color:#E3E6E6;
	text-indent:28%;
	padding-bottom:10px;
	margin-top:-13px;
}

p.text-box{
	padding:1%;
	margin:1% 2% 1% 2%;
	font-size:13px;
	font-weight:600;
	line-height:140%;
	color:#005a55;
	font-variant:small-caps;
}

p.big {
	font-size:18px;
	line-height:34px;
	font-weight:bolder;
	color:#005a55;
	letter-spacing:1px;
	font-variant:small-caps;
	padding-bottom:10px;
}

p.bigger{
	font-size:20px;
	font-weight:lighter;
	color:#005a55;
	padding-bottom:10px;
}
		 
p.caps{
	font-size:14px;
	color:#005a55;
	line-height:20px;
	font-weight:bolder;
	letter-spacing:1px;
	font-variant:small-caps;
}

p.copy{
	font-size:13px;
	color:#395557;
	line-height:17px;
	font-weight:600;
}

p.top{
	font-size:11px;
	line-height:22px;
	font-weight:500;
	font-variant:small-caps;
}

p.foot{
	text-align:center;
	font-size:12px;
	color:#005a55;
	line-height:14px;
}

p.center-links{
	text-align:center;
	background-color:#779495;
	padding:2px;
}


	
/*________________________________________________________*/

/* LISTS */

li{
	text-align:left;
	color:#3D4A4B;
  	font-size:12px;
	line-height:150%;
	font-weight:300;
}

/*________________________________________________________*/

/* FLOAT AND CLEAR & ASLETT CLEARING METHOD*/

.clearfloats{
	clear:both;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-table;
}

/* backslah hack hides from IE mac \*/

* html .clearix{
	height:1%;
}
	
.clearfix{
	display:inline-block;
}
	
/* end blackslah hack */

/*________________________________________________________*/


