/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backround.gif);
}

a:link, a:visited, a:hover {
	color: #900;
	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: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #600;
}

h2{
	font-size: 150%;
	color: #900;
}

h3{
	font-size: 100%;
	color: #600;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000;
}

h5{
	font-size: 100%;
	color: #900;
}

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                                 */
/***********************************************/

#outerwrap{
	width:100%;
	background-image: url(../images/backround.gif);
	text-align:center;
}

#container{
	width: 860px;
	background-color:#460000;
	text-align:center;
	
	/*margin: 0px 10px 10px;*/ /*<-- ORIGINAL. In order to make the div go to the center 
	the property "auto" must be specified for the left margins.
	
	The 0 is for the top  margin.
	The auto is for the left and right margins.
	The 10px is for the bottom margin.
	*/
	margin: 0px auto 10px;/**/
	padding: 0px 20px;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}

#container2{
	width: 860px;
	background-color:#5d5d5d;
	text-align:center;
	margin: 0px;
	padding: 0px;
	/*Added a bottom border so the margin of the warning box has something
	to "margin" itself against. A FF bug. Sometimes if there isn't a solid
	adjacent surface FF collapses the margin. weird.*/
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}

#masthead{
	/*margin: 0;*/ /*<-- ORIGINAL. In order to make the div go to the center the property "auto"
	must be specified for the left margins.
	The 0 is for the top and bottom margins.
	The auto  is for the left and right margins.
	*/
	margin: 0 auto;/* <--NEW */
	
	
	padding: 0px 0px;
	border-bottom: none #000;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}

#navBar{
	float:left;
	width: 180px;
	margin: 0 0 0 10;
	padding: 0px;
	background-color: #D9DBDF;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	text-align:left;
	background-repeat: no-repeat;
}

#content{
	float:right;
	width: 660px;
	padding: 10px;
	background-color: #5d5d5d;
	text-align:left;
	border-right-color: #000;

}

#rightColumn{
	float:right;
	width: 320px;
	padding: 0px 0px 10px 15px;
	text-align:left;
	margin: 0px;
}

#rightHighlight{
	float:right;
	width: 275px;
	padding: 10px;
	text-align:left;
	margin: 10px 0px 10px 10px;
	border: 2px solid #CC9900;
	font-size: 13px;
}

#rightHighlight2{
	float:right;
	width: 275px;
	padding: 10px;
	text-align:left;
	margin: 10px 5px 10px 10px;
	border: 1px solid #26699D;
	font-size: 14px;
	background-color: #ECEDF0;
}

#rightHighlight2 h3{
	font-weight: bold;
	color: #C69500;
	font-size: 18px;
	text-align: center;	
}

.highlightboxhome{
	padding: 5px 10px 10px;
	text-align:left;
	margin: 0px;
	border: 2px solid #CC9900;
	width: 280px;
}

.hightlight {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}


.price{
	color: #CC0000;
	font-weight: bold;
}

.price2{
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	text-decoration: blink;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 0px solid #333333;
}

#blueBorder{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	width: 900px;
	height: 1px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#topNav{
	font-size: 130%;
	color: #000;
	padding: 8px;
	white-space: nowrap;
	text-align: center;
	background-color: #460000;
	margin: 0px;
	letter-spacing: 3px;
	
	/*I just added a 1px border to the top of the topNav div.*/
	border-top: 1px solid #000;
}
/* '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 */

#topNav img{
 display: block;
}

#topNav a {
	color: #000; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 25px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}

.feature h4{
	padding: 10px 0px 5px;
	font-size: 110%;
	font-weight: bold;
	color: #CC6600;
}


.SubHead{
	font-size: 125%;
	color: #900;
	font-weight: bold;
}	

/*.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;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #E8E8E8;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}

#siteInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:hover {
	color: #F9BB00;
	text-decoration: none;
}

/* 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;
}


/*********** #navBar link styles ***********/

#navBar {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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;
}

/* 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{
	font-size: 85%;
	padding: 3px 0px 1px 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 10px 5px;
	font-size: 90%;
	vertical-align: bottom;
}

.relatedLinks li{
	background-image: url(images/button.gif);
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 93%;
}

.relatedLinks li a:link, .relatedLinks li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.relatedLinks li a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FFBB06;
}
.relatedLinks h3{
	font-size: 92%;
	padding: 2px 0px 2px;
	text-transform: uppercase;
}


/************** #advert styles **************/

.advert {
	text-align: center;
}

.advert img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/************** #form button styles **************/

#formbutton1{
	float:left;

}

#formbutton2{
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;

}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 90%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #warning styles **************/

#warning {
	clear: both;
	width: 800px;
	background-color: #000000;
	border: 2px solid #df2a00;
	font-size: 80%;
	color: #FFFFFF;
	padding: 8px;
	margin: 10px;
	line-height: 140%;
	text-align:left;
}

#warning img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slash {
	text-decoration: line-through;
	font-weight: bold;
}
.pageFormat {
	padding: 5px;
	margin: 5px;
	color: black;
	border: thin solid #333;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.redLargeFont {
	font-size: 1.4em;
	color: #cc0000;
	font-weight: bolder;
}
/************** #menu **************/


.menutitle{
cursor:pointer;
margin-bottom: 2px;
background-image: url(http://www.truedge.com/images/button.gif);
color:#ffffff;
width: 180px;
text-align:left;
font-weight:bold;
background-repeat: no-repeat;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 8px;
font-size: 85%;
}

.item{
cursor:pointer;
margin-bottom: 2px;
background-image: url(http://www.truedge.com/images/button3.gif);
color:#ffffff;
width: 180px;
text-align:left;
font-weight:bold;
background-repeat: no-repeat;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 8px;
font-size: 85%;
}

.item a:link, .relatedLinks li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.item a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FFBB06;
}
.submenu{
margin-bottom: 0.5em;
}
