/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #3e4246 url('../images/layout/body_bg.png') repeat-x; }
hr { border-color: #b2d234; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; margin-top: 15px; margin-bottom: 10px; }
textarea, select, select * { color: #333333; font-size: 12px; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #111111; font-size: 12px; line-height: 17px; }
a  { color: #000000; font: normal 12px arial; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main { width: 818px; margin: 0px auto; }
#main-inner  { background: #FFFFFF; }
#header { height: 110px; background: url('../images/layout/header_bg.jpg'); }
#logo {  margin-top: 15px; margin-left: 50px; border: none; }


#nav { height: 30px; background: url('../images/layout/nav_bg.jpg'); color: #3d4145; text-align: center; line-height: 30px; }
#nav a { color: #bcd751; line-height: 30px; padding-right: 10px; padding-left: 10px; font-size: 12px; }

#body { background: url('../images/layout/body_gradient.jpg') repeat-x; }


#footer { width: 818px; margin: 0px auto; text-align: center; color: #bbd650; font-size: 11px; padding-top: 8px; }
#footer a { color: #bbd650; font-weight: normal; font-size: 11px; }

.highlighted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFF00;
}
.link2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.source {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.unnamed1 {
}
.resources {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
}
