body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-repeat: repeat-x;
	background-color: #003399;
	padding:0px;
	margin: 0px;
}
p {
	margin: 0px 5px 0px 5px;
}
blockquote {
	margin-top: 0px 0px 0px 7px;
	color: #666666;
	font-style: italic;	
}
h1 {
	font-size: 16px;
	color: #003399;
	/*font-style: italic;*/
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	border-bottom:3px solid #003399;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 14px;
	color: #ff0000;
	margin-top: 3px;
	margin-bottom: 3px;
}
/********************LAYOUT STYLES******************/
#header{
	position:relative;
	top: 0;
	left: 0;
	margin: 0;
	height: 113px;
	/*width: auto;*/
	
	background-color: #Ff6600;
}
#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	z-index: 1;
	visibility: visible;
}

#websites{
	position:absolute;
	left:388px;
	top:6px;
	width:165px;
	height:80px;
	z-index:1;
}

#hnavigation {
	clear:	both;
	border-top:	0px;
	position: absolute;
	height: 22px;
	width: 100%;
	right: 0px;
	left: 0px;
	top: 113px;
	padding-left: 0px;
	z-index: 1;
	visibility: visible;
	background-color: #003399;
	overflow: visible;
}
#leftcol{
	/*position:absolute;
	top:120px;
	left:3px;*/
	float: left;
	padding-left: 3px;
	margin-top: 28px;
	padding-bottom: 10px;
	width:150px;
	background: none;
	 }
#centercol{
	background-color: #ffffff;
	margin-top: 25px;
	margin-bottom: 10px;
		/*ie fix*/
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 158px;
  	margin-right:152px;
	min-height: 200px;
	}
	
* html #centercol {
	margin-left: 145px;
	margin-right:153px;
	height: 200px;
}

#rightcol{
	position: absolute;
	right:5px;
	top:136px;
	margin-top: 8px;
	width:140px;
	z-index:1;
	visibility: visible;
	padding-bottom: 10px;
	 }
#footer{
	clear:both;
	width: 100%;
	/*margin-top: 150px;
	bottom: 800px;*/
	text-align: center;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;*/
	color: #333333;
	 }
#bgimage {
	position: absolute;
	height: auto;
	width: 100%;
	top: 115px;
	visibility: visible;
	z-index: 2;
	}
#rndtest {
	position: absolute;
	height: 109px;
	width: auto;
	top: 5px;
	left:400px;
	right:0px;
	visibility: visible;
	z-index: 2;
	overflow:auto;
	}
/**************************Round Corners for center***************/
.roundiv {
		background: #ffffff;
		height: 13px;
}

/***********************************************************/
.bodydiv {
	margin: 0px 10px 0px 10px;
	min-height:500px;
}

/**************************Sidebar Classes*********************/
.lc_headers {
	font-family: tahoma,helvetica,sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
	background-color : #002277; 
	padding: 2px 0px 2px 0px;
	border-top:1px solid #ccc;
	border-left:1px solid #bbb;
	border-right:1px solid #888;
	border-bottom:1px solid #555;
	display : block; 
}
.lc_boxes{
	min-height:20px;
	margin-bottom:15px;
	width: auto;
	text-align:left;
	border-top:1px solid #ccc;
	border-left:1px solid #bbb;
	border-right:1px solid #888;
	border-bottom:1px solid #555;
	padding-bottom: 5px;
	background-color: #d6d7d9;
}
/*******************************CSS Popout Menu**********************/
@charset "utf-8";
#menu{
/*position:absolute;
top:5px;
left:5px;*/
/*background:#b3b1c0;*/
padding:1px;
z-index:2;
width:140px;
}

#menu a{
display:block;
font:bold 11px/16px arial,helvetica,sans-serif;
border-top:1px solid #ccc;
border-left:1px solid #bbb;
border-right:1px solid #888;
border-bottom:1px solid #555;
white-space:nowrap;
text-indent:2px;
width:140px;
}

#menu h1, #menu h2{
display:block;
font:bold 10px/16px tahoma,helvetica,sans-serif;
color:#fff;
border-top:1px solid #ccc;
border-left:1px solid #bbb;
border-right:1px solid #888;
border-bottom:1px solid #555;
text-transform:uppercase;
margin:0;
padding:0;
width:140px;
}

#menu h1{
background:#002277;
}
#menu h2{
background:#004422;
}

#menu a{
background:#edeef6 url("/styles/images/tile-silver-3.gif") repeat-x;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#494c59;
}

#menu a:hover{
color:#000;
background:#e2e2ec url("/styles/images/tile-blue-over-3.gif") repeat-x;
}
#menu a.selected{
color:#ff6600;
}

#menu a:active{
color:#ff6600;
background:#ffffff;/* url(/test/tile-blue-on-3.gif) repeat-x;*/
}


#menu li{
list-style-type:none;
}

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:140px;
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:140px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
text-indent:2px;
color:#494c59;
background:#edeef6 url("/styles/images/tile-silver-3-x.gif") no-repeat right;
}
#menu a.xselected, #menu a.xselected:visited{
color:#ff6600;
background:#edeef6 url("/styles/images/tile-silver-3-x.gif") no-repeat right;
}

#menu a.x:hover{
color:#000;
background:#edeef6 url("/styles/images/tile-blue-over-3.gif") repeat-x;
}
#menu a.xselected:hover{
color:#000;
background:#edeef6 url("/styles/images/tile-blue-over-3.gif") repeat-x;
}

#menu a.x:active{
color:#ff6600;
background:#e2e2ec;/* url(/test/tile-blue-on-3.gif) repeat-x;*/
}
/**************************END CSS MENU*************************/
/******************************LINK STYLES**************************/
/*general*/
a:link {
	color: #342870;
}
a:visited {
	color: #342870;
}
a:hover {
	color: #9486D5;
	text-decoration:none;
}
a:active {
	color: #6492CA;
	text-decoration:none;
}
.bottomlinks{
	color:#8181A9;
}
.bottomlinks a:link, .bottomlinks a:visited {
	text-decoration:none;
	color: #8181A9;
	}
.bottomlinks a:hover, .bottomlinks a:active {
	color: #666699;
	font-weight:bold;
	}
	/********top nav*******/
.selflink{
	font-size: 10px;
}
.selflink a:link, .selflink a:visited {
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.selflink a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #003399;
	}
.selflink a:active {
	text-decoration: underline;
	color: #FD778B;
	}
	
.sublinks {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.sublinks a:visited, .redlinks a:link {
	text-decoration: underline;
	color: #E15A00;
	}
.sublinks a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #003399;
	}
.sublinks a:active {
	text-decoration: underline;
	color: #FF9966;
	}
/********************LINK STYLES***********************/
/*****************Blue Red Blue Link Scheme*************/
.link_BRB a:link {
	text-decoration: underline;
	color: #0000FF;
	}
.link_BRB a:active {
	text-decoration: underline;
	color: #0000ff;
	}
.link_BRB a:visited{
	color: #0000FF;
}
.link_BRB a:hover {
	text-decoration: none;
	color: #FF3300;
	}

/*****************Red Blue Red Link Scheme*************/
.link_RBR a:link {
	text-decoration: underline;
	color: #FF0000;
	}
.link_RBR a:active {
	text-decoration: underline;
	color: #FF0000;
	}
.link_RBR a:visited{
	color: #FF0000;
}
.link_RBR a:hover {
	color: #0000FF;
	}

/****************************TABLE STYLES************************/

/************************RETAIL TABLE***************/
table.retail {
	border-collapse: collapse;
	width: 95%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border-collapse: collapse;
	}
table.retail tr{
	text-align: left;
	}
table.retail th{
	padding: 0 0.5em;
	text-align: center;
	background-color:#003399;
	color: #FFFFFF;
	}
table.retail td{
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	padding-bottom: 5px;
}
table.retail td.wth_1{
	width: 55%
}
table.retail td.wth_2{
	width: 45%
}
table.retail td.wth_3{
	width: 50%
}
/****************************SPECIFIC STYLES************************/
/*most are used for general site styles in the old rmr site to style it like cartweaver*/
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #342870;
	border: 1px inset #A1978F;
}

/******************************GEN TEXT STYLES**************************/
/**********************TXT FONT***********************/
.arial {
	font-family:Arial, Helvetica, sans-serif;
}
.times {
	font-family:"Times New Roman", Times, serif;
}
/**********************TXT DECORATION***************/
.bold {
	font-weight:bold;
}
/*********************TXT COLOR**********************/
.waterblue {
	color: #003399;
}
.red{
	color:#FF0000;
	}
.white {
	color:#FFFFFF;
}
.blue{
	color:#0000FF;
	}
.yellow{
	color:#FFFF00;
	}
.green{
	color:#090;
	}
/*********************TXT SIZE**********************/
.px9 {
	font-size: 9px;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14{
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px22 {
	font-size: 22px;
}
