@charset "utf-8";

* {margin:0;padding:0;}
html, body{
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

/** general overrides **/
h1{
	font-size:20px;
	padding-bottom:.5em;
	color: #333;
}

h2{ font-size:14px; color: #036; padding: 19px 0 10px 0;}

h3{
	font-size: 14px;
	color: #036;
	padding-bottom:.5em;
}

p { color: #333; line-height: 1.4em; padding-bottom: 1.2em; font-size:13px;}

img{border:0;}


li ul li { 
	float: left;
	position: relative;
	padding: 3px;
	border-bottom:1px solid white;
	font-size:12px;
	width:178px;
}

li a{
	color:white;
	text-decoration:none;
}

li a:hover{
	color:#CCC;
}

li ul { 
	display: none;
	position: absolute;
	top: 135px;
	left: 634px;
	border:1px solid grey;
	background-color:#335C85;
	width:181px;
}

li>ul { 
	top: 135px;
	left: 634px;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


/** old div ids **/
#logo{
	width:480px;
	height:109px;
}

#logo img{
	margin: 0 0 0 40px;
}

#navigation{
	width:800px;/* Width to prevent wrapping */
	border:none;
}

#navigation ul{
	padding: 3px 0 0px 0;
}

html>body #navigation ul {/*Dirty IE Hack*/
	padding: 6px 0 0px 0;
}

#navigation ul li{
	display:inline;
}

#sidebar{
	width: 178px;
	height: 100%;
	background: url(img/leftside_bg.gif) no-repeat;
	background-color:white;
	float:left;
	padding: 0 28px 0 0;
	/*border: black thin solid;*/
}

#quote-box{
/**	width:242px; **/
	float:right;
	background: #5E7F9E url(img/quotebox.gif) repeat-x;
	margin: 0 0px 14px 14px;
	border: 1px solid #999;
}

#quote-box div{
	margin: 13px;
	background-color: #FFF;
	border: 1px solid #335C85;
}

#quotes{

}

#content-area ul {
	padding-left: 20px;
	list-style-position:inside;
}

#content-area li{
	font-size:13px;
	color: #333;
}


#sponsor{
	text-align:right;
	font-size:.6em;
	color:#777;
}


/** old style class **/
.event {
	font-size:.9em;
	font-weight:bold;
	color:#333;
	padding-bottom:1em;
}

.eventDetail {
	font-weight:normal;
	margin-left:4em;
	font-size:.9em;
	color:#333;
}


.white-box{
	background-color: #FFF;
	border: 1px solid #335C85;
	border-top: none;
	margin: 0 13px;
	margin-bottom: 20px;
}

.white-box p, #quote-box div p{
	padding:7px;
}

.white-box li{
	font-size:13px;
	color: #333;	
}

.white-box ul{
	list-style-image: none;
	list-style-position:inside;
	list-style:none;
}


.divider{color: #CCC; width: 45%;}



/** new setup **/

#outer {
    margin:0 0;
	width:100%;
    min-width:40em;
	border:none;
    background:#fff;
}

#header {
	background-image:url(img/page_bg.gif);
	height:149px;
}


#sub, #right {
	font: 1em/1.5 'Lucida Grande', arial, verdana, sans-serif;
	word-spacing:.1em;
	margin-bottom:1em;
}

/******
div#sub is an extra wrapper, which allows the center column to come first in the source. 
#sub is floated left, with #center -the content column- nested within and floated to the right.
concept from http://www.positioniseverything.net/piefecta-rigid.html
******/
#sub {
	width:74%;
	float:left;
	position:relative;
}

/***
Containers should be named according to what they contain. not where they sit in the layout.
To make identifying each column more simple, I have named them according to their position.
***/
#content-area {
	width:74%;
	float:right;
}
#left {
	width:25%;
	float:left;
	
	/* the following 3 declarations are for design purposes only - not required for layout 
	padding:220px 0 10px;
	background:transparent url(img/eye.jpg) no-repeat right top;
	border-bottom:9px solid #845697; */
}
#right {
	width:24.9%;
	float:right;
}

#footer {
	clear:both;
	margin-top:1em;
	padding-left:5px;
	padding-right:5px;
	font:1em tahoma, verdana, sans-serif;
	border-top:1px solid #C8DCC2;
}