@charset "UTF-8";
@import url("reset.css");
@import url("text.css");

/* Basic Page Structure
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#wrapper_sub {
	width: 718px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 718px;
	height: 363px;
}

#page { padding: 20px; }

#sidepanel_left {
	padding: 0px;
	width: 200px;
	float: left
}

#sidepanel_right {
	padding: 0px;
	width: 200px;
	float: right
}

#sidepanel_left .block, #sidepanel_right .block {
	margin-bottom: 20px;
	padding: 10px;
}

#main_narrow_right { margin-left: 225px; }

#main_narrow_left { margin-right: 225px; }

#main_wide { }

#footer {
	height: 89px;
	padding-top: 10px;
}

#footer_content {
	width: 718px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

#footer #legal {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 250px;
}

#footer #menu {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#footer #menu ul {
	margin: 0px;
	padding: 0px;
}

#footer #menu li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #FFF;
	margin-left: 5px;
	padding-left: 7px;
}

#footer #menu .first { border: none 0px; }

/* Basic Page Style
----------------------------------------------------------------------------------------------------*/

body { background: #6d7981; }

#wrapper { background: url(../images/bg.png) repeat-x top; }

#wrapper_sub { background: url(../images/bg_content.png) repeat-y; }

#header { background: url(../images/bg_header.png); }

#page {  }

h1, h2, h3 { color:#333; }

h1 span, h2 span, h3 span {
	display: block;
	color:#09F;
}

.block h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.block h5 {
	font-size: 1px;
	
}



a:link, a:visited {
	color: #09F;
	text-decoration: none;
	font-size: 11px;
}

a:hover, a:active { color: #666; }

strong {
	color: #09F;
	font-weight: bold;
}

#page blockquote {
	border: dashed 1px #BFB793;
	background: #FFFEFB;
	padding: 1em;
	margin-bottom: 1.5em;
}

#page blockquote p { margin-bottom: 0em; }

#page table {
	margin-bottom: 1.5em;
	border: solid 1px #CCC;
}

#page table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#page table td { padding: 0.5em; }

#page table tr.rowA {
	background: #E6E6E6;
}

#page table tr.rowB {
	background: #FFFEFB;
}

#footer { background: #45545D url(../images/bg_footer.png) repeat-x; }

#footer #legal {
	color: #FFF;
	font-size: 11px;
}

#footer #menu a:link, #footer #menu a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#footer #menu a:hover, #footer #menu a:active { color: #09F; }

/* Side Panel Styles
----------------------------------------------------------------------------------------------------*/

.style1 {
	border: dashed 1px #BFB793;
	background: #FFFEFB;
}

.style1 h5 {
	background: #FFFFFF;
	padding-left: 6px;
}

.style1 h2 {
	background: #0099cc;
	padding-left: 8px;
}

.style2 {
	background: #333;
	color: #FFF;
}

.style2 h2 {
	background: #CCC;
	padding-left: 8px;
}

/* Form Structure
----------------------------------------------------------------------------------------------------*/
lebel { font: 14px bold; }

input, textarea { width: 300px; border: solid 1px #333; padding: 4px; }

select { width: 310px; border: solid 1px #333; padding: 4px; }

.button {
	width: 120px;
	margin-right: 20px;
	padding: 4px;
	font-weight: bold;
}

.clear {
	border: solid 4px #666;
	background-color: #333;
	color:#FFF;
}

.submit {
	border: solid 4px #090;
	background-color: #060;
	color:#FFF;
}

.required {
	font-size: 12px;
	color: #F00;
}

