/* ========================================================================================================= */
/*  GLOBAL RESPONSE TECHNOLOGIES - STRUCTURE.CSS - SPLASH, DESIGN, & FRAMEPAGE STRUCTURE - UPDATED 09/04/07  */
/* ========================================================================================================= */

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#545c4c;
}

body.splash_body {
}

body.design_body {
}

/* Always Specify a Background Below */
body.frame_body, div.frame_header {
}

h1 {
	font-size:24px;
	color:#51669D;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:18px;
	color:#3399FF;
	margin:0px;
	padding:0px;
}

/* ============================================== */
/* HEADER STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================== */

div.header {
	width: 960px;
	height: 73px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	*margin-left: -480px;
	background:url(images/images_01.jpg) no-repeat top;

}

/* ============================================= */
/* MENU STRUCTURE STYLES (MASTER/SERVANT MODEL)  */
/* ============================================= */

ul.navMain {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:100;
	position:absolute;
	top: 245px;
	left: 50%;
	margin-left: -50px;
}

ul.navMain li{
	float: left;
	margin: 0 60px 0 0;

}

ul.navMain li a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #1a738d;
	
}

ul.navMain li a:hover {
	text-decoration: underline;
}

ul.navSec {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:100;
	width: 241px;
	height: 345px;
	position: absolute;
	left: 50%;
	margin-left: -486px;
	top: 280px;	
}

ul.navSec li{
	display:block;
	background: url(../images/nav_background.jpg) repeat-y;
	width:;
	margin: 0 0px 4px 0;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
}

ul.navSec li a{
	text-decoration: none;
	color:#FFFFFF;
	font-size: 14px;
	display: block;
	width: 241px;
	height: 29px;
}

ul.navSec li a:hover{
	color:#999999;
}


div.preload /* Use this div to wrap <img src="" alt="" />'s that need to preload, such as mouse-over images */ {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

/* ============================================ */
/* PAGE STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================ */

div.master {
	background: url(images/bg_banner.jpg) repeat-x center top;
	margin:0px;
	padding:0px;
}

div.servant {
	width:960px;
	position: relative;
	top:0px;
	left:50%;
	margin:0 0 0 -480px;
	background: url(images/images_02.jpg) repeat-y center top;
	padding:0px;

}

div.legal {
	width:100%;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:20px;
}

/*  By specifying a height property for a <TD CLASS=stretch_support> you will create a minimum height for your table under Master/Servant,
	thus any overflow encountered will cause the table to stretch vertically. Only one column needs to be given a
	height property for the entire table row.  */

td.stretch_support /* was once named singleCol */{
	height:800px;
	width: 996px;
	vertical-align:top;
}

/* -------------Content Styles--------------------- */

a.text_link {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}

a.text_link:hover {
	color:#000099;
	text-decoration:underline;
}

div.content /* This container should not have a specified height, else it will not stretch, INCLUDE <?pg()?> INSIDE THIS CONTAINER */ {
	padding:80px 0px 0px 85px;
	margin:0px;
	width:790px; /* Always Define Your Width! */
}

table#splash_content {
	margin-top:30px;
}

#content_left {
	vertical-align:top;
	width:590px;
}
table#page_content {
	padding-bottom:25px;
}

#page_content_left {
	vertical-align:top;
	width:590px;
}

span.credit_footer {
	display:block;
	font-style:italic;
	font-weight:bold;
	padding-top:7px;
}

div.client_name_header {
	font-size:14px;
	font-weight:bold;
	color:#4382A3;
	padding-top:15px;
	margin-bottom:-10px;
}

#content_left li {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

table#flash_banner {
	margin-top:10px;
}

div#big_button {
	width:100%;
	margin:20px 0px 0px 150px;
}

div.footer {
	width: 960px;
	height: 40px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
	top: 0px;
	position: relative;
	background: #fff url(images/images_03.jpg) no-repeat center top;
}

td.cont_logo {
	background:url(images/final_logo_medium.jpg) no-repeat;
	height:165px;
	width:310px;
}

td.right_top_td {
	background:url(images/first_slogan.jpg) no-repeat;
	width:480px;
	height:165px;
}

right_top_td_design {
}

td.right_top_td_design h2 {
	text-align:center;
	font-size:20px;
	color:#32468F;
}

td.right_top_td_design li {
	text-align:left;
	font-size:12px;
	line-height:20px;
}

table.form_p1 {
	font-size:11px;
	font-weight:bold;
	color:#545D4C;
}

table.form_p1 th {
	vertical-align:middle;
	width:50%;
	margin:0px;
	font-size:12px;
	color:#000000;
}

table.form_p1 td {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	margin:0px;
}

table.form_p2 {
	font-size:11px;
	font-weight:bold;
	color:#545D4C;
}

table.form_p2 th {
	vertical-align:middle;
	width:100%;
	margin:0px;
	font-size:12px;
	color:#000000;
}

table.form_p2 td {
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

span.required {
	color:#FF0000;
	font-weight:bold;
	margin-top:10px;
}

th.main_header {
	background:url(images/main_header_bg.jpg) top left no-repeat;
	height:28px;
	width:50%;
	margin:0px;
	padding:0px;
}

th.second_header {
	background:url(images/second_header_bg.jpg) top left no-repeat;
	height:28px;
	width:100%;
	margin:0px;
	padding:0px;
}

td.form_titles1 {
	height:24px;
	width:200px;
	padding:0px;
	margin:0px;
	background:url(images/form_bg/right_title_1.jpg) top right no-repeat;
}

td.form_entries1 {
	text-align:center;
	padding:0px;
	margin:0px;
	width:195px;
	background:url(images/form_bg/right_entry_1.jpg) top left no-repeat;
}

td.form_titles2 {
	height:24px;
	width:250px;
	padding:0px;
	margin:0px;
	background:url(images/form_bg/left_title_1.jpg) top left no-repeat;
}

td.form_entries2 {
	text-align:center;
	padding:0px;
	margin:0px;
	width:145px;
	background:url(images/form_bg/left_entry_1.jpg) top left no-repeat;
}

td.form_titles3 {
	height:24px;
	width:395px;
	padding:0px;
	margin:0px;
	background:url(images/form_bg/title_bg3.jpg) top right no-repeat;
}

td.form_entries3 {
	padding:0px;
	width:395px;
	padding:0px;
	margin:0px;
	background:url(images/form_bg/title_bg3.jpg) top left no-repeat;
}

.forminput1 {
	width:186px;
	border: inset #999999 1px;
}

td.form_titles1 div {
	text-align:right;
	padding:0 10px 0 0;
	margin:0px;
}

td.form_titles2 div {
	text-align:right;
	padding:0 10px 0 0;
	margin:0px;
}

td.form_titles3 div {
	text-align:right;
	padding:0 10px 0 0;
	margin:0px;
}

td#page_content_left {
	vertical-align:top;
	padding: 0px 15px 0px 0px;
}

li.power_four {
	list-style-type:decimal;
	font-weight:bold;
	font-size:14px;
	padding-top:15px;
}

span.power_four_text {
	font-weight:normal;
	font-size:12px;
}

span.power_four_head {
	font-weight:bold;
	font-size:12px;
}

/* ====================== */
/* 		TOP BUTTONS       */
/* ====================== */

.button_aa {
	background:url(images/btn_top.jpg) no-repeat center;
	width:154px;
	height:30px;
	text-align:center;
	display:block;
}

a.button_aa {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.button_aa:hover {
	color:#5AEF57;
}

.button_aa_text {
	padding-top:6px;
	display:block;
}

td#mini_form {
	vertical-align:top;
}

td#mini_form div#mini_form_bgr {
	background:url(images/mini_form_bg.jpg) center no-repeat;
	width:220px;
	height:390px;
}

table#small_form td.titles {
	text-align:right;
	color:#fff;
	width:110px;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}

/* ====================== */
/* SPLASH PAGE CONTAINERS */
/* ====================== */

div.line {
	height: 2px;
	width: auto;
	background:#003399;
}

/* ================= */
/*   WIDGET STYLES	 */
/* ================= */
