/* ################################## CSS Reset http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ################################## CSS Reset End */


body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* DO NOT ALTER */
	color: #3b3b3b;
	background-color: #fff; 
}

html>body {
	font-size: 12px; /* DO NOT ALTER */
}


/* ################################## Global styles */

img {
	border: 0;
}


a:link {
	color: #253BB6;
}

a:visited {
	color: #142062;
}

a:focus {
	text-decoration: underline;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

.error {
	color: #F00;
}


/* ################################## Main content styles */

/* 
Typography with 12px font-size baseline and 18px line-height.
See "24 Ways: Compose to a Vertical Rhythm"
http://24ways.org/2006/compose-to-a-vertical-rhythm
*/

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	color: #3b3b3b;
}


h1 { /* approx 21px */
	margin: 0.75em 0 0.75em 0 !important;
	font-size: 1.75em;
}

h2 { /* approx 16px */
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 1.125em 0 1.125em 0; 
}

h3 { /* approx 14px */
	font-size: 1.167em;
	line-height: 1.286em;
	margin: 1.286em 0 1.286em 0;
}

h4 { /* approx 12px */
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
}

p { /* approx 12px */
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 1.5em;
}

small { /* approx 10px */
	font-size: 0.8333em;
	line-height: 1.8em;
	
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#content a:hover, #content a:focus {
	text-decoration: none;
	border-bottom: 2px dotted;
}

#content ul, #content ol {
	padding-left: 1.3em;
	margin: 1.5em 0 1.5em 0;
	list-style: disc;
}

.summary {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.167em;
	line-height: 1.286em;
	margin: 1.286em 0 1.286em 0;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.justify {
	text-align: justify;
}


blockquote {
	margin: 1.5em 0 1.5em 0;
	padding: 0 1em 0 1em;
	font-style: italic;
	border-left: 1px solid #666666;
}

blockquote.pull {
	clear: right;
	float: right;
	width: 40%;
	margin: 1em 0 1em 1em;
	padding: 0.75em 0.5em 0.75em 1em;
}


table.simple {
	border: 1px solid #ccc;
	border-collapse: separate;
	min-width: 50%;
}

table.simple th {
	background-color: #e5e5e5;
	line-height: 1.5em;
	padding: .75em;
	table-layout: fixed;
}

table.simple td {
	background-color: #f5f5f5;
	line-height: 1.5em;
	padding: .75em;
	text-align: center;
}

span.code {
	font-family: courier, serif;
}

span.lfloat {
	clear: left;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

span.rfloat {
	clear: right;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* #### Forms #### */

form.standard {
	width: 40em; /* approx 480px */
}

form.standard fieldset {
	padding: 17px 17px 0 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaa;
}

* html form.standard fieldset {
	padding-top: 0;
}

form.standard legend {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1.286em;
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

* html form.standard legend {
	padding: 1.286em 0.5em 1.286em 0.5em;
}

form.standard div {
	line-height: 1.5em;
	margin-bottom: 1em;
}


* html form.standard div {
	
	vertical-align: middle;
	margin-bottom: 10px;
}


form.standard label {
	float: left;
	width: 10em;
	padding-right: 0.5em;
	text-align: right;
	font-size: 1em;
	line-height: 1.5em;
}


form.standard fieldset input, form.standard fieldset textarea {
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	width: 26em;
}

* html form.standard fieldset input, * html form.standard fieldset textarea {
	width: 24em;
}

form.standard fieldset input {
	height: 1.5em;
	padding-top: 0.25em;
}

form.standard fieldset input.counter {
	width: 3em;
	background-color: #aaa;
	color: #000;
}

* html form.standard fieldset input {
	height: 1.75em;
	line-height: 1.75em;
	padding-top: 0;
}

* html form.standard fieldset label, * html form.standard fieldset input {
	vertical-align: middle;
}

* html form.standard fieldset label img {
	margin: 3px 0 6px 0;
}


form.standard fieldset textarea {
	height: 10.6667em;
	line-height: 1.5em;
}

form.standard fieldset input:focus, form.standard fieldset textarea:focus {
	border: 1px solid #777;
	background-color: #ffc;
}


#frmfooter {
	text-align: center;
}


#frmsubmit {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1.286em;
	margin: 1.286em 0 1.286em 0;
}


/* ################## Layout Styles - Banner, Topbar, Columns, Footer ################

Body classes (metatext in navigation tree or page properties):

 - hide:layout="fixed" for 960px centered fixed width.
 - hide:sidebars="no-sidebar-one" for 2 column layout with right-hand sidebar only.
 - hide:sidebars="no-sidebar-two" for 2 column layout with left-hand sidebar only.
 - hide:sidebars="no-sidebars" for single column layout with no sidebars. 

Layout:
Position is Everything - "One True Layout"
http://www.positioniseverything.net/articles/onetruelayout/
2,1,3 Column Source Order (main, sidebar-one, sidebar-two)

div.container 			 - use to set layout to fluid or fixed
	banner				 - contains main branding
	outer-wrapper		 - column outer wrapper (set padding/margin not width)
		wrapper			 - column wrapper (set width but not padding/margin)
			topnav		 - container for top navigation and search
			main		 - main column contains content (set width but not margin/padding)
				content	 - content container (set margin/padding but not width)
			sidebar-one	 - 1st sidebar
			sidebar-two	 - 2nd sidebar
		footer			 - footer container
			

#################################################################################### */


/* #### Fixed/Fluid/Hybrid Layout #### */

div.container {
	width: 100%;
	background-color: #fff;
}

body.fixed, body.hybrid {
	background-color: #f1f1f1; 
}

.fixed div.container, .hybrid div.container {
	width: 958px; margin: 0 auto 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
	margin-bottom: 21px;
}

/* #### Banner #### */

#banner {
	clear: both;
	width: 100%;
	height: 102px;
	text-align: left;
}

#mainbrand {
	width: 291px;
	height: 102px;
	float: left;
}

/* #### Column wraps ### */

#outer-wrapper {	/* do not apply width here */
	
	padding: 0 14px 0 14px;
	text-align: left;
	
	/* 18px Vertical Rhythm - uncomment following line to check vertical your vertical rhythm */
	/* background: transparent url(18px-vertical-rhythm.gif) left top repeat;*/
}

#wrapper {			/* do not apply margin/padding here */
	clear: both;
    width: 100%;
}

/* #### Topbar (contains top nav and search) #### */

#topbar { /* Core/utility navigation and search facility */
    clear: both;
	min-height: 2.3em;
	line-height: 2.3em;
	border: 1px solid #ccc;
    background-color: #e5e5e5;
    color: #142062;
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.167em; /* 14px approx */
	font-weight: bold;
}

* html #topbar {
	width: 99.8%;
	height: 2.3em;
}


/* #### Topnav #### */

#topnav {
	float: left;
    width: 60%;
	height: 2.3em;
	color: #142062;
}

#topnav ul {
	float: left;
	display: inline; /* Fix IE 5/6 Doubled Float-Margin Bug */
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
}

#topnav li {
	float: left;
	padding: 0 .75em 0 .75em;
	text-align: center;
}

* html #topnav li {
	width: 1%;
}

#topnav .selected {
	color: #222;
    text-decoration: none;
}

#topnav a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #222;
	color: #142062;
    text-decoration: none;
}


#topnav a:hover, #topnav a:focus {
    text-decoration: underline;
}

#topnav .selected {
	color: #000;
	background-color: #e5e5e5;
}

/* #### Quick Search Form #### */

#qsearch {
	float: right;
	padding: 0 6px 0 0;
	text-align: right;
	
}

* html #qsearch {
	padding-top: 0.2em;
}

#qsearch label {
	padding-right: 0.5em;
}

#qsearch form {
	display: inline;
}

#qs-qt {
	padding: 1px;
	border: 1px solid #ccc;
}

* html #qs-qt {
	width: 10.5em;
	height: 1.4em;
	line-height: 1.8em;
	vertical-align: middle;
}

#qssubmit {
	text-align: center;
	font-size: 1em;
}

* html #qssubmit {
	height: 1.8em;
	vertical-align: middle;
}


/* ##### Column Layout #### */


#main {
	float: left;
	width: 54%;
	margin-left: 23%;
}

* html #main { /* Fix IE Double Float-Margin Bug */
	display: inline;
	width: 53.9%;
}

#sidebar-one {
	float: left;
	width: 23%;
	margin-left: -77%;
	padding: 18px 0 18px 0; /* DO NOT ADD LEFT or RIGHT PADDING !!! */
}


#sidebar-two {
	float: left;
	width: 23%;
	padding: 18px 0 18px 0; /* DO NOT ADD LEFT or RIGHT PADDING !!! */
}

* html #sidebar-two {
	width: 23%;
}

#breadcrumb {
	color: #555;
	height: 18px;
	line-height: 18px;
	margin-top: 12px;
	padding: 0 14px 0 14px;
	font-size: 0.75em;
}

#breadcrumb a {
	text-decoration: none;
	color: #253BB6;
}

#breadcrumb a:hover, #breadcrumb a:focus {
	border-bottom: 2px dotted;
}

#content {
    padding: 0 14px 14px 14px;
}

/* #### Body Classes #### */

.no-sidebar-one #main {
	width: 77%;
	margin-left: 0;
}

.no-sidebar-two #main {
	width: 77%;
	margin-left: 23%;
}

.no-sidebar-two #sidebar-one {
	margin-left: -100%;
}

.no-sidebars #main {
	width: 100%;
	margin-left: 0;
}

.no-sidebars #content, .no-sidebars #breadcrumb {
	padding: 0 25px 0 25px;
}

.no-sidebar-one #content, .no-sidebar-one #breadcrumb {
	padding-left: 25px;
}

.no-sidebar-two #content, .no-sidebar-two #breadcrumb {
	padding-right: 6px;
}

.home #content {
	padding: 0;
}


/* #### Sidebar Styles #### */

div.pod {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding: 0.75em 0.5em 0.5em 0.5em;
}

div.content {
	margin: 1.5em 1em;
}

/* #### Sidebar One #### */

#sidebar-one div.pod {
	padding: 0.75em 1.5em 0.75em 1.5em;
}

#sidebar-one div.pod ul {
	width: 100%;
	list-style-type: none;
}

#sidebar-one div.pod ul li {
	margin: .75em 0 .75em 0;
	padding: 0;
	color: #000;
}

#sidebar-one div.pod ul li ul li {
	border: none;
}

#sidebar-one div.pod li.selected {
	background: url(pics/r-bul.gif) 0 0.25em no-repeat;
	padding-left: 0.75em;
	min-height: 1em;
}

#sidebar-one div.pod a {
	display: block;
    text-decoration: none;
	background: url(pics/r-bul.gif) 0 0.25em no-repeat;
	min-height: 1em;
	padding-left: 0.75em;
	color: #253BB6;
}

* html #sidebar-one div.pod a {
	height: 1em;
}

#sidebar-one div.pod a:hover, #sidebar-one div.pod a:focus {
    text-decoration: underline;
}



/* #### Sidebar Two #### */

#sidebar-two div.pod {
	padding: 0.75em 0.5em 0.5em 0.5em;
}

#sidebar-two div.content {
	margin: 1.5em 1em;
}

#sidebar-two div.pod h2 {
	margin: 0 0 0 0;
	padding: 0.1665em 0.4286em 0.1665em 0.4286em;
	background-color: #3b3b3b;
	color: #fff;
	font-size: 100%;
	font-size: 1.167em;
	line-height: 1.286em;
	margin: 0 0 .286em 0;
}

#sidebar-two div.pod ul {
    margin: 0;
    padding: 0 1em 0 0.5em;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
}

#sidebar-two div.pod ul li {
    margin: 0;
	margin: 0 0 0.75em 0;
 	list-style-type: none;
	
}

#sidebar-two div.pod ul li ul {
	border: 0;
	margin-top: 1em;
}

#sidebar-two div.pod ul li ul li {
	border: 0;
	margin: 0 0 1em 1.5em;
	list-style-image: url(r-bul.gif);
}

#sidebar-two div.pod a {
    text-decoration: none;
	color: #253BB6;
}

#sidebar-two div.pod a:hover, #sidebar-two div.pod a:focus {
    text-decoration: underline;
}



/* #### Footer #### */

#footer {
	clear: both;
	border-top: 1px dotted #aaa;
	text-align: center;
	margin: .9em 0 .9em 0;
	padding: 2.7em 0 2.7em 0;
	line-height: .9em;
	height: 1.8em;
	font-size: 0.8333em;
}

#footer-nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.3em;
	border-right: 1px solid;
}

#footer-nav a {
	text-decoration: underline;
}

#footer-nav a:hover, #footer-nav a:focus {
	text-decoration: none;
	border-bottom: 2px dotted;
}

@media tty {
 i{content:"\";/*" "*/}} @import 'site-ie5.css'; /*";}
}/* */

