/************* RESET STYLE SHEET ********************/
/*		This set of styles is here to create		*
 * 		a base line to work from that should		*
 * 		standardize display across browsers.		*
 * 		This is stated without guarantee of 		*
 * 		any kind, as I'm just quoting what			*
 * 		other people have said.  In other 			*
 * 		words, this is an experiment. -- SC			*
 * 													*
 * 		What this requires of the designer is		*
 * 		to style ALL the elements from a common		*
 * 		baseline of zero (common to both IE and		*
 * 		FF).										*
 * **************************************************
 */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************* END RESET STYLE SHEET *****************/



body, html {
	margin:   0;
	padding:0;
	background:#ffffff;
	background-image: url(../images/body_bg.gif);
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

body {
	min-width: 760px;
}

#wrap {
	background-color: #FFFFFF;
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 760px;
}

#header {
	background: #184838;
	height: 162px;
	padding: 0 ;
	margin: 0;
	
}
#header h1 {
   	padding: 5px;
    margin: 0;
}

#nav {
	padding: 0;
	margin: 0;
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat;
	height: 54px;
}

#nav p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
}

#shadow {
	background: none;
	padding: 0;
	margin: 0;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	height: 8px;
}

#main {
	background: none;
	width: 760px;
	padding: 0 0 30px 0;
}

#main h1, #main h2, #main h3, #main p {
	padding: 0 0 10px 10px;
}

#main img {
	padding: 10px 10px 10px 10px;
}

#main ul {
	padding: 5px 10px 5px 40px;
}

#main li {
	list-style: disc;
}

#main table {
	padding: 10px 0 10px 0;
}

h1 {
	font-size: 18pt;
	color: #FF6600;
	padding: 10px 10px 0 10px;
}

h2 {
	font-size: 16pt;
	color: #FF6600;
	padding: 0 10px 10px 10px;
}

h3 {
	font-size: 14pt;
	color: #FF6600;
	padding: 0 10px 10px 10px;
}

h4 {
	font-size: 12pt;
	color: #FF6600;
	padding: 0 10px 10px 10px;
}



#footer {
	padding: 0;
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat;
	background-color: #134334;
}

#footer p {
	padding: 5px;
	margin: 0;
	color: #ffffff;
}

#footer h1, #footer h2, #footer h3, #footer h4 {
	color: #FF6600;
} 

p.copyright {
	text-align: center;
}

/*** Link Styles ***/

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}


/*****************************************************/

/***** Login Styles *****/

div.login {
	width: 460px;
}

#login {
	padding: 20px;
}


/*****************************************************/

/***** ADMIN Styles *****/


/** Admin header on each page **/

#admin_menu {
	background-color: #dadada;
	height: 30px;
}

#admin_left {
	width: 300px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#admin_right {
	width: 300px;
	float: right;
	text-align: center;
	padding-top: 5px;
}

#admin_menu a:link {
	color: #00487F;
	text-decoration: none;
}

#admin_menu a:visited {
  color: #00487F;
  text-decoration: none;
}

#admin_menu a:hover {
	color: #A64E0F;
	text-decoration: none;
}


/*****************************************************/

/***** ENEWSLETTER Styles *****/

#enewsletter {
	width: 245px;
	margin: auto;
	font-weight:bold;
	background-image: url(../images/enewsletterbutton.jpg);
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}