/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #666;text-decoration:none;font-weight:bold;}

a:hover {color: #9ccd18;text-decoration:none;font-weight:bold;border-bottom:1px dotted #9ccd18;}

body {
	background: #FFF;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:65%;
	margin: 5px auto;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

p,ul {
	padding-bottom: 5px;
}

ul {
	margin:2px 0 5px 25px;
	visibility:visible;
	list-style: square;
	}
ol {
	margin:2px 0 5px 25px;
	visibility:visible;
	list-style:  lower-roman;
	}
blockquote {
	background: #D5E9B9;
	border: 0px dashed #CCC;
	display: block;
	font-size: 90%;
	margin:5px;
	padding: 5px;
}
blockquote p {
	padding: 3px 0;
	font-style:italic;
	color:white;
}
blockquote h2 {
	padding: 3px 0;
	font-style:italic;
	color: #666666;
}
img {
	border:0;
	margin:0;
	padding:0;
}

h1 {
	color: #9ccd18;
	font-size:22px;
	padding: 10px 0 10px 0;
	font-weight:normal;
	font-weight:bold;
}

h2 {
	color: #9ccd18;
	font-size:18px;
	padding: 3px 0 8px 0;
	margin-top:15px;
	font-weight:bold;
	border-top:3px dotted #666;
}

h3 {
	color: #666;
	font-size:16px;
	padding:10px 0 4px 0;
	font-weight:bold;
}


/* misc */
.clearer {clear: both;}
.main .padded {padding: 5px 10px;}
.intro .padded {padding: 10px 20px; float:left;width:500px;}
.intro .pic {float:right; padding:0px 14px 0 0;width:200px;}

.meta {font-size: 0.8em; color: #666666;}
.left {float: left;}
.right {float: right;}
.number {color:#9ccd18; font-weight:bold;}


/* structure */
.container {
	font-size: 1.2em;
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 800px;
	border: 0px solid #9ccd18;
}

/* header */
#header {
	float: left;
	width: 800px;
	height:150px;
}
.tagline {
	border:0;
	color: #9ccd18;
	font-size:22px;
	padding: 0px 0 10px 0;
	font-weight:normal;
	font-weight:bold;
	}
#topnav {
	float:right;
	margin:50px 100px 0 70px;
	width:236px;
	height:37px;
}
#topnav a {
	border:0;
}

#topnav a:hover {
	border:0;
}	
.grow {
	color: #3A3A3A;
}
/* structure */
.intro {
	color: #666666;
	float: left;
	height: 224px;
	text-align: left;
	width: 800px;
	background-image:url(../images/content1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.subnav {
	float: left;
	width: 258px;
	background-image:url(../images/menu_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-size:13px;
	margin-bottom:20px;
}
.main {
	float: left;
	width: 542px;
	min-height:380px;
	background-image:url(../images/content2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
* html .main {
height: 380px;
}
.main_right {
	float: right;
	width: 0px;
}

/* sub-navigation */
.subnav ul {margin: 10px 0 0 0; padding: 0;}

.subnav li {
	border: 0;
	list-style: none;
}
.subnav li a {
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color: #FFF;
	display: block;
	padding: 0px 0 0px 32px;
	width: 226px;
	height:35px;
	text-decoration: none;
	line-height:35px;
	border:0;
}

.subnav li a:hover {
	background-image:url(../images/menu_bg_o.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0px 0 0px 44px;
	width: 214px;
	color: #666;
	border:0;
}

/* footer */
#footer {
	height: 60px;
	width: 100%;
	text-align: center;
	font-size:10px;
}
#footer .left {float: left;	padding: 0 0 0 10px;
}
#footer .right {float: right;	padding: 0 10px 0 0;
}

/* design118 */
.design118 {
	color: #CCC;
	font-size: 0.9em;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top:10px;
}
.design118 .left,.design118 .right {padding: 0 16px;}
.design118 a {color: #EEE;}
.design118 a:hover {color: #FAFCB0;}

label{
width: 100px;
float: left;
text-align: right;
color: #666666;
margin: 0 1em 10px 0;
clear: both;
}

.input-box{
float: left;
margin-bottom: 5px;
color: #666666;
background: #FFFFFF;
border: #9ccd18 solid 1px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.textarea{
float: left;
margin-bottom: 5px;
color: #666666;
background: #FFFFFF;
border: #9ccd18 solid 1px;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.submit-button{
clear: both;
float: left;
margin: 5px 5px 10px 112px;
color: #FFF;
background: #9ccd18;
border: 0px solid #336600;
padding-bottom: 0.15em;
font-weight: normal;
}