/*
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: #CCCCCC;
	color: #5F5F5F;
}

#wrapper {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	background-color: #000000;
	padding-top: 25px;
}
#logo {
	background-color: #FFFFFF;
	height: 76px;
	padding-top: 20px;
	background-image: url(../assets/logo_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-bottom: 25px;
}

#navigation {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#navigation img{
	padding-right: 3px;
}

#headerpic {
	height: 170px;
	background-color: #FFFFFF;
	padding-top: 5px;
}

#headerpic img{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9C8B5E;
	border-bottom-color: #9C8B5E;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********styles for index page structure********/
#leftside {
	width: 205px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#leftside img {
	margin-bottom: 5px;
	padding-bottom: 0px;
	border: 1px solid #9C8B5E;
	margin-left: 15px;
}

#rightside {
	width: 535px;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5F5F5F;
	margin-top: 10px;
	padding-left: 15px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/********styles for footer********/
#footer {
	color: #FFFFFF;
	height: 30px;
	padding-top: 10px;
	background-color: #CCCCCC;
}

/********styles for siteby********/
#siteby {
	height: 20px;
	padding-top: 7px;
	text-align: right;
	padding-right: 19px;
	background-color: #CCCCCC;
}

				/***************TEXT SETTINGS********************/
#header p {
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	margin-right: 5px;
}

#logo p {
	font-size: 70%;
	color: #696969;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation ul {
	font-size: 85%;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#navigation li {
	margin-top:0px;
	display: inline;
	margin-bottom: 0px;
}

#rightside h1 {
	font-size: 120%;
}

#rightside p {
	font-size: 90%;
}

#rightside ul {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 90%;
	list-style-image: url(../assets/tan_bullet.gif);
	margin-left: 15px;
}

#rightside li {
	margin-top:0px;
	margin-bottom: 0px;
}

#leftside h1 {
	font-size: 100%;
	color: #9C8B5E;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftside p {
	font-size: 80%;
	margin-right: 10px;
}

#footer p {
	font-size: 80%;
	color: #FFFFFF;
	display: inline;
	padding-left: 10px;
}

#siteby p {
	font-size: 70%;
	color: #9D9EA1;
}


				/***************PSEUDOCLASSES********************/
#header a:link, a:visited, a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
}

#navigation a:link {
	color: #FFFFFF;
}

#navigation  a:visited {
	color: #FFFFFF;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation  a:active {
	color: #FFFFFF;
}

#leftside a:link {
	color: #5F5F5F;
	text-decoration: underline;
}

#leftside  a:visited {
	color: #5F5F5F;
	text-decoration: underline;
}

#leftside  a:hover {
	color: #000000;
	text-decoration: underline;
}

#leftside  a:active {
	color: #5F5F5F;
	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;
}


/****  LINK STYLES FOR NAV   ****/
#menubar {
	height: 20px;
	position: absolute;
	left: 0px;
	top: 130px;
	text-align: right;
	width: 950px;
	padding-right: 20px;
	margin-top: 3px;

}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 70%;
	text-align: right;
	display: inline;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navlist a, #navlist a:visited {
	color: #536A83;
	font-weight: bold;
}

#navlist a:hover {
	color: #000000;
	font-weight: bold;
}

#menubar #navlist .uberlink {
	color: #C55169; !important;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
