@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}
body {
	text-align: center;
	background-color: #c4c4c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}#wrapper {
	width: 980px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #003300;
	background-image: url(../images/layout/wrapper_bg.jpg);
	background-repeat: repeat-y;
	font-weight: normal;
	
}
#header {
	background-image: url(../images/layout/claife_header.jpg);
	background-repeat: no-repeat;
	height: 101px;
	text-align: left;
	padding-top: 50px;
	padding-left: 55px;
}
#header  a {
	height: 55px;
	display: block;
	width: 475px;
}
#container {
	text-align: left;
	background-image: url(../images/layout/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
}
.clear {
	clear: both;
}
#navigation {
	float: left;
	width: 200px;
	margin-left: 26px;
	font-size: 1.5em;
	padding-top: 50px;
	margin-right: 25px;
}
#content {
	float: left;
	width: 680px;
	font-size: 1.6em;
	line-height: 1.3em;
	min-height:500px;
}
/* for Internet Explorer */
/*\*/
* html .content {
height: 500px;
}
/**/
#content ul {
	margin-left: 50px;
	margin-top: .5em;
	margin-bottom: 0.5em;
}
#content p {
	margin-bottom: .7em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #333300;
}

#base {
	background-image: url(../images/layout/base_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
}
#emenet {
	text-align: right;
	padding-right: 30px;
	font-size: 1.2em;
	color: #000000;
	background-color: #C4C4C4;
}
#emenet a {
	color: #575259;
	text-decoration: none;
}
#emenet a:hover {
	color: #336699;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .5em;
}
#download_box {
	font-size: 0.8em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9DFDF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.7em;
}
#download_box ul {
	list-style-type: none;
}
#download_box li {
	margin-bottom: 3px;
	margin-top: 3px;
	background-image: url(../images/layout/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
}




/* contact form styles*/

form {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 25px;
}
#name, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}
