@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg_inside_pages.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

/*
.homeSubBox {
	background-image: url(../images/bg_home_featured.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 250px;
	padding: 25px;
}
.homeSubBox h1 {
	font-size: 16px;
	color: #0C356A;
	padding-top: 4px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	
}
.homeSubBox h1 a {
	color: #0C356A;
	text-decoration: none;
}

#header_sub h3 {
	color: #414141;
	font-size: 40px;
}
.homeBottom {
	position: absolute;
	height: auto;
	width: 900px;
	left: 50px;
	top: 440px;
}

*/


/* General Styles Below*/


h1 {
	font-size: 16px;
	color: #0C356A;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0C356A;
}
h1 a {
	color: #0C356A;
	text-decoration: none;
}	

a {
	text-decoration: underline;
	color: #347BA2;
	font-weight:bold;
}


/* Inside Page Styles */


/* Main Text Area */
.vendor_header {
	font-size: 16px;
	color: #0C356A;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E6291;
	margin-right: 500px;
}
.red_text {
	font-weight: bold;
	color: #FF0000;
}


.redLine {
	color: #CC0000;
	text-decoration: line-through;
}
.red_button {
	font-weight: bold;
	color: #FF0000;
	background-color: #F7F6F4;
	border: 1px solid #DDDDDD;
	padding: 6px;
	width: 240px;
	display: block;
}
.red_button a{
	color: #FF0000;
	text-decoration: underline;
	
}
.blueText {
	font-weight: bold;
	color: #347BA2;
}
.blueBox {
	color: #FFFFFF;
	background-color: #0073CB;
	height: auto;
	width: 382px;
	padding: 8px;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1em;
	text-align: center;
}

