/* ====================================================================================================== */
/*  GLOBAL RESPONSE TECHNOLOGIES - STYLES.CSS - SPLASH, DESIGN, & FRAMEPAGE STRUCTURE - UPDATED 01/03/07  */
/* ====================================================================================================== */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505058;
	background:url(../images/bg_doc.gif) #FFFFFF repeat-x left top;
}

body.splash_body {
}

body.design_body {
}

body.frame_body {
}

/* ====================== */
/* DEFAULT HEADING STYLES */
/* ====================== */

h1, .h1 /* Page Heading */{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:18px;
	font-weight:normal;
	color:#1957B4;
}

h2, .h2 /* Page Sub-Heading */{
	display:block;
	margin:0px 0px 19px 0px;
	font-size:14px;
	font-weight:normal;
}

h3, .h3 /* Category Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

h4, .h4 /* Category Sub Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:12px;
	font-weight:normal;
}

h5, .h5 /* Token Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

h5 a, .h5 a /* Token Heading Linked (Layout Modules) */{
	color:;
	text-decoration:none;
}


h6, .h6 /*Token Sub Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:11px;
	font-weight:normal;
}

h6 a, .h6 a /*Token Sub Heading Linked (Layout Modules) */{
	color:;
	text-decoration:none;
}

/* ========================================== */
/* OTHER COMMONLY USED ELEMENT DEFAULT STYLES */
/* ========================================== */

img /* To remove borders on linked images */{
	border:none;
}

img.content {
	float:left;
	margin:0px 15px 0px 0px;
	padding:3px;
	border:solid #D0D0D0 1px;
}

p {
	padding:0px;
	margin:0px 0px 14px 0px;
}

a {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

span.green {
	color:#009952;
	font-size:13px;
}

form {
	margin:0px /* This nullifies an IE bug that add a 10px margin to the form tag */ ;
}

/* ============================================================================== */
/* ADDITIONAL CUSTOM ELEMENT STYLES (CHECK THESE STYLES WITH CONTENT/CONTENT.PHP) */
/* ============================================================================== */

ul.links /* To be used for unordered lists containing links */{
	list-style-type:disc;
	list-style-position:inside;
	padding:;
	margin:;
}

ul.links li {
}

ul.links li a {
}

ul.links li a:hover {
}

ul.standard /* To be used for unordered lists without links */{
	list-style-type:disc;
	list-style-position:inside;
	padding:;
	margin:;
}

ul.standard li {
}

ul.list {
	padding:0px 0px 20px 20px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

ul.list li{
	display:block;
	margin-right:45px;
	padding-bottom:3px;
	text-decoration:none;
}

ul.list span{
	width:25px;
	display:block;
	float:left;
	font-weight:normal;
}

ul.listQA {
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

ul.listQA li{
	display:block;
	margin-right:45px;
	padding-bottom:3px;
	text-decoration:none;
}

ul.listQA span{
	width:18px;
	display:block;
	float:left;
	font-weight:normal;
}

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

div.banner {
	width:724px;
	height:241px;
	position:absolute;
	left:50%;
	top:9px;
	margin-left:-362px;
	background:url(../images/bg_banner.jpg) no-repeat left top;
}

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

.navFlash {
	width:724px;
	height:39px;
	position:absolute;
	left:50%;
	top:258px;
	margin-left:-362px;
	z-index:100;
}

div.navLinks {
	width:724px;
	height:44px;
	position:absolute;
	left:50%;
	top:250px;
	margin-left:-362px;
	padding-top:8px;
	overflow:hidden;
	background:url(../images/bg_nav.gif) no-repeat left top;
}

div.navLinks a{
	width:144px;
	height:24px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#606060;
	text-transform:uppercase;
	float:left;
	margin-right:1px;
	padding-top:15px;
	text-decoration:none;
}

div.navLinks a:hover{
	text-decoration:none;
	outline:none;
	color:#50AD7F;
}

div.preload {
	position:absolute;
	top:-500px;
	left:0px;
}

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

div.master {
	margin-top:302px;
}

div.servant {
	width:724px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-362px;
}

td.singleCol {
	height:500px;
	width:100%;
	vertical-align:top;
}

div.content {
	padding:25px 0px 15px 0px;
}

div.contentDesign {
	padding:20px 0px 15px 0px;
}

div.footer {
	width:711px;
	height:39px;
	position:relative;
	left:50%;
	top:0px;
	margin:0px 0px 15px -362px;
	background:url(../images/bg_footer.gif) no-repeat left top;
	color:#FFFFFF;
	font-size:11px;
	padding:8px 13px 0px 0px;

}

div.footer a {
	color:#FFFFFF;
	text-decoration:none;
}

div.footer a:hover {
	text-decoration:underline;
}

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

div.rotator {
	width:170px;
	height:150px;
	position:relative;
	left:0px;
	top:0px;
	float:left;
	margin:-3px 20px 0px 0px;
	padding:3px;
	border:solid #D0D0D0 1px;
}

div.weatherbox /* Use the actuall dimensions of the weather box, overflow will hide the mozilla/ff bug */ {
	width:;
	height:;
	overflow:hidden;
}

div.featplayer {
	width:;
	height:;
	background:;
}

div.random_listings {
}

/* ================= */
/* FRAME PAGE STYLES */
/* ================= */

div.frame_banner {
	width:100%;
	height:;
}

div.frame /* INCLUDE <?pg()?> INSIDE THIS CONTAINER */{
}

div.navFrame {
}

div.navFrame a {
}

div.navFrame a:hover {
}

/* ======================= */
/* BUG FIXES AND CSS EDITS */
/* ======================= */


