/***********************************************/
/* 2col_rightNav.css                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #D0CB8F;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccc99 url(red_grad.jpg) fixed;
}

p{
	padding: 5px 10px 5px 10px;
	color: #727052;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFCC00;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 10px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	color: #727052;
	font-weight: bold;
}

h2{
	font-size: 12px;
	color: #727052;
}

h3{
	font-size: 12px;
	color: #727052;
	text-align:left;
}

h4{
 	font-size: 12px;
 	font-weight: bold;
 	text-align: center;
 	color: #727052;

}

h5{
 	font-size: 12px;
 	color: #727052;
}

ul{
	list-style-type: disc;
	font-weight:bold;
	padding: 5px 10px 5px 10px;

}

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

#masthead{
	margin: 0;
	width:850px;
	height:100px;
	background-image:url(Webimages/logo.jpg);
	background-repeat:no-repeat;
	background-color: #660033;
	}

#navBar{
	margin: 0 0 0 700px;
	padding: 0px;
}
#leftgutter{
	float:left;
	width:25px;
}

#biobox{
	float:left;
/*	width: 650px;*/
	width: 680px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #D0CC8F;
}

#biobox a {
	color:#663333;
	font-weight:600;
	font-size:12px;
	padding: 0px 4px 0px 0px;
}

#gallerybox{
	float:left;
	width:90%;
	overflow:auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #D0CC8F;
}

#gallerybox a {
	color:#663333;
	font-weight:600;
	font-size:12px;
	padding: 0px 4px 0px 0px;
}

#gallerybody{
	margin: 5px 10px 15px 20px;
	}

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

#globalNav{
	color:#CC9900;
	width: 750px;
	padding: 0px 10px 0px 10px;
	text-align: right;
}

#globalNav a {
	color:#CC9900;
	font-size: 11px;
	padding: 0px 4px 0px 0px;
	color: #cc9900;
}

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

.feature{
	padding: 0px 0px 3px 0px;
	font-size: 12px;
	color: #727052;
}

.feature h3{
	padding: 30px 0px 3px 0px;
	text-align: left;
	text-transform: none;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	font-size: 10px;
	color: #CCCC00; /*	gold*/
	text-align:center;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}
/* 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" */


/*********** #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 ***********/
/* used for bio-cv sections, right-nav */
#sectionLinks{
	position: relative;
	width:120px;	
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
}
