﻿body {
	margin: 0;
	padding: 5px;}

#outline {
	margin: 0 auto;
	overflow: auto;
	width: 960px;}

#wrapper {
	overflow: auto;
	margin: 0 auto;
	width: 930px;}

#header {
	float: left;
	height: 180px;
	padding: 15px 20px 0 20px;
	width: 890px;}

#headerBox {
	background: url(trans-headerbox.png) repeat;
	position: absolute;
	height: 155px;
	margin: 0 0 0 575px;
	padding: 5px 10px;
	width: 300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}


#navTop {
	float: left;
	font-size: .75em;
	line-height: 1em;
	padding: 5px 5px;
	width: 920px;}
#menu {
	float: right;}
#navTop ul li { /* all list items */
	float: left;
	margin-right: 0;
	width: auto; /* width needed or else Opera goes nuts */}
#navTop li ul { /* second-level lists */
	position: absolute;
	background: orange;
	margin: 25px 0 0 0;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
/* NAVIGATION TOP */
#navTop ul {
	list-style: none;
	margin: 0;
	padding: 0;}
#navTop li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;}
#navTop a {
	clear: right;
	color: #fff;
	display: block;
	float: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;}
#navTop li ul li a {
	display: block;
	line-height: 1.3em;
	width: 200px;}
#navTop li:hover ul, #navTop li.sfhover ul { /* lists nested under hovered list items */
	left: auto;}

/* FONTS */

body {
	font: normal 16px arial, helvetica, sans-serif;}

#header, #leftColumn-layout1, #leftColumn-layout2, #leftColumn-layout3, #rightColumn-layout1, #rightColumn-layout2, #rightColumn-layout3, #mainColumn-layout4, #footer 
{
    font-size: .80em;
}

/* LAYOUT 1 SIDEBAR RIGHT */

#leftColumn-layout1 {
    float: left;
    margin: 20px;
    min-height: 550px;
    width: 640px;
}

#rightColumn-layout1 {
    float: left;
    margin: 20px 20px 20px 0;
    min-height: 550px;
    width: 230px;
}

/* LAYOUT 2 SIDEBAR LEFT */

#leftColumn-layout2 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 230px;
}

#rightColumn-layout2 {
    float: left;
    margin: 20px;
    min-height: 550px;
    width: 640px;	
}

/* LAYOUT 3 SIDEBAR LEFT AND RIGHT */

#leftColumn-layout3 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 190px;
}

#mainColumn-layout3 {
    float: left;
    font-size: 85%;
    margin: 20px;
    min-height: 550px;
    width: 470px;	
}

#rightColumn-layout3 {
	float: left;
    font-size: 85%;
    margin: 20px 20px 20px 0;
    min-height: 550px;
    width: 190px;
}

/* LAYOUT NO COLUMNS */

#mainColumn-layout4 {
    float: left;
    margin: 20px;
    min-height: 425px;
    width: 890px;	
}

/* FOOTER */

#footer {
	float: left;
	line-height: 2em;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
	font-size: .75em;}


/* NAVIGATION SIDEBAR */

#sidebar { margin-bottom: 16px; }

#sidebar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li a {
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
}

html>body #sidebar li a { width: auto; }

/* SITE STYLES */

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 16px 0;
    padding: 0:
}

h1 { font-size: 500%; text-shadow: 4px 4px 4px #000000; }
h2 { font-size: 200%; }
h3 { font-size: 170%;}
h4 { font-size: 130%; }

p { margin: 0 0 16px 0; padding: 0; }

a {
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline; 
}

a:hover { text-decoration: none; }

b, strong { letter-spacing: 1px; }

img { border: 0; }

/* CLASSES */

.border { padding: 5px 10px; }

img.left { float: left; margin: 6px 10px 6px 0; }
img.right {	float: right; margin: 6px 0 6px 10px;}
img.center { display: block; margin: 6px auto; text-align: center; }

.submit:hover, img:hover { 
	opacity:.60; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* BLOCKS */

.blockRow {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.block-25 { float: left; width: 25%; }
.block-33 { float: left; width: 33.33%; }
.block-66 { float: left; width: 66.66%; }
.block-50 { float: left; width: 50%; }
.block-75 { float: left; width: 75%; }

/* FORM */

.form {	float: left; margin-bottom: 16px; width: 100%; }
.formLeft {	float: left; line-height: 2.5em; margin-right: 10px; width: auto; }
.formRight { float: left; line-height: 2.5em; width: auto; }

input, textarea { padding: 5px; }
input { width: 200px; }
textarea { height: 200px; margin-top: 3px; width: 400px; }

.submit { 
	font-weight: bold; 
	letter-spacing: 1px;
	width: auto; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}

.colors { float: left; width: 100%; }
.colors ul { margin: 0; padding: 0; }

.colors li {
	float: left;
	display: inline;
	height: 90px;
	margin: 0 10px 10px 0;
	padding: 5px;
	list-style: none;
	width: 90px;
}


/* BLUE */
body {background: #c5ccd3 url(bg-blue.png) repeat;}
#outline {border: 1px solid #576675;}
#wrapper {/*background: #fff url(border1.gif) repeat-x 0 260px;*/ border: 15px solid #fff; background: #fff;}
#header {background: #C5CCD3 url(banner-blue.jpg) no-repeat; border-bottom: 5px solid #fff; color: #fff;}
#headerBox {border: 1px solid #576675; color: #fff;}
#navTop {background: #576675 url(trans1.png) repeat-x 0 0; /*border-bottom: 5px solid #fff;*/}
#footer {background: #fff url(border2.gif) repeat-x 0 0; border-top: 1px solid #576675;}
#navTop a:hover {background-color: #2c333a; color: #fff;}
#navTop #current a {background-color: #e2e6e9; color: #000;}
#navTop li ul {border: 1px solid #576675; background: #E2E6E9;}
#navTop li ul li a {color: #000;}
#sidebar ul {border-top: 1px solid #576675;}
#sidebar li a:hover {color: #000; background: #e2e6e9;}
#sidebar li a {color: #00488F; border-bottom: 1px solid #576675;}
a {color: #00488F;}
.border {background-color: #e2e6e9; border-top: 2px solid #576675; border-bottom: 2px solid #576675;}
img.left {border: 1px solid #576675;}
img.right {border: 1px solid #576675;}
img.center {border: 1px solid #576675;}
img:hover {border: 1px dashed #576675;}
img  {-webkit-box-shadow: 2px 2px 5px #576675; -moz-box-shadow: 2px 2px 5px #576675; box-shadow: 2px 2px 5px #576675;}
input, textarea {border: 1px solid #576675;}
input:focus, textarea:focus { background-color: #e2e6e9; border: 1px dashed #576675; }
.submit {background: #576675 url(trans2.png) repeat-x 0 0; border: 1px solid #576675; color: #fff;}
