/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
/* end full height layout code */

body {
}

div, table, tr, th, td, form, img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	padding: 0;
}

/* a styles */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* p styles */

p {
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

/* hr styles */

hr {
	margin: 0;
	padding: 0;
}

/* list styles */

ul, ol {
	margin: 0 10px 0 10px;
	padding: 5px 10px 5px 10px;
}
li {
	margin: 5px;
	padding: 0 5px 0 5px;
}
blockquote {
	margin: 20px 40px 20px 40px;
	padding: 0;
}

/*********************/
/* appearance styles */
/*********************/


/*--------------*/
/* color styles */
/*--------------*/


/* background-color styles */
body {
	background-color: #D6D1CE;
}
#container_top,
#main_content,
#home_content,
#inside_left,
#tbl_main,
#tbl_content {
	background-color: #FFFFFF;
}
#container_main {
	background-color: #D6D1CE;
}
#inside_right,
#inside_main,
#tbl_right {
	background-color: #F6F5F4;
}
li#vSelected {
	background-color: #F6F5F4;
}


/* border styles */
#container_top {
	border-bottom: 2px solid #d4eaf7;
}
#right_top_picture img,
#tbl_right .rtside_item img {
	border: 1px solid #d4eaf7;
	padding: 1px;
}
hr,
#main_content,
#home_content {
	border: 1px dotted #E3DEDB;
}
#menu {
	border-right: 1px solid #DBD3C9;
}
#content img {
	border: 1px solid #d4eaf7;
	padding: 1px;
}
.rtside_item {
	border-bottom: 1px solid #d4eaf7;
	padding-bottom: 10px;
}
.rtside_item h4 {
	border-bottom: 1px dotted #E3DEDB;
}
.rtside_item .calendar h4 {
	border: 0;
}

/* color styles */

body,
a,
a:visited,
.breadcrumb a,
#content .breadcrumb a {
	color: #533019;
}
a:hover {
	color: #EE7F04;
}
h2, h2 a,
h5, h5 a,
#content h2a,
#content h5 a,
li#vSelected a {
	color: #725442;
}
h1, h1 a,
h4, h4 a,
#content h1 a,
#content h4 a,
li#vSelected li a {
	color: #3A2F1E;
}
h3, h3 a,
h6, h3 a,
#content h3 a,
#content h6 a,
#footer_text strong {
	color: #095085;
}
#content a,
li#vSelected li#v2Selected a {
	color: #EE7F04;
}


/*------------------*/
/* font/text styles */
/*------------------*/

/* font styles */

body, div, table, tr, th, td, form, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
#menu,
#footer,
#footer p,
#footer div,
.rtside_item p
{
	font-size: 12px; 
}
.rtside_item div {
	font-size: 10px; 
}

li#vSelected a,
li#vSelected li#v2Selected a {
	font-weight: bold;
}
li#vSelected li a {
	font-weight: normal;
}


/* letter styles */
.rtside_item p {
	line-height: normal;
}

/* text styles */

#page_main div {
	text-align: left;
}
#main_links, 
#main_links a,
#page_main div #main_links,
#page_main div #footer_text {
	text-align: center;
}
#page_main div#header_top,
#page_main div#webdevelopment {
	text-align: right;
}


/*****************/
/* layout styles */
/*****************/

#container {
	height: auto;
	width: 100%;
}
#container_top {
	height: 120px;
	position: relative;
	z-index: 150;
	/* the following makes the bg show thru */
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#container_main {
}
#container_main_top {
	background-image: url(../images/dark_hdr_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 120px;
	margin-top: -120px;
	margin-bottom: -120px;
	position: relative;
	width: 100%;
	z-index: 200;
}

#page_hdr, #page_main {
	padding: 0 1px 0 1px;
	width: 960px;
}
#header, #main, #footer {
	width: 960px;
}

#page_hdr {
	height: 120px;
}
#page_main {
}

/*---------------*/
/* header styles */
/*---------------*/

#header {
	height: 92px; /* 83px + 28px */
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 300;
}
#header_top {
	height: 83px;
}
#header_logo {
	float: left;
	height: 83px;
	width: 286px;
}

/* header_right */

#header_right {
	float: right;
	height: 83px;
	padding-left: 400px;
	width: 274px; /* 674px (total width) - 401px (margin left) */
}

#header_search {
}

#header_menu {
	height: 28px;
}
#header_menu div {
	float: left;
}

/*-------------*/
/* main styles */
/*-------------*/

#main {
	position: relative;
	z-index: 0;
}
#main_hdr { 
	height: 68px;
	margin: 0 18px 0 17px;
	width: 923px; /* 960px (total width) - 1px (border right) - 1px (border left) - 18px (margin right) - 17px (margin left) */
}
#main_content,
#home_content {
	margin: 0;
	padding: 20px;
	width: 923px; /* 960px (total width) - 1px (border right) - 1px (border left) - 18px (margin right) - 17px (margin left) */
}
#main_links, 
#main_links a {
	margin: 0 18px 0 17px;
	padding-bottom: 10px;
	width: 925px; /* 960px (total width) - 18px (margin right) - 17px (margin left) */
}

/*---------------*/
/* footer styles */
/*---------------*/

#footer {
	height: 106px;
}
#footer_text {
	padding-top: 10px;
}

#webdevelopment {
	margin-top: -70px;
	margin-right: -15px;
	padding: 0 5px 5px 5px;
}

/***************/
/* home layout */
/***************/

#home_main {
}
#home_content {
}

/*****************/
/* inside layout */
/*****************/

#inside_main {
	margin-top: 10px;
	width: 923px;
}
#inside_left {
	float: left;
	width: 205px; 
}
#inside_right {
	float: right;
	margin-top: 10px;
	width: 718px; /* 923px (#main_content width) - 205px */
}


#tbl_menu {
	margin-top: 10px;
	width: 204px; /* 205px (total width) - 1px (border right) */
}
#menu {
	margin-top: 18px;
}
#menu ul {
	margin: 0;
	padding: 5px;
}
#menu ul, 
#menu ul li {
	list-style-type: none;
}
#menu ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#menu li {
	padding: 5px;
}

#inside_main #tbl_main {
	margin-top: 0;
}
#tbl_main {
	float: left;
	margin-top: 10px;
	width: 666px; /* 923px (#inside_right width) - 257px (#tbl_right width) */
}

#inside_right #tbl_content {
	margin-top: 0;
}
#tbl_content {
	margin-top: 10px;
	float: left;
	width: 461px; /* 718px (#inside_right width) - 257px (#tbl_right width) */
}
#content {
	min-height: 500px;
	padding: 20px 25px 25px 25px;
}



/* sidebar styles */

#inside_right #tbl_right {
	margin-top: 0;
}

#tbl_right {
	margin-top: 10px;
	float: right;
	width: 257px; /* 257px (total width) */
}
#right_top_picture {
	margin: 18px;
}
.rtside_item {
	margin: 10px 18px 10px 18px;
}
.rtside_item h4 {
	margin-bottom: 5px;
	padding-bottom: 0;
}
.rtside_item .calendar h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
}


/* form styles */

.formTable td {
	padding: 2px;
}

/* table styles */
