/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/* RESET ALL STYLES */
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/* STRUCTURE */
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/



	#wrapper {

		margin-left: auto;
		margin-right: auto;
		width: 980px;
		background-image: url(wrapperShadow.png);
		background-repeat: repeat-y;
	}
	#main {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		margin-top: 0;
		width: 960px;
		background-image: url(yellow_bg.jpg);
		background-color: #F1DF00;
		background-repeat: repeat-x;
	}
	#header {

		float:left;
		width:100%;
		margin: 5px;
		margin-left: 10px;
		margin-top: 20px;
		padding: 0;
		_display:inline;
	}
	#content {
		float:left;
		width:700px;
		min-height: 550px;
		background-color: #FFFFFF;
		margin: 10px;
		padding: 10px;
		_display:inline;
	}
	#infoCol {
		float:right;
		width:190px;
		text-align:center;
		background-color: #FFFFFF;
		margin-right: 10px;
		margin-top: 10px;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		min-height: 465px;
		background-image: url(yellow_base.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		min-height: 500px;
		_display:inline;
	}
	#base {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin: 0;
		width: 980px;
		height: 20px;
		background-image: url(wrapperShadowBottom.png);
		_display:inline;
	}





	body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFFFFF;
	background-image: url(check.jpg);
	background-repeat: repeat;
	color: black;
	}
	p{
	color: black;
	}
	h1{
	color: #0096d7;
	text-transform: uppercase;
	font-style: italic;
	clear: both;
	letter-spacing: -1px;
	font-weight: bold;
	}
	h2{
	color: #1C3F94;
	letter-spacing: -1px;
	clear: both;
	}
	h3{
	color: #000000;
	letter-spacing: 1px;
	}
	a:link{
	text-decoration: underline;
	color: blue;
	}
	a:visited{
	color: purple;
	}
	a:hover{
	color: #e31b23;
	}
	a:active{
	color: #e31b23;
	}
	table{
	margin-left: auto;
	margin-right: auto;
	}





	p.small{
	color: #36393D;
	}
	p.withy{
	color: #003300;
	font-size: 250%;
	font-weight: bold;
	background-color: #9ACD32;
	width: 30%;
	padding: 10px;
	}
	p.caption{
	font-size: smaller;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	}
	ul{
	list-style: none;
	}
	.bullets{
	list-style: none;
	}
	.bullets li{
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0.2em;
	}

	marquee{
	background-image: url(check.jpg);
	width: 598px;
	color: #0096d7;
	font-family: sans-serif;
	text-transform: uppercase;
	font-style: italic;
	border: 1px solid #f4dc00;
	margin-left: 50px;
	margin-right: auto;
	}




	.border{
	border: 1px solid #0096d7;
	}
	.imgdiv {
	width: 320px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: smaller;
	text-align: center;
	}
	.imgbox {
	clear: both;
	}
	.imgwrap {
	float: right;
	margin: 0;
	padding: 0;
	}



	.datatable{
	border: 1px solid #f4dc00;
	border-collapse: collapse;
	}
	.datatable td{
	padding: 0.2em;
	border: 1px solid #f4dc00;
	}
	.datatable tr.altrow{
	background-color: #Fdf9d3;
	}

	.tablediv{
	text-align: center;
	}





	form div{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	}
	form label{
		float: left;
	}
	form input{
		color: #1c3f94;
		border: 1px solid #0096d7;
		width:98%;
	}
	.btn{
		background-color: transparent;
		width: 100%;
	}
	textarea.styled{
		height: 294px;
		border: 1px solid #0096d7;
		padding: 5px;
		font-family: sans-serif;
		color: #1c3f94;
		width:96%;
	}
	.twocolumns{
	width: 350px;
	float: left;
	}
	.single2{
	float: right;
	}
	form fieldset{
		border: 1px solid #0096d7;
		width: 96%;
		padding: 1%;
	}


    .formtext {
        font-size: 14px; color:#000066;
    }
    .formerrortext {
        font-size: 14px; color:#C00000; font-weight: bold;
    }





	.menu {
		width: 100%;
		font-size: 80%;
		line-height: 1em;
		z-index: 100;
	}

	.menu ul {
        	padding: 0px;
		margin: 0px;
		float: left;
		width: 960px;
	}
	.menu ul li {
		display: inline;
	}

	.menu ul li a{
		float: left;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10.5px 11px;
		padding-top: 0;
		padding-bottom: 0;
		color: #1C3F94;
	}

	.menu ul li a:hover {
		color:#e31b23;
	}


	.formalmenu {
		width: 100%;
		padding: 2px;
		z-index: 100;
		text-align: right;
	}

	.formalmenu ul {
        padding: 0px;
		margin: 0px;
		width: 960px;
		text-transform: uppercase;
	}
	.formalmenu li {
		display: inline;
		text-decoration: none;
		padding: 10px;
		color: #1C3F94;
	}
	.formalmenu li a{
		padding: 10px;
		padding-bottom: 20px;
	}
	.formalmenu ul li a:hover {
		color:#e31b23;
	}






	.iconlist ul {
		display: inline;
        	padding: 0px;
		margin: 0px;
	}
	.iconlist ul li {
		display: inline;
	}

	.iconlist ul li a{
		padding: 2px 2px;

	}
	.iconlist ul li a:hover{
	}



	.besTitle{
		color: #1C3F94;
	}

	.name{

	}
	.logo{
		position: absolute;
		float: right;
		margin-left: 35px;
		z-index: 100;
	}


	div.bluestripe {
		border-bottom: solid #1C3F94;
		border-bottom-width: 10px;
		width: 960px;
		margin: 0;
		padding: 0;
		clear: both;
	}

	div.redstripe {
		border-top: solid #e31b23;
		border-top-width: 2px;
		width: 960px;
		margin: 0;
		margin-top: 3px;
		padding: 0;
	}



	p.tel{
		font-size: 500%;
		font-weight: bold;
		font-style: italic;
		color: #1C3F94;
	}

	p.footnote{
		text-align: center;
		font-size: 80%;
		color: #1C3F94;
	}

	a img {
		border: 0px;
	}

	a.mohican:link, a.mohican:visited {
			font-family: Helvetica, san-serif;
			text-transform: lowercase;
			letter-spacing: 0px;
			color: #000;
			font-size: 1em;
			text-decoration: none;
			padding-left: 5px;
		}

	a.mohican:hover {
			font-family: Helvetica, san-serif;
			color: #990000;
			text-decoration: none;
		}
	.bes {
		font-family: Helvetica, san-serif;
		font-weight: bold;
		color: #1C3F94;
		display: inline;
		text-transform: uppercase;
		font-style: italic;
		letter-spacing: -1px;
	}




	fieldset {
		border: none;
	}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/* RHYTHM */
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

body {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

img, div, a { behavior: url(includes/iepngfix.htc) }