@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
    background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden { 
	display: none; 
	visibility: hidden; 
} 

.invisible { 
	visibility: hidden; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%;
}

.clearfix { 
	display: block; 
}

.clear_both { 
	display: block; 
	padding-bottom: 40px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	background-color: #3a5d73;
	text-align: center;
	color: #FFFFFF;
}

#header-logo {
	margin-bottom: 3px;
	margin: 0 auto;
	text-align: center;
}

#header-logo img {
	height: auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	height: 100%;
	word-wrap: break-word;
	text-align: left;
}

#main-logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#main-logo img {
	width: 100%;
	height: auto;
}

#header {
	background-color: #3a5d73;
	height: 50px;
	margin-bottom: 0px;
	outline: none;
}

	#header .left {
		padding-left: 3px;
		padding-top: 5px;
		outline: none;
	}
	#header .center {
		padding-left: 3px;
		padding-top: 5px;
		text-align: center;
		outline: none;
	}
	#header .right { 
		padding-top: 12px;
		padding-right: 3px; 
	}
	
	#header a { 
		border: none; 
		outline: none;
	}
	
	#header .right .fb { 
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
		background-color: transparent;
	}
	
	#header .right .tw { 
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
		background-color: transparent;
	}
	
	#header .right a.fb {
		outline: none;
	}
	
	#header .right a.tw {
		outline: none;
	}	
		
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 0;
	padding-bottom: 5px;
	font-size: 11px;
}

    #footer a:link, #footer a:active, #footer a:visited {
        color: #FFFFFF;
		text-decoration: none;
    }
	
	#footer a:hover {
        color: #FFFFFF;
		text-decoration: none;
    }

h1 {
	text-align: left; 
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
	outline: none;
}

a.link:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
	outline: none;
}

a.link:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
	outline: none;
}

a.link:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
	outline: none;
}

a.link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
}
	
a.link:selected {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
	outline: none;
}

/************************************************************************
NAVIGATION STYLING
*************************************************************************/
.content ul.menu { 
	margin: 0px; 
}
	
	.content p:list-child { 
		margin-bottom: 8px !important; 
	}
    
	.content ul.menu li {
    	font-family: Verdana, Geneva, sans-serif;
		list-style: none;
		list-style-type: none;
		display: block;
		font-size: 11px;
		border-bottom: 1px solid #FFFFFF;
		padding: 0px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.content .menu li:last-child {
		border-bottom: none;
	}
	.content .menu li a {
		background: transparent url('../images/arrow.png') no-repeat right center;
		padding: 8px 15px 8px 15px;
		color: #FFFFFF;
		line-height: 24px;
		text-decoration: none;
		display: block;
	}
    .content .menu li a.loading {
        background: transparent url('../images/loader.gif') no-repeat 99% center;
    }
	
	.content .menu li a:hover {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		font-style: normal;
		text-align: left;
		text-decoration: none;
		outline: none;
	}
	
	.content .menu .current_page a {
	}
	
	.content .menu .current_page a {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		font-style: normal;
		text-align: left;
		text-decoration: none;
		outline: none;
		background-color: #3a5d73;
	}
	
 
/************************************************************************
CONTENT STYLING
*************************************************************************/
#wrapper .content:last-child {
	background-image: none;
}

.content_message h3 {
    text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
    margin-top: 15px;
	margin-bottom: 15px;
    padding-left: 5px;
	padding-right: 5px;
}

.content_message h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
    margin-top: 10px;
	margin-bottom: 10px;
    padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.content_message h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 0;
	margin-bottom: 15px;
	padding: 10px 0 10px 3px; /* top right bottom left */
	background-color: #264152;
}

.content_message h7 {
    text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
    margin-top: 15px;
	margin-bottom: 15px;
    padding-left: 5px;
	padding-right: 5px;
}

.content_message p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

.content_message a,
.content_message a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #84d0f4;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.content_message a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.content_message a.link,
.content_message a.link:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #84d0f4;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.content_message a.link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.content_message ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

.content_message ul li {
	padding-bottom: 15px;
}

.content_message p.data {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}

.content_message p.data_space {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.content_text {
    text-align: left;
    padding: 10px;
    margin: 0;
    background-color: #FFFFFF;
}

.content {
    text-align: left;
    padding: 10px;
    margin: 0;
    background-color: #3a5d73; /* Menu Button Color */
}

	.content ul {
		list-style: disc;
		list-style-position: inside;
		margin: 6px;	
	}
	
	.content_space {
		margin-bottom: 35px;
		width: 100%;
	}
	
	.content_image {
		margin-bottom: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.content_image img {
		width: 100%;
		height: auto;
	}

		.title {
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 5px;
			padding-top: 5px;
			font-family: Verdana, Geneva, sans-serif;
			color: #336699;
		}
		
		.address {
			font-size: 11px;
			font-weight: normal;
			font-family: verdana;
			color: #FFFFFF;
		}
		
	.content table, .content td {
		max-width: 95% !important;
	}
	
	.content pre, .content code {
		background-color: #FCF7EC;
		overflow-x: auto;
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		margin: 0px 0px 5px 0px;
		padding:5px 5px 3px 5px;
		white-space : normal; /* crucial for IE 6, maybe 7? */	
	}
	
	.content pre {
		width: 95%;	
	}

/************************************************************************
FORM STYLING
*************************************************************************/
button.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #264152;
    padding: 3px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: block;
    width: 100px;
	height: 35px;
	cursor: pointer;
}

button.button:hover {
	background-color: #4a4a4a;
}

.ButtonForm  { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	border: 0px;  
	height: 35px; 
	width: 100px;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
}

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
	margin-top: 2px;
	border: none;
	padding:5px;
	display: block;
	width: 98%;
	max-width: 98%;
}

textarea {
	height: 170px;
	max-height: 170px;
}

label {
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	color: #FFFFFF;
	display: block;
    text-transform: none;
    font-weight: normal;
}

	label span {
		color: #FF0000;
	}
	
	label .field {
		color: #003366;
	}

/************************************************************************
BUTTONS STYLING
*************************************************************************/
.right a {
	padding: 3px 8px 3px 8px;
	background-color: #264152;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	margin-left: 2px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.right a:link, .right a:selected, .right a:active, .right a:visited {
	padding: 3px 8px 3px 8px;
	background-color: #264152;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	margin-left: 2px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.right a:hover {
	padding: 3px 8px 3px 8px;
	background-color: #3a5d73;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	margin-left: 2px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.right { 
	float: right; 
	}
	
.left { 
	float: left; 
	}
	
.nopad { 
	padding: 0px; 
	}
	
.notice {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: italic;
	width: 260px;
}

.spacer { 
	clear: both; 
	}

.message { 
	background: #F1F1F1; 
	color: #003366; 
	padding: 10px;
}

	.message span {
		color: #FF0000;
	}

.highlight {
	color: #ae801d;
	background: #fbf8e4;
}

.success {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #339900;
	font-weight: bold;
	padding-left: 0;
	margin-left: 3px;
	margin-bottom: 10px;
	text-align: left;
	
	width: 98%;
}
			
.error {		
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: left;
	border: 0;
	width: 98%;
}

nav {
	background-color: #264152;
	padding: 10px 5px 10px 5px;
	margin: 0;
}
	
nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
	
nav > a {
	padding: 5px 10px;
	background-color: #3a5d73;
}
	
nav > a:hover {
	background-color: #264152;
}
	
nav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 0 0;
	display: none;
}
	
nav li {
	padding: 0;
	margin: 0;
}
	
nav li a {
	background: transparent url('../images/arrow.png') no-repeat right center;
	padding: 8px 15px 8px 15px;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
	display: block;
	background-color: #264152;
	border-bottom: 1px solid #FFFFFF;
}

nav p:list-child { 
	margin-bottom: 8px !important; 
}
    
nav li:last-child {
	border-bottom: none;
}

nav li a.loading {
    background: transparent url('../images/loader.gif') no-repeat 99% center;
}
	
nav li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background-color: #3a5d73;
}
	
nav .current_page a {
}
	
nav .current_page a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
	background-color: #3a5d73;
}

#footer a.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#footer a.copyright:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#footer a.copyright:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a5d73;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}