body {
	text-align: center; /* for IE */
	margin: 0px;
	background-color: #98AAB6;
	background-image: url(../images/structure/container_bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#container {
	text-align: left;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 852px;
}
#header {
	background-image: url(../images/structure/header_bg.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 852px;
	float: left;
}

#header_logo {
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 50px;
	width: 300px;
	cursor: pointer;
	cursor: hand;
}

#email a {
	display: block;
	height: 40px;
	width: 230px;
	float: right;
	margin-top: 50px;
}

#menu_bar {
	background-image: url(../images/structure/top_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 852px;
	float: left;
}

#menu_bar #top_nav {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 25px;
}

#image_panel {
	background-image: url(../images/structure/image_panel_bg.jpg);
	background-repeat: no-repeat;
	height: 337px;
	width: 852px;
	float: left;
}

#image_panel_vignette{
	width: 220px;
	margin-top: 30px;
	margin-left: 25px;
}

#main_content {
	float: left;
	width: 852px;
	background-repeat: repeat;
	margin-left: 0px;
	background-image: url(../images/structure/content_bg.jpg);
}

#main_content #right_panel {
	float: left;
	width: 225px;
	margin-top: 20px;
	background-repeat: repeat;
	text-align: left;
	background-image: url(../images/structure/main_content_bg.jpg);
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 22px;
}

#main_content #left_panel {
	float: left;
	width: 520px;
	margin-top: 20px;
	background-repeat: repeat;
	background-position: right top;
	padding-right: 35px;
	padding-left: 30px;
	background-image: url(../images/structure/main_content_bg.jpg);
}

#footer {
	background-image: url(../images/structure/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 852px;
	float: left;
	background-position: left top;
	font-size: 80%;
	text-align: center;
	line-height: 40px;
	color: #515151;
}
#web_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #182E45;
	text-align: center;
	line-height: 40px;
	height: 50px;
	width: 852px;
	float: left;
	background-image: url(../images/structure/web_footer.jpg);
	background-repeat: no-repeat;
}

/* Text Styles */

#main_content a, a:link, a:visited, a:active {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#main_content a:hover {
	color: #526476;
	text-decoration: none;
}

.accentText{
	color: #256476;
}
.accentTextRed{
	color: #9E0C3B;
}


h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #256476;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}

.inline{
	display: inline;
}

ul {
	line-height: 25px;
	list-style-type: square;
	color: #333333;
}

/* Header Styles */

#logo_button {
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 50px;
	width: 300px;
	cursor: pointer;
	cursor: hand;
}

#flash_scroll {
	text-align: right;
	margin-top: 45px;
	margin-right: 100px;
}

/* Navigation Styles */

#top_nav ul {
	margin-right: 25px;
	display: inline;
}
#top_nav li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: none;
	font-weight: normal;
	color: #045871;
	list-style-image: none;
	text-decoration: none;
	display: inline;
	margin-right: 10px;
	line-height: 40px;
}

#top_nav a, a:link, a:visited, a:active {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#top_nav a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D94306;
}

#right_panel ul {
	color: #FFECB2;
	margin-right: 0px;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_panel li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
}

#right_panel a, #right_panel a:link, #right_panel a:visited, #right_panel a:active {
	text-decoration: underline;
}
#right_panel a:hover {
	text-decoration: none;
	color: #526476;
}


/* Footer Styles */

#copyright {
	margin-left: 20px;

}

#footer a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	color: #25648F;
	text-decoration: none;
}
	
/* Web Footer Styles */

#web_footer a, a:link, a:visited, a:active {
	color: #182E45;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#web_footer a:hover {
	color: #CF4306;
	text-decoration: none;
}

/* Potitioning */

.imageBumper_small {
	padding-right: 15px;
	padding-bottom: 5px;
}
.imageBumper_large {
   	padding-right: 25px;
	padding-bottom: 5px;
}
.imageBotBumper_large {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.tab_on {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #644517;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B47C29;
	border-right-color: #B47C29;
	border-bottom-color: #B47C29;
	border-left-color: #B47C29;
	border-bottom-style: none;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
.tab_off {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #644517;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F3F1E2;
	border-right-color: #F3F1E2;
	border-bottom-color: #B47C29;
	border-left-color: #F3F1E2;
	border-bottom-style: solid;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #D3C9A5;

}
.tab_body {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #644517;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B47C29;
	border-right-color: #B47C29;
	border-bottom-color: #B47C29;
	border-left-color: #B47C29;
	border-bottom-style: solid;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}


.minicatTitile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

.minicatLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}

p {
	color: #333333;
}
.wide {
	width: 750px;
}

.team_img {
	float: right;
	padding: 5px;
	border: 1px solid #98aab6;
}
