/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #363636;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	margin: 0 10px;
	padding : .3em 0; 
}

/* a */
a, a:visited { 
color : #ff0000; 
text-decoration : underline; } 

.clear {
	clear: both;
}

p.linktitle {
	font-size: 110%;
}

strong {
	font-weight: bold;
}


/* Main blocks
=================================*/
#wrapper {
	width: 890px;
	margin: 0 auto;
	}
#header {
	height: 108px;
	position: relative;
	margin-bottom: -8px;
}
#header h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header h1 a {
	display: block;
	width: 298px;
	height: 81px;
	background: url("../images/logo.gif") no-repeat 10px 20px;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
}
#header p {
	text-indent: -10000px;
}
#header div {
	position: relative;
	bottom: 0px;
	left: 422px;
}


/* columns
=================================*/
div#main-content {
	float: left;
	width: 450px;
	background: #ffffff;
}
div#main-content.widecontent {
	width: 740px;
}
div.cmscontent {
	background: #cad704;
	min-height: 400px;
}

div#right-content {
	float: left;
	width: 280px;
	margin-left: 10px;
}

div#right-content p.image {
	margin: 0;
	padding: 0;
}
div#main-content h1,
div#right-content h1 {
	font-size: 150%;
	padding: .5em 0;
	color: #ffffff;
}
div#main-content h2,
div#right-content h2 {
	font-size: 130%;
	padding-bottom: 0;
	color: #ffffff;
}
div#main-content ul,
div#right-content ul {
	list-style: disc;
	padding-left: 25px;
}

div#main-content ol,
div#right-content ol {
	list-style-position: outside;
	padding-left: 25px;
}

div#main-content h3,
div#right-content h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 7px 10px;
	margin: 0;
	color: #ffffff;
	background: #cad704;
	border-top: 10px solid #ffffff;
}

div.press-cont {
	background: #ffffff;
	padding-top: 10px;
}
div.press-cont span.date{
	font-size: 90%;
}
div#right-content div.whitebg {
	background: #ffffff;
	padding : .3em 0; 
}
div#right-content div.whitebg img {
	margin-right : 5px; 
}
div#right-content div.whitebg strong {
	font-size: 110%;
	font-weight: bold; 
}

/* main_menu
=================================*/

div#nav-cont {
	float: left;
}

ul#main-menu {
	margin: 0;
	padding: 0;
	font-size: 100%;  
	width:150px;
	margin-bottom: 50px;
}

ul#main-menu li {
	list-style: none;
	vertical-align: middle;
}
ul#main-menu li a {
	color: #727272;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 12px;
}

ul#main-menu li a:hover,
ul#main-menu li a.current {
	color: #363636;
	background: #cad704 url(../images/dot_whiteongreen.gif) no-repeat 2px 7px;
	text-decoration: none;
}

/* Second Level Nav List */
ul#main-menu ul {
	width: 130px;
	padding-left: 5px;
}
ul#main-menu ul li {
	padding: 2px 0;	
	vertical-align: middle;
}
ul#main-menu ul li a {
	color: #727272;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 1px 0;
	padding-left: 10px;
}

ul#main-menu ul li a:hover,
ul#main-menu ul li a.current {
	color: #ff0000;
	background: transparent url(../images/dot_redonwhite.gif) no-repeat 0 4px;
}



/* Forms
=================================*/


div#right-content label {
	color: #363636;
}
div#right-content input.text {
	width: 250px;
	border: 1px solid #aaaaaa;
	background: #eaef9b;
	color: #363636;
}
div#right-content textarea.textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #aaaaaa;
	background: #eaef9b;
	color: #363636;
}

div#right-content input.submit {
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ff0000;
	background: #cad704;
	border: 0;	 	
	cursor: pointer;
	cursor: hand;
	margin-left: 160px;
}



.errorbox {
  background: #eaef9b url(../images/error.gif) no-repeat 10px 5px;
  width: 205px;
  padding: 0.5em 0.5em 0.5em 4em;
  border: 1px solid #aaaaaa;
  margin: 1em 0 1em 10px;
  color: #363636;
  font-weight: normal;
  font-size:100%;
}




.editor {
	margin-top: 5px;
	padding: 3px 7px;
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: #5B5351;
	border: 1px solid #E9E9E9;	
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 	
	cursor: pointer;
	cursor: hand;
	_max-width: 0px;
}	

