/* Reset Bad CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;margin:0;padding:0;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* General Body Stle and Font */
body {
	background: #333333;
	margin: 0 0 0 0;
	font-family: arial;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
}

td {
	padding: 3px;
}

/* Link Styles */

a {
	color: #178280;
	text-decoration: none;
	
}

a:hover {
	color: #5f2027;
	text-decoration: underline;
}


p {
	margin: 0 20px;
}

/* Header Styles */

h1 {
	color: #5f2027;
	font-size: 160%;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 125%;
	margin: 5px 0;
}

h3 {
	color: #5f2027;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0;
}

h4 {
	color: #5f2027;
	font-size: 125%;
	font-weight: bold;
	margin: 15px 0 10px 0;
}


/* Main Layout Styles */

#layout {
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
	background-color: #ffffff;
}

#header {
	background: url('../images/bg/header.png') no-repeat;
	width: 960px;
	height: 100px;
	clear: both;
}

	#logo {
		width: 160px;
		height: 50px;
		position: absolute;
		margin: -25px 0 0 44px;
		z-index: 10;
	}

.message {
	background-color: #EDF4F1;
	width: 780px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-family: monospace;
	color: #FF0000;
	}


#content {
	clear: both;
}

	#content ul, #content ol {
		margin: 15px 0 5px 40px;
	}
	
	#content li {
		margin: 4px 20px;
		list-style-type: circle;
	}

#subheader {
	width: 960px;
	height: 30px;
	margin: 25px 0 0 0;
	clear: both;
	text-align: right;
	position: absolute;
}

#banner {
	background-position: bottom;
	margin: 91px 0 0 20px;
	padding: 0;
	width: 900px;
	height: 39px;
	position: absolute;
	z-index: 100;
}

#sidebar {
	width: 240px;
	position: relative;
	float: right;
	padding: 10px 0 0 0;
	text-align: left;
	margin: -8px 0 0 0;
	font-size: 0.9em;
}

	.bararea {
		padding: 10px;
		margin: 10px 0 10px 0;
	}
	
	.bararea ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.bararea li {
		padding: 0;
		margin: 0;
	}

#footer {
	width: 960px;
	height: 218px;
	background: url('../images/bg/footer.png') no-repeat;
	clear: both;
	margin: 0 auto;
}

#footercont {
	width: 900px;
	height: 218px;
	margin: 0 auto;
	clear: both;
}

	.footerarea {
		width: 200px;
		height: 150px;
		float: left;
		margin: 40px 15px 0 0;
		padding: 0 10px;
		font-size: 11px;
		line-height: 1.2em;
	}
	
	.footerarea_last {
		width: 160px;
		height: 150px;
		float: left;
		margin: 40px 0 0 0;
		padding: 0 10px;
		font-size: 11px;
		line-height: 1.2em;
	}
	
	.footerarea p, .footerarea_last p {
		margin: 5px 0;
	}

#closer {
	width: 940px;
	height: 20px;
	margin: 0 auto;
	font-size: 70%;
	text-align: left;
	clear: both;
	color: #fff;
}



/*email widget */


#email_widget {

width:350px;float:right;margin-right:20px; margin-top: 10px;

}

#email_widget input {width: 170px; float: left; margin-top: 8px;}

#email_widget button {
	color: #fff;
	background:transparent url(../images/bg/button.png);
	border: none;
	height:40px;
	margin:0;
	line-height: 40px;
	text-align:center;
	width:156px;
	float:left;


}

.email_statement {width:350px;float:left;padding:20px 20px 20px 150px; position: relative;}

.email_statement img { position: absolute; margin-left: -125px; margin-top: -10px; padding-right: 20px; display: block; border-right: #ccc 1px solid;}



/* Page */
#home {
	background: #ffffff;
	padding: 10px 30px 0 30px;
	text-align: left;
}

#page {
	background: #ffffff;
	width: 860px;
	height: auto;
	padding: 10px 50px 40px 50px;
	text-align: left;
	float: left;
}


/* Pages */
#pages {
	width: 100%;
	clear: both;
	text-align: left;
	margin: 5px 0 5px 0;
}

#pages ul {
	list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

#pages li {
	margin: 6px 2px 0 0;
}

.pages {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	.pages li {
		background: #efefef;
		float: left;
		display: block;
		padding: 2px 4px;
		margin: 0 0 0 0;
		border: 1px #F0F0EE solid;
	}
	

	
/* Forms and Form Elements */

form {
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 100%;
	padding-top: 6px;
	margin: 5px 0 5px 0;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold;
}

optgroup {
	font-size: 1.0em;
	background: #F0F0EE;
	border-top: 1px #333333 solid;
	margin-bottom: 10px;
}

fieldset {
	width: auto;
	padding: 2px 0 4px 10px;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px #efefef solid;

}

textarea {
	width: 370px;
	height: 160px;
	padding: 6px;
	font-size: 1.4em;
	border: 0;
	border: 1px #999999 solid;
}

input {
	padding: 2px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
	background: #FFFFFF;
}

select {
	padding: 3px 8px 3px 3px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
}


.instruction {
	font-size: 0.9em;
	width: auto;
	padding: 0;
}

button {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.action {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid red;
    border-top:1px solid red;
    border-left:1px solid red;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.button {
    margin:3px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:6px 8px 4px 5px; /* Links */
}