@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography - except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Miscellaneouss
*/


	
/* 1. Page sections - size, margin, padding, background 
------------------------------------------------------------------------ */
#headingwrapping {
	width: 100%;
	background-color: #fff;
	}

#heading {
	height: 80px;
	margin-right: auto;
	margin-left:  auto;
	margin-top: 5px;
	width: 960px;
	background-color: #fff;
	position: relative;
	background-image: url(../images/header.jpg);
	height: 100px;
		
	}

#mainwrapper{
	background-image: url(../images/shadow.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 966px;
	margin-left:auto;
	margin-right:auto;
	}		

#navwrapper{
	width: 100%;
	background-color: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
#nav_main{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	
	border-top: 1px solid #aaa;
	border-bottom: 30px solid #eee;
	}
	
#bandwrapper{
	width: 100%;
	background-image: url(../images/band1wrapper.jpg);
	background-repeat: repeat-x;
	}
	
#band{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
	

#contentwrapper{
	width: 100%;
	}
		
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	background-color: #fff;
	padding-top: 20px;
	
	
	}
	
#home #content {
	padding-top: 20px;
	}

#footerwrapper{
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #aaa;
	}
		
#footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin-bottom: 15px;
	padding-top: 15px;
	}
	
.col1 {
	width: 285px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	}
	
.col2 {
	width: 285px;
	float: left;
	padding-left: 20px;
	}

.col3{
	width: 285px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.colx{
	width: 430px;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
	}
	
.coly{
	width: 430px;
	float: right;
	padding-left: 15px;
	padding-right: 20px;
	}
		
.cola {
	width: 370px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	}
	
.colb {
	width: 520px;
	float: right;
	padding-left: 20px;
	padding-right: 0px;
	}
	
.col2 p {
	padding-right: 20px;
	}
	
.colt{
	width: 580px;
	float:left;
	padding-left: 20px;
	padding-right:20px;
	}
	
.colu{
	width: 300px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	}	

	
.onecolumn {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	}
	
.onecolumnwide{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
.onecolumnsmall{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#sidebar {
	float: right;
	margin:  20px 0px 20px 20px;
	padding: 5px 0px 5px 10px;
	width: 200px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
	
#design{
	text-align: right;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
	}
	
#footercol1{
	float: left;
	width: 300px;
	padding-right: 50px;
	}
	
#footercol2{
	float: left;
	width: 275px;
	padding-right: 30px;
	}
	
#footercol3{
	float: right;
	width: 300px;
	}
			
 /* 2. Typography - baseline
 ------------------------------------------------------------------------------ */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.5;
	}

/* 3. Typography - except headings, links/lists, footer
--------------------------------------------------------------------------*/
p {
	padding: 0 0 6px 0;
	font-size: 12px;
	line-height: 1.4;
	}
	
p.caption {
	font-size: 11px;
	}
	
p.emquote {
	font-size: 11px;
	line-height: 1.9;
	font-style: italic;
	color: #000080;
	}	
		
/* 4. headings
--------------------------------------------------------------------------------- */
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	}
	
h1.left{
	text-align: left;
	}

h2	{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2em;
	}
	
h2.center {
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.3;
	}
	
h2.nobold{
	font-weight: normal;
	}
	
h2.box {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C5563A;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	}
	
h2.contact {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	}

#home .col1 h2{
	padding-bottom: 5px;
	}
		
#home .col1 h3{
	padding-top: 8px;
	padding-bottom: 5px;
	}
	
h3	{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	}


/* 5. Links/lists, except navigation, footer
 -------------------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	}
	
a:link, a:visited {
	color: #172b6a;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a.none:link, a.none:visited{
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background-color: #555;
	padding: 2px;
	}

a.largelink, a.largelink:link, a.largelink:visited{
	font-size: 24px;
	color: #555;
	text-decoration: none;
	padding: 10px;
	}
	
a.largelink:hover, a.largelink:active{
	color: #fff;
	background-color: #555;
	}
a.mediumlink, a.mediumlink:link, a.mediumlink:visited{
	font-size: 16px;
	color: #555;
	text-decoration: none;
	padding: 5px;
	}
	
a.mediumlink:hover, a.mediumlink:active{
	color: #fff;
	background-color: #555;
	}	

	
a.box{
	border: 1px solid #555;
	}
	
ul {
	padding: 5px 10px 10px 10px;
	list-style-type: none;
	font-size: 12px;
	}
	
ul.bulleted {
	list-style-type: disc;
	padding-left: 40px;
	}
	
ul.spaced li {
	padding-bottom: 10px;
	}
	
ul.inlinelist li {
	display: inline;
	}
			
ul ul {
	padding-left: 20px;
	}
	
ol li{
	margin-left: 60px;
	list-style-type:decimal;
	line-height: 1.4;
	font-size: 12px;
	}

ol li ol li {
	list-style-type: lower-alpha;
	margin-left: 20px;
	} 

ol.noindent {
	margin-left: 15px;
	}
	
ol.noindent li{
	margin-left: 0px;
	}
			
ol {
	margin-bottom: 10px;
	}
	
li {
	line-height: 1.3;
	font-size: 12px;
	padding: 0px 5px 0px 18px;
	}
	
.spacedlist li{
	padding-bottom: 10px;
	}
	
li li {
	font-size: 12px;
	}
	
dd {
	font-size: 12px;
	padding: 5px 0;
	line-height: 150%;
	}
	
dt.red {
	font-weight: bold;
	}
	
/* 6. Navigation
------------------------------------------------------------------- */	


	
/* 7. Footer
----------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 12px;
		}
	
.footertext {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
#footermenu li{
	display: inline;
	list-style-type: none;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 30px; 
	}
	
ul#footermenu{
	padding-left: 200px;
	margin-left: 0px;
	padding-top: 0px;
	}
	
#footermenu a, #footermenu a:link, #footermenu a:visited, #footermenu a:hover, #footermenu a:active {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	background-color: transparent;
	}
	
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footermenu a:active {
	color: #000;
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: normal;
	}	
	
#footer a:active, #footer a:hover{
	color:#fff;
	background-color: #555;
	}
	

/* 8. Table formats
---------------------------------------------------------------------  */




/* 9. Miscellaneous 
-----------------------------------------------------------------------------*/


.leftborder {
	border-left: 2px solid #999;
	padding-left: 15px;
	}
	
.search {
	position: absolute;
	top: 5px;
	right: 0px;
	}
	
blockquote {
	font-size: 11px;
	margin-left: 40px;
	line-height: 1.5;
	}
	
.pullquote {
	float: right;
	clear: right;
	width: 150px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.3;
	margin: 10px 0px 10px 10px;
	font-style: italic;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	}
	
.box {
	background-color: #ffc;
	border: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 3px solid #aaa;
	padding: 10px;
	margin: 15px 25px 15px 0px;
	}
	
.box p{
	line-height: 1.5;
	font-weight: bold;
	}

.indent20{
	padding-left: 20px;
	}
	
p.caption{
	font-size: 11px;
	font-weight: bold;
	padding-left: 40px;
	}
	