/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
/* this body fixes an IE bug and maintains x-browser uniformity */
	font-size: 100.01%;
	background: #ffffff;	
}

#container
{
	width: 800px;
	margin:0 auto 0 auto;
}

#header
{
	width: 800px;
	height: 91px;
	background:url(../images/home_header.jpg) no-repeat;
	position:relative;
}

#nav_text
{
	position:absolute;
	left: 469px;
	top: 29px;
}

#nav_greybar
{
	position:absolute;
	width:426px;
	height:30px; /* 42 */
	padding-top:12px;
	background:url(../images/grey_nav_bar.png) no-repeat;
	left: 374px;
	top: 49px;
}


a.donate
{
	width:102px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:50px;
	font-size: 0.58em;
	text-transform:uppercase;

}

a.donate:hover
{
	color: #ffdd00;
	text-decoration:underline;	
}

#menu_green
{
	width:800px;
	height: 25px;
	background:url(../images/green.png);
}

#col_blue
{
	background:url(../images/drk_blue_bg.png);
	width: 213px;
	padding:0 0 15px 0;
}

#col_blue_design
{
	width: 213px;
	height:39px;
	background:url(../images/left_top.png) no-repeat;
	margin-bottom: 5px;
}

#flash_box
{
	width:587px;
	height:140px;
	border-bottom:3px solid #f7a01c;
	background:#000000;
}

#sub_main
{
	padding:20px 0 50px 0;
}

#col_lt_blue
{
	width: 358px;
	padding-bottom:85px;
	background:url(../images/blue_bg.png);
	padding-top:20px;
}

#col_lt_blue_curve
{
	width: 358px;
	margin-top:0;
	background:url(../images/blue_bttm.png) no-repeat;
	height:11px;
}

p, p.white, h1.green, h1.black, ul.main
{
	padding:0 24px;
}

ul.main, li.main
{
	color:#333333;
	margin-top:0;
	padding-left:34px;
	
}

h1.green
{
	color: #00853f;
	font-size: .9em;
	font-weight:lighter;
	margin-bottom:10px;
}

h1.black
{
	color:#000000;
	font-size: .75em;
	margin:8px 0 0 0;
}

.bold {
	font-weight:bold;
}

p, p.white, p.dots, p.small, ul.main
{
	font-size: 0.7em;
	color:#333333;
	margin:0 0 18px 0;
}

p.white
{
color:#FFFFFF;
}


p.dots
{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom: 4px;
}

a.green
{
	color:#00853f;
	text-decoration:none;
}

a.green:hover, a.grey:hover
{
	color: #000000;
	text-decoration:underline;
}

table.mid
{
	margin-top:25px;
	margin-left: 20px;
}

p.small
{
	margin:0;
	font-size: 0.63em;	
	padding:0 0 5px 6px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	
}

a.grey
{
	text-decoration:none;
	color:#333333;
}

.tablerow {
	margin:0 auto 18px 24px;
	padding: 0; 
	width: 100%;
	font-size: 0.7em;
	color:#333333;
 }

.leftcol {
	border: none; 
	float: left; 
	margin: 0 0 18px 0; 
	padding: 0; 
	width: 40%;
}

.rightcol {
	float: left;
	border: none; 
	float: right; 
	margin: 0 0 18px 0; 
	padding: 0; 
	width: 55%;
} 

.tablerow {
	margin:0 auto 18px 24px;
	padding: 0; 
	width: 100%;
	font-size: 0.7em;
	color:#333333;
 }

.leftcol2 {
	border: none; 
	float: left; 
	margin: 0 0 0 0; 
	padding: 0; 
	width: 30%;
}

.rightcol2 {
	float: left;
	border: none; 
	float: right; 
	margin: 0 0 0 0; 
	padding: 0; 
	width: 65%;
} 

.space {
	clear:both;
	height: 7px;
}

#footer
{
	width: 800px;
	height: 53px;
	background:url(../images/footer_yellow.png) no-repeat;
	margin-top:35px;
}

