@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ffffff;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/background-orange.jpg);
	background-position: center 82px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #dc3100;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 26px;
	font-weight: normal;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
}

a:link {color: #dc3100;}
a:visited {color: #dc3100;}
a:hover {color: #000000;}
a:active {color: #dc3100;}

/*****************************************/
/*** Layout ***/
/*****************************************/

#wrapper{
	width: 960px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	text-align:left;
}

#logo-banner{
	width: 960px;
	height: 82px;
	overflow: hidden;
	text-align:left;
}

#header-section{
	width: 910px;
	height: 326px;
	overflow: hidden;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
}

#content-910{
	width: 910px;
	height: auto;
	overflow: auto;
	text-align:left;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content-910-vault{
	width: 910px;
	height: auto;
	overflow: auto;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content-910-header{
	width: 910px;
	height: auto;
	overflow: auto;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#news-preview-panel{
	width: 336px;
	height: auto;
	float: right;
	overflow: hidden;
	text-align:left;
	background-color: #ebebeb;
	background-image: url(../images/panel-footer-336.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;  /* <---Solution for bug IE6 */
	margin: 0px;
	padding-bottom: 10px;
}

#news-preview-panel-header{
	width: 286px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#news-preview-panel-content{
	width: 286px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-bottom:10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

#news-preview-panel-content-bottom{
	width: 286px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-bottom:10px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#content-panel-right{
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

#content-panel-right-content{
	width: 530px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:15px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

#content-panel-right-content-bottom{
	width: 530px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:0px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
}

#about-right{
	width: 530px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	padding-bottom: 10px;
}

#nav-wrapper{
	width: 910px;
	height: 25px;
	margin: 0px auto;
	overflow: hidden;
	text-align:left;
	background-color: #000;
	background-image: url(../images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav-wrapper-vault{
	width: 910px;
	height: 25px;
	margin: 0 0 0 25px;
	overflow: hidden;
	text-align:left;
	background-color: #000;
	background-image: url(../images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#above-nav-vault{
	width: 910px;
	height: 8px;
	margin: 25px 0 0 25px;
	overflow: hidden;
	text-align:left;
	background-color: #ffffff;
}

#adms-logo{
	width: 635px;
	height: 82px;
	float:left;
	overflow: hidden;
	text-align:left;
	margin-left: 25px;
}


#client-login{
	width: 275px;
	height: 82px;
	float: right;
	overflow: hidden;
	text-align: right;
	margin-right: 25px;
}

/*****************************************/

#contact-left{
	width: 430px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contact-right{
	width: 416px;
	height: auto;
	padding: 10px;
	float: right;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ebebeb;
	background-image: url(../images/panel-footer-436.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*****************************************/
/*** About Us ***/
/*****************************************/

#about-box{
	width: 516px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align:left;
	border: 1px dotted #999;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#about-left{
	width: 530px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#about-right{
	width: 316px;
	height: auto;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	float: right;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ebebeb;
	background-image: url(../images/panel-footer-336.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#about-right-feature{
	width: 316px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

#about-right-feature-bottom{
	width: 316px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:0px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
}

.about-simpsons{
	float: left;
	margin-right:20px;
}

.reference-logo{
	float: left;
	margin-top:6px;
}

.about-feature_panel_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 2px;
	margin-top: 5px;
	font-weight: bold;
}

.about-feature_panel_sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
}

.about-table-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

/*****************************************/
/*** News ***/
/*****************************************/

#news-left{
	width: 530px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin: 0px;
	padding-right: 20px;
}

#news-right{
	width: 316px;
	height: auto;
	float: right;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#news-right-feature{
	width: 316px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

#news-right-feature-bottom{
	width: 316px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
}

.news-feature_panel_header-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
}

.news-feature_para-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 18px;
}

.news-feature_panel_header-secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: bold;
}

.news-feature_para-secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 16px;
}

#developer-form-panel{
	width: 600px;
	height: auto;
	position:relative;
	float: left;
	overflow: hidden;
	text-align:left;
	background-color: #ebebeb;
	background-image: url(../images/panel-footer-620.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline;  /* <---Solution for bug IE6 */
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#developer-left{
	width: 620px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#developer-right{
	width: 260px;
	height: auto;
	float: right;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*****************************************/

#footer-wrapper{
	width: 910px;
	height: 25px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	overflow: hidden;
	text-align:left;
	background-color: #000;
	background-image: url(../images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#copyright{
	width: 560px;
	height: auto;
	padding-top:7px;
	margin-left:25px;
	overflow: hidden;
	text-align:left;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	vertical-align: middle;
}

#trexdesign{
	width: 300px;
	height: auto;
	padding-top:7px;
	margin-right:25px;
	overflow: hidden;
	text-align:right;
	float: right;
	display: inline;  /* <---Solution for bug IE6 */ 
}

/*****************************************/
/*** Text ***/
/*****************************************/

.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #dc3100;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 26px;
	font-weight: normal;
}

.sub-header-grey-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #ababab;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: normal;
}

.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.client-login-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

.home-feature_panel_header-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 19px;
	font-weight: bold;
}

.home-feature_para-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 17px;
}

.home-feature_panel_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
	display: inline;  /* <---Solution for bug IE6 */ 
}

.home-feature_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 15px;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999;
}

a.footer-link:link {color: #999;}
a.footer-link:visited {color: #999;}
a.footer-link:hover {color: #ffffff;}
a.footer-link:active {color: #999;}

/*****************************************/
/*** News Panel Text ***/
/*****************************************/

.news_panel_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: bold;
	display: inline;  /* <---Solution for bug IE6 */ 
}

.news_panel_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 15px;
}

.news_panel_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #009ee0;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 15px;
}

a.news_panel-feature:link {color: #009ee0;}
a.news_panel-feature:visited {color: #009ee0;}
a.news_panel-feature:hover {color: #000000;}
a.news_panel-feature:active {color: #009ee0;}


/*****************************************/
/*** Carousel Text ***/
/*****************************************/

.carousel_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 26px;
	font-weight: normal;
}

.carousel_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 17px;
}

.carousel_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 17px;
}

a.carousel-feature:link {color: #ffffff;}
a.carousel-feature:visited {color: #ffffff;}
a.carousel-feature:hover {color: #000000;}
a.carousel-feature:active {color: #ffffff;}

/*****************************************/
/*** Perch ***/
/*****************************************/

#news-page-feature{
	width: 900px;
	height: auto;
	overflow: hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: inline;  /* <---Solution for bug IE6 */
}

.news-page-feature_para-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 18px;
	display:inline;
}

.news-page-panel-preview-para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 15px;
	display:inline;
}
