/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/template_images/bodyBG.jpg) #fff repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #000000;
}

/************** Layout Elements *******************/

#wrapper {
	width: 740px;
	margin: 15px auto;
	font-size: .8em;
}

.skilledStaff {
	font-size: .8em;
}

#flashHeader {
	background: url(../images/template_images/defaultHeader740x152.jpg) no-repeat;
	height: 142px;
	width: 740px;
}

#contentwrapper {
	background: url(../images/template_images/contentBG.jpg) #FFFFFF repeat-x;
	padding-top: 1px;
	min-height: 400px;
}

#oneColumnContent {
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#oneColumnContent ul {
	padding: 0em 4em 0em 1em;
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
}

#oneColumnContent li {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	font-size: .9em;
}

#twoColumnContent {
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 130px;
}

#twoColumnContentLeft {
	width: 132px;
	float: left;
	margin: 1px 1px 1px 1px;
}

#leftNavBar {
	padding: 10px 0px 0px 0px;
}

#leftNavBar ul, #leftCol ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftNavBar li, #leftCol li {
	margin: 0px 0px 0px 0px;
}

#leftNavBar a, #leftCol a {
	color: #FFFFCC;
	display: block;
	border: none;
	border-style: none;
	background-image: url(../images/template_images/buttonBG.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 6px 4px 7px 4px;
}

#staffDetailTable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*width: 600px;*/
	table-layout: fixed;
}

#jobDetail {
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*width: 600px;*/
}

#jobDetailTable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*width: 600px;*/
	table-layout: fixed;
}

#jobDetail li {
	margin-right: 40px;
	display: inline;
}

#jobDetail a {
	font-size:smaller;
	/*display: inline;*/
	text-decoration: none;
	color: #FF0000;
}

#jobDetail a:hover, #jobDetail a:focus {
	color: #0000FF;
	text-decoration: underline;
}

/**** The .here class provides the marker for the sub navigation ****/
#bodyButton a {
	color: #FFFFCC;
	border: none;
	border-style: none;
	background-image: url(../images/template_images/buttonBG.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 8px 4px 8px 4px;
	margin: 8px 4px 8px 4px;
	width: 132px;
	height: 29px;
}

#leftNavBar a:hover {
	background-image: url(../images/template_images/buttonDownBG.jpg);
	background-repeat: no-repeat;
	color: #330000;
}

#bodyButton a:hover, #bodyButton a:focus {
	background-image: url(../images/template_images/buttonDownBG.jpg);
	background-repeat: no-repeat;
	color: #330000;
}
#twoColumns {
	width: 45em;
	margin: 1.1em 4em 1.1em .1em;
	text-align: center;
	display: inline;
}

.twoColumnsLeft {
	width: 21em;
	float: left;
	margin: 1.4em;
}

.twoColumnsRight {
	width: 21em;
	float: right;
	margin: 1.4em;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 1em;
	padding: 5px 5px 5px 5px;
	font-size: 1.5em;
	color: #660000;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 1em;
}

.heading {
	color: #990000;
	font-size: 1.2em;
}

/************** Generic Classes *******************/

.right {
	float: right;
	clear: right;
	margin: 10px 10px 10px 10px;
}

.left {
	float: left;
	clear: left;
	margin: 10px 10px 10px 10px;
}

.horizontal {
	width: 200px;
}

.italic {
	font-style: italic;
}

.larger {
	font-size: 120%;
}

.smaller {
	font-size: 80%;
}

.tiny {
	font-size: 60%;
}

#article {
	padding: 0px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
}

#article ul {
	list-style: square outside;
	padding: 0px 10px 0px 20px;
	margin: 0px 10px 0px 10px;
	list-style-type: disc;
}

#article li {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	font-size: .9em;
}

/****** allows a border if required *******/
img.borderRight {
	border: 1px solid #d6cfc5;
	float: right;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderLeft {
   border: 1px solid #d6cfc5;
   float: left;
   margin: 5px 10px 2px 0 ;
} 

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
  color: #990000;
}

a:hover {
	text-decoration: none;
	color: #dd0000;
}

a:visited {
	text-decoration: none;
}

#header {
	text-align: right;
	margin-bottom: 10px;
}

#headerNavBar li {
	padding: 10px 2px 10px 20px;
	display: inline;
}
 
#headerNavBar a {
	text-decoration: none;
	display: inline;
	color: #FFFFCC;
}

#headerNavBar a:hover, #headerNavBar a:focus {
	color: #FFFF00;
	text-decoration: underline;
}

#footer {
	background: #FFFFFF;
	min-height: 30px;
	text-align: center;
	clear: both;
}

#footerNavBar li {
	padding: 30px 5px 5px 5px;
	display: inline;
	font-size: 1.0em;
}
  
#footerNavBar a {
	display: inline;
	text-decoration: none;
	color: #CCC;
}

#footerNavBar a:hover, #footerNavBar a:focus {
	text-decoration: underline;
}

#wynnsys {
	margin-top: 10px;
	padding: 10px 5px 0;
	list-style-type: none;
	float: right;
	color: #999999;
	font-size: x-small;
}

#wynnsys a {
	color: #999999;
}

#wynnsys a:hover, #wynnsys a:focus {
	color: #000000;
	text-decoration: underline;
}

#contactform {
	margin: 10px 10px 10px 120px;
	width: 500px;
	padding: 2px;
	background-image: url(../images/template_images/formBG.jpg)
}
#contactform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0px 0px 2px 0px;
	padding: 3px;
	clear: both;
	color: #FFFFCC;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 190px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
	color: #FFFFCC;
	text-align:right;
	vertical-align: text-top;
}
#contactform input.text {
	width: 274px;
	padding: 2px;
	margin: 0;
	color: #000000;
}
#contactform checkbox {
	color: #FFFFCC;
}
.remove {
  border: none;
}
#contactform select {
	padding: 2px;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
}
#contactform textarea {
	width: 274px;
	padding: 2px;
	height: 70px;
	background: #FFFFFF;
	color: #000000
}
#contactform table {
	width: 274px;
	padding: 0px 0px 0px 0px;
	table-layout: fixed;
	color: #FFFFCC;
}

#submit {
  border-top: 2px solid #A2A0CF;
  border-right: 2px solid #526598;
  border-bottom: 2px solid #526598;
  border-left: 2px solid #A2A0CF;
  background: #FFF url(../images/template_images/submitBG.jpg) repeat-x;
  padding: 4px;
  color: #330000;
  font-size: 110%;
}
	
#contactform li.buttons input {
	padding: 4px;
	float: right;
	margin: 0 0 0 5px;
	width: auto;
}
#email {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	background-color: #FFFFFF;
}
input:focus {
	background-color: #FFFFCC;
}

#digitalPlanRoom {
	font-size: 1.3em;
	color: #0000FF;
}
.box-four			{ width: 560px;margin: 10px 25px 10px 25px;background: #EEEEEE; }
.box-four .inside	{ padding: 5px 10px 5px 10px; }
.box-four .inside .left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}
.box-four .inside .right {
	float: right;
	clear: right;
	margin: 0px 10px 10px 0px;
}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px
