/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: tahoma, sans-serif;
	font-weight: normal;
	color: #7B498E;
	line-height: 120%;	
	margin: 0, auto;
	padding: 5px;
/*	background-image:url(../images/back_grad.gif);
	background-repeat:repeat-x
*/
}

a {
	color: #7B498E;
	text-decoration: none;
}

a:link {
	color: #7B498E;
	text-decoration: none;
}

a:visited{
	color: #7B498E;
	text-decoration: none;
}

a:hover{
	color: #7B498E;
	text-decoration: underline;
}

h1{
	 font-family: Tahoma, sans-serif;
	 font-size: 110%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}

h2{
	 font-family: Tahoma, sans-serif;
	 font-size: 114%;
	 color: #7B498E;
	 margin: 0px;
	 padding: 0px;
}

h3{
	 font-family: Tahoma, sans-serif;
	 font-size: 100%;
	 color: #7B498E;
	 margin: 0px;
	 padding: 0px;
	 
}

h4{
	 font-family: Tahomal, sans-serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
}

h5{
	 font-family: Tahoma, sans-serif;
	 font-size: 100%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Tahoma, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo	{
	width: 150px;
	height:137px;
	float: left;
	padding: 0px;
	background-color:#FFF;
	position: center;
}

#container	{
	font-family: tahoma, sans-serif;
	font-weight: normal;
	background-image: url(../images/spiral.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#FFF;
	width: 950px;
	margin: 0 auto; 
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 100%;
	color: #666;
	padding: 0px;
}


#masthead{
	margin-left: 160px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	width: auto;
	height: 140px;
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#navBar{
	float: left;
	width: 159px;
	height:800px;
	margin-top:0px;
	padding: 0px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background-image: url(../images/menu_grad.png);
	background-repeat: repeat-x
}


#rightcolumn{
  	float: right;
	width: 205px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 7px;
}

#content{
	font-family: tahoma, sans-serif;
	font-weight: normal;
	float: left;
	width: 570px;
	padding: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:5px;
    font-size: 5px;
    line-height: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	font-family: tahoma, sans-serif;
	font-size: 80%;
	font-weight: normal;
	padding: 0px 0px 10px 10px;

}

.feature h2{
	padding: 10px 0px 5px 0px;
	text-align: left;
	border-bottom: 1px solid #BEA167;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	border-bottom: 1px solid #BEA167;
}

.feature 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 0px 10px 0px;
}


/************* #search styles ***************/

#search	{
	float: right;
	padding: 0px 0px 5px 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 80%;
	color: #fff;
	width: 270px;
}

#search form	{
 	margin: 0px;
 	padding: 10px;
	color: #fff;
}

#search label	{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#searchcontent{
	font-family: tahoma, sans-serif;
	font-weight: normal;
	float: left;
  	width: 400px;
	padding-left:1px;
}

/*********** #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;
}


/*********** .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{
	font-size: 85%;
	padding: 5px 0px 0px 5px;
}

#advert img{
	display: block;
}


/************** #rightcolumn styles **************/

#rightcolumn{
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 70%;
}

#rightcolumn p{
	padding: 5px 0px 5px 5px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #fff;
	font-size: 75%;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	background-image: url(../images/footer.gif);
}

.siteInfo a:link{
	color: #FFF;
	text-decoration:none
}

.siteInfo a:hover{
	color: #FFF;
	text-decoration:underline
}


/************* #footerlinks styles ***************/
#footerlinks{
	background-color:#996699;
	clear: both;
	height: 260px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}



#footerlinks a:link{
	color: #FFF;
	font-size: 10px;
	text-decoration:none
}

#footerlinks a:hover{
	color: #FFF;
	text-decoration:underline
}

#footerlinks a:visited{
	color: #FFF;
	text-decoration:none
}

.footerhead {
	color: #fff;
	margin-left: 10px;
}

#footerlist {
	font-size: 10px;
	width: 170px;
	float:left;
	margin-left: 15px;
	padding: 10px
}

#footerlist2 {
	font-size: 10px;
	width: 150px;
	float:left;
	margin-left: 10px;
	padding: 10px
}

#footerlist3 {
	font-size: 10px;
	color: #fff; 
	width: 170px;
	float:left;
	margin-left: 10px;
	padding: 0px
}

#footerInfo{
	clear: both;
	border: 1px solid #fff;
	font-size: 65%;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	background-image: url(../images/footer.gif);
}

/*gallery*/
#simplegallery1{ //CSS for Simple Gallery Example 1
	background-color: #000;
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	padding:1px	
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding-right: 10px;
	background-color: #000;
}
