/* 

STYLE SHEET FOR REGION XII WEB SITE
Created by Name Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	behavior: url(http://www.region12cog.org/css/csshover.htc);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/big_gradient.jpg);
	background-repeat: repeat-x;

		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 741px;
	background-color: #FFF;
	margin-top: 14px;
		}
		
#masthead {
	background-image: url(../images/top_bar.jpg);
	height: 119px;
		}
.topNav {
	float: right;
	padding-top: 100px;
	padding-right: 29px;
	font-weight: bold;
	color: #1E62AD;
}
#logo {
		}
		
#navContainer {
	background-image: url(../images/nav_bar.jpg);
	height: 21px;
		}
#gradient {
	background-image: url(../images/bottom_gradient.jpg);
	height: 9px;
	width: 430px;
	float: left;
	background-repeat: repeat-x;
	clear: left;

}
#content {
	background-image: url(../images/right_side_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
		}
#contentEdit {
	padding-right: 32px;
}

.fixedPad #contentEdit p {font-size: 11px; line-height: 15px; padding-bottom: 10px;}

#title {
	padding-top: 11px;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
ol li{
	list-style-type: lower-alpha;
	list-style-position: outside;
}
ol {
	padding-left: 25px;
	list-style-position: outside;
}
#rightCol {
	float: right;
	text-align: right;
	padding: 4px 26px 26px 26px;
}

#rightCol li {
	padding-right: 5px;
	color: #1C60AB;
	font-size: 12px;
	font-weight: bold;
}
#rightCol a {
	color: #1C60AB;
	text-decoration: none;
}
#rightCol a:visited {
	color: #1C60AB;
}
#rightCol img {
	margin: 0px;
	padding: 0px;
}
#bottom {
	background-image: url(../images/bottom_gradient2.jpg);
}
#footer {
	padding-top: 20px;
	text-align: center;
		}
.separator {
		clear: both;
		height: 0;
		}
.red {
	font-size: 14px;
	color: #FF0000;
}
.ten {
	font-size: 10px;
}
.styled td {
	padding: 4px;
}
.odd {
	background: #DEEAD2;
}
.styled th {
	background: #1562B4;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}


/* ---------- 3. links and navigation ---------- */
a {
	color: #1C60AB;
		}
		
a:hover {
		}
a:visited {
	color: #6DB140;
}

/* ---------- 4. fonts ---------- */

ul {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-position: outside;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {text-align: left;}
#contentEdit li {
	list-style-type: disc;
	list-style-position: outside;
}
