body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/bg.png );

	background-position: top center;
	background-color: #77B900;
}

body, td, div
{
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/*--- HEADER ---*/


#header
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 976px;
	height: 279px;
	margin: 0px auto;
}

/*--- MAIN WRAPPER ---*/

#wrapper
{
	margin: 0px auto;
	width: 1056px;
	text-align: left;
	background-image: url( ../images/wrapperbg.png );
	background-position:center;
	background-repeat: repeat-y;
}

/*--- CONTENT ---*/

#contentContainer
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 926px;
	padding: 25px;
	height: auto !important;
	min-height: 300px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

body#home #contentContainer {
	padding: 25px 0px 0px 0px;
	width: 976px;
}

#contentLeft
{
	width: 575px;
	height: auto !important;
	min-height: 300px;
	padding: 0px 25px 25px 25px;
	margin-top: 60px;
	float: left;
}

body#home #contentLeft {
	padding: 0px;
	margin-top: 0px;
	width: 236px;
	padding-left: 5px;
}	

body#home #contentRight {
	float: right;
	width: 236px;
	padding: 0px;
	margin-top: 0px;
	padding-right: 5px;
}

#contentCenter {
	width: 465px;
	margin-left: 241px;
	margin-right: 241px;
	padding: 15px;
}

.weatherBox {
	background-image: url( ../images/weatherBg.jpg );
	background-position:center;
	background-repeat: no-repeat;
	height: 139px;
	margin-bottom: 17px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	position: relative;
}

.weatherbox .city {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	
}

.temp {
	position: absolute;
	font-size: 42pt;
	top: 0px;
	right: 0px;
	width: 85px;
	color: #362333;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	z-index: 1;
	font-weight: bold;
	height: 61px;
}

.weather {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 35pt;
	width: 175px;
	position:absolute;
	color: #fff;
	top: 50px;
	left: 0px;
	z-index: 2;
}

.condition {
	color: #362333;
	font-size: 9pt;
	text-align: center;
	width: 60px;
	text-transform: uppercase;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	left: 175px;
	position: absolute;
	top: 72px;
	z-index: 3;
}

.time {
	z-index: 4;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 4px;
	text-align: center;
	width: 236px;
	left: 0px;
}

.rightBottomBox {
	margin-top: 17px;
}

#contentLeft a
{
	text-decoration: none;
	color: #669F00;
}

#contentLeft a:hover
{
 color: #89C221;
}

h1,h2,h3,h4,h5,h6
{
	color: #E91A22;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#contentRight 
{
	width: 300px;
	float: right;
	text-align: center;
}

/*--- NAVIGATION ---*/

#navigation
{
		border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 976px;
	height: 44px;
	margin: 0px auto;
	background-color: #77b900;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  width: 965px; /*For KHTML*/
  list-style: none;
  height: 44px;
  position: relative;
	padding-left: 10px;
	margin: 0px auto;
}

ul#menu li {
  margin: 0px;
  padding-top: 14px;
	padding-left: 22px;
	padding-right: 22px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-image: url( ../images/navSpacer.jpg );
	background-position:  left center;
	background-repeat: no-repeat;
	height: 30px;
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0px;
	margin-top: 10px;
  padding: 2px;
  width: 237px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #77B900;
	z-index: 1000;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 193px;
	height: 35px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
	color: #FFFFFF;
  background-image: none;
	background-color: #77B900;
	margin: 2px;
	padding-left: 18px;
}

/* Root Menu */
ul#menu a {
	padding: 0px 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #344F05;

}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
	color: #FFFFFF;
  padding: 0px 0px;
  line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover
{
	background-color: #84CF00;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #344F05;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- FOOTER ---*/
#footerContainer {
	background-image: url(../images/footerbg.png);
	background-repeat:no-repeat;
	width: 1056px;
	margin: 0px auto;
	height: 90px;
}

#bottomBox {
	background-image: url(../images/bottomBg.jpg);
	background-repeat:no-repeat;
	height: 157px;
}

#bottomBox h3 {
	text-transform: uppercase;
	color: #232323;
	font-weight: lighter;
	font-size: 11pt;
	height: 26px;
	line-height: 26px;
	padding-top: 11px;
	padding-left: 10px;
}

#bottomBox #list {
	float: left;
	margin-left: 10px;
	margin-top: 17px;
	width: 360px;
	color: #77b900;
	font-size: 9pt;
	text-transform: uppercase;
}

#bottomBox #list span {
	color: #fff;
}

#bottomBox h3 img {
	vertical-align: middle;
}

#fix {
	clear:both;
}

#footer
{
	border: 1px solid #ffffff;
	background-color: #f4fddd;
	width: 976px;
	height: 50px;
	margin: 0px auto;
	text-align: center;
}

#footer a
{
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}

#leftFoot
{
	float: left;
	line-height: 50px;
}

#leftFoot img
{
	vertical-align: middle;
}

#rightFoot
{
	text-align: right;
		line-height: 50px;
}

#rightFoot img
{
	vertical-align: middle;
}

/*--- OTHER ---*/

div#returningBox,
div#signupBox {
	margin-top: 25px;
	overflow: hidden;
	width: 438px;
}

div#returningBox {
	float: left;
}

div#signupBox {
	margin-left: 488px;
}

div#returningBox .heading,
div#signupBox .heading
{
	background-color: #73a814;
	background-image: url( ../images/loginBoxHeaderBg.png );
	background-repeat: repeat-x;
	border: 1px solid #3B3B3E;
	border-bottom: none;
	color: #FFEFEF;
	font-size: 16pt;
	font-weight: bold;
	height: 31px;
	margin-bottom: 0px;
	padding: 3px 15px 0px 15px;
}

div#returningBox div#returningContent,
div#signupBox div#signupContent
{
	background-color: #FFEFEF;
	border: 1px solid #3B3B3E;
	border-top: none;
	margin-top: 0px;
	padding: 10px;	
}

div#returningContent h4,
div#signupContent h4
{
	margin-top: 5px;
}

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question
{
	background-repeat: no-repeat;
	padding: 17px 10px 10px 57px;
	margin-bottom: 10px;	
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
}

div.msg-error
{
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a
{
	text-decoration: underline;
	color: #A10000;
}

div.msg-error a:hover
{
	text-decoration: none;
}

div.msg-success
{
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a
{
	text-decoration: underline;
	color: #437100;
}

div.msg-success a:hover
{
	text-decoration: none;
}

div.msg-warning
{
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a
{
	text-decoration: underline;
	color: #B25000;
}

div.msg-warning a:hover
{
	text-decoration: none;
}

div.msg-information
{
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question
{
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question
{
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a
{
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover
{
	text-decoration: none;
}

div.field
{
	clear: left;
	margin-bottom: 15px;
}

div.field label
{
	float: left;
	font-weight: bold;
	text-align: right;
	width: 160px;
	padding-top: 3px;
}

div.field div.input
{
	margin-left: 170px;
	min-height: 22px;
}

div.field div.input label {
	float: none;
	font-weight: normal;
	width: auto;
}

div.field div.input.review {
	padding-top: 3px;
	min-height: 19px;
}

span.form-error
{
	display: block;
	color: red;
}

h1#activate,
h1#newCert {
	margin-bottom: 15px;
}

table.certificateList {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

table.certificateList th {
	border-bottom: 1px solid #E91A22;
}

table.certificateList tfoot td {
	padding-top: 20px;
}

table.certificateList td {
	line-height: 20px;
	padding: 5px;
}

.se_button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
}

div#logoutButton {
	float: right;
}

.pagename {
	color: #CC6A00;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 16pt;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
