@charset "utf-8";

/* START: Default CSS */
html {
	font-size:62.5%;
	}

* {
	font-size:101%;
	}

body {
	background:#5c8cb4 url(images/body-bg.gif) repeat-x top;
	font:14px/20px "Arial Narrow", Arial, Tahoma;
	color:#666666;
	margin:0;
	padding:0;	
	}

img, a img {
	border:none;
	}

.marginTop10 {
	margin-top:10px !important;
	}

:focus {
	outline:none;
	}

a {
	color:#fff;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

li a {
	color:#414141;
	text-decoration:none;
}

.mandatesheader {
	font-size: large;
	font-style: italic;
}

/*
	a.3xdslink:link, a.3xdslink:visited {
		color: #ffffff;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	a.3xdslink:hover {
		color: #90A5D5;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
*/

.clear {
	clear:both;
	}

.noBorder {
	border:none !important;
	}

.noPadding {
	padding:0 !important;
	}

.noMargin {
	margin:0 !important;
	}

.margin10 {
	margin:10px;
	}

.margin20 {
	margin:20px;
	}

.padding10 {
	padding:10px;
	}

.padding20 {
	padding:20px;
	}

.paddingtop20 {
	padding-top: 20px;
}

.marginTop10 {
	margin-top:10px;
	}

.marginTop20 {
	margin-top:20px;
	}

.marginBottom10 {
	margin-bottom:10px;
	}

.marginBottom20 {
	margin-bottom:20px;
	}

.autoHeight {
	height:1%;
	overflow:hidden;
	}

.textItalic {
	font-family: Arial, sans-serif;
	font-style:italic;
	font-size: 15px;
	font-weight: normal;
	}

ol {
	margin:0;
	padding:0 0 0 15px;
	}
	ol li {
		margin:0 0 0 15px;
		padding:0;
		}

/* END: Default CSS */

#wrapper {
	width:900px;
	margin:0 auto;
	}

#header {
	}
.headerRow0 {
	height:20px;
}
.headerRow1 {
	/*background:url(images/header-top.gif) repeat-y left;*/
	height:28px;
	display:block;
	}
.headerRow2 {
	background:#ffffff url(images/banner.jpg) no-repeat right top;
	height:179px;
	}
.headerRow21 {
	background:#ffffff url(images/banner1.jpg) no-repeat right top;
	height:179px;
	}
#logo {
	background:url(images/logo.jpg) no-repeat 0 13px;
	width:130px;
	height:179px;
	display:block;
	margin:0 0 0 52px;
	text-indent:-9999px;
	}

/* START: menu */
ul#menu {
	background:url(images/menu-bg.jpg) repeat-y;
	background-color:ffffff;
	height:45px;
	padding-top: 5px;
	margin:0;
	list-style:none;
	text-align:center;
	}
ul#menu li {
	vertical-align:middle;
	display:inline;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	/*font:12px/26px "Arial Narrow", Arial, Tahoma;
	text-transform:uppercase; */
	letter-spacing:2px;
	padding:0 25px;
	}
ul#menu li a {
	color:#565656;
	}
ul#menu li a:hover, ul#menu li.active a {
	text-decoration:none;
	color:#1c9fda;
	}
/* END: menu */

#content {
	background:url(images/content-bg.jpg) repeat-y 0 0;
	/*background-color:#570b11;*/
	color:#565656;
	padding:0 30px;
	}
.col1, .col2 {
	display:inline;
	float:left;
	margin-bottom:10px;
	}
#content .col1 {
	width:192px;
	padding:17px 40px 0 0;
	line-height:22px;
	}

#content .col2 {
	width:608px;
	}
.whiteBox .top {
	/*background:url(images/white-box-top-bg.gif) no-repeat right top;
	display:block;*/
	height:20px;
	}
.whiteBox .middle {
	/*background:url(images/white-box-middle-bg.gif) repeat-y right;*/
	background: url(images/white-box-middle-bg2.gif) no-repeat;
	color:#414141;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding:0 39px 0 42px;
	}
	.whiteBox .middle p {
		margin:0;
		padding-bottom:10px;
		}

.whiteBox .middle2 {
	background: url(images/white-box-middle-contact.gif) no-repeat;
	color:#414141;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding:0 39px 0 42px;
	}
	.whiteBox .middle2 p {
		margin:0;
		padding-bottom:10px;
		}

.emphasis {
	text-align: center;
	font-weight: bold;
}
		
.whiteBox .bottom {
/*	background:url(images/white-box-bottom-bg.gif) no-repeat bottom right;
	display:block;*/
	height:36px;
	}

/* Common Wealth */
.commonWealth {
	border-collapse:collapse;
	}
.commonWealth td {
	padding:3px 10px;
/*	border:1px solid #ccc;*/
	}
.commonWealth .colorTR {
	background-color:#f3f3f3;
	}
.commonWealth td.c1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:30px;
	}
.commonWealth td.c2 {
	width:100px;
	font-weight:bold;
	}

dl.commonWealth {
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	}
dl.commonWealth dt, dl.commonWealth dd {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	min-height:30px;
	}
dl.commonWealth dt {
	width:180px;
	font-weight:bold;
	line-height:18px;
	}
	
dd a {
	color:#414141;
	text-decoration:none;
}

dl.commonWealth dt span {
	font-size:18px;
	padding-right:10px;
	}
dl.commonWealth dd {
	width:315px;
	margin-left: 15px;
	padding-bottom:20px;
	}

/* Contact us */
.contactDetails {
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	}
	.contactDetails dt, .contactDetails dd {
		display:inline;
		float:left;
		margin:0;
		padding:0;
		}
	.contactDetails dt {
		width:100px;
		font-weight:bold;
		}
	.contactDetails dd {
		width:380px;
		}
	/* Form */
	form {
		margin:0;
		padding:0;
		}
	form.contactForm p {
	margin:0 0 10px 0;
	}
	form.contactForm label {
		float:left;
		text-align:right;
		width:125px;
		padding-right:16px;
		font-weight:bold;
	}
	form.contactForm input{
		height:18px;
		width:240px;
	}
	.formBottom {
		clear:both;
		padding-left:140px;
		padding-top:10px;
		}
	form.contactForm input#submit {
		width:80px;
		line-height:18px;
		height:24px;
		font-weight:bold;
		cursor:pointer;
		}
	/* Site Map */
	.siteMap {
		}

#footer0 {
	height: 20px;
	background:url(images/footer-bg0.jpg) repeat-y;
}

#footer {
	background:url(images/footer-bg.gif) repeat-y center;
	clear:both;
/*	height:68px;*/
	height:1%;
	overflow:hidden;
	padding:0 30px 10px 30px;
	}
#footer2 {
	/*background:url(images/footer-bg.gif) repeat-y center;*/
	clear:both;
/*	height:68px;*/
	height:1%;
	float:right;
	overflow:hidden;
	padding:0 30px;
}
	#footer .col1, #footer .col2 {
		margin:0;
		}
	#footer .col1 {
		width:232px;
		}
	#footer .col2 {
		width:608px;
		}
	.copyright {
		padding-top:18px;
		font:19px/17px "Garamond Premr Pro", Garamond, Georgia, "Times New Roman";
		color:#fff;
		}
		.copyright a{
		color:#fff;
		}
	.copyright2 {
		color:#fff;
		margin:0;
		padding:0 20px 10px 0;
		font-size:13px;
		}

		.followUs {
		padding-top:20px;
		text-align:right;
		}
		.followUs img {
			margin:0 15px;
			}
		
		.credit {
		margin:0;
		padding:0 20px 10px 0;
		font-size:13px;
		color:#565656;
		}	
		.credit a {
			color: #565656;
			text-decoration: none;
		}
		.credit a:hover {
			text-decoration: underline;
		}