/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
    margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 985px;
	padding: 0px;
}
#closer {
	position: absolute;
	z-index: 80;
	width: 780px;
	left: 0px;
	top: 50px;
	visibility: hidden;
}


#search {
	position: absolute;
	z-index: 200;
	top: 38px;
	right: 29px;
	margin: 0px;
	padding: 0px;
    width: 200px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
#search .searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #577F8D;
	border: 1px solid #577F8D;
	width: 130px;
}
#search .searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #577F8D;
	border: 1px solid #577F8D;
	background-color: #CACDD0;
}
#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 32px;
	left: 241px;
    z-index: 90;
    background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
}

#menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F7475;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}
#menu p a {
	color: #6F7475;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
	padding: 7px 0px 7px 0px;

}
#menu p a:hover {
	color: #AB0534;
}

.dropdown {
	visibility: hidden;
	z-index: 95;
	position: absolute;
	top: 52px;
	left: 237px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;

}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BCBDC0;
	font-weight: normal;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.dropmenu a {
	text-decoration:none;
	color: #BCBDC0;
	padding: 5px 5px 5px 5px;
	margin: 0px;
} 

.dropmenu a:hover {
	color: #AB0534;
}
#breadcrumbs 
{
	position: absolute;
	z-index: 210;
	top: 92px;
	left: 247px;
	margin: 0px;
	padding: 0px;
    
}
#breadcrumbs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #DDDDDD;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #DDDDDD;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#header {
	position: static;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 114px;
}

#contentwrapper {
	position: static;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/imgContentWrapperBackground.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0px;
	margin: 0px;
}

#content p, #content ol, #content ul, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #818285;
	margin: 15px 10px 10px 10px;
	padding: 0px;
}

#content p {
	font-size: 12px;
}

#content ol {
	font-size: 12px;
	margin: 0px 10px 0px 30px;
	padding: 0px;
}
#content ul {
	font-size: 12px;
	margin: 0px 10px 0px 25px;
	padding: 0px;
}
#content li {
    margin-bottom: 8px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #202629;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #202629;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #202629;
}
#content h4 {
	font-size: 10px;
	font-weight: bold;
	color: #202629;
}
#content a {
	color: #AB0534;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #818285;
}
#footer a {
	color: #818285;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:none;
}

#credit {
	position: relative;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 985px;
	clear: both;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BBBBBB;
	margin: 0px 55px 0px 0px;
	padding: 3px 0px 3px 0px;
	text-align: right;
}
#credit a {
	color: #AAAAAA;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}

.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #DDDDDD;
}
#StaffTable {

}
#StaffTable p {
     padding-top: 0px;
	 padding-bottom: 0px;
     margin-top: 0px;
	 margin-bottom: 0px;
}
#flaHomePage {
	z-index: 50;
	position: absolute;
	top: 175px;
	right: 55px;
	width: 336px;
	height: 350px;
}
#footer .SubscribeForm {
	margin: 10px 12px 0px 0px;
	padding: 8px;
    width: 430px;
    float: right;
	background-image: url(/images/imgEmailSubscribeBackground.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer .SubscribeForm h2 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	margin: 2px 5px 2px 5px;
	padding: 2px 0px 0px 0px;
	color: #AB0534;
	text-transform: uppercase;
}
#footer .SubscribeForm p 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
    font-weight: normal;
	margin: 2px 5px 2px 5px;
	padding: 0px;
	color: #818285;
}

#footer .SubscribeForm .subscribebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #577F8D;
	border: 1px solid #577F8D;
	width: 160px;
}
#footer .SubscribeForm .subscribebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #577F8D;
	background-color: #CACDD0;
}
.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.LeftImageMargin {
    margin-right: 15px;
	margin-bottom: 10px;
}