body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0; padding:0;}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#D0CDCA;
	margin: 0px;
	padding: 0px;
	color:#7B6F64;
}

/* PARAGRAPH STYLES */

H1, H2, H3, H4, H5 {font-size:100%;	font-weight:normal;}
H1 {}
H2 {}
H3 {}
H4 {}
 
li { margin-bottom:5px;}
 
A { color:#A16125; text-decoration:none;}
/*A:visited{ text-decoration:none; color:#;}*/
A:hover {color:#000; text-decoration:none;}
/*A:active { text-decoration:none; color:#;}*/
A:focus {outline:none;}

:focus {outline: 0;}
fieldset, img {border:0;}
q:before, q:after {	content:'';}

input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}
.inputs {
	background-color: #8CD2FF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F994FD;
	width:200px;

}
.inputs-focus {background-color: #8CD2FF;
	width:200px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CDCDCD;
}
.clr {clear: both;}

/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;}

.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* LAYOUT STYLES */

#wrapper {
	width:976px;
	margin: 0 auto;
	padding: 0px;
} 

.whtbxtop {
	background: url(../images/whtbxtop.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	width: 976px;
	height:24px;

}
.whtbxmid {
	background: url(../images/whtbxmid.gif) repeat-y left top;
	margin: 0px;
	padding: 0px 18px;
}
.whtbxbot {
	background: url(../images/whtbxbot.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.header {}
.logo {
	float:left;
	width:284px;
	background: url(../images/logo.gif) no-repeat left top;
	height: 100px;
}
.logo A { display:block; text-indent:-9999px; height: 100px;}

.searchsec { float:right; width:656px;}
.searchbx {
	background: url(../images/searchbx.gif) no-repeat left top;
	margin: 0px;
	padding: 2px 10px 5px;
	width: 184px;
	height: 15px;
}
.formbt {
	background: url(../images/go_bt1.gif) no-repeat left top;
	height: 22px;
	width: 49px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
}
.formbt:hover {
	background: url(../images/go_bt.gif) no-repeat left top;
	height: 22px;
	width: 49px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.txtfld {
	background:#fff;
	border: solid 1px #fff;
	height: 15px;
	width: 184px;
	margin: 0px;
	padding: 0px;
}
.mainmenu {
	margin: 0px;
	padding: 0px;
}
     /* navigation */
			/* navigation links
			-------------------------------------------------------- */
			ul#nav {
				width:940px; height:33px;
				background:url(../images/nav.gif) no-repeat;
				position: relative;
				padding:0; margin:0;
				}
			
				ul#nav li {float: left; list-style: none; padding:0; margin:0; list-style-type:none; height:33px;}
				
				ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	height:33px;
	margin: 0px;
	padding: 0px;
}
			
					ul#nav li#nav-1 a { 
					/*home*/
						left: 0px; width:75px; 
						background: url("../images/nav.gif") -0px 0 no-repeat;
						}
					ul#nav li#nav-2 a { 
					/*resume*/
						left: 79px; width:119px; 
						background: url("../images/nav.gif") -79px 0 no-repeat;
						}
					ul#nav li#nav-3 a { 
						/*bio*/
						left: 201px; width: 169px; 
						background: url("../images/nav.gif") -201px 0 no-repeat;
						}
					ul#nav li#nav-4 a { 
						/*gallery*/
						left: 373px; width: 154px; 
						background: url("../images/nav.gif") -373px 0 no-repeat;
						}
						
					ul#nav li#nav-5 a { 
						/*gallery*/
						left: 530px; width: 147px; 
						background: url("../images/nav.gif") -530px 0 no-repeat;
						}
					ul#nav li#nav-6 a { 
						/*gallery*/
						left: 680px; width: 79px; 
						background: url("../images/nav.gif") -680px 0 no-repeat;
						}
					ul#nav li#nav-7 a { 
						/*gallery*/
						left: 763px; width: 173px; 
						background: url("../images/nav.gif") -763px 0 no-repeat;
						}
			
			
			ul#nav li#nav-1 a:hover  	{ background-position: -0px -33px; }
			ul#nav li#nav-2 a:hover  	{ background-position: -79px -33px; }
			ul#nav li#nav-3 a:hover  	{ background-position: -201px -33px; }
			ul#nav li#nav-4 a:hover  	{ background-position: -373px -33px; }
			ul#nav li#nav-5 a:hover  	{ background-position: -530px -33px; }
			ul#nav li#nav-6 a:hover  	{ background-position: -680px -33px; }
			ul#nav li#nav-7 a:hover  	{ background-position: -763px -33px; }
	
	

			/*ul#nav li#nav-1 a.active1  	{ background-position: -0px -33px; }
			ul#nav li#nav-2 a.active2  	{ background-position: -79px -33px; }
			ul#nav li#nav-3 a.active3  	{ background-position: -201px -33px; }
			ul#nav li#nav-4 a.active4  	{ background-position: -373px -33px; }
			ul#nav li#nav-5 a.active5  	{ background-position: -530px -33px; }
			ul#nav li#nav-6 a.active6  	{ background-position: -680px -33px; }
			ul#nav li#nav-7 a.active7  	{ background-position: -763px -33px; }*/
	


			/* navigation close */
      
#contenArea {
	margin: 0px;
	padding: 10px 0px 0px;
}
.leftsec {
	float:left;
	width: 182px;
	padding-right: 10px;
}
.blubxsec {}
.blubxtop {
	background: url(../images/blubx_top.gif) no-repeat left bottom;
	height: 11px;
	margin: 0px;
	padding: 0px;
}
.blubxmid {
	background: #5BC1F7 url(../images/blubx_midbg.gif) repeat-x left top;
	height:auto;
	min-height:182px;
	height:auto!important;
	border-right: 1px solid #566C7C;
	border-left: 1px solid #566C7C;
	width: 163px;
	padding-right: 8px;
	padding-left: 9px;
	color:#fff;
}

.blubxmid A  { color:#fff;}
.blubxmid A:hover { color:#22495D;}
	

.blubxmid h1 {
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
	padding-bottom: 5px;
}


.blubxbot {
	background: url(../images/blubx_bot.gif) no-repeat left top;
	height: 11px;
}

.spacer { height:10px;}
.banner { margin-bottom:10px;}
.welcomsec {
	margin: 0px 0px 10px;
	padding: 0px;
}

.welcomsec h1  {
	font-size:18px;
	color:#F89002;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted #7B6F64;
	margin-bottom: 10px;
}
.clr1 { color:#492607;}
.midsec { float:left; width:556px;}
.rigthsec { float:left; width: 182px; padding-left: 10px;}
.aboutsec {
	background: #E8E8E8;
	border-top: 2px solid #9D9D9D;
	padding: 10px;
}
.aboutsec h1  {
	font-size:15px;
	color:#3F3933;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 1px dashed #ABABAB;
}
.aboutsec h2  {
	font-size:12px;
	color:#3F3933;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 1px dashed #ABABAB;
}
.rgtsecbx {}
.rgtsecbx_top {
	background: url(../images/rgt_bx_top.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 11px;
}
.rgtsecbx_mid {
	background: #F3F0ED url(../images/rgt_bx_mid.gif) repeat-x left top;
	border-right: 1px solid #CECBC9;
	border-left: 1px solid #CECBC9;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
}
.rgtsecbx_mid  h1 {
 font-weight:bold;
 font-size:13px;
 margin-bottom:5px;
}


.rgtsecbx_bot {
	background: url(../images/rgt_bx_bot.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 11px;
}
.line {
	background: url(../images/linebg.gif) repeat-x left center;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bot {
	color:#403A34;
	font-size:10px;
	margin: 0px auto;
	padding: 10px 0px 5px;
	width: 940px;
}
.bot A { color:#403A34; }
.bot A:hover { color:#D47F31; }
.innercont { text-align:justify;}
.innercont h1  {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #CA7932;
	border-bottom: 1px dotted #C3C3C3;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.photos  {

	display:inline;
	float:left;
	background: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.photos  A {
	height: 200px;
	width: 150px;
	display:block;
	border: 2px solid #ccc;
	padding: 0px;
	margin: 0px;
}
.photos A:hover {
	border: 2px solid #9B9B9B;
height: 200px;
	width: 150px;
}
.smltxt { font-size:10px; margin-top:10px;}
