/***********************************************/
/* beeja_main.css                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #310C00;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}




/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #550000;
}

h2{
 font-size: 114%;
 color: #FF3300;
}

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

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

h5{
	font-size: 100%;
	color: #003300;
	text-decoration: underline;
}

ul{
	list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	list-style-type: none;
}
#wrapper {
	width: 900px;
}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 900px;
	height: 100px;
	background: url(../images/bg_navbar.gif) no-repeat left;
	color: #003300;
	text-decoration: none;
}
#maininfo {
	width: 900px;
	float: left;
}
#leftcolumn {
	float: left;
	width: 290px;
}
#wrapper #maininfo #leftcolumn h1 {
	margin-left: -9000px;
}

#content{
	float:left;
	width: 420px;
	padding-left: 5px;
	border: 1px #fe622f;
	border-left: 1px #fe622f dotted;
	font-size: 100%;
}

#navBar{
	width: 150px;
	border-left: 1px solid #FF6633;
	padding-top: 3px;
	padding-left: 0px;
	float: right;
}

#contentindex{
	float:left;
	width: 420px;
	padding-left: 5px;
	border-left: 1px #fe622f dotted;
	margin-left: 295px;
}


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

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

#globalNav{
	position: absolute;
	height: 45px;
	color: black;
	z-index: 100;
	top: -0;
	width: 502px;
	margin-left: 205px;
	margin-top: 29px;
	left: 0;
}

#breadCrumb{
	font-size: 70%;
	padding: 0px 0px 5px;
	color: #CC0000;
}
#featurecontent {
}

.breadcrumb a:link{
	padding: 0px;
	color: #cc0000;

}
.breadcrumb a:visited{
	padding: 0px;
	color: #006600;
	text-decoration: none;
}

.breadcrumb a:hover{
	padding: 0px;
	color: #006600;
	text-decoration: none;
}

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

.feature{
	padding: 5px 0px;
	vertical-align: top;
	font-size: .85em;
}

.feature a:link, a:link,a:visited, a:hover{
	text-decoration: underline;
color: #413300;
}

.feature a:link, a:visited, a:hover{
	text-decoration: underline;
color: #330000;
}


.feature h3{
	color: #990000;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.featurecaption {
	font-size: 100%;
	font-weight: bold;
	color: #fff2e6;
	background: #372923 url(../images/captionbg.gif) no-repeat +368px;
padding-left: 3px; }

.featuresubcaption {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

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


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

#siteInfobar{
	clear: both;
	margin-top: 0px;
	width: 900px;
	height: 40px;
}
/* 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{
	clear: both;
	font-size: 70%;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 2px solid #FF6633;
	width: 420px;
	margin-left: 290px;
}

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

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

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

#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;}
#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: none #EEE;}

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 80%;
	line-height: 150%;
}



#sectionLinks ul {
	text-indent: 10px;
}


#sectionLinks a:link{
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	text-decoration: none;
 color: #413300;
}

#sectionLinks a:visited{
	border-top: 1px none #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #330000;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px none #CC0000;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #FFF7F1;
	text-decoration: none;
}


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

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

.relatedLinks h3{
	padding: 10px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
}


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #contact sheet **************/

#headlines p{
	padding: 5px 0px 5px 0px;
}
#album {
	padding-left: 15px;
	left: 180;
	width: 700px;
	padding-top: 10px;
}
#contact_container {
	width: 700px;
	z-index: auto;
	position: relative;
	height: 1600px;
	float: left;
}

.photos {
	padding: 5px 0px;
	vertical-align: top;
	font-size: 85%;
}
#album a {
	font-size: 80%;
}
#album a:visited {
	color: #993300;
}
