﻿* {
	margin: 0;
	padding: 0;
}

.btn {width:75px;margin-top:10px;}
    .ddl {width:150px;margin-top:10px;}
    .lbl {float:left;width:80px;margin-top:10px;}
    .fup {width:230px;margin-top:10px;}

body {
	
	font: normal small Arial, Helvetica, sans-serif;
    background: #FFFFFF url(img/stripe2.png) repeat top left;
	text-align:left;
	color: #999999;
}

.shell 
{
    background: #FFFFFF url(img/header6.png) no-repeat top center;
    text-align:left;
    width: 920px;
    margin: 0;
    padding: 0 0 25px 0;
    
    
    
}

.bg 
{
    background: #FFFFFF url(img/bg.jpg) repeat-x top left;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #0081c6;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	color:#6eab23;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #0081c6;
}

a:hover {
	text-decoration: none;
	color: #000000;
}



/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(#/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(#/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000000;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	vertical-align:baseline;
}

/* Header > Logo */

#logo {
	float: right;
	padding: 10px 0 15px 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Top Menu */

#topmenu 
{
    height:20px;
    text-align:right;
	float: right;
}

#topmenu a {
	display: block;
	float:right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
	padding-top:6px;
}

#topmenu a:hover {
	text-decoration: underline
}

/* Menu */

#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding-top:155px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(#/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

#menu a:hover 
{
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Submenu */

#sub {
	width: 660px;
	float:left;
	height: 20px;
}

#sub ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#sub li {
	display: inline;
}

#sub a {
	float: left;
	font-size:small;
	text-transform:uppercase;
	padding: 0 15px 0 0;
	text-decoration: underline;
	font-weight: bold;
}

#sub a:hover 
{
	text-decoration: none;
}


/* Tertiary Menu */
.tertiary {color:#6eab23;border-top:solid 1px #999;padding-top:6px;}

.tertiary a {color:#6eab23;text-decoration:underline;}

.tertiary a:hover {text-decoration:none;}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 660px;
	color:#000000;
	margin: 0 5 0 5;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login .inputtext1, #login .inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	
}

#login .inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login .inputsubmit1:hover 
{
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color:#CCCCCC;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Login2 */

#login2 {
}

#login2 label {
	display: block;
}

#login2 .inputtext1, #login2 .inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	
}

#login2 .inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login2 .inputsubmit1:hover 
{
    border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color:#CCCCCC;
}

#login2 p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(#/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto 2em auto;
	background: #F7F7F7 url(#/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.footerbox
{
    width: 600px;
    float:right;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 3px;
	text-align: center;
	color: #000000;
}

#legal a {
	font-weight: bold;
	color: #000000;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 3px;
	text-align: center;
}

