<!--

html, body{
	height:100%;
}

body { 
	min-width:1000px; 
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 23px;
	margin: 0; 
}

form {
	margin:0;
}

@font-face {
    font-family: 'FullerSansDTBold';
    src: url('fonts/fullersansdt-bold-webfont.eot');
    src: url('fonts/fullersansdt-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/fullersansdt-bold-webfont.woff') format('woff'),
         url('fonts/fullersansdt-bold-webfont.ttf') format('truetype'),
         url('fonts/fullersansdt-bold-webfont.svg#FullerSansDTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FullerSansDTRegular';
    src: url('fonts/fullersansdt-regular-webfont.eot');
    src: url('fonts/fullersansdt-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/fullersansdt-regular-webfont.woff') format('woff'),
         url('fonts/fullersansdt-regular-webfont.ttf') format('truetype'),
         url('fonts/fullersansdt-regular-webfont.svg#FullerSansDTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5 { margin:0 0 10px; color: #333; }


p { margin: 0 0 15px; }

p.intro { font-weight: bold; line-height: 1.67; }

a { color: #1393c8; text-decoration: none; }

ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list ul li {
	list-style-type: square;
	margin-left:18px;
}

.small {
	font-size:14px;
    line-height:1.5;
    padding:8px 0px 0px 22px;
}

.small li {
	margin-bottom:8px;
}

.bold {
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
}


.linkCircleArrow {
	background-image: url(../images/arrow_circle.png);
	background-repeat: no-repeat;
	text-indent:25px;
	line-height:16px;
	display:block;
	color: #FFFFFF;
	font-size:14px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.linkCircleArrow:hover {
	background-image: url(../images/arrow_circle_over.png);
	background-repeat: no-repeat;
}

.linkGrayArrow {
	background-image: url(../images/arrow_gray.png);
	background-repeat: no-repeat;
	text-indent:-4px;
	line-height:10px;
	display:block;
	color: #7b858e;
	font-size:14px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-left:20px;
}

.linkGrayArrow:hover {
	background-image: url(../images/arrow_orange.png);
	background-repeat: no-repeat;
	color:#ffa02f;
}



.fieldset {
	-moz-border-radius: 5px;  
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding:20px;
	margin:0px 15px 15px 15px;
	background-color:#fbfbfb;
	
}

.fieldset th {
	font-size: 12px;
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:normal;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: right;
}

.fieldset td {
	color: #161616;
	padding-bottom: 2px;
}

.field {
	color: #161616;
	font: 12px "Lucida Sans",Arial,sans-serif;
	padding: 2px;
	border: 1px solid #bcbcbc;
	width:225px;
}

#mainContainer {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
}

#contentContainer {
	min-height:680px;
}

.bgHome {
	background: #ecf2f3;
}

.bgContent {
	background: #FFFFFF;
}

.red {
	color:#FF0000;
}

.green {
	color:#72bc53;
}

.blue {
	color:#21C2E9;
}

#headerContainer {
	background: #FFFFFF;
	height:110px;	
	padding-top:23px;
	padding-left:20px;
	padding-right:18px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
    display:block;
    width:368px;
    height:84px;
    text-indent:-9999px;
    float:left;
}

#headerContainer {
	display:none;
}

#footerContainer {
	width:1000px;
	height:30px;
	margin:-30px auto;
	position:relative;
	display:block;
	clear: both;
	background:#9da6ae;
	font-size:12px;
	padding-top: 15px;
}

#footerContainer ul {
	display:none;
}

#footerContainer .copyright {
	display:none;
}

#footerContactContainer {
	height:120px;
	width:300px;
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ffa02f;
	position:relative;
	margin-top:-120px;
	float:right;
	text-align:right;
	padding-right:20px;
}


#mainBannerContainer h1 {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #FFFFFF;
	font-size:36px;
    font-weight:600;
	padding-top:45px;
}

#mainBodyContainer {
	margin-top:35px;
	margin-left:20px;
	margin-right:30px;
}

#mainSideNav {
	display:none;
}

#mainBodyRightContainer {
	width:100%;
	height:100%;
}

#mainBodyRightContainer h1 {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:22px;
	line-height:27px;
	color:#72bc53;
    font-weight:500;
    padding-bottom:20px;
}

#mainBodyRightContainer h2 {
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:18px;
    line-height:22px;
    font-weight:300;
	color:#72bc53;
}

table th {
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}

#centerBox {
	display:none;
}


-->