/* --------------------------- BASIC ELEMENTS --------------------------- */

body { 
	font: 11px Arial, Helvetica, sans-serif; 
	line-height: 15px;
	color: #333;
	background: #FFF; 
	margin: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	margin: 0px;
	}

form {
	margin: 0px;
	padding:0px;
	}

h1 {
	font-size: 21px;
	line-height:24px;
	font-weight: bold;
	color: #092668;
	padding-top: 15px;
	margin: 0px;
	}

h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin: 0px;
	}
	
h3 { 
	font-weight: bold;
	font-size: 11px;
	color: #092668;
	margin: 0px;
	padding: 0px;
	}
	
h4 { 
	font-size: 11px;
	font-style: italic;
	color: #092668;
	padding-top: 10px;
	margin: 0px;
	}
	
ul { 
	padding: 0px;
	margin: 15px 5px 20px 15px;
	list-style-position: outside;
	font-size:12px;
	}
	
a:link { 
	text-decoration: underline; 
	color: #092668;
	}

a:visited { 
	text-decoration: underline; 
	color: #092668;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #092668;
	}

/* --------------------------- CONTAINERS --------------------------- */

#container {
	margin: 0 auto;
	width: 678px;
	}

#top_container {
	position: relative;
	width: 678px;
	text-align: left;
	}
	
#picture_container {
	position: relative;
	float: left;
	width: 240px;
	text-align: left;
	}

#content_container {
	position: relative;
	float: right;
	width: 438px;
	text-align: left;
	}
	
#footer_container {
	position: realative;
	width: 678px;
	text-align: left;
	}

#home_l_container {
	position: relative;
	float: left;
	width: 384px;
	text-align: left;
	}

#home_r_container {
	position: relative;
	float: right;
	width: 280px;
	text-align: left;
	}
	
#half_container {
	position: relative;
	width: 330px;
	text-align: left;
	}
	
#full_container {
	position: relative;
	width:676px;
	float:left;
	text-align:left;
	margin: 0px 1px 0px 1px;
	}

/* --------------------------- NAVIGATION --------------------------- */

#nav {
/* added by Glen -- was causing an IE problem with commented out display:inline below */
	top: -15px;
/*  end added by Glen */
	position: relative;
	float: left;
	width: 678px;
	height: 37px;
	padding: 0px;
	}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0px;
	}

#nav li {
	padding: 0px;
/*	display: inline; */
	}
	
.nav1 { float: left; width: 113px; height: 37px; background: url(images/nav1.gif) no-repeat 0 0px; }
a.nav1:link { background: url(images/nav1.gif) no-repeat 0 0px; }
a.nav1:hover { background: url(images/nav1.gif) no-repeat 0 -37px;	}

.nav2 { float: left; width: 113px; height: 37px; background: url(images/nav2.gif) no-repeat 0 0px; }
a.nav2:link { background: url(images/nav2.gif) no-repeat 0 0px; }
a.nav2:hover { background: url(images/nav2.gif) no-repeat 0 -37px; }

.nav3 { float: left; width: 113px; height: 37px; background: url(images/nav3.gif) no-repeat 0 0px; }
a.nav3:link { background: url(images/nav3.gif) no-repeat 0 0px; }
a.nav3:hover { background: url(images/nav3.gif) no-repeat 0 -37px; }

.nav4 { float: left; width: 113px; height: 37px; background: url(images/nav4.gif) no-repeat 0 0px; }
a.nav4:link { background: url(images/nav4.gif) no-repeat 0 0px; }
a.nav4:hover { background: url(images/nav4.gif) no-repeat 0 -37px; }

.nav5 { float: left; width: 113px; height: 37px; background: url(images/nav5.gif) no-repeat 0 0px; }
a.nav5:link { background: url(images/nav5.gif) no-repeat 0 0px; }
a.nav5:hover { background: url(images/nav5.gif) no-repeat 0 -37px; }

.nav6 { float: left; width: 113px; height: 37px; background: url(images/nav6.gif) no-repeat 0 0px; }
a.nav6:link { background: url(images/nav6.gif) no-repeat 0 0px; }
a.nav6:hover { background: url(images/nav6.gif) no-repeat 0 -37px; }

/* --------------------------- CLASSES --------------------------- */

.images {
	padding-top: 12px;
	padding-right: 13px;
	}
	
.legal {
	font-size: 9px;
	float: left;
	padding-bottom: 20px;
	}

.rule {
	padding-top:10px;
	padding-bottom: 10px;
	}

.left { float: left; }

.right { float: right; }

.self_top {
	background: url(images/self_top.gif) no-repeat top left;
	padding: 11px;
	}

.self_mid {
	background: url(images/self_mid.gif);
	line-height: 13px;
	padding: 5px 20px 0px 20px;
	}

.self_btm {
	background: url(images/self_btm.gif) no-repeat top left;
	padding: 15px 11px 20px	11px;
	}

/* --------------------------- CONTACT FORM --------------------------- */

.form_fields {
	width: 190px;
	height: 16px;
	border-color: #909DB8;
	border-style: solid;
	border-width: 1px;
	}

form input {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #333;
	padding: 2px;
	}

form textarea {
	width: 230px;
	height: 158px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333;
	overflow: hidden;
	padding: 2 0 0 6px;
	border-color: #909DB8;
	border-style: solid;
	border-width: 1px;
	}