html {

}

body {
	background-color: #fff;

	margin: 0;
	padding: 0;
	background-image: url(../images/design/body_bkg.gif);
	background-position: top left;
	background-repeat: no-repeat;

}
#container {
/*	width: 950px;			*/
}

/* header */

#header {
	width:100%;
	height:100%;
	background-color: #008284;
	padding: 0 0 24px 0;
}
#header div#logo{
	float: left;
	padding: 30px 0 0 25px;
}
#header div#strapline{
	float: left;
	padding: 34px 0 0 33px;
}
#header form#frm_login {
	margin: 16px 0 0 32px;
	float: left;
	width: 254px;
/*	height: 74px;			*/
	height: 65px;
	padding: 9px 0 0 0;
	background-image: url(../images/design/login_bkg.gif);
	background-repeat: no-repeat;
}
#header form#frm_login div.loginBoxes {
	float: left;
	width: 180px;
	padding: 6px 0 0 14px;
	height: 20px;
}
#header form#frm_login label {
	color: #FFF;
}
#header form#frm_login input.text {
	width: 100px;

}
#header form#frm_login input.login {
	float: right;
	margin: 14px 13px 0 0;
}
#header form#frm_login p {
	padding: 8px 10px 0 15px;
	color: #FFF;
}
#header form#frm_login p a {
	color: #FFF;
}
#header form#frm_login p a:hover {
	text-decoration: none;
}

/* content */

#padder {
	margin-left: 10px;
	background-color: #FFFFFF;
}

#colLeft {
	float: left;
	width: 293px;
}
p#snail {
	font-size: 0.9em;
	color: #008284;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	background-image: url(../images/design/doc_green.gif);
	background-position: left;
	background-repeat: no-repeat;
}
p#snail a {
	color: #008284;
	text-decoration: none;
}
p#snail a:hover {
	text-decoration: underline;
}

#doorAnimation {
	text-align: center;
	padding: 29px 0 0 0;
}

#colRight {
	float: left;
/*	width: 483px;				*/
	width: 438px;
	padding-right: 10px;
}
#colPhotos {
	float: left;
	width: 190px;
}

/* home styles */

#padderHome {
	padding: 0 0 0 39px;
}

#homeGirls {
	float: left;
	width: 275px;
	text-align: center;
}
#homeContent {
	float: left;
	width: 301px;
}
#homeFlash {
	float: left;
	width: 318px;
	text-align: left;
}

.homeBox {
	float: left;
	width: 282px;
	height: 376px;
	margin: 0 21px 38px 0;
	background-image: url(../images/design/bkg_homebox.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
.homeBox div.topNews {
	height: 70px;
	width: 282px;
	background-image: url(../images/design/news_head.jpg);
}
.homeBox div.topUpdates {
	height: 70px;
	width: 282px;
	background-image: url(../images/design/updates_head.jpg);
}
.homeBox div.topContact {
	height: 70px;
	width: 282px;
	background-image: url(../images/design/contact_head.jpg);
}
.homeBox div.content {
	margin-left: auto;
	margin-right: auto;
	width: 249px;
	text-align: left;
	padding: 10px 0 0 0;
}

/* footer */

#footer {
	clear: both;
	background-image: url(../images/design/bkg_footer.gif);
	background-repeat:  no-repeat;
	background-position: top right;
	padding: 0 12px 0 40px;
	height: 40px;
	
	width: 888px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#footer ul li {
	float: left;
	padding: 22px 0 27px 0;
	margin: 0;
}
#footer ul li#copyright a {
	padding: 0 90px 0 0;
	color: #008284;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li#top {
	float: right;
	color: #008284;
	font-weight: bold;
}

#footer ul li a {
	float: left;
	padding: 0 8px 0 8px;
	color: #008284;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}

/* other styles */

html>body .clear {
	height: 1px;
	display: block;
}

/* form styling */

form {
	margin: 0 0 16px 0;
	padding: 0;
}

input.text, select, textarea {
	width: 130px;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #A7A7A7;
}
input.button, .formLine input.button {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 50px;	
}
input.buttonSmall {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 26px;
	margin: 0 0 -1px 0;	
}
input.buttonLarge {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 210px;
}
label {
	width: 160px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #007779;
	text-align: right;
	padding-right: 10px;
}
.formLine {
	height: 24px;
	clear: both;
}
.formLineLarge {
	height: 90px;
	clear: both;
}
.formLine label, .formLineLarge label {
	float: left;
}
.formLine input {
	float: left;
	width: 220px;
}
textarea {
	width: 390px;
	margin: 10px 0;
}
.formLineLarge textarea {
	float: left;
	width: 220px;
	height: 65px;
}

/* news styles */

p.newsStory {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.3em;
	padding-bottom: 5px;
}
p.info {
/*	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 18px;			*/
	display: block;
	margin: 0.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
p.info a {
/*	background-image: url(../images/but_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;			*/
}
p.newsBase {
	color: #008284;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 6px;
	border-top: 1px solid #CCCCCC;
}

p.error {
	color: #FF0000;
}

div.searchnav {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #666666;
}
div.searchnav a {
/*	color: #206E2E;			*/
}
.photoFeat {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.searchnav {
	border-bottom: 2px solid #666666;
	padding: 4px 0;
	margin-bottom: 15px;
}