/* CSS Document */

/*********************************/
/*** General. ********************/
/*********************************/
html {
	height:100%;width:100%;
}

body { 
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	width:100%; 
	height:98%;
	font: normal 14px/20px Tahoma,Verdana,Arial,Helvetica;
	color:#666666;
	overflow-y:scroll;
}

td,th {
	font: normal 14px/20px Tahoma,Verdana,Arial,Helvetica;
	color:#666666;
}

p {
	margin: 0px 0px 10px 0px; 
}

ul {
	margin-top:0px;
}

#content_area {
	height:100%;
	width:100%;
	background: url(../images/headerBackground-brighter.png) repeat-x;
	clear:both;
}

#content_area_sm {
	height:100%;
	width:100%;
	background: url(../images/headerBackground-brighter-sm.png) repeat-x;
	clear:both;
}

.wrapper {
	clear:both;
	margin:0 auto;
	width:960px;
	text-align:left;
}
.clear_both {
	clear:both;
}


/******************************************/
/*** Page Containers. *********************/
/******************************************/

/* ****** Header. ****** */
#header {
	height:70px;
	padding:10px 0px 10px 0px;
}

/* ****** Slide Show. ****** */
#slide_wrapper {
	clear:both;
	margin:0 auto;
	width:950px;
	height:350px;
}

.main_view {
	margin-top:18px;
	float: left;
	position: relative;
}

/* ****** Banner. ****** */
#banner_area {
	height:163px;
}

#banner_container {
	width:980px;
	text-align:center;
	padding-top:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:34px;
	font-style:italic;
	color:#FFFFFF;
}

/* ****** Main Page Content. ****** */
#page_container {
	width:980px;
	min-height:300px;
	padding:15px 0px 35px 0px;
	clear:both;
	margin: 0 auto;
}

/* ****** Footer & Additional. ****** */
#footer {
	height:30px;
	background-color:#EEEEEE;
	border-top:2px solid #CCCCCC;
	padding-top:5px;
	margin-bottom:20px;
	text-align:center;
	font-size:11px;
	color:#BBBBBB;
	clear:both;
}

#additional-text {
	font:normal 12px/16px Tahoma,Verdana,Arial,Helvetica;
	color:#BBBBBB;
	text-align:left;
	width:925px;
	padding-bottom:35px;
	clear:both;
	margin:0 auto;
}


/*********************************/
/*** Menu. *********************/
/*********************************/
#nav-list {
font:bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
}
#nav-menu {
	font:bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top:40px;
}
#nav-menu ul{
	display:inline;
	float:right;
	list-style: none;
	padding:0px;
	margin:0px;
}
#nav-menu li{
	float:left;
	margin:10px 0px 0px 20px;
}

/* Menu links. */
a.nav-menu {
	color: #82AC24;
}
a.nav-menu:link, a.nav-menu:visited {
	text-decoration:none;
}
a.nav-menu:hover {
	text-decoration:none;
	color:#E77F10;
}
a.nav-menu-su {
	color: #E77F10;
}
a.nav-menu-su:link, a.nav-menu-su:visited {
	text-decoration:none;
}
a.nav-menu-su:hover {
	text-decoration:none;
	color:#82AC24;
}
.selected-menu {
	text-decoration:none;
	color:#82AC24;
}


/******** Fix for ColdFusion 9 style reset (ext-all.css). ********/
/******** Fix for ColdFusion 9 style reset (ext-all.css). ********/
/******** Fix for ColdFusion 9 style reset (ext-all.css). ********/

.text_bold {
font-weight:bold;
}
.text_italic {
font-style:italic;
}
strong { 
	font-weight:bold; 
}
.tbl_padding_sm td {
	padding:2px;
}
.tbl_padding_md td  {
	padding:4px;
}
.tbl_padding_lg td  {
	padding:6px;
}
.x-window-body {
	background-color:#FFFFFF;
	padding:5px;
}
.x-window-mc {
	font:normal 14px/16px Arial, Helvetica, sans-serif;
}
.x-window-header-text {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
}


/*********************************/
/*** Flash. **********************/
/*********************************/
#flash_area {
height:228px;
padding-top:15px;
background-color:#EEEEEE;
}

/*********************************/
/*** Page. ***********************/
/*********************************/


/******* Large box container *****/

.gray_box {
padding:8px;
background-color:#D3D3D3;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.inside_box {
	background-color:#FAFAFA;
	border:1px solid #999999;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.inside_box_bottom_space {
	margin:0px 0px 10px 0px;
}

/******* Triple boxes ***********/
.small_box {
	float:left;
	width:305px;
	padding:2px;
	background-color:#FAFAFA;
	border:1px solid #999999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.small_box_right_space {
	margin:0px 15px 0px 0px;
}









.left_column_wide {
float:left;
width:600px;
text-align:left;
}

.left_column_narrow {
float:left;
width:350px;
text-align:left;
}

.left_column_minus {
float:left;
width:550px;
text-align:left;
}

.left_column_half {
float:left;
width:475px;
text-align:left;
}

.right_column_wide {
float:right;
width:600px;
text-align:left;
}

.right_column_narrow {
float:right;
width:350px;
text-align:left;
}

.right_column_plus {
float:right;
width:375px;
text-align:left;
}

.right_column_half {
float:right;
width:475px;
text-align:left;
}

.section_container {
padding: 15px 0px 0px 0px;
text-align:left;
}
.top_border {
    border-top: 1px dotted #CCCCCC;
    margin-top: 30px;
}
.bottom_border {
    border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
}

.section_underline {
width:350px;
border-bottom:1px #CCCCCC solid;
margin-bottom:10px;
}

.page_text {
padding:4px;
margin:0px 0px 4px 0px;
}

.clear_float {
clear:both;
}

.scroll_div {
overflow-y:scroll; 
width:350px; 
height:400px; 
border:1px solid #CCCCCC; 
margin:15px 0px 0px 0px;
padding:10px;
}

.product_box {
margin-top:15px;
padding:4px 4px 4px 4px;
background-color:#FAFAFA; 
border:1px dashed #CCCCCC;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}


/*********************************/
/*** Sections. *******************/
/*********************************/
.section_heading {
border-top:1px solid #315AA4;
border-bottom:double  #315AA4;
background-color:#eeeeee;
padding:4px 0px 4px 2px;
margin:15px 0px 15px 0px;
}

h1 {
font-size:20px;
font-weight:bold;
line-height:24px;
color: #1c4c89; /*#003399;*/
margin:0px 0px 4px 0px;
padding:0px;
}

h2 {
font-size:18px;
font-weight:normal;
line-height:24px;
color: #1d7fb7; /*#E77F10;*/
margin:0px 0px 6px 0px;
padding:0px;
}

.large_green_font {
font-size:16px;
font-weight:normal;
color:#669900;
}


.small_h_letter {
font-size:14px;
font-weight:bold;
}


.condensed_text {
padding-top:10px;
line-height:1.1;
}

.title_blue {
font-size:16px;
font-weight:bold;
color:#315AA4;
}

.blue_large {
font-size:16px;
color:#315AA4;
}

.small_letter {
font-size:12px;
}

.small_print {
font-size:12px;
font-style:italic;
font-weight:bold;
}

.alert {
color:#FF0000;
font-style:italic;
}


/*********************************/
/*** Links. **********************/
/*********************************/
a {
color:#669900;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color:#357EC7;
	text-decoration: none;
}

/*********************************/
/*** Forms. **********************/
/*********************************/
.form_input {
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.form_dropdown {
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.form_button {
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.form_container {
	margin-top:25px;
}


/*********************************/
/*** Tables. *********************/
/*********************************/
.table {
	border:1px solid #CCCCCC;
}    
.table .header {
	background-color:#EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
}
.table .cell {
	padding:8px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.table .no-right {
	border-right:0px;
}
.table .no-bottom {
	border-bottom:0px;
}

/***********************************************/
/************ DHTML Pop-up Windows. ************/
/***********************************************/

#dpop_container {
	width:96%
}

.dpop_list {
	padding:4px;
}

.dpop_list_right {
	text-align:right;
	padding:4px;
}

.dpop_heading {
	font-size:14px;
	color:#003399;
	padding-bottom:8px;
}

.green_underline {
	color:#99CC00; 
	text-decoration:underline;
}

/* Menu links. */
a.plain {
	color: #333333;
}

a.plain:link {
	text-decoration: none;
}

a.plain:visited {
	text-decoration: none;
}

a.plain:hover {
	text-decoration:none;
}


/*************** Rounded Corners. ***************/
/*************** Rounded Corners. ***************/
.triple_view {
	float:left;
	width:300px;
	margin:0px 10px 0px 10px;
	border-right:1px dotted #CCCCCC;
}
.no-border-right {
	border-right:0px;	
}
.corners_middle {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#FFFFFF;
	padding:5px 5px 5px 5px;
	height:235px;
}
#xsnazzy {
	background: transparent; 
	margin:25px 0em 0px 0em;
}
.xsnazzy_corners {
	background: transparent;
}
.xtop, .xbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block; 
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#FFFFFF; 
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.xbgd {
	background:#EEEEEE; 	
}
.xb1 {
	margin:0 5px; 
	background: #cccccc;
}
.xb2 {
	margin:0 3px; 
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px; 
	margin:0 1px;
}


/*************** Slide Show. ***************/
/*************** Slide Show. ***************/

/*--Window/Masking Styles--*/
.window {
	height:315px;	
	width: 950px;
	background: url(../images/reel_background.png) no-repeat;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel div {
	float:left;
	text-align:left;
	overflow:hidden;
}
.image_reel a {
	color:#FFFFFF;
}
.reel_section_right {
	float:left;	
	margin:28px 0px 0px 22px;
}
.reel_section_left {
	padding:30px 20px 20px 20px;
	float:left;
	color:#FFFFFF;
	font-size:22px;
	width:450px;
}

/*--Slide Show Fonts.--*/
.reel_section_left .c_jumbo {
	font-size:34px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 0px 35px 0px;
}
.reel_section_left .c_exlarge {
	font-size: 24px;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 0px 15px 0px;
}
.reel_section_left .c_large {
	font-size:20px;
	line-height:28px;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 0px 5px 0px;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	/*bottom: 40px; right: -7px;*/
	bottom: 0px; left: 350px;
	width: 178px; height:45px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(../images/paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	/*font-weight: bold;
	background: #920000;
	border: 1px solid #610000;*/
	background: #1c4c89;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

