/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #002C53;
}
h3 {
	font: 1.5em "Times New Roman", Times, serif;
	line-height: 1.167em;
	font-style:italic;
	margin: 0px 0px 0.6em 0px;
	color: #001C45;
}
h3.headline{
	font-style: normal;
	margin: 20px 0px 0.6em 0px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}
h4{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #001C45;
}
p{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0.75em 0px;
	color: #000;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
ul.stars li{
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
	background: url(../graphics/menu_bullett_roll.gif) no-repeat;
	background-position: 0px 0.3em;
}
a{
	color: #0082BA;
	text-decoration: underline;
}
a:hover{
	color: #001C45;
}
a:visited{ 
	color:#0082BA;
}
a:active{ 
	color:#FF6699;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
.contentsection{
	background: url(../graphics/contentsection_bg.gif) top repeat-x #BFE3E8;
	padding: 8px;
	height: 1%;
	clear: both;
	margin-bottom: 10px;
}
.contentsection:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contentsection {display: inline-block;}
/* Hides from IE-mac \*/
* html .contentsection {height: 1%;}
.contentsection {display: block;}
/* End hide from IE-mac */
/* -------------- end general glasses -------------------------------------------- */


/* --------------- Form Styles - Using CMX Form ---------------------------------- */

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */

#surveyform label { width: 300px; } /* Width of labels */
#surveyform fieldset fieldset label { margin-left: 303px; } /* Width plus 3 (html space) */

form.cmxform fieldset{ border: 1px solid #ccc; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; 
	background: #fff;
	font: 1.5em "Times New Roman", Times, serif;
	color: #001C45;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 1px solid #E6E6E6;	
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.error_message{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#BE1E2D;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #0082BA;
	border: 1px solid #001C45;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */

/* ----------- Buttons ---------------------------------------- */
.button span{
	display: none;
}
#make-donation-btn{
	display: block;
	width: 240px;
	height: 40px;
	background: url(../graphics/button_makedonation.gif) no-repeat;
	border: 0;
}
#make-donation-btn:hover{
	background-position: 0px -40px;
}
#become-member-btn{
	display: block;
	width: 240px;
	height: 40px;
	background: url(../graphics/button_becomemember.gif) no-repeat;
	border: 0;
}
#become-member-btn:hover{
	background-position: 0px -40px;
}
/* ----------- end buttons ------------------------------------*/


/* +++++++++++++ Table styles ++++++++++++++ */
table{
	border-collapse:collapse;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	clear: both;
}
table td{
	padding: 5px;
	border-bottom: 2px solid #fff;	
	background-color: #E7F5F7; 
	vertical-align: top;
}
table th{
	padding: 5px;
	border-bottom: 2px solid #fff;
	background-color: #86CCE7;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
