/*=======================
White Label 1.0 Main CSS
Last update : 29 July 2007
=======================*/

/*=====================
CSS Reset : Eric Meyer
=====================*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*=====================
Global Styling
=====================*/
body {
	text-align : center;
	color : #333;
	background : #fff url(../img/bodyback.jpg) repeat-x top;
	 min-width: 760px;/*Netscape6 bug fix*/
}

/*=====================
Page Layout
=====================*/
#wrapper {
	width : 760px;
	margin: 10px auto;
	text-align: left;
	font: 86%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
	color : #333;
	background : #fffffa url(../img/headback.jpg) repeat-x bottom left;
}

#footer {
	color : #333;
	background : #fffffa url(../img/footerback.jpg) repeat-x 0 0;
	border-top: 1px solid #E3E3E3;
	padding: 10px;
	clear : both;
}

#container {	
	color : #333;
	background : #fff;
}

#maincontent {
	width: 60%;
	float: left;
	color : #333;
	background-color : #fff;
	padding : 0.5em 10px 2em;
	border-right : 1px dashed #e3e3e3;
}

#subcontent { 
	width: 30%;
	float: right; 
	color : #333;
	background-color : #fff;
	padding : 0.5em 10px;
}

#fullwidth {
	clear: both;	
	color : #333;
	background-color : #fff;
	padding : 0.5em 0 2em;
}

/*=====================
Typography Styling
=====================*/
h1 {
	font-size: 1.8em;
	margin : 0;
	padding : 30px 0 30px 20px;
	font-weight : bold;
}

h2 {
	font-size: 1.7em;
	margin : 0;
	padding : 0.5em 0 1em 0;
	font-weight : bold;
}

h3 {
	font : bold 1.3em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0.5em 0 1em 0;
}

p {
	margin : 0;
	padding : 0.5em  0 1em 0;
	line-height: 1.6em;
}

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}

acronym {
	border-bottom: 1px dashed #666;
  cursor: help;
}

/*=====================
Special Effects
=====================*/
#container .gap {
	margin: 1.5em 0 1em;
	border-top : 1px dashed #E4E4E4;
}

.caption {
	text-align : center;
	font-weight : bold;
}

/*=====================
Image Styling
=====================*/
#container img {
	padding : 10px;
	border : 1px solid #E3E3E3;
	background : #F8F8F8;
}

#subcontent img {
	display : block;
	margin: 0 auto;
}

/*Picture links*/
#container a img {
	color: #fff;
	background : #F8F8F8;
	text-decoration : none;
	border : 1px solid #E3E3E3;
}

#container a:hover img {
	color: inherit;
	background : #fff;;
	text-decoration : none;
	border : 1px solid Black;
}

/*=====================
Link Styling
=====================*/
a {
	outline : none;
}

a:link {
	color: Black;
	background : transparent;
	text-decoration : underline;
}

a:visited {
	color: #666666;
	background : transparent;
	text-decoration : underline;
}

a:hover {
	color: Blue;
	background : transparent;
	text-decoration : underline;
}

a:active {
	color: Red;
	background : transparent;
	text-decoration : underline;
}

/*=====================
Skip Links
adapted from 456 Berea St.
=====================*/
#skip {
	text-align: left;
	margin: 0 auto;
	padding: 0.5em 0.5em 0 0;
	color: #333;
	background-color : transparent;
}

#skip p {
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 2.5em;
}

#skip li {
	display: inline;
	list-style :none;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 2.5em;
}

#skip a {
	float : right;	
}

#skip a:link,
#skip a:visited
{
	padding-right: 1.5em;
	text-decoration: none;
	color: #333;
	background: transparent url(../img/arrow.gif) no-repeat 100% 50%;
	border-bottom : none;
}

#skip a:focus,
#skip a:active,
#skip a:hover
{
	text-decoration: underline;
	color: #000;
	background: transparent url(../img/arrow2.gif) no-repeat 100% 50%;
}

/*=====================
Main Navigation Styling
=====================*/
#main_nav {
	font-size : 1.3em;
	border-bottom: 1px solid #E3E3E3;
	/*border-top: 1px solid #E3E3E3;*/
	background : #E4E4E4 url(../img/menuback2.jpg) repeat-x 0 0;
}

#main_nav ul {
	width: 100%;
}

#main_nav ul li {
	display : inline;
	list-style-type : none;
	text-align : center;
	margin: 0 auto;
}

#main_nav a {
	text-decoration: none;
	text-align : center;
	display: block;
	padding: 10px 0;
	float : left;
	width: 152px;
}

#main_nav a, #main_nav a:visited {
	color : #999;
	background : #f8f8f8 url(../img/menuback.jpg) repeat-x bottom left;
}

#main_nav a:hover, #main_nav .current a:hover {
	color : #999;
	background : transparent;
	text-decoration: underline;
}

#main_nav .current a {
	color : #333;
	background : transparent;
}

/*=====================
Breadcrumb Styling
=====================*/
#breadcrumb {
	padding : 5px;
	border-bottom: 1px solid #E3E3E3;
}

#breadcrumb li {
	display: inline;
	list-style-type : none;
	margin: 0 1em 0 0;
	font-size: 0.9em;
}

#breadcrumb a:link,
#breadcrumb a:visited
{
	padding-right: 0.5em;
	text-decoration: none;
	color: #666;
	background: transparent url(../img/bar.jpg) no-repeat 100% 70%;
}

#breadcrumb a:focus,
#breadcrumb a:active,
#breadcrumb a:hover
{
	text-decoration: underline;
	color: #000;
}

/*=====================
Utlities
=====================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.fright {
	float : right;
}

.fleft  {
	float : left;
}
