/* CSS Document */

/* Colors */


.HorizontalDottedColor {
	color:#A7A681;
	}
	
	
.DarkBrown1 {			/* Primary Navigation color */
	color:#493B24;
	}
	
.SolidGreenHorizontalLine {
	color:#CECE9B;
	}
	
/*	Breakout Box */	
.LightBrown {
	color:#F4EFE9;
	}
	
.DarkBrown2 {
	color:#DBD4CA;
	}

/* Breakout Box */	
		
		
.Debug {
	border: 1px solid #000;
	}	
	
/*	88888888888888888888888888888888888888
Styles	
8888888888888888888888888888888888888888*/

body {				/* contains brown background - only seen at bottom of gradient */
	background-color:#45403a;
	background-image:url(../images/Sunbird_background_Bottom2.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	}

p, li {
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	}

object {
	/*float:left;*/
	margin:0 auto;
	text-align:center;
	display:block;
	padding-right:12px;
	padding-bottom:8px;
	}

img#inset_image {
	float:left;
	margin-right:12px;
	margin-bottom:5px;
	vertical-align:top;
	}

#Wrapper1 {			/* Contains gradient background */
	width:100%;
	height:1024px;
	background-image:url(../images/Sunbird_background_top.png);
	background-repeat:repeat-x;
	text-align:center;
	overflow:visible;
	float:none;
	clear:none;
	}
	
#Wrapper2 {			/* Establishes center column and white background. */
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
	overflow:hidden;
	}
	
#MainAreaWrapper1 {	/* Contains left and right column */
	width:100%;
	height:auto;
	position:relative;
	}
	
#LeftColumnWrapper {
	float:left;
	clear:none;
	width:184px;
	margin:0;
	padding:15px 0px 0px 0px;
	}
	
#LeftColumnShadow {
	position:absolute;
	top:0;
	left:184px;
	width:11px;
	height:100%;
	background-image:url(../images/SunBird_Shadow_2.jpg);
	background-position:right;
	background-repeat:repeat-y;
	display:block;
	margin:0;
	padding:0;
}
	
#RightColumnWrapper {
	float:right;
	clear:none;
	width:565px;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(../images/SunBird_Shadow_2.jpg);
	background-repeat:repeat-y;
	}
	
#BannerImage {
	position:relative;
	z-index:2;
	margin:0;
	padding:0;
	}	
	
	
#Footer {
	width:100%;
	height:75px;
	clear:both;
	border-top:2px solid #9d9fa1;
	z-index:2;
	position:relative;
	background-color:#f4efe9;
	}	
	
.PrimaryNavLink {
	padding-left:21px;
	background-image:url(../images/link_bullets.png);
	background-position:0px -60px;
	background-repeat:repeat-y;
	display:block;
	font-family:Times,Times New Roman;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	color:#493B24;
	margin-bottom:9px;
	}
	
a.PrimaryNavLink:hover {
	background-position:0px 0px;
	}
		
.SecondaryNavTitle {
	font-size:16px;
	font-family:Times New Roman;
	font-weight:bold;
	width:130px;
	color:#3C5123;
	border-bottom:1px solid #A7A681;
	padding-bottom:6px;
	margin-top:40px;
	}

#NavWrapper {
	margin:0;
	padding:0 0 0 21px;
	}

.SecondaryNavLink {
	padding-left:21px;
	background-image:url(../images/link_bullets.png);
	background-position:0px -60px;
	background-repeat:repeat-y;
	display:block;
	
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#493B24;

	margin-bottom:9px;
	}
	
a.SecondaryNavLink:hover {
	background-position:0px 0px;
	}
	
#FooterSpacer {
	width:184px;
	float:left;
	}

#FooterContents {
	width:560px;
	margin-left:190px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	}
	
#FooterContents p {
	vertical-align:middle;
	}

h1{
	color:#3C5123;
	font-size:25px;
	font-weight:bold;
	font-family:Times New Roman;
	border-bottom:1px solid #A7A782;
	padding-bottom:10px;
	margin-bottom:5px;
	}

#ContentWrapper {
	padding:0 30px 15px 27px;
	font-family:Arial;
	font-size:12px;
	}

#ContentWrapper a:link {
	color:#3C5123;
	text-decoration:underline;
	}

#ContentWrapper a:hover {
	color:#3C5123;
	text-decoration:underline;
	}

#ContentWrapper a:visited {
	color:#3C5123;
	text-decoration:underline;
	}
	
#ContentWrapper table {
	border-collapse: collapse;
	}

#ContentWrapper td {
	border: 1px solid #A7A782;
	padding:12px;
	width:140px;
	font-size:10px;
	vertical-align:top;
	}
	
h2{
	color:#3C5123;
	font-size:17px;
	font-family:Times,Times New Roman;
	font-weight:bold;
	margin:0;
	padding:2px;
	}

h3 {
	color:#3C5123;
	font-size:13.4px;
	font-family:Times,Times New Roman;
	font-weight:normal;
	margin:0;
	padding:2px;
	}

h4 {
	font-weight:bold;
	text-decoration:underline;
	}

h5 {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}

input {
	font-size:12px;
	}

#ContentWrapper table.nostyle {
	margin-bottom:10px;
	}

#ContentWrapper table.nostyle td {
	padding:10px 5px;
	/*font-size:12px;
	line-height:18px;*/
	border:none;
	}

#ContentWrapper table.nostyle tr {}

a.FooterLink {
	margin:0 10px 0 10px;
	color:#3C5123;
	}
	
#Logo {
	padding-bottom:10px;
	padding-left:4px;
	border-bottom: 1px dotted #A7A782;
	margin-left:17px;
	padding-bottom:20px;
	margin-bottom:30px;
	}
	
img#HeaderImage {
	float:right;
	border:1px solid #A7A782;
	margin-left:6px;
	margin-top:8px;
	}

#ContentWrapper table img {
	border: 1px solid #DED6CB;
	display:block;
	margin-bottom:5px;
	}

