/*----------------------------------*/
/*			reset code				*/
/*----------------------------------*/

html,body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,hr,ol,ul,li,
form,fieldset,label,table,legend,caption,thead,tbody,tfoot,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html { height: 100%; }
body { height: 100%; line-height: 1; }
ol,ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }

/*----------------------------------*/
/*			general tags			*/
/*----------------------------------*/

body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/bg.png');
}

a {
	color: #36A6EC;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

a:hover {
	color: #FFF;
	background-color: #D33;
}

p {
	font-size: 100%;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
}

ul, ol { margin-bottom: 10px; }

li {
	list-style: none;
	list-style-image: url('../images/bullet.png');
	list-style-position: inside;
	line-height: 20px;
}

ul.plain li { list-style: none; }

h1 {
	font-size: 160%;
	margin: 0 0 15px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

h2 {
	font-size: 110%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 20px 0 10px 0;
} 

h2 a {
	margin-left: 10px;
	font-size: 80%;
}

h3 {
	font-size: 110%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
	clear: both;
}

hr.clear { border: none; margin: none; padding: none; height: 0; }

label {
	display: block;
	margin-bottom: 3px;
}

/*----------------------------------*/
/*			layout					*/
/*----------------------------------*/

#wrapper {
	width: 974px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#header .upper { background-color: #4a4a4a; }

#header .lower {
	background-color: #66BBF1;
	overflow: auto;
}

#logo { margin: 10px; }

#content {
	overflow: auto;
	background-color: #FFF;
	padding: 15px;
	height: 100%;
	clear: both;
}

#footer { font-size: 12px; text-align: center; background-color: #4a4a4a; color: #fff; clear: both; }

#footer .copy {
	font-size: 10px;
	padding: 3px;
}

#footer .copy a:hover {
	background-color: #4a4a4a;
}

#footer .nav { padding: 3px; background-color: #66BBF1; }
#footer .nav a { margin: 0 3px; text-decoration: none; color: #fff; }
#footer .nav a:hover { color: #1E526D; background-color: #66BBF1; }


#contact {
	width: 100%;
	
}

#contact td { padding-bottom: 10px; }
#contact input { width: 350px;}
#contact .long { width: 820px; }
#content .checkbox { width: auto; }

/*----------------------------------*/
/*			misc styles				*/
/*----------------------------------*/

#footer .copy a { color: #FFF; text-decoration: none; }
#footer .copy a:hover { color: #BBB; text-decoration: underline; }

.highlight { background-color: #FFB; }

.indent { margin-left: 15px; }

img.splash {
	width: 400px;
	height: 256px;
	margin: 5px 5px 20px 30px;
	float: right;
}

img.bordered {
	border: 1px solid #CCC;
}

h1.splash, h2.splash {
	margin-right: 430px;
}

/*----------------------------------*/
/*			nav menu				*/
/*----------------------------------*/

.sub_menu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

.sub_menu, #menu {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sub_menu li, #menu li {
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#menu li { float: left; }

#menu .on {
	background-color: #1188CC;
}

.sub_menu li a, #menu li a {
	background-color: #66BBF1;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	display: block;
}

#menu li a.current {
	background-color: #FFF;
	color: #333;
}

#menu li a { border-right: 1px solid #FFF; }
.sub_menu li a { border-top: 1px solid #FFF; }

#menu li a:hover, .sub_menu li a:hover {
	background-color: #D33;
	color: #FFF;
}

img.inline_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

a img:hover {
	background-color: #FFF;
	border: 0;
}
