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

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

body{
	font-family: Arial, sans-serif;
	color:#000000;
	margin: 0px;
	padding: 0px;
	height: auto;

}

a{
	color: #006699;
	text-decoration: none;

}

a:link{
	color:#006699;
	text-decoration: none;

}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

hr{
color:#009900;
margin-right:5px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #ffffff;
 margin: 0px;
 padding: 0.5em;
 text-align:center;
}



h2{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #333333;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 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: #000000;
}

img.c
{
text-align:center;
display:block;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
margin:0 auto;
width:780px;
height:auto;}

#container{
	width:780px;
	height:auto;
	background-color:#FFF8D0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float: left;

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

	width:780px;
	background-color:#FFF8D0;
	height:200px;
}

#logo{
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	height:200px;
	width:230px;
	float:left;
}


#navBar{
	margin-left: 5px;
	padding: 0px;
	background-image:url('images/menu.jpg');

}


#headlines{
	float:right;
	width: 150px;
	background-color:#FFF8D0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px none #cccccc;
	padding-right: 10px;
}



#content{
	width: 430px;
	background-color:#fff8d0;
	padding-left: 5px;
	margin-left: 185px;
}

#contentpics{
	float: left;
	width: 550px;
	background-color:#fff8d0;
	padding-left: 40px;
	margin-left: 190px;
	height: 420px;
	overflow: scroll;
}

#left{
float:left;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}
#right{
float:right;
padding:5px;
}

/***********************************************/
/* Components                                  */
/***********************************************/



#siteName{
	width:540px;
	height:150px;
	background-image:url('images/head.jpg');
	float:right;
	margin-right:10px;
}


#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 0 10px;
	background-color:#FFF8D0;
	margin-left:220px;
	line-height:25px;
	text-transform:lowercase;
}
#gnl {
	position:relative;
	float:left;


}

#gnr {
	position:relative;
	float:right;
}

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

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #000000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}



#mt{
	position:absolute;
	top: -30px;
}




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

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

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




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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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


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

#siteInfo{
	border-top:1px solid #cccccc;
	font-size: 75%;
	color:#cccccc;
	padding: 10px;
	margin-top: 0px;
	clear: both;
	background-color: #FFF8D0;
	width: 760px;
	left: 0px;
	top: 0px;
	float: left;
}

.left{
float:left;
}

.built{
float:right;
}


/************* #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; color:#FFFFFF;}
#navBar ul {list-style: none; margin: 0; padding: 0.5em; color:#FFFFFF;}

#navBar ul a:hover
{
	color:#006699;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border: 0.5px solid #000000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border: #000000;}


/*********** #sectionLinks styles ***********/
.menu{
	position:absolute;
	z-index:1000;
	font-size:14px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 3px;
	padding: 0px;



}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	width:165px;
	position:relative;
	top: 0px;
	left: 0px;
	margin: -20px 0 0;
	background-image:url('images/menu.jpg');
	padding: 0px;
	clear: both;

}

.menu li {
background:transparent;
border-bottom:1px solid #888;
}



* html .menu li {margin-left:0px; margin-left:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:auto;
	line-height:20px;
	width:165px;
	color: #666666;

	background:transparent;
	border-bottom:1px dashed #FFFFFF;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#ffffff; 
background:#999999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
left:140px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#666666;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#333333;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#d4e0fa;
}

.menu ul.top2 {top:47px;}
.menu ul.top3 {top:155px;}
.menu ul.top4 {top:-170px;}
.menu ul.top5 {top:218px;}
.menu ul.top6 {top:260px;}
.menu ul.top7 {top:342px;}


[if IE 7]>

.menu li {float:left;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

.advert{
	padding: 30px 0px 10px;
	width: 150px;
}

.advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 5px;
	font-size: 80%;
	width: 150px;
}

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


/************** #links styles **************/

#links{
width:420px;
float:left;
margin-bottom:35px;
}

#title{
float:left;
width:410px;
padding-bottom:10px;
}

#back{
	width:100px;
	float:right;
	margin-top: -20px;
}

#shopitem{
	width:410px;
	height:150px;
}

#shopitem2{
	width:410px;
	height:220px;
}

#shopitempic{
	float:right;
	width:140px;
	height:140px;
}
#shopitempic2{
	float:right;
	width:210px;
	height:210px;
}
