/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;





	background-image: 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.detailstotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002888;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	font-weight: bold;
}
.smalltext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bottombroder {
	border-bottom-style: none;
	border-bottom-color: BF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: BF;
	border-right-color: BF;
	border-left-color: BF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
  font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
 color: #8080A8;
 border-bottom: 1px solid #c1c1d5;
 background-color: #f4f4f4;
 
}

h2{
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(design_images/header_bg.png);
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 100%;
	color: #001C5E;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 82px;
}

#navBar{
	padding: 0px;
	background-color: #C9D2DE;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 83%;
	margin-bottom: 0;
	margin-left: 0;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 4%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C9D2DE;
}

.divider{
 border-bottom: 1px solid #c1c1d5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 2px 2px;
}


/************* #globalNav styles **************/


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   


#globalNav{
	color: #000000;
	padding: 3px 0px 6px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 2px 12px 2px 12px;
	background-color: #EDBB2F;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
	color: #000000;
}


#globalNav a:hover {
	font-size: 90%;
	padding: 2px 12px 2px 12px;
	background-color: #CC390A;
	;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
	color: #000000;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: 70%;
	color: #3A436D;
	padding: 3px;
	margin-top: -1px;
	background-color: #A8B8CB;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #EDBB2F;
	color: #001C5E;
	padding: 2px 0 2px 2px;
	margin: 0 10px 3px 0;
	border: 1px solid #999;
	text-decoration:none;
}
#navBar ul a:hover {
	display: block;
	background-color: #CC390A;
	padding: 2px 0 2px 2px;
	margin-right: 10px;
	border: 1px solid #999;
	text-decoration:none;
	color: #333;
}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}
.color_image {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}
.tableheader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	text-align: left;
}
.tableheaderPRICE {
	FONT-WEIGHT: bold;
	FONT-SIZE: small;
	color: #002888;
	text-align: center;
	padding: 4px;
}
.tablemargin {
	margin: 25px;
}
.color_image a:link {
}
.color_image a:visited {
}
.color_image a:hover {
	border: 1px solid #0099FF;
}
.color_image a:active {
border: 1px solid #0099FF;
}.sizeborder {
	padding: 2px;
	background-color: #F3D178;
	text-decoration: none;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sizeborder a:link {
	padding: 2px;
	background-color: #F3D178;
	text-decoration: none;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sizeborder a:visited {
	padding: 2px;
	background-color: #F3D178;
	text-decoration: none;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sizeborder a:hover {
	padding: 2px;
	background-color: #F3D178;
	text-decoration: none;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.sizeborder a:active {
	padding: 2px;
	background-color: #F3D178;
	text-decoration: none;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#navBar2 {
	padding: 0px;
	background-color: #F8FCFC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 83%;
	margin-bottom: 0;
	margin-left: 15%;
}
#navBar2 ul a:link, #navBar2 ul a:visited {
display: block; background-color: #EBECF5; color: #765992; padding: 2px 0 2px 2px; margin: 0 10px 3px 0; border: 1px solid #999; text-decoration:none;
}
#navBar2 ul a:hover {
display: block; background-color: #DBDEE5; padding: 2px 0 2px 2px; margin-right: 10px; border: 1px solid #999; text-decoration:none; color: #333;
}
#navBar2 ul a:link {
list-style: none; margin: 0; padding: 0;
}
#navBar2 li {
	border-bottom: 1px solid #EEE;
}
#navBar3 {
	padding: 0px;
	background-color: #F8FCFC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 83%;
	margin-bottom: 0;
	margin-left: 0;
}
#navBar3 ul a:link, #navBar3 ul a:visited {
display: block; background-color: #EBECF5; color: #765992; padding: 2px 0 2px 2px; margin: 0 10px 3px 0; border: 1px solid #999; text-decoration:none;
}
#navBar3 ul a:hover {
display: block; background-color: #DBDEE5; padding: 2px 0 2px 2px; margin-right: 10px; border: 1px solid #999; text-decoration:none; color: #333;
}
#navBar3 ul a:link {
list-style: none; margin: 0; padding: 0;
}
#navBar3 li {
	border-bottom: 1px solid #EEE;
}
.relatedLinks2 {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-indent: 12px;
}
.relatedLinks3 {
	margin: 0px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-indent: 17px;
}
.reportheaderpagebreak {
	background-color: #DFDFDF;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: small;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	page-break-after: always;
}
.bottomborder2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DACBF;
}
.navi_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 0px none #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
.frontpagebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.navi_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 0px none #FFFFFF;
	font-weight: bold;
}
.navi_text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 0px none #FFFFFF;
	font-weight: bold;
}
.box_border {
	border: thin solid #000000;
	margin: 15px;
	padding: 15px;
}
.feature2 {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}
.tableheaderPRICE2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	color: #002888;
	text-align: center;
	padding: 4px;
}
.tableheaderproduct {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	color: #DD7D1E;
	text-align: center;
}
.story_left25 {
	clear: both;
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 25px;
}
.detailstotal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #002888;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	font-weight: bold;
}
.smalltextbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tableheader_cart {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	text-align: center;
	background-color: #D5DCE6;
}
#content2 {
	float:none;
	width: 970px;
	margin: 0;
	background-color: #C9D2DE;
	padding: 0;
}
.main_table {
	border: thin solid #DCDCDC;
}
#siteInfo2 {
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: x-small;
	color: #6666FF;
	padding: 5px;
	margin-top: -1px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#siteInfo2 a:link {
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: x-small;
	color: #6666FF;
	padding: 5px;
	margin-top: -1px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#siteInfo2 a:visited {
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: x-small;
	color: #6666FF;
	padding: 5px;
	margin-top: -1px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#siteInfo2 a:hover {
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: x-small;
	color: #CC3300;
	padding: 5px;
	margin-top: -1px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#siteInfo3 {
	font-size: 11px;
	color: #6666FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#siteInfo3 a:link {
	font-size: 11px;
	color: #6666FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#siteInfo3 a:visited {
	font-size: 11px;
	color: #6666FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#siteInfo3 a:hover {
	font-size: 11px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
