/* GENERAL
********************************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

html, body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

body {
	background-color: #5D6F00;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}
h1 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	margin-bottom: 5px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #5D6F00;
}

.extern {
	background: url(../img/createvent_link_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 16px;
}


/* LAYOUT
********************************************************************************************************/
#headerwrapper {
	background-color: #3D3938;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 180px;
	position: relative;
}
#header img {
	display: block;
}

#logobox {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logobox img {
	border: none;
}

#navbox {
	position: absolute;
	top: 33px;
	left: 308px;
}

#subnavbox {
	position: absolute;
	top: 10px;
	left: 830px;
	font-size: 10px;
	color: #857D79;
}

#subnavbox a {
	color: #857D79;
	text-decoration: none;
}

#subnavbox a:hover {
	color: #FFFFFF;
}

#toggleactive {
	position:absolute;
	top:18px;
	left: 613px;
	width: 200px;
	height: 162px;
	background: url(../img/spacer.gif);
}

#togglewrapper {
	background-color:#3D3938;
}

#togglebox {
	margin: 0 auto;
	width: 960px;
	height: 120px;
}

#contentwrapper {
	background-color:#718700;
}

#content {
	background:url(../img/createvent_sd_03.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 900px;
	background-color: #A3B909;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	min-height: 150px;
	padding-bottom: 50px;
}

* html #content {
	height: 150px;
}

#footer {
	margin: 0 auto;
	width: 930px;
	background-color:#869807;
	padding-left: 30px;
	padding-top: 20px;
	line-height: normal;
}

/* FOOTER BOXES
********************************************************************************************************/
.footerbox {
	width: 265px;
	float: left;
	font-size: 11px;
	padding-right: 40px;
}
.footerboxend {
	width: 265px;
	float: left;
	font-size: 11px;
}
.footerbox p, .footerboxend p {
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerbox p a, .footerboxend p a {
	color: #FFFFFF;
	text-decoration: none;
}

.footerbox p a:hover, .footerboxend p a:hover {
	color: #5D6F00;
	text-decoration: underline;
}

.footerbox h2, .footerboxend h2 {
	background: url(../img/createvent_icon.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 18px;
	background-position: 0 2px;
	padding-bottom: 5px;
	line-height: normal;
}

.footerbox h2 a , .footerboxend h2 a {
	color: #FFFFFF;
	text-decoration: underline;
} 

.footerbox h2 a:hover, .footerboxend h2 a:hover {
 	color: #5D6F00;
}

#footernav {
	color: #D1DC84;
	font-size: 11px;
	padding-top: 30px;
}

#footernav p {
	padding-top: 0px;
	padding-bottom: 5px;
}

#footernav a {
	text-decoration: none;
	color: #D1DC84;
}

#footernav a:hover {
	text-decoration: underline;
	color: #5D6F00;
}


	
/* IMAGES
********************************************************************************************************/
#content ul {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#content img {
	border:4px solid #FFF;
}

#content a img{
	border:4px solid #FFF;
}

#content a:hover img{
	border:4px solid #718700;
}

.floatl, .imgrow img  {
	float: left;
	margin-right: 27px;
	margin-bottom: 20px;
}

.imgrow {
	width: 900px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.imgcol {
	width: 176px;
	margin-right: 27px;
	float: left;
}

.imgcol img {
	margin-bottom: 27px;
}
