*{
	margin:0px;
	padding:0px;	
}

html {
	height: 100%;
	margin-bottom: 1px;	
}

body {
	behavior: url("/stylesheets/csshover2.htc");
	background-color: #DEE8FF;
	margin-top: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 62.5%;
}
img{
	border:0px;	
}
a {
	text-decoration: none;
	color:#6e8499;
}
a:hover{
	color:#90c8fc;	
}
li {
	font-size: 1.3em;	
}
#wrapper {
	width: 100%;

}
#main {
	width:760px;
	margin:0 auto;		
}

#header img{
	padding:0px;
	margin:0px;	
}

#header h1 {
	display:none;
}

#notice {
	background-color: yellow;
	padding: 15px;	
	border: 1px solid #D4d4d4;
}

#error {
	background-color: red;
	padding:15px;	
	border: 1px solid #bd3864;
}


div#sub_nav{
	background: url(../images/sub_nav_top.png) repeat-x;
	height:18px;
}

div#sub_nav ul{
	list-style: none;	
	background: url(../images/sub_nav_background_off.png) #F8E5BB repeat-x;
	display:inline;
	height:18px;
}

div#sub_nav ul li{
	float: left;
	height:18px;
	background: url(../images/sub_nav_arrow_off.png) no-repeat #d1c09d left;	
}

div#sub_nav ul li a {
	color: #6e8499;
	background: url(../images/sub_nav_divider.png) no-repeat right;
	height: 18px;
	display: block;
	padding: 0px 5px 0px 12px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.85em;
	/* IE FIX FOR FLOAT/BLOCK INTERACTION */
	_width: 80px;
}

div#sub_nav ul li a:hover {
	color: #000000;
}

div#sub_nav ul li.indent {
	background: url(../images/sub_nav_indent.png) no-repeat right;
	width: 20px;
	height:18px;
}
div#sub_nav ul li.curve {
	background: url(../images/sub_nav_curve.png) no-repeat left;
	width: 36px;
}

ul#main_nav {
	width: 760px;
	height: 28px;
	background: url(../images/main_nav_background_off.png) #F8E5BB repeat-x;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

ul#main_nav li {
	float: left;
	height: 28px;
	background: url(../images/main_nav_arrow_off.png) no-repeat left;

}

ul#main_nav li:hover, ul#main_nav li.over {
	background: url(../images/main_nav_arrow_on.png) no-repeat left;
}

ul#main_nav li a {
	color: #6e8499;
	background: url(../images/main_nav_divider.png) no-repeat right;
	max-height: 28px;
	display: block;
	padding: 12px 5px 0px 12px;
	
	/* IE FIX FOR FLOAT/BLOCK INTERACTION */
	_width: 30px;
}

ul#main_nav li a.last {
	background:none;
}

ul#main_nav.clear-fix {
	clear: both;
}

h1 {
	color: #90c8fc;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:2.2em;	
}

h2 {
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #6e8499;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 2.5em;
	text-transform: uppercase;
	color: #0099FF;	
}

h2 .subtitle {
	color: #63639e;	
}

h3 {
	padding: 10px 0px 10px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:1.6em;	
	text-transform: uppercase;	
	color: #0099FF;	
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 1.6em;
	text-transform: uppercase;
}

p {
	padding: 10px 0px 10px 0px;	
	text-align: justify;
	font-size:1.2em;
	color: #5a5758;	
}

#content {
	background: url(/images/content_background.jpg) right top no-repeat #FFFFFF;
}

#content ul.contact_form li input[type='button'], #content ul.contact_form li input.commit { 
	/* If necessary */	
}

#content ul.no_bullet{
	list-style:none;	
}
#content ul.indent_left{
	margin-left:10px;	
}

#content .panel_header { 
	background: url(../images/column_header_background.png) left top repeat-x #79BECD;
	height: 30px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#content .panel_header h4 {
	background: url(../images/column_header_right.png) right top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	text-align: left;
}

#content .panel_side {
	border: 1px solid #90c8fc;
	border-top: none;
	margin: 10px 20px 20px 0px;
}

#content .panel_side p {
	padding: 10px;
}

#content table {
	width: 100%;
	border-collapse: collapse;
}

#content th{
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:1.1em;
	font-weight:bold;
	text-align: left;
	color: #fff;
	height: 30px;
	text-transform: uppercase;
	vertical-align: top;
} 

#content th.logo {
	/*background: url(../images/column_header_right.png) right top no-repeat;*/
	/* IE Fix */
	background: url(../images/column_header_right_ie.png) right top no-repeat;
}

#content tr.header {
	background: url(../images/column_header_background.png) left top repeat-x #79BECD;
	border: none;
}

#content td {
	background-color: #DEE8FF;
	border: 1px solid #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px;
}

#content td.width100{
	width:100px;	
}

#content th.nerfwidth {
	width: 250px;	
}

#content div.column-left {
	background: #fff;
	width: 410px;
	float: left;
	padding: 0px 20px 0px 20px;
}

#content div.column-right {
	min-height: 400px;
	width: 310px;
	float: right;
}

#content div.column-single {
	min-height: 400px;
	width: 720px;
	padding: 0px 20px 0px 20px;
}

#content #footer, #content #footer p {
	width:760px;
	clear: both;
	text-align: center;	
}

select {
	width: 200px;
	margin: 10px;
}

input {
	width: 200px;
	margin: 10px;	
}

textarea {
	width: 400px;
	height: 200px;
	margin: 10px;	
}

table.calendar tr td, table.calendar tr th {
	text-align:center;
}

ul#bullet
{
	color: #5a5758;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
    line-height: 200%;
    margin-left: 20px;
}	