@charset "utf-8";
/* CSS Reset --- Chris Sawyers 2008*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* define focus styles here */
:focus {
	outline: 0;
}
body {
font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS Document */
body {
	text-align: center;
	background: url(../images/background_001.gif) repeat-x center top;
}

body_pop {
	text-align: center;
}

.Body_copy{
font: 11px Arial, Helvetica, sans-serif;
}
#container {
	text-align: left;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #FFFFFF;
}

#container_pop {
	text-align: left;
	width: 573px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #FFFFFF;
}

#header {
	background-color: #6a6969
}
#logo {
	height: 82px;
	background: url(../images/header_001.gif) no-repeat left top;
}

#logo2 {
	height: 82px;
	background: url(file://appserver/wwwroot/images/pop_header.gif) no-repeat left top;
}

#banner {
	height: 230px;
	border-bottom: 1px solid #FFFFFF;
}
#content {
	border-top: 5px solid #3D2571;
}


ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
text-align: right;
}

ul#navlist li
{
	margin: 0px;
	padding: 0px;
	background-color: #5c681a;
	border-bottom: 1px solid #959c6a;
	height: 17px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#navlist a, #navlist a:link
{
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	width: auto;
	height: 11px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 15px;
	display: block;
}

ul#navlist li#active
{
color: #ffffff;
background-color: #747e3c;
}

#navlist a:hover
{
color: #ffffff;
background-color: #747e3c;
}


#navcontainer {
	float: left;
	width: 200px;
}
#flash_panel {
	margin-left: 358px;
	border-left: 1px solid #FFFFFF;
	height: 230px;
	text-align: right;
}

#flash_panel_pop {
	border-left: 1px solid #FFFFFF;
	height: 230px;
	text-align: left;
}

#pullquote {
	float: left;
	width: 360px;
	padding-top: 36px;
	text-align: right;
}
#maincontent {
	margin-left: 360px;
	background: #f1f1f2;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 25px 25px 20px;
	border-top: 1px solid #FFFFFF;
}

#maincontent_pop {
	background: #f1f1f2;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 25px 25px 20px;
	border-top: 1px solid #FFFFFF;
}

#maincontent_pop_bottom {
	background: #f1f1f2;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 25px 5px 20px;
}

#contact_details {
	margin-left: 360px;
	height: 23px;
	padding-top: 3px;
	font-size: 15px;
	color: #ffffff;
	padding-left: 18px;
	border-left: 1px solid #FFFFFF;
}

#contact_details_pop {
	height: 23px;
	padding-top: 3px;
	font-size: 15px;
	color: #ffffff;
	padding-left: 18px;
	border-left: 1px solid #FFFFFF;
}

#footer {
	margin-left: 360px;
	border-top: 6px solid #6a6969;
	border-right: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #6a6969;
	text-align: right;
}

#footer_pop {
	border-top: 6px solid #6a6969;
	border-right: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #6a6969;
	text-align: right;
}

.Main_title {
	font-size: 30px;
	font-weight: normal;
	color: #3D2571;
	padding-bottom: 10px;
}
.Sub_title {
	font-size: 22px;
	font-weight: normal;
	color: #3D2571;
	padding-bottom: 10px;
}
.small_title {
	font-size: 11px;
	font-weight: bold;
	color: #3D2571;
}
a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.img {
	float: left;
	padding: 1px;
	border: 1px solid #a7a5a6;
	margin-right: 14px;
	margin-top: 3px;
}
.email_link {
	color: #FFFFFF;
	text-decoration: none;
	background: #6a6969;
	display: block;
	float: right;
	padding: 5px 8px;
	font-size: 15px;
	margin-left: 7px;
}
.email_link a:link {
	color: #FFFFFF;
	text-decoration: none;
	background: #6a6969;
	font-size: 15px;
}
.email_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #6a6969;
	font-size: 15px;
}
.email_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #6a6969;
	font-size: 15px;
}
ul#navlist_2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	text-align: right;
	margin-top: 40px;
}

ul#navlist_2 li
{
	margin: 0px;
	padding: 0px;
	background-color: #5c681a;
	border-bottom: 1px solid #959c6a;
	height: 17px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#navlist_2 a, #navlist_2 a:link
{
font-size: 10px;
font-weight: normal;
line-height: normal;
color: #ffffff;
text-decoration: none;
width: 97px;
height: 11px;
padding-top: 4px;
padding-bottom: 2px;
	float: right;
	padding-right: 15px;
}

ul#navlist_2 li#active
{
color: #ffffff;
background-color: #747e3c;
}

#navlist_2 a:hover
{
color: #ffffff;
background-color: #747e3c;
}
