/*START UNDO HTML*/
/******************************************************************
 (CC) 2004 Tantek Celik. Some Rights Reserved.
 http://creativecommons.org/licenses/by/2.0
 This portion of the dstyle sheet is licensed under a Creative Commons License.

 Purpose: undo some of the default styling of common (X)HTML browsers
******************************************************************/

/* remove the inconsistent (among browsers) default  padding or margin */
* {
	padding: 0;
	margin: 0;
}

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style: none }

/* avoid browser default inconsistent heading font-sizes and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img, :hover img { border: none }

/* de-italicize address */
address { font-style: normal }

/*END UNDO HTML, END CELIK Copyright*/

/* Set core page styles */
/* This section resolves the settings issues, as was cleared in the 'Clear HTML' section */
body {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.2em;
	background-color: #fff;
}

h1 { font-size: 180%; line-height: 1em;}
h2 { font-size: 160%; line-height: 1em;}
h3 { font-size: 140%; line-height: 1em;}
h4 { font-size: 130%; line-height: 1em;}
h5 { font-size: 120%; line-height: 1em;}
h6 { font-size: 110%; line-height: 1em;}

/* default link styles */
/* set all links to have underline and bluish color */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}

/* remove underline on hover and change color */
a:hover { background-color: #dde; }

hr { margin: .25em; }

strong, b { font-weight: bold; } /* explicit setting for these */

em, i { font-style: italic; }/* explicit setting for these */

blockquote { margin-left: 2em; }

pre { font-size: 150%; line-height: 1.2em; margin-left: 2em;}

small { font-size: 75%; }
/* End Core Styles */


h1 { color: #aaa; }

h2, h3 { color: #333; }

/* Header styles*/
#Header {
	height: 150px;
}

#HeaderImg{
	height: 130px;
	width: 100%;
	z-index=0;
	position: absolute;
}

#headerCorner {
	float: right;
	clear: both;
	display: block;
	margin-right: 7px;
	text-align: right;
	font-size: 80%;
	position: relative;
	z-index: 1;
}

#headerLow p {}

#headerHi{
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	z-index: 1;
	position:relative;
}

#headerLow{
    position: relative;
	padding-left: 20px;    
	background-color: #444444;
}

#h4Text{
	color: White;
}

#LoginDiv{
    margin-left: 5px;
}

/* Content Styles */
#Content {
	margin: 1em;
	margin-top: 25px;
	padding: 1em;
	font-size: 85%;
}

#Content h2, #Content h3 {
	margin: 1em 0;
}

#Content p {
	margin-bottom: 10px;
}

#Content table{
	margin-left: 1.5em;
}

#Content table td {
	padding: 2px 1em;
	vertical-align: middle;
}

#Content table th {
	padding: 2px 1em;
	border-bottom: #000 thin solid;
	text-align: center;
	vertical-align: bottom;
	font-size: 125%;
}

#Content table#campaign_admin{
	margin-top: 1em;
}

#Content table#campaign_admin th{
	padding: 2px;
}

#Content table#campaign_admin td{
	padding: 2px;
	vertical-align: top;
	font-size: 95%;
}

#Content form {
	margin-top: 1em;
	line-height: 2em;
}

#Content form p { line-height: 1.2em; }


/****Text Area Formatting******************************************/
#Content table#edit_text_tbl { margin: 0; padding: 0; }

#Content table#edit_text_tbl td { margin: 0; padding: 0; }

#Content table#edit_text_tbl table { margin: 0; padding: 0; }

#Content table#edit_text_tbl table td { margin: 0; padding: 0; }

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

/* Menu style - used for positioning within the site only
	actual style information for the menu established in
	includes/cssmenus/css*/
#Menu {
	position:fixed;
	clear: both;
	width:auto;
	margin:0px 0px 10px 3px;
	padding: 0px;
}

/* positioning of the pop-out calendar used in the campaign creation page */
#testdiv1{
	position: absolute;
	visibility: hidden;
	background-color: white;
	padding: 0px;
	margin: 0px
}

div#testdiv1 .forms{
	margin: 0px;
	padding: 0px;
}

div#testdiv1 p, body{
	margin: 0px;
	padding: 0px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	padding: 1em 0px;
	clear: both;
	margin-top: 35px;
	font-size: 80%;
	text-align: center;
}

#footer_text {
	margin: 0px 1em;
}

/*--- Drop down menu javascript ---------------------------------------------*/

#dropmenudiv{
	width: 100%;
	position: absolute;
	line-height: 1em;
	z-index: 100;
	margin: 2px 0px;
	background-image: url(../../../../../includes/cssmenus/skins/arktic_green/img/bg.gif);
}

#dropmenudiv a{
	font-size: 87%;
	width: 100%;
	display: block;
	/*border: 1px solid black;*/
	padding: 2px 0px 2px 6px;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #6A914C;
}

/*---  ---------------------------------------------*/
