/* CSS Document */

body {
	background-color: #dddddd;
	background-image:url(../images/framework/bg_tile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color: #8d7dff;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight:normal;	
	margin-top:0;
}


/***/
/**** DEFAULTS ****/
/*******************/

.divClear { clear:both; }
.divRight { float:right; }
.divLeft { float:left; }

img.divRight { margin-left: 8px; }
img.divLeft { margin-right: 8px; }


/***/
/**** MAIN FRAMEWORK ****/
/*******************/

#full_page {
	background-color: #292929;
	color: #ffffff;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align:left;
	width: 760px;
}

#hdr {
	background-color:#292929;
	background-image:url(../images/framework/hdr_tile.jpg);
	background-repeat:repeat-x;
	border-bottom: 1px solid #6b6b6b;
	height: 77px;
}

UL#menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content {
	margin: 0 auto;
	width: 718px;
}

#footer {
	margin: 0 auto;
	margin-top: -2px;
}


/***/
/**** GENERAL ****/
/*******************/

.main_banner {
	margin-bottom: 21px;
}

.sub_text { /* Currently your irregularily used grey text */
	color: #808080;
}

.small_text {
	font-size: 0.80em;
}

UL#menu LI, UL#menu LI.active {
	background-image:url(../images/framework/menu_btn_bg.jpg);
	float:left;
	height: 20px;
	margin-right: 1px;
	padding: 7px 0 0 7px;
	width:135px;
}

UL#menu LI.active {
	background-image:url(../images/framework/menu_btn_bg_s.jpg);
}

UL#menu LI A {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}


P.breadcrumb {
	clear:both;
	color: #5a5a5a;
	font-weight:bold;
	padding-top: 17px;
}

A.breadcrumb {
	color: #5a5a5a;
	font-weight:bold;
	text-decoration:underline;
}

A.breadcrumb_active {
	color: #9c9c9c;
	text-decoration:none;
}

.quote_box {
	clear:both;
	margin-top: 21px;
}

.quote_box IMG {
	margin-left: 6px;
}

.quote_box IMG.lead {
	margin: -8px 0 -8px 0;
}

.quote_box IMG.lead_b {
	margin: 0 0 20px 0;
}

.quote_box_content {
	background-image:url(../images/framework/quote_box_mid.jpg);
	background-repeat:repeat-y;
	clear: both;
	font-weight:bold;
	padding: 4px 0;
	width: 715px;
}

.quote_box A {
	color: #FFF;
}

.quote_box P {
	margin: 8px 0 0 0;
	padding:0;
}

.left_col {
	float:left;
	margin-right: 10px;
	width: 350px;
}

.right_col {
	float:right;
	text-align:left;
	width: 285px;
}

.thumb_img {
	float:right;
	font-size: 0.90em;
	text-align:left;
	width: 285px;
}

.thumb_img IMG {
	margin-left: -2px;
	margin-bottom: -1px;
}

/**************/
/*** FORM *****/

FORM.quote LABEL {
	clear:both;
	float:left;
	width: 100px;
}

FORM.quote INPUT {
	background-color:#292929;
	background-image:url("../images/framework/input_box_on_black.jpg");
	background-repeat:no-repeat;
	border:0;
	float:left;
	height: 24px;
	width: 289px;
}

FORM.quote INPUT.small {
	background-color:#292929;
	background-image:url("../images/framework/input_box_on_black_sm.jpg");
	background-repeat:no-repeat;
	border:0;
	height: 24px;
	width: 198px;
}

FORM.quote INPUT.grey_bg {
	background-color:#494949;
	background-image:url("../images/framework/input_box_on_grey_sm.jpg");
}

FORM.quote TEXTAREA {
	background-color: #757575;
	border: 0;
	overflow:auto;
}

FORM.quote .space {
	clear:both;
	margin-top: 15px;
}

/*** DARK BOX ****/
.dark_box {
	clear:both;
	margin-top: 21px;
}

.dark_box IMG {
	margin-left: 6px;
}

.dark_box IMG.lead {
	margin: -4px 0 -4px 0;
}

.dark_box IMG.lead_b {
	margin: 0 0 20px 0;
}

.dark_box_content {
	background-image:url(../images/framework/box_dark_long_mid.jpg);
	background-repeat:repeat-y;
	clear: both;
	font-weight:bold;
	padding: 6px;
	width: 715px;
}


