/*
----------------------------------------------------------------
	H E A D I N G S
---------------------------------------------------------------- */

h1 { 
	font-size: 36px;
}

h2 {
	font-size: 24px;
}	

h3 {
	font-size: 18px;
}

h4 {
	font-size: 23px;
	color: black;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	font-weight: normal;
}

ul {

}

li {

}

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	vertical-align:top;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: white;
}

#wrapper {
	overflow: auto;
}

#header {
	background: url(../images/header-bkg.jpg) repeat-x top left;
	height:107px;
	padding: 10px 0 0;
}

#footer {
	background: #083e54 url(../images/footer-bkg.jpg) repeat-x top left;
	color:white;
	height:auto;
}
		
/*
----------------------------------------------------------------
	L I N K S  &  F O R M
---------------------------------------------------------------- */

a:link, a:visited {

}	

a:hover {

}

label {
	display: block;
	font-size:12px;
	font-weight: bold;
}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#email_top {
	background: transparent url(../images/email_top-bkg.png) no-repeat top left;
	color: #0b4b63;
	float:right;
	height:90px;
	padding: 10px 10px 0 10px;
	width:374px;
}

#email_top h1 {
	font-size:14px;
	text-transform: uppercase;
}

#email_top p {
	font-size:12px;
	font-weight:bold;
}

form {
	margin-top:10px;
}

input.text {
	background: transparent url(../images/field.gif) no-repeat top left;
	border:none;
	color:#2d7b8f;
	font-size:12px;
	font-weight:bold;
	height:18px;
	margin:0;
	outline:none;
	padding:3px 5px;
	width:201px;
}

input.button {
	background: transparent url(../images/button-sub.gif) no-repeat top center;
	border:none;
	margin: 8px 0 0 15px;
	outline:none;
	padding:0;
	cursor: pointer;
	height:31px;
	width:143px;
}

#maincontent {
	padding:40px 0;
}

#maincontent h1 {
	color:#e44144;
	font-size:24px;
	width:450px;
}

#maincontent h2 {
	color:#2d7b8f;
	font-size:18px;
}

#maincontent h3 {
	color:#373737;
	font-size:14px;
	font-weight:normal;
	margin:10px 0;
}

#maincontent p {
	color:#373737;
	line-height: 22px;
	margin:10px 0;
	width:525px;
}



#maincontent a:hover {
	background:#e44144;
	color:white;
	font-size:normal;
	text-decoration: none;
}

.thumb {
	border:7px solid #e3e9ed;
	float:left;
	margin-right:20px;
}

.thumb:hover {
	border:7px solid #86b1cd;
	cursor: pointer;
}

.space40 {
	display:block;
	height:40px;
}

#maincontent p.descrip {
	margin: 20px 40px 40px 0;
	width: auto;
}

#footer h4 {
	border-bottom: 1px solid #2d7b8f;
	font-size:18px;
	padding: 20px 0 10px 0;
}

#footer p {
	font-size: 14px;
	margin:10px 0;
}

#footer a:link, #footer a:visited {
	color:white;
	display:block;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	margin:10px 0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.tiny {
	font-size:10px;
	font-weight: bold;
	padding: 20px 0;

	margin:0;
}

form span {
	float:left;
}


#left {
	float: left;
}

#right {
float: left;
width: 561px;

padding: 82px;
}
