@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat:	repeat-x;
	background-color: #92c6b0;
	font-family: Trebuchet MS, Tahoma, Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666666;
	font-size: 13px;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.rule {
	height: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
	clear: both;
}

.margin-left {
	margin-left: 28px;
}

.margin-right {
	margin-right: 28px;	
}

.margin-top {
	margin-top: 25px;	
}

.margin-bottom {
	margin-bottom: 28px;
}

.image-float {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image-float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}


.image-float-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}

.image-float-left img {	
	margin-bottom: 5px;
	border: 3px solid #ffffff;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.border {
	border: 3px solid #ffffff;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

h2 {
	margin: 0px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	background: url(../images/sub-head.gif);
	background-repeat: no-repeat;
	padding: 11px 15px;
	width: 142px; 
}

h6 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #61978f;
	border-bottom: 1px dashed #8e898f;
}

.white {
	color: #FFFFFF;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#logo {
	margin: 15px 0 15px 35px;
}


#menu {
	font-size: 18px;
	text-align: right;
	margin-top: 70px;
	margin-right: 35px;
}

#menu img {
	vertical-align: middle;
	display: inline-block;
}


#menu a {
	text-decoration: none;	
	color: #FFFFFF;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	padding: 5px 2px;
	vertical-align: middle;
	height: 26px;
	display:inline-block;
}	

#menu a:hover {
	color: #e7e7d0;
}

#main-container {
	background-color: #FFFFFF;
	border-left: 1px solid #8e898f;
	border-right: 1px solid #8e898f;
	width: 958px;	
}

#home {
	 background-image: url(../images/home-bg.jpg);
	 background-repeat: no-repeat;
	 background-position: right;
	 padding: 0 35px;
	 height: 582px;
}

#secondary {
	 padding: 0 35px;
	 height: 582px;
}


#sub-container {
	background-color: #e7e7d0;
	border-left: 1px solid #8e898f;
	border-right: 1px solid #8e898f;
	background-image: url(../images/kennedy2.jpg); 
	background-repeat:no-repeat;
	background-position: 20px 10px;
	padding: 20px;
	width: 535px;
}

#sub-sub-container {
	background-color: #e7e7d0;
	border-left: 1px solid #8e898f;
	border-right: 1px solid #8e898f;
	padding: 20px;
	min-height: 465px;
	width: 644px;
	line-height: 22px;
}



#sub-container-home {
	padding-left: 150px;
	height: 210px;
}



.sub {
	width: 174px;
}
	
.sub-sub {
	background-color: #e7e7d0;
	border-left: 1px solid #8e898f;
	border-right: 1px solid #8e898f;
	width: 140px;
	height: 185px;
	padding: 10px 15px 0 15px;
}	

#footer {
	padding: 15px 0;
	color: #FFFFFF;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:hover {
	color: #e7e7d0;

	
}

#left-column {
	float: left;
	width: 686px;
	
}

#right-column {
	float: left;
	width: 174px;
	
}
