body {
	font-size:12px;
	font-family:Tahoma;
	color:#000000;
	background-color:#ffffff;
	BACKGROUND-POSITION: left top;
	background-image:  url(../_images/index_bg.gif);
	background-repeat: repeat-x;

}

UL LI {
	list-style-image: url(../_images/lil_things/bullet_arrow_1.gif);
}

A: link, A:active, A:visited{
	text-decoration:none;}
A:hover{
	text-decoration: underline;
}

.text 
{
	font-size:11px;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}
.textSmall
{
	font-size:10px;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}

.input
{
	font-size: 11px;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}
.inputSmall
{
	font-size: 10px;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}

.bottom
{
	font-size:11px;
	font-family:Verdana;
	font-weight: none;
	text-decoration: none;
}

.list_link {
	color:8D1C1C;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.matrix {
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.matrix A{
color:#93393A;
}
.matrix_sub {
padding: 1px 4px 4px 4px;
border: 1px solid C9C9C9;
border-top:0px;
    color:#000000;
background-color:#F3F3F3;
background-image: url(../_images/matrix_sub_bg.gif);
}
.matrix_info_sub {
padding: 10px 5px 0px 0px;
border: 1px solid C9C9C9;
border-top:0px;
color:#000000;
background-color:#F3F3F3;
background-image: url(../_images/matrix_info_bg.gif);

}
.matrix_header {
border-top: 1px solid #C9C9C9;
border-left: 1px solid #C9C9C9;
border-right: 1px solid #C9C9C9;
border-bottom: 1px solid  #838383;
padding-top: 6px;
padding-bottom: 6px;
padding-left:5px;
 color:00469E;
background-color:#ffffff;
background-image: url(../_images/matrix_header_bg.gif);
}
.matrix_info {
border-right: 1px solid #C9C9C9;
border-bottom: 1px solid  #EAE9E9;
padding: 4px 4px 4px 4px;
background-color:#F7F7F7;

}
.matrix_content {
border-right: 1px solid #C9C9C9;
border-bottom: 1px solid  #EFEFEF;
padding: 4px 4px 4px 4px;

background-color:#FFFFFF;
    color:#353535;
}
.matrix_left {
border-left: 1px solid #C9C9C9;
}

.home_box {
border-left: 1px solid #D8D8D8;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.mtDropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
	background:#ffffff;
		color:8D1C1C;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;
	}



.subtext {
	FONT-SIZE: 10px; 
	COLOR: #4A4A4A;
	line-height: 10px; 
	FONT-FAMILY: verdana, arial, sans-serif;
}
.subtext_title {
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold;
	COLOR: #264771;
	line-height: 22px; 
	FONT-FAMILY: verdana, arial, sans-serif;
}

.BodContent {
	padding-left: 6px;
		FONT-SIZE: 12px; 
	COLOR: #4A4A4A;
	line-height: 16px; 
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}
.BodContent td {
	FONT-SIZE: 12px;
	COLOR: #4A4A4A;
	line-height: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;

}

.BodContent a {
	color:#8D1C1C;
	text-decoration: none;


}
	
.content_highlight {
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #808080;
	line-height: 17px;
	margin-top:10px;
} 

	
.headernav {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;

	}
	
.headernav a {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;
}
.headernav a:hover {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;
	text-decoration:underline;
	
}

.list a {
	COLOR: #264771;
	
	}

.subadtitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px; 
	COLOR: #953637;
	line-height: 18px; 
	FONT-FAMILY: verdana, sans-serif;
	}
	
		.subad {
/*padding-left: 4px; */
	FONT-SIZE: 10px; 
	COLOR: #000000;
	line-height: 12px; 
	FONT-FAMILY: verdana, sans-serif;
	}

		.hottopic a {
	FONT-SIZE: 10px; 
	COLOR: #555555;
	line-height: 16px; 
	FONT-FAMILY: arial, sans-serif;
	text-decoration:none;
	}
			.hottopic a:hover {
	FONT-SIZE: 10px; 
	COLOR: #555555;
	line-height: 16px; 
	FONT-FAMILY: arial, sans-serif;
	text-decoration:underline;
	}
	
		.maintableborder {
}
	.maintablebg {
}
.reg {
	background-image:  url(../_images/reg_bg.gif);
	background-repeat: no-repeat;
}
	
.navbox {
	width:204px;
	background-color:#ffffff;
	layer-background-color:#FFFFFF;
}
		
	.navsub{
	font-size:11px;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	}
	.navsub a {
		color:#666666;
		padding:4px 7px;
		text-decoration:none;
		background-color:#ffffff;
	}
	.navsub a:hover {
		background-color:#ffffff;
		color:#8D1C1C;
		text-decoration:underline;
	}
	
	.nav{
	font-size:11px;
	background-color:#F1F1F1;
	layer-background-color:#F1F1F1;
	color: #666666;
	padding:4px 7px;
	}

	.nav a {
	FONT-WEIGHT: bold;
	color:#666666;
	text-decoration:none;
	background-color:#F1F1F1;
	}
	
	.nav a:hover {
	background-color:#F1F1F1;
	color:#8D1C1C;
	}
	
	.navX{
	font-size:11px;
	background-color:#F1F1F1;
	layer-background-color:#F1F1F1;
	color: #666666;
	padding:4px 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid  #ffffff;
	font-weight: bold; 
	}

	.navX a {
	FONT-WEIGHT: bold;
	color:#666666;
	text-decoration:none;
	background-color:#F1F1F1;
		font-weight: bold; 
	}
	
	.navX a:hover {
	background-color:#F1F1F1;
	color:#8D1C1C;
		font-weight: bold; 
	}

		.footer {
			line-height: 17px;
font-size:10px;
		font-family:arial, sans-serif;
	}
	
			.footer a {
						line-height: 17px;
font-size:10px;
		font-family:arial, sans-serif;
				color:#264771;
	}

			.footer a:hover {
						line-height: 17px;
font-size:10px;
		font-family:arial, sans-serif;
				color:#264771;
	}

	#menubar {
		position:absolute;
		width:450px;
		left:35px;
		top:245px;
		background-color:#F9F1C8;
		border:1px solid #AD5800;
		padding:2px;
	}
	#menubar a {
		color:#AD5800;
		letter-spacing:1px;
		border:1px solid #F9F1C8;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
	}
	#menubar a.active {
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
	}
	

	.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #969696;
	background-color:#ffffff;
	position:relative;
	layer-background-color:#FFFFFF;
	filter:Alpha(Opacity=88, Style=0);
	top: 541px;
	left: 1016px;

	}
	.menu a {
		color:#000000;
		display:block;
		padding:4px 10px;
		text-decoration:none;
	}
	.menu a:hover {
		background-color:#BCCEF2;
		color:#ffffff;
	}
	#about {
		position:absolute;
		left:5px;
		top:200px;
	}


.subtitle {
	FONT-SIZE: 12px; COLOR: #444444; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
	line-height: 25px;
	}
	
.domain_box {
	background-color: #FFFFFF;
	border-color: #A6A6A6;
	border-width: 1;
	border-style: solid;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	height: 19px;
}
	
.login {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #C4C4C4;
}
.login input {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.login checkbox {
	color: #666666;
}
.login TD {
border-top-width:1;
border-top-style: solid ;
border-top-color: #ffffff;
border-bottom-width:1;
border-bottom-style: solid ;
border-bottom-color: #C4C4C4;
color:#555555;
FONT-SIZE: 11px; 
font-family:Arial, Helvetica, sans-serif;
}

.login .title {
	background-color: #D0D0D0;
}

.login .title TD {
	border-top-color: #ffffff;
	border-bottom-color: #C4C4C4;
	font-weight: bold;
}

hr {
	color: #DDDDDD;
	height: 1px;
}

.subtitle-color {

	FONT-SIZE: 12px; COLOR: #8D1C1C; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
	line-height: 25px;
}
.subsubtitle-lighter {

	color: 999999;
}
.subsubtitle-color {


	color: #8D1C1C;
}

.notebox {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

/* Specific style for form elements on contact page */
.contactboxform select {
	width: 215px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.contactboxform input {
	width: 215px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.contactboxform textarea {
	width: 215px;
	height: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* The small top link usually appearing on client testimonial pages */
.top {
	color: #CCCCCC;
	text-decoration: none;
}
A.top:link, A.top:visited, A.top:active {
	color: #CCCCCC;
	text-decoration: none;
}
A.top:hover {
	color: #8D1C1C;
	text-decoration: none;
}

/*
.top {  color: #CCCCCC}
A.top:link, A.top:visited, A.top:active { color: #CCCCCC; text-decoration: none; }
A.top:hover { color: #FF6600; text-decoration: none; }
*/


/* The small back button on the order left side navigation */
.navorderback {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.navorderback a:hover {
	color: #8D1C1C;
	text-decoration: none;
	font-weight: normal;
}
.navorderback a:link,visited,active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

/* ------------------------------------------- */
/* Styles for the application looking elements */
/* ------------------------------------------- */

.app {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	width: 100%;
}

.app a {
color:#4A4B4B;
text-decoration:none;
}

.app a:hover,link,visited {
color:#8D1C1C;
text-decoration:underline;
}

.app TD {
border-top-width:1;
border-top-style: solid ;
border-top-color: #ffffff;
border-bottom-width:1;
border-bottom-style: solid ;
border-bottom-color: #C4C4C4;
color:#555555;
FONT-SIZE: 11px; 
font-family:Arial, Helvetica, sans-serif;
}

.order_title {
color:#555555;
FONT-SIZE: 12px; 
font-family:Arial, Helvetica, sans-serif;
}
.order_small {
color:#555555;
FONT: 9px/12px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.order_small_short {
color:#555555;
FONT: 9px/10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.app .title {
	background-color: #D0D0D0;
}

.app .title TD {
	border-top-color: #ffffff;
	border-bottom-color: #C4C4C4;
	font-weight: bold;
}

/* The small back button on the order left side navigation */
.app_highlighted{
background-color: #f4f4f4;
}

.btn {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(../_images/button2.gif);
backgroung-image: repeat-x;
width:50px;
}
.btn_med {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(../_images/button2.gif);
backgroung-image: repeat-x;
width:106px;
}
.btn_wide {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(../_images/button2.gif);
backgroung-image: repeat-x;
width:150px;
}

.app_large {
font-family:verdana, sans-serif;
FONT-SIZE: 11px; 
font-weight: bold ;
color: #000000;
}

.app_desc {
color: #656565;
}

.error {
	border-color: #FF0000;
	border-width: 2;
	border-style: solid;
	background-color: #FFDEDE;
	width: 95%;
}
.error TD {
color: #FF0000;
FONT-SIZE: 10px; 
font-family:verdana, sans-serif;
}
.error .title {
background-color: #FF9393;
}
.error .title TD {
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

.info {
	border-color: #0000FF;
	border-width: 2;
	border-style: solid;
	background-color: #DEDEFF;
	width: 95%;
}
.info TD {

color: #0000FF;
FONT-SIZE: 10px; 
font-family:verdana, sans-serif;
}
.info .title {
background-color: #9393FF;
}
.info .title TD {
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}


.ordernav{
font-size:11px;
background-color:#ffffff;
layer-background-color:#ffffff;
}
.ordernav a {
	color:#666666;
	text-decoration:none;
	background-color:#ffffff;
}
.ordernav a:hover {
	background-color:#ffffff;
	color:#8D1C1C;
	text-decoration:underline;
}

.ordernav .title {
	font-size:12px;
	font-weight: bold;
}

.ordernav .current {
	font-weight: bold;
}

.select {
border-top-width:1;
border-top-style: solid ;
border-top-color: #C4C4C4;
border-left-width:1;
border-left-style: solid ;
border-left-color: #C4C4C4;
}
.primary-highlight-color {
	color: #8D1C1C;
}
.type-small-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.table1 TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.table1 TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.type-light {
	color: #888888;
}

#tabs ul {
    font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	    margin-left: 0;
    padding-left: 0;
    display: inline;

	} 

#tabs ul li {
    margin-left: 1;
    margin-bottom: 0;
    list-style: none;
    display: inline;
    background-color: #E8E8E8;
    color: 9D9D9D;
    height: 19px;
	}
	
#tabs li a {
    border: 1px solid #D9D9D9;
    display: inline;
    padding: 1px 12px 4px;
	color: #9D9D9D;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	height: 10;
	text-decoration: none;
	}
	
#tabs li a:hover {
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #D0D0D0;
    display: inline;
    padding: 1px 12px 4px;
	color: #656565;
	filter: dropshadow(color=#ffffff, offx=-1, offy=-1);
	height: 10;
	text-decoration: none;
	}
	
		
#tabs ul li.up {
    border: 1px solid #D9D9D9;
    padding: 1px 12px 5px;
    border-bottom: 1px solid #FFFFFF;
    list-style: none;
    display: inline;
    background-color: #FFFFFF;
    color: #656565;
    height: 21px;
	}

#pbullet ul li {
	list-style-image: url(../_images/hot_topic_bullet.gif);
	}