@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color:#dee4c4;
	padding-top: 15px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}

#container {
	height: auto !important;
	height: 100%;
	margin: 0;
	min-height: 100%;
	overflow: hidden !important;
	overflow: visible;
	background-image:url(images/pagebg.png);
	background-position: center;
	background-repeat: repeat-y;
	}

#wrapper {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 800px;
	background: #0B2655;
	}

.spacer {
  clear: both;
	}

#branding {
	background-image: url(images/newheader.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	}

#navtop {
	text-align: right;
	margin-right: 5px;
	margin-top: 8px;
	}

#navtop li {
	list-style-type: none;
	position: relative;
	padding-left: 5px;
	display: inline;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
	
#navtop li a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navtop li a:hover{
	color: #FFF;
	background-color: #122d5c;
	}
	
	
#navtop .noborder {
	border-left: none;
	}

#content {
	background: #0B2655;
	height: 100%;
	}
	
#subnavacc {
	background-image: url(images/subnavbgacc.png);
	width: 650px;
	height: 130px;
	text-align: center;
	}
	
#subnavacc a img{
	border: none;
	}

#subnav {
	background-image: url(images/subnavbg.gif);
	width: 650px;
	height: 110px;
	text-align: center;
	}

#subnav ul{
	padding-top: 1px;
	}
	
#subnav ul img{
	border: none;
	}
	
#subnav ul li{
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#subnav2 {
	letter-spacing: .2em;
	font-variant: small-caps;
	height: 46px;
	}

#subnav2 ul{
	width:100%;
 	background-color:#6699cc;
	background-image:url(images/mainsubnavbg.png);
 	padding-left:0px;
	margin:0px;
  	float:left;
	height: 46px;
	}
	
#subnav2 ul li{
	display:inline;
	}
	
#subnav2 ul li a{
  	float:left;
  	color:#0A3568;
  	padding:10px 12px 10px 12px;
  	border-right:1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#subnav2 ul li a:hover{
 	background-color:#336699;
  	color:#FFFFFF;
	}
	
#subnav2 ul li a.active{
  	float:left;
  	color:#FFFFFF;
  	padding:10px 12px 10px 12px;
  	border-right:1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
 	background-color:#6699cc;
	}
	
a.linkopacity img {
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}

#designimgs {
	text-align: center;
	float: left;
	width: 449px;
	}

#designimgs img {
	border: 2px solid #000000;
	margin: 5px;
	}
	

#content1 {
	background:#c7d6e0;
	overflow: auto;
	width: 650px;
	float: right;
	}

#content1a{
	width: 449px;
	overflow: auto;
	float: left;
	border-right: 1px dotted #0B2655;
	font-size: 11px;
	}
	
#content1a h2{
	margin: 10px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0B2655;
	line-height: 24px;
	}
	
		
#content1a h3{
	margin: 10px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0B2655;
	}
	
#content1a h4 {
	margin: 10px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-decoration: underline;
	padding-top: 10px;
	}

#content1a h5{
	margin: 10px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	}

#content1a ol{
	font-size: 12px;
	padding-left: 60px;
	padding-bottom: 1em;
	}

#content1a p {
	font-size: 12px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:15px;
	}
	
#content1a p.warning {
	background: #FFFF99;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	padding: 10px;
	border: 1px solid #FF0000
	}
	
#content1a a.linkimg {
	border: none;
	}
	
#content1a a:hover.linkimg {
	border: none;
	}

#content1a dl {
	padding: 10px;
	font-size: 14px;
	}

#content1a dl dd {
	text-align: right;
	border-bottom: 1px dotted #0B2655;
	}

#content1a dl dt {
	padding-top: 10px;
	}


#content1a ul {
	list-style-type:none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}

#content1a ul li {
	font-size: 12px;
	margin-bottom: 10px;
	}

#content1a li li {
	font-size: 14px;
	}
	
#content1a a{
	color:#3a536f;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content1a a img{
	border: none;
	}
	
#content1a a:hover{
	color: #0B2655;
	font-weight: bold;
	text-decoration: none;
	}

#content1b {
	width: 180px;
	float: right;
	padding: 10px;
	}
	
#content1b h2{
	color: #336699;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	}
#content1b h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
}
	
#content1b p{
	padding: 5px;
	font-size: 12px;
	}
	
#content1b a{
	color:#3a536f;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content1b a:hover{
	color: #0B2655;
	font-weight: bold;
	text-decoration: none;
	}

#content1b a img{
	border: none;
	margin-left: -8px;
	}
	
#content1b ul {
	display: block;
	list-style: none;
	text-align: right;
	}

#content1b ul li a{
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #102B5A;
	text-decoration: none;
	}
		
#content1b a:hover{
	background-color: #0C2555;
	color: #C2D8EF;
	}

#content1b a.google {
	border: none;
	padding-left: 5px;
	}
	
	
#content2 {
	background-image: url(images/sidebarbg.gif);
	background-repeat: repeat-x;
	background: #0B2655;
	width:150px;
	position: absolute;
	overflow: auto;
	background-color: #0B2655;
	}

#content2a h2 {
	font-weight: bold;
	font-variant: normal;
	color: #6dace3;
	text-align: right;
	margin: 10px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 27px;
	line-height: 27px;
	}

#content2a {
	height: auto;
	background: #0B2655;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	}

#content2a a{
	color: #FFFFFF;
	text-decoration: none;
	}

#content2a ul {
	display: block;
	list-style: none;
	text-align: right;
	}

#content2a ul li a{
	text-align: right;
	border-bottom: 1px dotted #6dace3;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	display: block;
	}
		
#content2a a:hover{
	background-color: #C2D8EF;
	color: #0B2655;
	}
	
#content2b {
	height: auto;
	background: #0B2655;
	}

#content2b a{
	color: #FFFFFF;
	text-decoration: none;
	}

#content2b ul {
	display: block;
	list-style: none;
	text-align: right;
	}

#content2b ul li a{
	font-size: 11px;
	text-align: right;
	border-bottom: 1px dotted #6dace3;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	display: block;
	}
		
#content2b a:hover{
	background-color: #C2D8EF;
	color: #0B2655;
	}

#content2b h3 {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #6dace3;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 2px solid #6dace3;
	letter-spacing: 0.1em;
	}
	
#image {
	padding-top: 20px;
	border-top: 1px dotted #0b2655;
	text-align: center;
	} 
	
#merch {
	padding-top: 10px;
	}
	
	
#merch h2{
	margin: 10px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0B2655;
	line-height: 24px;
	}



.drkbg {
	background-color:#acc1d0;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 175px;
	overflow: auto;
	font-size: 12px;
	}
.drkbg2 {
	background-color:#acc1d0;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	font-size: 12px;
}

.drkbg a img {
	border: 2px solid #000000;
	margin: 5px 10px 10px 10px;
	float: left;
	}


.lgtbg {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 175px;
	overflow: auto;
	}

.lgtbg a img {
	border: 2px solid #000000;
	margin: 5px 10px 10px 10px;
	float: left;
	}
	
#merch ul li{
	border-bottom: 1px dotted #0B2655;
	list-style: none;
	height: 170px;
	width: 100%;
	padding-top: 10px; 
	}	

#footer_wrapper {
	clear: both;
	height: 75px;
	position: relative !important;
	position: static;
	z-index: 900;
	background-repeat: repeat-y;
	background-image: url(images/pagebg.png);
	background-position: center;
	}
	
#footer {
	margin: 0 auto;
	height: 75px;
	width: 800px;
	background: url(images/footerbg1.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	position: relative;
	}
	
#footer a{
	color: #6dace3;
	text-decoration: none;
	}	
	
#login {
	padding: 20px;
	}
	
.hidden {
	text-indent: -9999px;
	display: none;
	}

.flex {
	padding-top: 5px;
	margin-bottom: -15px;
	}
	
.form {
	border: none;
	}

#content1a form fieldset {
	border: none;
	padding-left: 40px;
	}	

.formfield {
	color: #0B2655;
	font-weight: bold;
	}
	
.top {
	background: url(images/top-25-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 248px;
	width: 178px;
	}
	
#distributors {
	text-align: center;
	}

.true {
	font-weight:bolder;
	text-align: center;
	background:#FFFFCC;
	color: #006600;
	padding: 10px;
	border: 1px solid #006600;
	}
	
.sections {
	border-bottom: 1px dotted #666666;
	margin: 10px;
	padding-bottom: 10px;
	}
