/***********************************************/
/* Three Column CSS                           */
/*********************************************/


/***********************************************/ 
/* Sets website to be viewable in 800x600     */
/*********************************************/ 
#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	margin:0px auto 0px;
	border: 0px none #000000;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #D3D3D3; /* Color of area around site */
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/* ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 0px 0px 0px 0px;
	height: 150px;
	/* border-bottom: 1px solid #000000; */
	width: 100%;
	/*background-color:#e5c8aa; */
	background: #0000FF url(../images/Banner.jpg) no-repeat; 
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	/* background-color: #eeeeee; */ /* Color of background surrounding Product Types */
	/* border-right: 1px solid #000000;
	border-bottom: 1px solid #000000; */
}

#rightadvert{
  float:right;
	width: 23%;
	/* border-left: 1px solid #000000;
	border-bottom: 1px solid #000000; */
	padding-right: 10px;
}

#content{
	float: left;
 	width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************** .Topadvert styles ***************/

.Topadvert{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

.Topadvert h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.Topadvert img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 5px 10px 5px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	/* border: 1px solid #000000; */
	font-size: 75%;
	background-color: #0000FF;
}

/*********** #navBar link styles ***********/

#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{
	padding: 10px 0px 2px 10px;
} */

#sectionLinks a {
	display: block;
	/* border-top: 1px solid #cccccc; */
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd; /*Roll over color when mouse rolls over Menu Links */
}

#sectionLinks ul{
 list-style-type: none;
 padding:0px;
 margin:0px;
}

#sectionLinks li{
 list-style-type:disc;
 padding: 0px 0px 0px 10px;
}
 


/************** #rightadvert styles **************/

#rightadvert{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#rightadvert p{
	padding: 5px 0px 5px 0px;
}



