@charset "utf-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
}

p{padding:5px; line-height:16px;}

h1{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #525252;
  letter-spacing:-1px;
  font-weight:normal;
  text-decoration:none;
  margin-bottom:10px;
  border-bottom:solid 1px #525252;
  clear:both;
}

body{
  background:transparent url(images/bodybg.jpg) no-repeat scroll center 0;
  background-color: #acacac;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

#wrapper{
  width:882px;
  margin:0 auto;
  background-color:#fff;
  color:#333;
}

#banner{
  height:74px;
  background-color:#c60041;
  border-bottom:#000 solid 6px;
}

#logo, #logo a{
  float:left;
  height:74px;
  width:217px;
  background:url(images/logo.gif) no-repeat;
  cursor:pointer;
}

#nav li, #home a, #portfolio a, #resume a, #contact a{
  cursor:pointer;
  display:block;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#home, #home a{width:66px; height:100%; background:url(images/home.gif);}
#portfolio, #portfolio a{width:103px; height:100%; background:url(images/portfolio.gif);}
#resume, #resume a{width:91px; height:100%; background:url(images/resume.gif);}
#contact, #contact a{width:92px; height:100%; background:url(images/contact.gif);}

#home a:hover{width:66px; height:100%; background:url(images/home-over.gif);}
#portfolio a:hover{width:103px; height:100%; background:url(images/portfolio-over.gif);}
#resume a:hover{width:91px; height:100%; background:url(images/resume-over.gif);}
#contact a:hover{width:92px; height:100%; background:url(images/contact-over.gif);}

#nav {
  float:right;
  position:relative;
  text-align:left;
  width:352px;
  height:74px;
}

#workRotator{
  width:558px;
  height:333px;
  margin:10px;
  border:5px solid #c60041;
  float:left;
}

#mainContent, #mainContentContact{
  float:left;	
  padding:10px;
  width:558px;
}

#mainContent h2, #mainContentContact h2{font-size:14px; padding-top:30px; float:left; width:100%; font-family:Arial, Helvetica, sans-serif;}
#mainContent p, #mainContentContact p{float:left; width:100%;}

#mainContentContact h2{width:50%;}
#mainContentContact p{width:50%;}

#contactBox{
  float:right;
  margin:10px;
  width:274px;
}

#contactBox h1{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #525252;
  letter-spacing:-1px;
  padding-left:0px;
  font-weight:normal;
}

#bottomInfo{
  clear:both;
  width:882px;
  height:250px;
  background-image:url(images/infoBoxBg.gif);
  background-repeat:repeat-x;
  background-color:#dedede;
}
  
.bottomBox{
  float:left;
  width:294px;
  height:250px;
  background-image:url(images/infoBoxDiv.gif);
  background-repeat:no-repeat;
}

.bottomBox h1{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #525252;
  letter-spacing:-1px;
  padding:9px 0 0 15px;
  font-weight:normal;
  border-bottom:none;
  margin-bottom:0px;
}

.bottomBox p{margin:10px; padding:0; padding-left:5px;}
.bottomBox img{border:3px solid #fff; margin:4px 0 0 12px;}

#foot{
  clear:both;
  height:19px;
  width:882px;
  background-image:url(images/foot.gif);
  background-repeat:no-repeat;
  background-position:right;
  margin-top:15px;
  border-bottom:solid 5px #000;
}

#foot p{
  padding-left:15px; padding-top:0px;
}

.featuredLeft{margin:10px 0 30px 0; width:309px; float:left;}
.featuredRight{margin:10px 0 30px 0; width:281px; float:left;}
.featuredLeft img, .featuredRight img{border:3px solid #ccc;}
.featuredLeft img:hover, .featuredRight img:hover{border:3px solid #c60041;}
.featuredLeft h3, .featuredRight h3{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; padding-top:15px;}
.featuredLeft p, .featuredRight p{padding-left:0px;}

.news {list-style:none;}
.news li{float:left; margin:5px; position:relative; clear:left; width:96%;}
.news li a{color:#525252; background-image:url(images/bullet1.gif); background-position:0 3px; background-repeat:no-repeat; display:block; padding:2px 0 2px 10px;}
.news li a:hover{color:#c60041;}

.error {list-style:none; clear:both;}
.error li{background-image:url(images/bullet1.gif); background-position:0 3px; background-repeat:no-repeat; float:left; margin:5px; position:relative; clear:left; display:block; padding:2px 0 2px 10px;}
.error li a{color:#525252;}
.error li a:hover{color:#c60041;}

.resume {list-style:disc; margin-left:15px; position:relative; float:left;}
.resume li{margin:3px;}

.job {list-style:none; margin-left:0px; position:relative; float:left; width:98%;}
.job li{margin:3px; position:relative; float:left; width:45%; font-weight:bold;}

.subJob {list-style:none; margin-left:0px; position:relative; float:left; width:98%;}
.subJob li{margin:3px; position:relative; float:left; width:45%; font-style:italic;}

a:link {color: #525252; text-decoration: none; text-decoration:underline;}
a:active {color: #525252; text-decoration: none; text-decoration:underline;}
a:visited {color: #525252; text-decoration: none; text-decoration:underline;}
a:hover {color: #c60041; text-decoration: none; text-decoration:underline;}



/*For Banner Rotator on Home Page*/
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:333px
}

#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:50px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:14px;
}
	


/*For Submission Forms*/
fieldset{
	margin:0em 0;
	padding:1em 0;
	border:solid 0 transparent;
	background-color:#ffffff;
}

label{
	float:left;
	width:6.5em;
	text-align:right;
	padding-right:5px;
}

input{
	width:160px;
}

input:focus, textarea:focus {
	background: #eee;
}

form p{
	margin:0px;
	padding:5px 0 0 0;
}

textarea{
	width:185px;
	height:130px;
}

#buttonSubmit{
	background-color:#c60041;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 5px 0px;
}

.required{
	color:#ff0000;
}