@charset "UTF-8";

html { overflow-y: scroll; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ede3cd url(../images/body_grad.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#apDiv2 {
	position:absolute;
	width:499px;
	height:153px;
	z-index:1;
	left: 34px;
	top: 11px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/BG_filler2.gif);
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_.png);
	width: 900px;
	height: 232px;
}
.oneColFixCtrHdr #header_nav {
	height: 171px;
	width: 316px;
	z-index: 1;
	position: relative;
	left: 547px;
	text-indent:-9009px;
}
.oneColFixCtrHdr #mainContent {
	width: 672px;
	margin-left: 114px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer.png);
	width: 900px;
	height: 145px;
}
ul#hipsnap_nav li {
	display:block;
}

a, a:visited {
color: #54321B;
}

ul#hipsnap_nav li a {
	display:block;
	outline:none;
	width:316px;height:57px;
	background:transparent url(../images/nav_sprite_vert.png) no-repeat 0 0;
	text-indent:-9009px;
	margin:0 0 0 0;
}

ul#hipsnap_nav li a:hover {background-position:0 0px}

ul#hipsnap_nav li#about_menu a {
	width:316px;
	background-position:-0 0;
}

ul#hipsnap_nav li#about_menu a:hover {
	background-position:0 -171px
}

ul#hipsnap_nav li#portfolio_menu a { 
	width:316px;
	background-position:0 -57px;
}

ul#hipsnap_nav li#portfolio_menu a:hover {
	background-position:0 -228px
}

ul#hipsnap_nav li#contact_menu a {
	width:316px;
	background-position:-0 -114px;
}

ul#hipsnap_nav li#contact_menu a:hover {
	background-position:0 -285px
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, p2, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p2 {
	font-size: 11px;
	font-style: italic;
	color: #54321B;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
p4 {
	font-size: 12px;
	font-weight: bold;
}
p5 {
	font-size: 0.8em;
	line-height: 1.2em;
	width: 70%;
	color: #54321B;
}



portfolio_body/*****Basic Definitions*****/
 {
	color: #333;
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}

p, p2, ul, ol, dl, table {
	margin-bottom: 18px;
}
ul, ol, dd {
	margin-left: 18px;
}

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
div#portfolio/*****Basic Layout*****/
 {
	margin: 0 auto 0;
	overflow: hidden;
	width: 672px;
}

ul#filter {
	float: left;
	font-size: 12px;
	list-style: none;
	width: 100%;
	margin-left: 0px;
}
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }
