/* Table of Contents:

	Overall Layout
	Header Layout
	Call Out Boxes Layout
	Content Layout
	Footer Layout
	
*/

/* Overall Layout
--------------------------------------------------------------------------------------- */
body {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #767676;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


div#container
{
margin: auto;
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}

.leftshadow {
	width: 101px;
	height: 100%;
	background-color: #767676;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
}

.content a {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.content2 a {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.link {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-left: 10px;
}

.content a:hover {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Header Layout
--------------------------------------------------------------------------------------- */

.menubar {
	background-image: url(images/menu_bar.jpg);
	background-repeat: repeat-x;
	width: 801px;
	height: 34px;
}

a.menubutton, a.menubutton:link, a.menubutton:visited {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button.gif);
	background-repeat: repeat-x;
	width: 97px;
	height: 26px;
	float: left;
}

a.menubutton:hover {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button_over.gif);
	background-repeat: repeat-x;
	width: 97px;
	height: 26px;
	float: left;
}

/* Call Out Boxes Layout
--------------------------------------------------------------------------------------- */

.box1 {
	background-image: url(images/join_us_box.jpg);
	background-repeat: repeat-x;
	width: 267px;
	height: 133px;
	float: left;
}

.box2 {
	background-image: url(images/resources_box.jpg);
	background-repeat: repeat-x;
	width: 265px;
	height: 133px;
	float: left;
}

.box3 {
	background-image: url(images/contact_us_box.jpg);
	background-repeat: repeat-x;
	width: 269px;
	height: 133px;
	float: left;
}

a.boxtext, a.boxtext:link, a.boxtext:visited {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 92px 15px 0px 0px;
	float: right;
}

a.boxtext:hover {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 20px;
	color: #363838;
	text-decoration: none;
	margin: 92px 15px 0px 0px;
	float: right;
}

/* Content Layout
--------------------------------------------------------------------------------------- */
	fieldset {
	padding-left: 10px;
	}
	
	legend {
	color: #555;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
	}
	
	label {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #363838;
	text-decoration: none;
	margin: 4px 10px 2px 0px;
	text-align: left;
	font-weight: bold;
	}
	
	.formfield {
	background-color: #666666;
	color: #fff;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 8px;
	width: 370px;
	border-top-color: #525d01;
	border-right-color: #525d01;
	border-bottom-color: #525d01;
	border-left-color: #525d01;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	.formfield2 {
	background-color: #666666;
	color: #fff;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 8px;
	width: 180px;
	border-top-color: #525d01;
	border-right-color: #525d01;
	border-bottom-color: #525d01;
	border-left-color: #525d01;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
	textarea {
	background-color: #dae992;
	color: #677501;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 8px;
	width: 230px;
	border-top-color: #525d01;
	border-right-color: #525d01;
	border-bottom-color: #525d01;
	border-left-color: #525d01;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
.content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 479px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}

.content3 {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 380px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}

.content2 {
	float: left;
	width:270;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}

h1 {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 24px;
	color: #d11c21;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	color: #d11c21;
	text-decoration: none;
	font-weight: normal;
}


p {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #363838;
	text-decoration: none;
	padding: 10px 10px 5px 10px;
	text-align: justify;
}

.date {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #363838;
	text-decoration: none;
	padding: 5px 0px 10px 0px;
}


.tablehead {
	background-image: url(images/menu_bar.jpg);
	background-repeat: repeat-x;
	height: 34px;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.tablecontent {
	background: #CCCCCC;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	color: #323433;
	text-decoration: none;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */

.footerbar {
	background-image: url(images/footer_bar.jpg);
	background-repeat: repeat-x;
	width: 801px;
	height: 34px;
	float: left;
}

.footerbottom {
	background-image: url(images/footer_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #8a8b8f;
	width: 801px;
	height: 150px;
	float: left;
}

.footertext {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
}

.footertext2 {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration: none;
	padding-left: 10px;
	float: left;
}

.footertextred {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
}

a.footertext, a.footertext:link, a.footertext:visited {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
}

a.footertext:hover {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #c9c9c9;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
}

.logotext {
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 5px 0px 0px;
	float: right;
}

a.logotext, a.logotext:link, a.logotext:visited {
	font-family: Century Gothic, Apple Gothic, Arial, sans-serif - p;
	font-size: 8pt;
	color: #fff;
	vertical-align: middle;
	font-weight: normal;
	padding: 9px 20px 0px 0px;
	text-decoration: none;
	float: right;
}


/* Horizontal Menu Layout
--------------------------------------------------------------------------------------- */

/* Just a few basic page styles */

#mainnav {
	width: 801px;
	height: 26px;
	margin: 0 0 0 0;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #fff;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
/* -------------------------- */

/* The top main navigation links */
#nav a {
	display: block;
	color: #fff;	
	text-decoration: none;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button.gif);
	background-repeat: repeat-x;
	width: 97px;
	height: 26px;

}

#nav a:hover {
	display: block;
	color: #fff;	
	text-decoration: none;
	font-family:”Lucida Grande”,”Lucida Sans Unicode”,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(images/menu_button_over.gif);
	background-repeat: repeat-x;
	width: 97px;
	height: 26px;

}

#nav li {
	float: left;
	padding: 0;
	text-align: left;
}

/* -------------------------- */

/* To Space the Secondary Menu Items */
.secondmenu {
	padding: 0 0 0 10px;
}

/* The dropdown links lists */
#nav li ul {
	position: absolute;
  	left: -999em; 
	height: auto;
	width: 165px; 
	font-weight: normal;
	border: 1px solid #8a8b8f;
	background-color: #353736;
	margin: 0;
	padding: 0;
}
#nav li li {
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li ul a {
	width: 165px;
	* html width: 165px;
	text-align: left;
	padding: 0;
    margin: 0;
	border: 1px solid #8a8b8f;
}

/* This controls the flyout location of the second level dropdowns */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	width: 165px;
	padding: 0;
	margin: 0;

}
/* -------------------------- */


/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-image: url(images/dropdown.gif);
	width: 165px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}
#nav li ul.under a:hover {
	background: #353736;
	color: #fa0105;
	text-align: left;
	width: 165px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
}
/* -------------------------- */

/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #000;
	width: 165px;
	padding: 0;
	margin: 0;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	background: #f00;
	color: #fff;
	width: 165px;
	padding: 0;
	margin: 0;
}

/* -------------------------- */
#content {
	clear: left;
}