@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	height:100%;
	overflow: scroll;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#180049;
	text-align:center;
	background-color: #f7d793;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
}

p {
	margin:0 10px 10px;
}

a {
	color:#A22A08;
	text-decoration:underline;
}

a:visited {
	color: #981793;
	text-decoration:underline;
	
}

h1 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:0.5em;
}

h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:0.5em;
}

td {
	font-size:12px;
}


div#shadow_holder {
	background:url(images/content-background.png) repeat-y center;
}

div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #79B30B
}
div#container {
	text-align:left;
	background: #fefee6;
	background:url(images/sidebar.jpg) no-repeat top left;
	width:977px;
	margin:0 auto;
	min-height:100%;

}
div#content p {
	line-height:1.4
}
div#footer {
	clear:both;
	width:100%;
	padding-left:170px;
	font-size:10px;
}
div#footer hr {
	border-top:#f4cb50 3px solid;
	margin-right:210px;
	margin-left:10px;
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#content {
	float:left;
	width:520px;
	padding-left:180px;
	min-height: 500px;
}
div#content2 {
	padding: 10px 0 0 0;
	width:520px;

}
div#content2 hr {
	border-top:#f4cb50 3px solid;
}
div#content2 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	border-bottom:#f4cb50 3px solid;
}
div#content2 p {
	margin-left:0;
}

div#content2 h2 {
	color: #331671;
	font-size:14px;
	padding:0;
	margin:0;
}
div#content2 h3 {
	color: #331671;
	font-size:12px;
	padding:0 0 5px 0;
	margin:0;
}

div#content2 img {
	float:left;
	margin: 5px 10px 0 0;
}

div#content2 img.email {
	float:right;
	margin:5px 0 0 0;
}

div#content3 {
	float:left;
	width:600px;
	padding-left:180px;
	min-height: 500px;
}

div#content4 {
	padding: 10px 0 0 0;
	width:600px;

}

div#content4 h1 {
	font-size:14px;
	font-weight:bold;
	background-color:#fae69d;
	color:#ad2500;
	padding: 3px 5px 5px 14px;
	margin-right: 10px;
}

div#content4 li {
	list-style-image:url(images/no_camera.gif);
	margin-right: 10px;
	padding-bottom: 3px;
}
div#content4 li.pic {
	list-style-image:url(images/camera_icon.gif);
	margin-right: 10px;
	padding-bottom: 3px;
}
div#content4 li.pic:hover {
	text-decoration:underline;
	cursor:default;
}


div#home_quote ul {
	list-style-image:url(images/orange_dot.gif);
	padding-right:20px;
	margin-top: 0;
}

div#home_quote ul li {
	padding-bottom:5px;
}


div#navigation {
	float:right;
	width:147px;
	margin-right:20px;
	color: #746B8A;
}
div#navigation p {
	margin:0 0 15px 0;
	color:#746B8A;
	font-size:11px;
}
div#top_nav {
	margin:7px 0 0 0;
	color:#746B8A;
	font-size:11px;
}
div#home_quote {
	width:495px;
	background:#fcf2ce url(images/quote_middle.gif) repeat-y;
	padding:0;
	margin:0;
	color:#180049;
}
div#home_quote p {
	padding:0 20px 20px 20px;
	margin:0;
}
div#home_quote h1 {
	padding:0 20px;
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:bold;
	color:#331671;
}
div#home_quote2 {
	width:328px;
	margin:20px 0 0 127px;
}
div#home_quote2 p {
	padding:0 0px 20px 0px;
	margin:0;
	color:#180049;
	text-align:justify;
}
div#home_quote2 h1 {
	padding:0 20px;
	margin:0 0 20px 0;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	color:#6e6681;
}
div#extra {
	float:right;
	clear:right;
	width:200px;
}
div#pusher {
	width:100%;
	clear:both;
}

div#flags {
	width:230px;
	height:50px;
	float:right;
	text-align:center;
	padding-top: 7px;
	color:#746B8A;
	font-size:11px;
}
div#flags img {
	padding:0;
	margin:0;
}
div#flags p {
	padding:0;
	padding-top:3px;
	margin:0;
}

div#flags hr {
	padding:0;
	margin:5px 0;
	border-top:#dfd9ec 1px solid;
}

div#quote_left {
	float:left;
	margin-left:-35px;
	width:27px;
}

div#quote_right {
	float:right;
	margin: -40px -40px 0 0;
	width:27px;
}

/* ---------- drop down menu styles ------------------- */

#dropmenudiv{
	position:absolute;
	border:1px solid #928f9c;
	border-top:none;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin-top:44px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #928f9c;
	padding: 1px 0;
	text-decoration: none;
	text-align:left;
	color:#564284;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #c4badf;
	text-decoration:underline;
}
