body 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link
{
    color: #007dc3;
}
a:hover
{
    color:#3a9dd4;
}
a:visited
{
    color:#666666;
}
p + ul
{
    margin-top:0px;
}

/*MENU START*/
#css_menu_bg
{ background: #007dc3;}

/* style the outer div to give it width */
.css_menu {font-size:0.75em; text-align:left; width: 900px; margin: 0px auto;}

/* remove all the bullets, borders and padding from the default list styling */
.css_menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:#007dc3;}

/* style the sub-level lists */
.css_menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.css_menu ul li {float:left;height:3em;line-height:3em;}

/* style the sub level list items */
.css_menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.css_menu a, .css_menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#ffffff;background:#007dc3;padding:0 1.5em 0 1em;}

/* style the sub level links */
.css_menu ul ul a, .css_menu ul ul a:visited {display:block;background:#3a9dd4; color:#ffffff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.css_menu ul table ul a, .css_menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.css_menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.css_menu ul ul table {left:-1px;}
.css_menu ul ul table ul.left {margin-left:2px;}

.css_menu li:hover {position:relative;}
* html .css_menu a:hover {position:relative;}

/* style the third level background */
.css_menu ul ul ul a, .css_menu ul ul ul a:visited {background:#2c8ac9;}
/* style the sub level 1 background */
.css_menu ul :hover a.sub1 {background:#2c8ac9;}
/* style the sub level 2 background */
.css_menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.css_menu a:hover {color:#ffffff;background:#3a9dd4;}
.css_menu :hover > a {color:#ffffff;background:#3a9dd4;}
/* second */
.css_menu ul ul a:hover{color:#ffffff;background:#2c8ac9;}
.css_menu ul ul :hover > a {color:#ffffff;background:#2c8ac9;}
/* third */
.css_menu ul ul ul a:hover {background:#237abe;}
.css_menu ul ul ul :hover > a {background:#237abe;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.css_menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.css_menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.css_menu ul ul ul.left {left:-14em;}

/* make the second level visible when hover on first level list OR link */
.css_menu ul li:hover ul, .css_menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.css_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.css_menu ul :hover ul :hover ul{visibility:visible;}

.css_menu ul ul ul {margin-left:-1px;}
.css_menu ul ul ul.left {margin-left:1px;}
/*MENU END*/

/*LOGO/TAGLINE START*/
#css_logo_tagline 
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}	

#css_top_tagline
{
	height: 39px;
	margin: 0;
	padding: 0;
	float: right;
}
/*LOGO/LOGIN END*/
.css_logo
{
	margin: 0;
	padding: 0;
	float: left;
}

.css_login
{
	margin: 0;
	padding: 43px 0 0 0;
	float: right;
}
/*LOGO/LOGIN START*/

/*LOGO/LOGIN END*/

/*MAIN CONTENT AREA START*/
#css_content_bg 
{
	background: url(../images/bg.gif) no-repeat top center #ffffff;
	padding: 0;
	margin: 0;
	clear: both;
}

#css_content_holder 
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	clear: both;
}	

#css_content_holder img
{
	border: none;
}

#css_flash
{
	height: 233px;
	width: 900px;
	margin: 0;
	padding: 0;
	clear: both;
}

#css_int_hero
{
	height: 167px;
	width: 900px;
	margin: 0;
	padding: 0;
	clear: both;
}

#css_left_column
{
	width: 600px;
	background: url(../images/left_column_bg.gif) repeat-x top #ffffff;
	padding: 0;
	margin: 0;
	float: left;
}
#css_single_column
{
	width: 900px;
	background: url(../images/left_column_bg.gif) repeat-x top #ffffff;
	padding: 0;
	margin: 0;
	float: left;
}

.css_left_column_content
{
	width: 260px;
	padding: 20px;
	margin: 0;
	float: left;
}

.css_left_column_content h1
{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin: 0;
	padding: 0 0 .75em 0;
}

.css_left_column_content h2
{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #515151;
	margin: 0;
	padding: 0;
}

.css_left_column_content strong
{
	color: #515151;
}

.css_left_column_content p
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0 0 1em 0;
}

#css_right_column
{
	width: 260px;
	background: url(../images/right_column_bg.gif) no-repeat top #ffffff;
	padding: 20px;
	margin: 0;
	float: left;
}
/*MAIN CONTENT AREA END*/

/*INTERNAL CONTENT AREA START*/
.css_left_column_content_int
{
	width: 560px;
	padding: 20px;
	margin: 0;
	float: left;
}

.css_wide_column_content_int
{
	width: 900px;
	min-height:400px;
	_height: 400px;
	padding: 20px;
	margin: 0;
	float: left;
}
#css_content
{
    font-size:.8em;
}

.css_left_column_content_int h1, .css_wide_column_content_int h1
{
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin: 0;
	padding: 0 0 .75em 0;
}

.css_left_column_content_int h2, .css_wide_column_content_int h2
{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #515151;
	margin: 0;
	padding: 0;
}

.css_left_column_content_int h3, .css_wide_column_content_int h3
{
	font: normal .9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #515151;
	margin: 0;
	margin-bottom:6px;
	padding: 0;
}

.css_left_column_content_int strong, .css_wide_column_content_int strong
{
	color: #515151;
}

.css_left_column_content_int p, .css_wide_column_content_int p
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0 0 1em 0;
}

.css_left_column_content_int a, .css_wide_column_content_int a
{
	font: normal 12px Arial, Helvetica, sans-serif;
}
/*INTERNAL CONTENT AREA END*/

/*FOOTER START */
#css_footer
{ 
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat top #ffffff;
	width: 860px;
	padding: 20px;
}

#css_copyright
{
	color: #bdbdbd;
	font: normal 9px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}

#css_footer_links
{
	margin: 0;
	padding: 0;
}

#css_footer_links a
{
	color: #878787;
	font: normal 9px Arial, Helvetica, sans-serif;
	padding: 0 3px 0 0;
	text-decoration: none;
}
/*FOOTER END*/
li,td
{
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0;
}
/* CMS */
.Grid
{
    border: solid 1px #aaaaaa;
}
.GridHeader th
{
    background-color: #cccccc;
    font-size:9px;
    color: #555555;
}
.GridHeader a:link
{
    color: #777777;
    font-weight:bold;
    
}

/*PAGE SPECIFIC */

#willquote
{
    font-family:Times New Roman, Times, Serif; 
    margin:10px 0px 5px 20px; 
    line-height:1.3
}
.GridHeader th
{
    font-size:small;
    
}
.form-donation
{
    font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 20px;  
} 



.form-donation fieldset legend {display:none;}
.form-donation fieldset .form_row {padding: 8px 0; clear:both;}
	form div.form-donation fieldset .form_row label {
		width: 10em;
		float: left;
		padding: 2px 0;
	}
		form div.form-donation fieldset .form_row label span {
			padding-left: 2px;
			font-weight:bold;
		}
	form div.form-donation fieldset .form_row .txtfield {
		width:140px;
	}
	form div.form-donation fieldset .form_row .txtfield-short {
		width:60px;
	}
	form div.form-donation fieldset .form_row .txtfield-long {
		width:200px;
	}
	form div.form-donation fieldset .form_row .radiolist label {float: none; padding-right: 3px;}
/*ORDER MATERIALS */
#product_codes
{
	float:right;
	padding:7px;
	max-width: 450px;
	width:expression(this.width > 450 ? 450: true);
	border: solid 1px black;
	background-color: #ffffcc;
	margin-right:20px;
}
#product_codes h3
{
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 6px 0 4px 0;
}

h2.order_header
{
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin: 0;
	padding: 0 0 .5em 0;
}

#order_id
{
	width: 320px;
}
.productrow:hover
{
	cursor:pointer;
}
/* CSS Document */

.Grid{
	border: solid 1px #CCCCCC;
	border-collapse:collapse;
}

.Grid a
{
}

.Grid td{
    border: solid 1px #cccccc;
    margin: 1px 1px 1px 1px;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

.Grid th{
    border: solid 1px #cccccc;
    margin: 1px 1px 1px 1px;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

/* Grid header style */
.GridHeader{
    font-weight: bold;
    background-color: #EEEEEE;
	text-align: left;
}

.GridHeader th
{
	text-align: left;
}

.GridHeader a{
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}

.GridHeader a:hover{
    text-decoration: underline;
    /*background: Tan url(images/spin.gif) no-repeat 0 100%;*/
}

/* Grid item style */
.GridItem, .GridAltItem{
    font-size: smaller;
	text-align: center;
}

.GridItem{
   color: #000000;
   background-color: #ffffff;
   text-align: center;
}

.GridItemEdit{
	background-color: #ddd;
	color: #000000;
	text-align: center;
}


.GridAltItem{
    /*background-color: PaleGoldenrod;*/
    color: #000000;
    background-color: #eeeeee;
    text-align: center;
}

.Pager{
   color: #000000;
   background-color: #ffffff;
   text-align: center;
   border-width:0px;
}

.Pager td 
{
	border-width: 0px;
	text-align: center;
}

/*END GRID */