/* SITEWIDE STYLES */

html, body {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
	
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF url(none) repeat-y fixed center top;
	}
	
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; font-style: bold; color: #000; }
	
h1 { font-size: 34px; color: #000; }
h2 { font-size: 28px; color: #000; }
h3 { font-size: 18px; color: #000; }
h4 { font-size: 16px; color: #000; }
h5 { font-size: 13px; color: #000; }
h6 { font-size: 10px; color: #000; }

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px .5em 0px;
	}
	
A:link {color: #000; text-decoration: none;}
A:visited {color: #000; text-decoration: none;}
A:hover {color: #CCC; text-decoration: none;}
A:active {color: #999; text-decoration: none;}

ul, ol {
	margin: .5em 0px 0px;
	padding: 0px;
	}
	
ul li {
	margin: 0px 0px 0px 3em;
	list-style: disc outside;
	}
	
ol li {
	margin: 0px 0px 0px 3em;
	list-style: decimal outside;
	}
	
dl {    /* This is a definition list ... might be useful for something */
	margin: .5em 0px 0px; 
	padding: 0px; }

dt {    /* Term to be defined */
	font-weight: bold;
	color: #000;
	}

dd {    /* Definition of the term */
	font-style: italic;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-indent: 3em;
	}

.divider {
	margin: 5px 5px 10px 5px; 
	border-width: 2px; 
	border-style: none none solid none; 
	border-color: #EEE;
	}

/* CONTAINERS */

#site {
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid #00FF00; /* Change to 1px to see if things are behaving */
	position: relative;
	left: 50%;
	margin-left: -390px; /* Half of #container width */
	background: url(none) repeat-y;
	}

#masthead_toggle { display: ; }
#masthead {
	height: 104px;
	background:  url(none) no-repeat;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}
#menu_toggle { display: ; }
#menu {
	height: 28px;
	background: #FFF url(images/bkg_menu.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	}

#submenu {}

#content {
	width: 520px;
	background: url(none) repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}

#sidebar {
	width: 260px;
	background: url(none) repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}

#sidebar form {
	margin: 0px;
	padding: 0px;
	}

#footer {
	height: 70px;
	background: url(images/bkg_footer.png) no-repeat;
	text-align: center;
	vertical-align: bottom;
	}

/* MASTHEAD */

#masthead h1 {
	font-size: 11px; 
	font-weight: normal;
	color: #000;
	margin: 81px 15px 0px 77px;
	padding: 0px 0px 0px 0px; 
	}
#masthead .left {
	width: 220px;
	height: 104px;
	background: #FFF url(images/bkg_masthead_left.png) no-repeat;
	text-align: left;
	vertical-align: bottom;
	}
#masthead .middle {
	width: 430px;
	height: 104px;
	background: #FFF url(images/bkg_masthead_middle.png) no-repeat;
	text-align: left;
	vertical-align: bottom;
	}
#masthead .right {
	width: 130px;
	height: 104px;
	background: #FFF url(images/bkg_masthead_right.png) no-repeat;
	text-align: left;
	vertical-align: bottom;
	}

/* MENU */

#menu h1 {
	font-size: 10px; 
	font-weight: normal;
	color: #C2C2C2;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	}
#menu A:link {color: #000; text-decoration: none;}
#menu A:visited {color: #000; text-decoration: none;}
#menu A:hover {color: #C2C2C2; text-decoration: none;}
#menu A:active {color: #999; text-decoration: none;}
#menu .divider {
	padding: 0px .5em;
	margin: 0px;
	vertical-align: middle;
	}


/* FOOTER */

#footer h2 {
	font-size: 13px; 
	font-weight: bold;
	color: #FFF;
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 2px 0px; 
	}

#footer h3 {
	font-size: 10px;
	font-weight: normal;
	color: #C2C2C2;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	}

#footer A:link {color: #666; text-decoration: none;}
#footer A:visited {color: #666; text-decoration: none;}
#footer A:hover {color: #C2C2C2; text-decoration: underline;}
#footer A:active {color: #CCC; text-decoration: none;}

/** BACKGROUND COLOR CHANGE **/

.onethird .bkg_green_dk, .twothirds .bkg_green_dk, .onequarter .bkg_green_dk { background-color: #c0e883; }
.onethird .bkg_green_med, .twothirds .bkg_green_med, .onequarter .bkg_green_med { background-color: #eaf7d5; }
.onethird .bkg_green_lt, .twothirds .bkg_green_lt, .onequarter .bkg_green_lt { background-color: #f6fcee; }

.onethird .bkg_blue_dk, .twothirds .bkg_blue_dk, .onequarter .bkg_blue_dk { background-color: #718dd4; }
.onethird .bkg_blue_med, .twothirds .bkg_blue_med, .onequarter .bkg_blue_med { background-color: #d0d9f0; }
.onethird .bkg_blue_lt, .twothirds .bkg_blue_lt, .onequarter .bkg_blue_lt { background-color: #ecf0f9; } 

.onethird .bkg_purple_dk, .twothirds .bkg_purple_dk, .onequarter .bkg_purple_dk { background-color: #a05eca; }
.onethird .bkg_purple_med, .twothirds .bkg_purple_med, .onequarter .bkg_purple_med { background-color: #dfc9ed; }
.onethird .bkg_purple_lt, .twothirds .bkg_purple_lt, .onequarter .bkg_purple_lt { background-color: #f2e9f8; }

.onethird .bkg_orange_dk, .twothirds .bkg_orange_dk, .onequarter .bkg_orange_dk { background-color: #faae56; }
.onethird .bkg_orange_med, .twothirds .bkg_orange_med, .onequarter .bkg_orange_med { background-color: #fde4c7; }
.onethird .bkg_orange_lt, .twothirds .bkg_orange_lt, .onequarter .bkg_orange_lt { background-color: #fef4e8; }

.onethird .bkg_red_dk, .twothirds .bkg_red_dk, .onequarter .bkg_red_dk { background-color: #ec5f71; }
.onethird .bkg_red_med, .twothirds .bkg_red_med, .onequarter .bkg_red_med { background-color: #f9c9cf; }
.onethird .bkg_red_lt, .twothirds .bkg_red_lt, .onequarter .bkg_red_lt { background-color: #fce9ec; }

/** TEXT COLOR CHANGE **/

.onethird .txt_black { color: #000; }
.onethird .txt_black75 { color: #666; }


