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

body {
	background-image: url(../template_graphics/body_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCD9F2;
	margin: 0px;
	position: absolute center;
	background-attachment: fixed;
}
#content {
	position:absolute center;
	width: 1024px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home_text {
	position:relative;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}

#header {
	width: 1024px;
	background-position: absolute center;
	background-color: #CCD9F2;
	padding: 0px;
	background-image: url(../template_graphics/bg_photos/directory_header_blue.jpg);
	background-repeat: no-repeat;
	height: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_bar {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../template_graphics/nav/header_bar_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#header_bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#header_bar a:hover {
	color: #CCD9F2;
}

#footer {
	width: 1024px;
	position: absolute center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
#footer_bar {
	position:relative;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_bar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}
#footer_bar a {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
	color: #333333;
	line-height: 1.4em;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	color: #666666;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #666666;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #666666;
}
a {
	color: #333333;
}
a:hover {
	color: #3366CC;
}

.innercontent{
	display: none;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


.thumbs {
	border: 2px solid #999999;
}
.galleryphoto {
	border: 4px outset #999999;
}
.wraptext {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.division {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
}
.bluerow {
	background: #CCD9F2;
}



fieldset {
	border: 1px dashed #999999;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#archives {
	background-color: #CCD9F2;
	width: 200px;
	padding: 10px;
	float: right;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 1em;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	margin-bottom: 1em;
}
li {
	margin-left: 0;
	margin-right: 5%;
	margin-top: .5em;
	margin-bottom: .8em;
}

form { 
	padding: 0px;
}

#graphic_features {
	float: right;
	width: 225px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


