body {
    /* text-align:     center;
    background-image: url("images/stripe_2.jpg");
	font: 80%/150% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #333333; */
	background: #242424 url(images/main_bg.gif) repeat-y center;
	margin: 0px 0px 0px 0px;
	[if ! IE] padding: 0px 1px 30px 0px;
	[if IE] padding: 0px 0px 30px 1px;
}

#map a img {
	border:none;
	}

a {
    color:              #000080;
    text-decoration:    underline;
}

a img { border: none;
	}

a:hover {
    color:              #8080FF;
}

#frame {
	width:          820px;
	margin-right:   auto;
	margin-left:    auto;
	margin-top:     auto;
	margin-bottom:     auto;
	padding:        0px;
	text-align:     left;
	font-family:    Verdana;
	font-size:      11px;
}

#contentframe {
	position: 		relative;
	font-family:    Verdana;
	font-size:      11px;	
	[if IE] margin-top: -1px;
}
/* CONTENT/MIDDLE DIV CODING */
#leftframe {
	width:			164px;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 
}

#leftframe img{
	[if IE] margin-bottom: -2px;
	display: block;
}

#centerframe {
	width:			508px;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 
	height: 589px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #E9DFCE;
}

#centerframe_in {
	width:			656px;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 
	height: 589px;
	[if IE] overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #E9DFCE;
}

#rightframe {
	width:			148px;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left;
}
/* END CONTENT/MIDDLE DIV CODING */

/* FOOTER DIV CODING */
#allfooter {
	width:	820px;
	height:	79px;
	margin-bottom: auto;
}
#leftfooter {
	width: 	164px;
	[if ! IE] margin-top: -1px;
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 
}
#centerfooter {
	width: 	508px;
	background-image: url(images/index_09.jpg);
	background-repeat: no-repeat;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 

}
#rightfooter {
	width: 	148px;
    background-image: url(images/index_10.jpg);
	background-repeat: no-repeat;
	vertical-align:	top;
	text-align:		left;
	position: relative;
	float: left; 
}
/* END FOOTER DIV CODING */
	
#rightframe img{
	[if IE] margin-bottom: -2px;
	border-collapse: both;
	display: block;
}

#contentheader {
    width:          820px;
	background:     #FFFFFF;
	border:         0px double #000000;
}

#contentheader img { border: none;
	}

#content {
	float:          left;
    width:          508px;
	height:			589px;
    background-color:	#e9dfce;
    font-size:      12px;
    line-height:    normal;
	text-align:		left;
}
 
#offerinfobar {
	float:			left;
	width:			100%;
	font-size:		12px;
	line-height:	normal;
	border-bottom:	1px solid #000;
	padding:		5px;
	text-align:		center;
}

#offerviewbar {
	float:			left;
	width:			100%;
	background:		#E4E8F1;
	font-size:		12px;
	line-height:	normal;
	border-bottom:	1px solid #000;
	padding:		5px;
	text-align:		center;
}

#statusbar {
	float:			left;
	width:			808px;
	background:		#E4E8F1;
	font-size:		12px;
	line-height:	normal;
	padding:		5px;
	text-align:		center;
	/* margin-bottom:	10px; */
	border:			1px solid #000;
}

#sbleft {
	width:			20%;
	float:			left;
}

#sbcenter {
	width:			55%;
	float:			left;
}

#sbright {
	width:			25%;
	float:			right;
}

#updates {
    float:          left;
    width:          164px;
	height:			312px;
    background-image: url(images/index_07.jpg);
	background-repeat: no-repeat;
}

#updates-text {
    float:          left;
	padding-left: 	7px;
	padding-right: 	7px;
	height: 135px;
	overflow: hidden;
    font-size:      10px;
    line-height:    normal;
	text-align:		left;
}

#navbar {
    float:          left;
    width:          164px;
	background-repeat: no-repeat;
    font-size:      12px;
    line-height:    normal;
	text-align:		left;
	[if IE]margin-top: 2px;
    /*border:         1px solid #000;*/
}

#navbar-in {
    float:          left;
    width:          164px;
	background-repeat: no-repeat;
    font-size:      12px;
    line-height:    normal;
	text-align:		left;
	[if IE]margin-top: 2px;
    /*border:         1px solid #000;*/
}

#tabnav li {
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background: #D1D8E7;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		text-decoration: none;
		color: #000;
}

#tabnav a:link.active, #tabnav a:visited.active {
		border: 1px solid #000;
		border-bottom: 0px;
		border-collapse: collapse;
		background: #FFF;
		color: #000;
}

#tabnav a:hover {
		background: #ECEFF5;
		color: #000;
}

img.b { /* special coding for left-hand side images in IE */
	[if IE]padding-bottom:2px;
}

img.c { /* special coding for left-hand side images in IE */
	[if IE]padding-top:1px;
}

img.d { /* special coding for left-hand side images in IE */
	[if IE]padding-bottom:1px;
}

.links a {
	color: white;
}
.links {
	vertical-align: middle;
	color: white;
}

#sidebar {
	/* background: url(images/side-bg.png) bottom center no-repeat; */
	float:          left;
    width:          148px;
	height:			549px;
    background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
    font-size:      12px;
    line-height:    normal;
	text-align:		left;
	[if IE]margin-top: 2px;
}

#footer_img {
	/* background: url(images/side-bg.png) bottom center no-repeat; */
	float:          left;
    width:          508px;
	height:			79px;
    background-image: url(images/index_09.jpg);
	background-repeat: no-repeat;
	margin-left: -4px;
	margin-top: -4px;
	margin-bottom: 2px;
	margin-right: -1px;
    font-size:      12px;
    line-height:    normal;
	text-align:		left;
}

#footer_txt {
	/* background: url(images/side-bg.png) bottom center no-repeat; */
	float: 			center;
    font-size:      12px;
    line-height:    normal;
	text-align:		center;
	padding-top: 	64px;
	padding-bottom: 2px;
}

#sidebar ul {
	list-style-type: none;
	}
#sidebar li a:link {
	color: #5D7291;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}

#footer {
    float:          left;
    width:          508px;
    background:     #E4E8F1;
    font-size:      12px;
    line-height:    normal;
    border:         0px solid #000;
    border-top:     0px;
    text-align:     center;
    margin-bottom:  20px;
    padding-top:    8px;
    padding-bottom: 8px;
    
}

#centerwrapper {
    width:          820px;
    margin-left:    auto;
    margin-right:   auto;
}

#boxify {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
    background:     #E5E5E5;
    padding:        5px;
	text-align:		center;
}

#error {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
	border-top:		0px;
    background:     #CC0000;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#error a {
    color:              #CCC;
    text-decoration:    underline;
}

#error a:hover {
    color:              #FFF;
}

#success {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
	border-top:		0px;
    background:     #009900;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#success a {
    color:              #CCC;
    text-decoration:    underline;
}

#success a:hover {
    color:              #FFF;
}

#neutral {
    width:          475px;
    margin-left:    auto;
    margin-right:   auto;
    border:         1px solid #000;
	border-top:		0px;
    background:     blue;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

#neutral a {
    color:              #CCC;
    text-decoration:    underline;
}

#neutral a:hover {
    color:              #FFF;
}

div.spacer {
	clear:		both;
	margin-top:		5px;
	margin-bottom:	5px;
}

div.offer {
	width:			164px;
	height:			164px;
	border:			1px solid #000;
	background:		#E4E8F1;
	margin-left:	auto;
	margin-right:	auto;
	display:		block;
	padding:		1px;
}

    
p,h1,h2,h3,pre {
	margin:         12px 3px 3px 3px;
}
	
h1 {
	font-size:      14px;
	padding-top:    10px;
}

h2 {
	font-size:		13px;
}

h3 {
	font-size:		12px;
}

h4 {
	font-size:		11px;
}

div.row {
    clear:          both;
    padding-top:    10px;
    margin-left:    auto;
    margin-right:   auto;
    width:          75%;
}

div.rowsmall {
    clear:          both;
    padding-top:    2px;
    margin-left:    auto;
    margin-right:   auto;
    width:          152px;
}

div.row span.label {
    float:          left;
    text-align:     right;
    font-size:      15px;
    font-weight:    bold;
}

div.rowsmall span.labelsmall {
    float:          left;
    text-align:     right;
    font-size:      11px;
    font-weight:    bold;
}

div.row span.formw {
    float:          right;
    text-align:     left;
}

div.rowsmall span.formwsmall {
    float:          right;
    text-align:     left;
	font-size:		11px;
}

#leftcontent {
    float:          left;
    width:          30%;
    margin-right:   15px;
    padding-bottom: 20px;
}

#rightcontent {
    /*text-align:     right;*/
    width:          100%;
}

#colleft {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colcenter {
	width:			34%;
	float:			left;
	padding-bottom:	10px;
	text-align:		left;
}

#colright {
	width:			33%;
	float:			left;
	padding-bottom:	10px;
	text-align:		right;
}
.rollover {
  	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 			10px;
	position: 			absolute; 
	z-index: 			1; 
	visibility: 		hidden;
	background-color: 	#EEEEEE;
	padding: 			5px 5px 5px 5px;
	border: 			solid 3px #000000;
	margin: 			2px auto 2px 2px;
	text-align: 		left;
	
	width:				216px;

	filter: 			progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='dimgray', Positive='true');
	vertical-align: 	top;
}

table.ticket {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.ticket th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.ticket td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E4E8F1;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.orders {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.orders th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.orders td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E4E8F1;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.referrals {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.referrals th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.referrals td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E4E8F1;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.refsummary {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.refsummary th {
	font-size: 12px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.refsummary td {
	background-color: white;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.messages {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.messages th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.messages td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E4E8F1;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.credits {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}
table.credits th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #4863A0;
	color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E4E8F1;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.credits td.error {
	background:     #CC0000;
    padding:        5px;
	text-align:		center;
	color:			white;
	font-weight:	bold;
}

table.credits td.error a {
	color:              #CCC;
    text-decoration:    underline;
}

table.credits td.error a:hover {
	color:              #FFF;
}

/* NEW CUSTOM CODING */
#welcome {
	width: 508px;
	margin-top: -2px;
	color: #363636;
}
#welcome p {	
	margin-left: 10px;
	margin-right: 17px;
	/* line-height: 16px; */
	text-align:justify;
}
.welcome-top {	
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-left: 10px;
	margin-right: 10px;
}
.welcome-top b {
	color: #00597a;
}

#chat {
	background: url(images/chat-block.png) top center no-repeat;
	width: 243px;
	height: 140px;
	margin-top: 15px;
	color: #363636;
}
#chat p {	
	margin: 10px;
	line-height: 16px;
}
.chat-top {	
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-left: 10px;
}
.chat-top b {
	color: #00597a;
}

.container-top {
	height: 26px;
	width: 634px;
	background: url(images/container-top.gif) top center;
	margin: 0px auto;
}

.container-bottom {
	height: 28px;
	width: 634px;
	background: url(images/container-bottom.gif) top center;
	margin: 0px auto;
}

.container {
	height: 28px;
	width: 634px;
	background: url(images/container-mid.gif) top center repeat-y;
	margin: 0px auto;
	height: auto;
}

/* END NEW CUSTOM CODING */

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0px;
width: 488px;
border-top: 5px solid #503018; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
text-align:center;
margin-left: 45px; /*margin between first menu item and left browser edge*/
/* margin-right: 45px; /*margin between first menu item and right browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 13px;
background-color: #7b5b43; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #503018; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #503018; /*Brown color theme*/ 
color: white;
border-color: #503018; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#outer_combo {
	[if IE] padding-left: 10px;
}