/* Cobalt Sky - Web Design, Flash, Graphics - Houston, TX
http://www.CobaltSky.com
Andrew Harron and Katie Dixon */

body
{
	padding: 0;
	margin: 44px 0px 0px 0px;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #333;
	letter-spacing: 1px;
	line-height: 140%;
	background: #628098 url("images/bg.gif") repeat-x;
}

div { text-align: left; }

#container
{
	width: 666px;
	padding: 0px;
	background: url("images/shadow.gif") repeat-y #F2F5F8;
	border-top: 1px solid #40566B;
	border-bottom: 1px solid #40566B;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 80px;
	background-color: #40566B;
}

#logo
{
	height: 136px;
	background: url("images/nav-area.jpg") no-repeat #40566B;
}

#navigation
{
	position: relative;
	top: 115px;
	right: 0px;
	bottom: 1px;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFF;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	line-height: 15px;
	margin: 0 8px 4px 10px;
	text-decoration: none;
	color: #FFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #FFF;
}

#navlist a:hover { color: #40566B; }

#body
{
	margin-top: 3px;
	margin-left: 4px;
	width: 658px;
	background-color: #fff;
}

a:link, a:active, a:visited, a:hover { text-decoration: none; }
a:link, a:active { color: #336688; }
a:hover { color: #9AB3C8; }
a:visited { color: #7BA1BB; }
a img { border: 0; }
a:active img { border: 0; }

div.block
{
	padding: 10px;
	padding-bottom: 25px;
	padding-top: 5px;
	background-color: #F2F5F8;
}

div.title
{
	width: 100%;
	background: url("images/clouds.jpg") no-repeat #40566B;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-indent: 38px;
	font-variant: small-caps;
	border-bottom: 2px solid #9AB3C8;
}

h1, h2, h3, h4
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

p
{
	margin: 0;
	margin-bottom: 7px;
	font-size: 12px;
}

p.right
{
	float: right;
	height: 15px;
	padding: 0;
	clear: both;
	font-size: 11px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main
{
	width: 666px;
	margin-left: auto;
	margin-right: auto;
}

div.shadow
{
	padding: 0;
	background: url("images/shadow.gif") repeat-y;
}

.contactform
{
	width: 100%;
	position: relative;
}

.contactleft
{
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 5px 0;
}

.contactright
{
	width: 80%;
	text-align: left;
	float: right;
	display: inline;
	padding: 2px;
	margin: 5px 0;
}

div.contact_buttons
{
	float: left;
	margin-left: 90px;
	padding-bottom: 5px;
}

input
{
	border: 1px solid #CCC;
	background-color: #FFF;
}

input.button
{
	border: 1px solid #CCC;
	color: #FFF;
	background-color: #40566B;
}

textarea
{
	border: 1px solid #CCC;
	width: 400px;
	margin: 0;
}

#footer
{
	clear: both;
	width: 658px;
	padding: 5px 0px;
	border-top: 1px solid #cdcdcd;
	background-color: #F2F5F8;
	margin-left: auto;
	margin-right: auto;
}

#footer p
{
	clear: both;
	color: #c0c0c0;
	font-size: 11px;
	padding-left: 15px;
}

#footer li
{
	float: left;
	padding: 5px 5px 5px 15px;
	height: 15px;
	vertical-align: middle;
	font-size: 11px;
}
