/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#FFF url(../images/bg-x-main.jpg) top repeat-x;
	text-align:center;
	font:14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font:1.3em Georgia, "Times New Roman", Times, serif;
	color:#000;
}
h2 {
	color:#0F3E76;
	font:1.2em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font:1.0em Georgia, "Times New Roman", Times, serif;
	color:#000;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#CC0000;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:20px;
}
.quote {
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	color: #0F3E76;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:0 0 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background:#FFF url(../images/input.jpg) bottom repeat-x; /* to prevent highlighting by Google Toolbar */
	border:3px solid #FFF;
	color:#666;
	width:290px; /* 5 pixles smaller than form width !important */
	height:26px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:15px; /* sets vertical spacing between fields */
	padding-top:3px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:99px;
	height:26px;
	cursor:pointer;
	padding:0;
	background:url(../images/button-design.jpg);
	border: none;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#main-wrap {
	background:url(../images/bg-top-wrap.jpg) top center no-repeat;
	width: 100%;
}
#wrap {
	width:1083px;
	margin:0 auto;
	text-align:left;
}
#content-top-wrap {
	background: url(../images/top-wrap.jpg) top center no-repeat;
	widows:1083px;
	padding-bottom: 20px;
}
#column-right h2 {
	margin:20px 0 10px 0;
}
#column-left h2 {
	margin:0;
}
#column-left h2.resume{}
#column-left h3 {
	margin:0 0 10px 0;
	font:0.8em/1em Arial, Helvetica, sans-serif;
	color: #999;
}

#column-left h4 {
	margin:0;
	font:1em/1em Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#center-wrap {
	background:#2b2b2b url(../images/portfolio-repeat-x.jpg) top center repeat-x;
	width:100%;
}
.content-wrap {
	width:1083px;
	margin:0 auto;
	text-align:left;
	background: url(../images/footer-wrap.jpg) top center no-repeat;
}
#center-wrap .content-wrap#index-portfolio {
	background:url(../images/portfolio-bg.jpg) top center no-repeat;
	padding: 0;
}
#center-wrap .content-wrap#index-portfolio .top {
	height:75px;
	position:relative;
}
#center-wrap .content-wrap#index-portfolio .button-portfolio {
	position:absolute;
	width:343px;
	height:40px;
	left:370px;
	height:45px;
	top: 30px;
}
#expand_portfolio {
	width:960px;
	display:none;
	display:block;
	margin:0 auto;
	padding: 0 0 20px 0;
}
#expand_portfolio .content {
	display:block;
	width:900px;
	background: #333;
	margin:20px 0 0 0;
	padding:10px 20px;
	color: #999;
}
.portfolio-thumb {
	display:block;
	width:210px;
	height:180px;
	background: #212121 url(../images/bg-thumb.jpg) top center no-repeat;
	float:left;
	margin:20px 20px 0 0;
	padding: 5px 5px 10px 5px;
	text-align:center;
	font-weight:bold;
	color:#FC0;
}
.portfolio-thumb a {
	margin:35px 0 15px 0;
	display:block;
}
.portfolio-thumb a:link img, .portfolio-thumb a:visited img {
	border:2px dashed #666;
	margin:0 0 10px 0;
	text-decoration:none;
	outline:none;
}
.portfolio-thumb a:hover img, .portfolio-thumb a:active img {
	border:2px dashed #FC0;
	margin:0 0 10px 0;
	text-decoration:none;
	outline:none;
}
.portfolio-thumb a:link, .portfolio-thumb a:visited {
	color:#666;
	text-decoration:none;
	outline:none;
}
.portfolio-thumb a:hover, .portfolio-thumb a:active {
	color: #FC0;
	text-decoration:none;
	outline:none;
}
#form-wrap {
	background:#a1a1a1 url(../images/repeat-x-form-wrap.jpg) top center repeat-x;
	width: 100%;
}
#form-wrap .content-wrap#index-form {
	background: url(../images/bg-form-wrap.jpg) top center no-repeat;
	padding: 34px 0 10px 0;
}
.content-wrap .pod {
	widows:300px;
	margin:0 0 0 20px;
	width: 300px;
	float: left;
}
#index-special {
	display:none;
}
.content-wrap .pod a:link, .content-wrap .pod a:visited {
	color:#767676;
	text-decoration:underline;
	outline:none;
}
.content-wrap .pod a:hover, .content-wrap .pod a:active {
	color:#999999;
	text-decoration:underline;
	outline:none;
}
.content-wrap .pod#first, .content-wrap .pod#pod-first {
	widows:300px;
	margin:50px 0 0 61px;
}
#footer-wrap .content-wrap .pod#first {
	widows:300px;
	margin:0px 0 0 61px;
	width: 620px;
}
#footer-wrap {
	background:#2b2b2b;
	width: 100%;
	padding: 0 0 20px 0;
	color: #999999;
}
#footer-wrap h2 {
	color: #666;
	margin: 0 0 20px 0;
	font-size: 28px;
	font-weight: lighter;
}
#footer-wrap h2.header{ margin:20px 0;}
#footer-wrap p {
	color: #767676;
}
.pod .top {
	display:block;
	border-bottom:2px solid #242424;
	margin: 0 0 20px 0;
	clear: both;
}
.content-wrap .pod#first a {
	display:block;
	float:left;
	width:180px;
	margin:0 10px 0 0;
	font-size: 12px;
	padding: 0 5px 5px 5px;
}
.content-wrap .pod#first a:link, .content-wrap .pod#first a:visited {
	color: #767676;
	text-decoration:none;
	outline:none;
}
.content-wrap .pod#first a:hover, .content-wrap .pod#first a:active {
	color:#767676;
	text-decoration:none;
	background-color:#3f3f3f;
	outline:none;
}.content-wrap .pod#first  a.link-port {
	text-decoration:underline;
	outline:none;
	display: inline;
	float: none;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:69px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:864px;
	width:169px;
	top:6px;
	height:45px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:652px;
	float:left;
	margin: 92px 0 0 61px;
}
#index-image-wrap{
	width: 300px;
	float: right;
	height: 250px;
}
.pod {
	margin-bottom:20px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:288px;
	float:left;
	margin: 92px 0 0 20px;
}
#column-right a , #column-right p.spec{
	width: 278px;
	display: block;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dashed #333333;
	margin: 0;
}
#column-right a.resume{ background:url(../images/pdf-icon.png) 140px 2px no-repeat; }
#column-right a:link, #column-right a:visited {
	color:#333333;
	text-decoration:none;
	outline:none;
}
#column-right a:hover, #column-right a:active {
	color:#333333;
	text-decoration:none;
	outline:none;
	background-color: #FFFFCC;
}
#header-image {
	height:247px;
	position:relative;
	background:url(../images/header-image.jpg) top no-repeat;
}
#header-image a.outlook {
	display:block;
	width:36px;
	height:30px;
	top:217px;
	position:absolute;
	left: 815px;
}
#header-image a.facebook {
	display:block;
	width:70px;
	height:30px;
	top:217px;
	position:absolute;
	left: 856px;
}
#header-image a.linkedin {
	display:block;
	width:91px;
	height:30px;
	top:217px;
	position:absolute;
	left: 930px;
}
#header-flash {
	width: 792px;
	height: 247px;
}
#header-image h1 {
	displau:none;
	display: none;
} /* sets height for all non-flash headers */
/* ------------------------ subhead framework ------------------------ */

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


#adobe-nav {
	background:url("../images/adobe-nav.jpg") no-repeat;
	width:1083px;
	height:92px;
	margin:0 auto;
	padding:0;
	}

#adobe-nav span { display: none; }

#adobe-nav li, #adobe-nav a { height:92px; display:block; } /* change height here also */

#adobe-nav li { float:left; list-style:none; _display:inline; position:relative; }

#adobe-nav-01 { width: 83px; margin-left: 44px;}
#adobe-nav-02 { width: 83px;}
#adobe-nav-03 { width: 83px;}
#adobe-nav-04 { width: 83px;}
#adobe-nav-05 { width: 83px;}
#adobe-nav-06 { width: 83px;}
#adobe-nav-07 { width: 83px;}
#adobe-nav-08 { width: 83px;}
#adobe-nav-09 { width: 83px;}
#adobe-nav-10 { width: 83px;}
#adobe-nav-11 { width: 83px;}
#adobe-nav-12 { width: 83px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#adobe-nav-01 a:hover { background:url("../images/adobe-nav.jpg")  -44px -92px no-repeat; }
#adobe-nav-02 a:hover { background:url("../images/adobe-nav.jpg") -127px -92px no-repeat; }
#adobe-nav-03 a:hover { background:url("../images/adobe-nav.jpg") -210px -92px no-repeat; }
#adobe-nav-04 a:hover { background:url("../images/adobe-nav.jpg") -293px -92px no-repeat; }
#adobe-nav-05 a:hover { background:url("../images/adobe-nav.jpg") -376px -92px no-repeat; }
#adobe-nav-06 a:hover { background:url("../images/adobe-nav.jpg") -459px -92px no-repeat; }
#adobe-nav-07 a:hover { background:url("../images/adobe-nav.jpg") -542px -92px no-repeat; }
#adobe-nav-08 a:hover { background:url("../images/adobe-nav.jpg") -625px -92px no-repeat; }
#adobe-nav-09 a:hover { background:url("../images/adobe-nav.jpg") -708px -92px no-repeat; }
#adobe-nav-10 a:hover { background:url("../images/adobe-nav.jpg") -791px -92px no-repeat; }
#adobe-nav-11 a:hover { background:url("../images/adobe-nav.jpg") -874px -92px no-repeat; }
#adobe-nav-12 a:hover { background:url("../images/adobe-nav.jpg") -957px -92px no-repeat; }
