﻿@import url (reset.css);

/* Base styles 
------------------------------------------------------*/

body {
	 background-color: #E0E0CC;
	color: #303030;
	font: normal 100%/1.5  Verdana, Arial, Helvetica, sans-serif;
	margin:0px
}

#page 
{
	position: relative;
	margin: 0px;
	width: 100%;
	font-size:60%;
}

.ie7 body {
	background: #CECECE url("../../img/body.gif");	/* Stupid IE7 bug is stupid. */
}

table {
	font-size:inherit;
	font: 100%;
}
select, input, textarea {
font: 99% sans-serif;
}

a {
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	 color: #656565;
	text-decoration: underline;
	font-weight: bold;
}


a:hover
{
	text-decoration: none;
}
input.text,
input[type=text]
textarea {
	border: 1px solid #7C7C7C;
	border-color: #7C7C7C #7C7C7C #C3C3C3 #C3C3C3;
}
p,
ul,
ol {
	margin-bottom: 0.75em;
}

hr
{
    color: #B2B27F;
    background-color: #B2B27F;
    height: 1px;
    border: 0px;
    margin-left: 0;
    margin-right: 0;
}

.errorText
{
    color: #ff0000;
    font-size: 90%;
}

.required
{
    color: #ff0000;
    font-weight: normal;
}

/* Main 
------------------------------------------------*/
.logo,
.nav-primary,
.lede {
	position: relative;
	z-index: 100;
}

.logo {
	float: none;
	margin: 0 auto 0px;
	position: relative;
}

.logo a {
	display: block;
	padding: 0px ;	
	background-color:#191512;
}

.logo img {
	display: block;
}

.logo h1 
{
	margin:0;
	padding:0;
}

img {
	max-width: 100%;
	border:0;
}

.nav-primary {
	font: bold 100% Arial ;
	padding: 0.2em 0em 0.2em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	z-index: 99;
	top: auto;
	text-align: center;	
	background-color: #B2B27F;
	float: left;
	width: 100%;
}

.nav-primary li {
	display: inline;
}

.nav-primary a {
	color: #020167;
	padding:  0.5em 20em 0.5em;
	position: relative;
	z-index: 1;
	text-decoration:none;
}

.nav-primary a:hover {
	background-color: #666600;
	color: #fff;
}
.nav-primary li {
	clear: left;
	float: left;
	width: 48%;
}

li#nav-useful,
li#nav-about,
li#nav-contact {
	clear: right;
	float: right;
}

.nav-primary a {
	display: block;
	padding: 0.4em;
}

#main {
	background-color: #fff;
}
	
.section 
{
	margin: 0 auto ;
	width: 93.75%; /* 900px / 960px */
	background-color:#fff;
	padding-bottom:1em;
}

.section .main {float: left; width: 62.8888889%; /* 566px / 900px */; border: 1px solid red}

.section .other 
{
	float: right;
	width: 36.7777778%; /* 331px / 900px */
}

.section h1, h2, h3, h4 
{
	font: normal 140%/0.9 Arial, "Arial Narrow", Arial, sans-serif;
	text-align:center ;
	margin: 0px;
	padding:  1.3em  0 0.2em 0;
	font-weight: bold;
	color: #666600;
	
}

.section h2 
{
	font-size: 120%;
	font-weight:bold;
}

.section h3
{
	font-size: 110%;
	font-weight:bold;
	font-style: italic;
}

.section ol,ul 
{
      color: #666600;
}

#backLink {
      text-align: right;
      font-size: 90%;
}

.external 
    {
        background: url(/images/externallink.gif) no-repeat right top;
        padding-right: 10px;
    }

/* Footer
-------------------------------------------------------------- */
#footer
{
	font-family:Arial,Verdana ,  Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 0.2em 0em 0.2em;
}

#footer a
{
	font-size: x-small;
	padding: 0.3em 0.5em;
	text-decoration: none;
	border-right: 1px solid #666600;
	color: #020167;
}

#footer a:hover
{
	color: #fff;
	background-color: #666600;
}

#footer a.lastItem
{
	border-right: none;
}

#footerLeft
{
	float: none;
}

#footerRight
{
	float:none;
	margin-top: 0.2em;
}

/* Buttons 
-------------------------------------------*/

div.Button
{
	padding: 0.2em 0em;
	text-align: center;
}

div a.Button
{
	color: #ffffff;
	background-color: #020167;
	padding: 0.4em 1em;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}

div a.Button:hover {
    color: #ffffff;
	background-color: #666000;
}

/*contact us
----------------------------------------------------*/
#contactUs
{
    background-color: #F0F0E6;
    border: 1px solid #BBBDC0;
    margin: 0 auto;
  
}
#contactUs h3
{
    padding: 0.2em 0 0.2em 0.5em;
    background-color: #B2B27F;
    color: #fff;
    font-style: normal;
   
}
#contactUs #inner
{
    padding: 0.5em;
    
}
#contactus #container
{
    overflow: hidden;
   
}
#contactus #container #content
{
    float: left;
  width:99%;
    
}

#contactus #container #buttons
{
    clear: left;
    text-align:right;
}

#contactus .sysButton
{
    width: 5em;
    margin-left: 1em;
    float: right;
}

/* general table formats 
---------------------------------------------------*/

#genTable table
{
    margin-bottom: 1em;
}

#genTable table, #genTable table th, #genTable table td
{
    border-collapse: collapse;
    border: 1px solid #BBBDC0;
    background-color: #F0F0E6;
    vertical-align: top;
    color: #656565;
}

#genTable table th
{
    background-color: #B2B27F;
    color: #fff;
}

#genTable table tr.altItem td
{
    background-color: #fff;
}

/*- Threshold footnotes
----------------------------------------------------------------------*/

.footnote, .footnoteRef {
    text-decoration: none;
    font-size: 0.6em;
    vertical-align: text-top;
}
td .footnoteRef {
    color: #656565;
}
th .footnoteRef {
    color: #fff;
}
.footnotes {
    padding-left: 2em; 
    font-size: 0.9em;
}

/*-  MEDIA QUERIES
----------------------------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}


@media screen and (min-width: 480px) 
{
    .nav-primary {}
	.nav-primary li {
	
	width: 33%;
}

li#nav-useful, li#nav-what, li#nav-about, li#nav-why, li#nav-default,
li#nav-contact {float:left; clear:none; padding-top:0.1em;padding-bottom:0.1em}

 

	.nav-primary a {
		display: block;
		padding-top:0.5em;
		padding-bottom:0.5em;
	} 
	  
#footerLeft
{
	float: left;
	margin-left: 0.2em;
}

#footerRight
{
	float:right;
	margin-top: 0;
	margin-right:0.2em;
}
.section h1, h2, h3, h4 
{
	text-align: left;
}

div.Button
{
	padding: 0.4em 0em;
	text-align: left;
	
}

div a.Button
{
    display: block;
    margin: 0 auto;
	padding: 0.8em 1em;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
    width: 13em;
}

#contactus 
{
    width:85%;
    }
    
#contactus #container #content
{
    float: left;
    width:75%;
}        
    
#contactus #container #buttons
{
    float: left;
    width:20%;
    text-align:right;
 
    clear:none;
}

#contactus .sysButton
{
    margin-left:1em;
   margin-bottom:1em;
    float: none;
    display:block;
}

}

@media screen and (min-width: 768px) 
{
.nav-primary 
	{
		
		float: none;
	    margin: 0 auto 0px;
	    position: relative;
	    text-align:center;
	    padding:1em 0 1em;
	}
		
	.nav-primary li 
	{
		width:auto;
		clear:none;
		float:none;
		padding: 0em;
		/*border-right: 1px solid #666600;*/
		
	}

	li#nav-useful, li#nav-what, li#nav-about, li#nav-why, li#nav-default,
li#nav-contact {float:none; clear:none; padding-top:0.1em;padding-bottom:0.1em}


	.nav-primary a {
		display: inline;
		padding: 1.0em;
		width:auto;
		
	} 
	
	li#nav-contact 
{
    border-right:none;
}
#page 
{
	position: relative;
	
	font-size:90%;
}
    #contactus #container #content
    {
        float: left;
        width:75%;
    }
    #contactus 
    {
        width:75%;
    }
}

@media screen and (min-width: 1200px) 
{
	.nav-primary 
	{
	    text-align:left;
	}
	
    #page 
    {
        position: relative;
		margin: 20px auto;
		width: 70em;
	    font-size:80%;
    }
}