/* ----------------------------------------------------------------------*/
/* ---------->>> COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.black { background-color:#000; }
.white { background-color:#FFF; }

.green { background-color:#428a77; }
.darkgreen { background-color:#337764; }
.forest { background-color:#00573d; }
.darkforest { background-color:#00462f; }
.lime { background-color:#729c3f; }
.darklime { background-color:#729c3f; }
.orange { background-color:#d16816; }
.darkorange { background-color:#c65510; }
.tan { background-color:#e6e4c5; }
.teal { background-color:#708c88; }
.sage { background-color:#c6d2a2; }
.silver { background-color:#d4d0ce; }
.lightsilver { background-color:#f2f1f0; }
.blue { background-color:#20358c; }

/* ----------------------------------------------------------------------*/
/* ---------->>> TEXT COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.txt_black { color:#000; }
.txt_white { color:#FFF; }

.txt_green { color:#428a77; }
.txt_darkgreen { color:#337764; }
.txt_forest { color:#00573d; }
.txt_darkforest { color:#00462f; }
.txt_lime { color:#85ad50; }
.txt_darklime { color:#729c3f; }
.txt_orange { color:#d16816; }
.txt_darkorange { color:#c65510; }
.txt_tan { color:#e6e4c5; }
.txt_teal { color:#708c88; }
.txt_sage { color:#c6d2a2; }
.txt_silver { color:#d4d0ce; }
.txt_lightsilver { color:#f2f1f0; }
.txt_blue { color:#20358c; }



/* ----------------------------------------------------------------------*/
/* ---------->>> COMMON CLASSES <<<-----------*/
/* ----------------------------------------------------------------------*/

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.float_left, .alignleft { float: left; }
.float_right { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { clear: both; display: block; }
.pad { padding: 10px; }
.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_btm { padding-bottom: 10px; }
.margin_left { margin-left: 10px; }
.margin_right { margin-right: 10px; }
.margin_top { margin-top: 10px; }
.margin_btm { margin-bottom: 10px; }
.border { border:solid 1px #000 }
.border_left { border-left:solid 1px #000 }
.border_right { border-right:solid 1px #000 }
.border_top { border-top:solid 1px #000 }
.border_btm { border-bottom:solid 1px #000 }
table.twocol td { width: 50%; }
table.threecol td { width: 33.333%; }
table.fourcol td { width: 25%; }
div.twocol { width: 50%; }
div.threecol { width: 33.333%; }
div.fourcol { width: 25%; }
table.pad_cel td { padding: 3px; }
.center { margin:0px auto }
.hide { display:none; position: absolute; top: -5000em; left: -5000em;}


/* ----------------------------------------------------------------------*/
/* ---------->>> BASIC HTML TAGS <<<-----------*/
/* ----------------------------------------------------------------------*/

body {
	background-color: #00422c;
	color: #393939;
	font-size: 72.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1em;
	text-align: center;
}

h1 {
	color: #00462f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.6em;
	border-bottom: 1px solid #d4d0ce;
	margin-bottom:.5em;
}

h2 {
	color: #B34414;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.8em;
	font-family: "Arial Black", Futura, Arial, sans-serif;
}
h1 small, h2 small{
	display:block;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	color: #708c88;
	font-family: "Arial Black", Futura, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
}
h4 {
	background-color:#FFF;
	border: 1px solid #d4d0ce;
	color: #20358c;
	font-family: "Arial Black", Futura, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	padding:10px;
}
h4 strong, h4 span {
	background-color:#f3f1f1;
	display:block;
	padding:10px;
}
h4 span {
	font-family: Arial, sans-serif;
}
h5 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}
h6 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
hr {
	background: #333;
	color: #333;
	height: 1px;
	border: 0px;
	margin: 0 0 10px 0;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
	color: #FFF;
	background: #333;
	vertical-align:middle;
	border-left: 1px solid #FFF;
}
th:first-child {
	border-left: none;
}

strong {
	color:#00462f;
	font-weight:bold;
}
h4 strong {
	color:#20358c;
	font-weight:bold;
}

sup {
	font-size:.8em;
	vertical-align: top;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> LINKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #729c3f;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #729c3f;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #85ad50;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #729c3f;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #729c3f;
}

a.pdf, a.doc, a.folder { padding-left:15px; }
a.pdf { background: url(../images/bullet_pdf.gif) no-repeat; }
a.doc { background: url(../images/bullet_page.gif) no-repeat; }
a.folder { background: url(../images/bullet_folder.gif) no-repeat; }

/* ----------------------------------------------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
textarea, pre, tt, code { font-family:"Courier New", Courier, monospace; }

input, select, label {
	vertical-align: middle;
}
input.btn_submit, input.btn_reset {
	background: url(../images/btn_submit.gif) no-repeat left top;
	display:block;
	float:left;
	height:30px;
	margin-right:1em;
	position:relative;
	width:75px;
	text-indent:-1000em;
	border:none;
	font-size: 0;
}
input.btn_reset {
	background: url(../images/btn_reset.gif) no-repeat left top;
}
input.btn_submit:hover, input.btn_reset:hover {
	background-position: left -30px;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> LISTS <<<-----------*/
/* ----------------------------------------------------------------------*/

ul, ol, dl { margin: .5em 0 1em 1.4em; }
#contentWrapper li {
	/*background: url(../images/bullet.gif) no-repeat left 0.3em;*/
	line-height: 1.5em;
	margin: 0px 0px 3px;
	padding: 0px 0px 3px 27px;
	padding: 0px 10px 3px 0px;
}
#contentWrapper li:first-child {
	border-top: none;
}
#contentWrapper li ul li {
	background: url(none);
	line-height: 1.5em;
	margin: 0px 0px 3px;
	padding: 0px 0px 3px 0px;
	list-style: disc;
}
#contentWrapper li ul { margin: .5em 0 0 1em;}

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; }

#contentWrapper .pdflist li, #contentWrapper li.pdflist {
	background: url(../images/bullet_pdf.gif) no-repeat left top;
}
#contentWrapper .doclist li, #contentWrapper li.doclist {
	background: url(../images/bullet_page.gif) no-repeat left top;
}
#contentWrapper .folderlist li, #contentWrapper li.folderlist {
	background: url(../images/bullet_folder.gif) no-repeat left top;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* ----------------------------------------------------------------------*/

#mainWrapper {
	background: url(../images/bg_page.gif) repeat center top;
}
#borderWrapper {
	background: url(../images/bg_pageshadow.gif) repeat-y center top;
}
#outerWrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
#outerPad{
	padding:0px 24px;
}
#outerWrapper #header {
	background: #FFF url(../images/bg_header.gif) repeat-x left top;
	height: 100px;
	position:relative;
}
	#header #topnav { position:absolute; top: 10px; right: 10px; text-align:right; }

/* Added this div and set width to force IE 6 to display Background Image properly */
#outerWrapper #nav_container {
	background: #00462f url(../images/bg_nav.gif) repeat-x left top;
}
#outerWrapper #nav {
	background: url(../images/bg_nav.jpg) repeat-x left top;
	height:40px;
	padding:0px;
}
#outerWrapper #contentWrapper {
	background: url(../images/bg_content.jpg) no-repeat left top;
	padding:40px 0px;
}
/* Col1 left column */
#outerWrapper #contentWrapper #col1 {
	float: left;
	width: 228px;
}
/* Col2 right column */
#outerWrapper #contentWrapper #col2 {
	float: right;
	width: 330px;
}
/* Col3 contains the main page content */
#outerWrapper #contentWrapper #col3 {
}
#footerWrapper {
	background: #00422c url(../images/bg_footer.jpg) repeat-x left top;
	padding-bottom: 50px;
}
#footer {
	padding:10px;
	color:#FFF;
	margin: 0px auto;
	width:960px;
}

#header, #nav, #contentWrapper, #footer { clear:both; }

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN CONTROLS <<<-----------*/
/* ----------------------------------------------------------------------*/

/*#col1 {z-index: 3}
#col2 {z-index: 5}
#col3 {z-index: 1}*/
#col1_content {/*z-index: 4;*/ padding:10px;}
#col2_content {/*z-index: 6;*/ padding:0px 10px;}
#col3_content {/*z-index: 2;*/  padding:0px 20px 0px 40px;}
#col1_content, #col2_content, #col3_content { position:relative }

.showall { background: url(../images/bg_threecol.gif) repeat-y left top; }
.hidecol2 { background: url(../images/bg_leftcol.gif) repeat-y left top; }
.hidecol1 { background: url(../images/bg_rightcol.gif) repeat-y left top; }
.hideboth { background: url(../images/bg_nocolumn.gif) repeat-y left top;	}

/* Set the class of #contentWrapper for a 1, 2 or 3 column layout */
/* 3 col layout */
.showall #col3 {margin-left: 228px; margin-right: 228px}
/* 1 col layout */
.hideboth #col3 {margin-left: 0; margin-right: 0}
/* 2 col layout Right Sidebar */
.hidecol1 #col3 {margin-left: 0; margin-right: 345px}
/* 2 col layout Left Sidebar */
.hidecol2 #col3 {margin-left: 228px; margin-right: 0}

/* The following hides the unnecessary columns */
.hideboth #col1, .hideboth #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol1 #col1 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol2 #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}

#col2, #col2_content {overflow:visible;}

/* ----------------------------------------------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ----------------------------------------------------------------------*/

#nav ul, #nav li {
	margin:0px;
	padding:0px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	background: url(../images/bg_nav.jpg) repeat-x left top;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	list-style-type: none;
	position: relative;
	text-align:center;
	cursor: pointer;
	/*width: 8em;*/
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 14em;
	font-size: 1em;
	text-align:left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#nav ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -1% 0 0 98%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV DESIGN INFO <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #333;
	background: url(../images/bg_subnav.gif) repeat left top;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:visited {
	background: url(../images/bg_nav.jpg) repeat-x left top;
	border-right:solid 1px #006144;
	border-right:solid 1px #FFF;
	color: #729c3f;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight:normal;
	line-height:40px;
	padding:0px 40px;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul a:visited {
	background: none;
	border-right:none;
	display: block;
	cursor: pointer;
	font-size: 1em;
	font-weight:normal;
	line-height:2em;
	padding:0px 4px;
	color: #00573d;
	text-decoration: none;
	background: url(none);
}
/* First Level of Navigation Hover Style */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background: #333 url(../images/bg_nav_hover.gif) repeat-x left top;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	background:#00573d url(none);
	color: #FFF;
}

#nav_container, #nav,#nav ul li {line-height:40px;}
#nav li ul li {line-height:2em;}

#nav ul li a {float:left;}
#nav li ul li a {float:none;clear:left;}
#nav li ul {clear:left;top:40px;}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV SUB MENU <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV BROWSER HACKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 1 LEFT COL <<<-----------*/
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 2 RIGHT COL <<<-----------*/
/* ----------------------------------------------------------------------*/

#col2 {
	/*font-size:.9em;*/
}
#col2 h4 {
	margin-left:-25px;
	margin-bottom:10px;
	clear:both;
}
#col2 h1 {
	margin-left:-12px;
	padding-left:12px;
	font-size:2em;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 3 MIDDLE COL <<<-----------*/
/* ----------------------------------------------------------------------*/

#col3_content h1 {
	margin-right:-30px;
}
#col3_content table {
	width:550px;
}
#col3 h4 {
	/*margin-right:-40px;*/
	margin-bottom:10px;
	font-size:1.3em;
}
.indent {margin-left:20px;}


/* ----------------------------------------------------------------------*/
/* ---------->>> JQUERY STRIPING <<<-----------*/
/* ----------------------------------------------------------------------*/

table.striped tr.row_gray, table.striped tr.row_gray td {
	background: #f2f1f0;
}
table.striped td {
	padding:6px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Sets the style for unvisited links. */
#footer a,  #footer a:link { color: #729c3f; font-weight:normal; }
/* Sets the style for visited links. */
#footer a:visited { color: #729c3f; }
/* Sets the style for links on mouseover. */
#footer a:hover { color: #85ad50; }
/* Sets the style for a link that has focus. */
#footer a:focus { color: #729c3f; }
/* Sets the style for a link that is being activated/clicked. */
#footer a:active { color: #729c3f; }
#footer p { margin:0px; }

/* ----------------------------------------------------------------------*/
/* ---------->>> IE BACKGROUND FIX <<<-----------*/
/* ----------------------------------------------------------------------*/

/* divs that do not have a width set whose backgrounds do not display in IE 6*/
/* make sure these divs do not have margin or padding applied*/
#nav_container, #contentWrapper {
	width:100%;
}
