/*
TOC
1 -- Site Structure
2 -- Text Settings
3 -- Pseudo classes
*/

				/***************SITE STRUCTURE********************/
html, body { 
	min-height:100%; 
	margin-bottom:1px; 
}

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #231F20;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
}

#navigation {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 0px;
	height: 48px;
}

#navigation img{
	vertical-align: bottom;
	text-align: left;
}

/********styles for index page structure********/
#leftside {
	width: 207px;
	float: left;
	background-color: #E0D5CF;
	padding-bottom: 10px;
	background-image: url(../assets/page_elements/bg_left_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 90px;
}

#leftside img {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#rightside {
	width: 572px;
	float: right;
	padding-bottom: 10px;
	margin-left: 18px;
}

#rightside table {
	font-size: 90%;
	margin-left: 5px;
}

#rightside table td {
	padding-bottom: 7px;
}

.imagefloatlft {
	float: left;
	padding-right: 7px;
	padding-top: 3px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/********test styles********/
#footer {
	color: #FFFFFF;
	height: 80px;
}

#rightside h1 {
	font-size: 120%;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2D4689;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #DF7319;
}

#rightside h2 {
	font-size: 110%;
	padding-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #DF7319;
}

#rightside h3 {
	font-size: 100%;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 7px;
	margin-bottom: 3px;
	color: #DF7319;
}

#rightside p {
	font-size: 90%;
	margin-right: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
}

#rightside ul {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 90%;
	margin-right: 7px;
	margin-left: 15px;
	padding-left: 20px;
	list-style-type: square;
}

#rightside li {
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

.underline {
	border-bottom: color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.span {
	color: #005088;
}

#leftside h1 {
	font-size: 100%;
	color: #9C8B5E;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftside p {
	font-size: 80%;
	margin-right: 10px;
	color: #005088;
}

#leftside ul {
	margin-bottom: 0px;
	font-size: 90%;
	margin-right: 7px;
	list-style-type: none;
	margin-left: 25px;
	padding-left: 3px;
	padding-top: 15px;
}

#leftside li {
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	color: #005088;
	margin-left: 20px;
	padding-left: 10px;
	list-style-type: disc;
}

#footer p {
	font-size: 80%;
	color: #FFFFFF;
	display: inline;
	padding-left: 10px;
}

.callout {
	font-weight: bold;
}

				/***************PSEUDOCLASSES********************/
a img {border:none;}

#navigation a:link {
	border: none;
}

#rightside a:link {
	color: #2D4689;
}

#rightside a:visited {
	color: #2D4689;
}

#rightside a:hover {
	color: #DF7319;
}

#rightside a:active {
	color: #2D4689;
}


#rightside ul li a:link {
	color: #2D4689;
}

#rightside ul li a:visited {
	color: #2D4689;
}

#rightside ul li a:hover {
	color: #DF7319;
}

#rightside ul li a:active {
	color: #2D4689;
}


#leftside a:link {
	text-decoration: underline;
	color: #005088;
}

#leftside  a:visited {
	color: #005088;
	text-decoration: underline;
}

#leftside  a:hover {
	color: #DF7319;
	text-decoration: underline;
}

#leftside  a:active {
	color: #005088;
	text-decoration: underline;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#siteby a:link {
	color: #9D9EA1;
	text-decoration: underline;
}

#siteby a:visited {
	color: #9D9EA1;
	text-decoration: underline;
}

#siteby a:hover {
	color: #000000;
	text-decoration: underline;
}

#siteby a:active {
	color: #9D9EA1;
	text-decoration: underline;
}
