
<!--


/* 2 column layout that targets 1024 x 768 browsers, large image in left column */
/* general styles */

* {
	margin: 0px;
	padding: 0px;
	}
html, body {
	margin: 2px 0 0;
	padding: 0px;
	text-align:center;
}

body {
	background: url(../images/bg_wood.jpg) repeat-x #000;
/*	background: url(../images/bg.png) repeat-x #302f2f;*/
	font: 85% Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	}
br, #clear {
	clear:both;
	}
	
/* body id styles */
#home a#homeLink, #galleries a#galleriesLink, #about a#aboutLink, #test a#testLink, #awards a#awardsLink, #contact a#contactLink {
	background:#ffcc00;
	color: #000;
	cursor: default;
	}

img, div { behavior: url(iepngfix.htc) }

#outwrapper {

	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: url(../images/bg2.png) repeat-y;
	text-align: left;}
	

#wrapper {

	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: url(../images/bg_wrapper.jpg) repeat-y #000;
	text-align: left;}
	
#header {
	margin: 0 0 2px 0;
	padding: 0px;
	height: 147px;

	background: url(../images/header_bg.jpg) no-repeat top center;
}



#nav{
	z-index:10;
	text-align: left;	
	width:905px;
	margin: 0 auto;	
	
}
	

.chromestyle{
width:99%;
font-weight: bold;
padding: 0px 8px 0 0;
margin-left:4px;
position:relative;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 1px solid #733e29;
border-top: 1px solid #000;
width: 100%;
background: url(../images/bg_nav.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0 8px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font:bold 12px Verdana;
color:#733e29;
padding: 7px 67.4px 9px;/*Spacing between nav elements*/
margin: 0;
text-decoration: none;
border-right: 1px solid #733e29; /*THEME CHANGE HERE*/
}

.chromestyle ul li a .initial{
border-left: 1px solid #733e29; /*THEME CHANGE HERE*/
}



.chromestyle ul li a:hover{
background: url(../images/bg_nav_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#000;
height:100%;
border-top: 1px solid #733e29; /*THEME CHANGE HERE*/
margin-left:0;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
font:normal 12px Verdana;
/*content: " v";
content: " " url(chromebg2.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
clear:both;
position:absolute;
margin-top:1px;
margin-left:0%;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}
/*
.dropmenudiv .one{
margin-left:0

}
.dropmenudiv .two{
margin-left:35%
}

.dropmenudiv .three{
margin-left:65%
}*/




.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
background: url(../images/dropmenudiv.jpg) center center repeat-x;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e7211e;
color:#000000;
background: url(../images/dropmenudiv_hover.jpg) center center repeat-x;
}
	
/* main styles */



/* content area styles */
#main {
	background:none;
	color:#733e29;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}
.align-right {
font-size:95%;
width: 145px;
	margin-left: 10px;
	float:right;
	display:block;
	clear:both;
}

.align-right .ul{
background:url(../images/bird.gif) no-repeat;

}

.align-right li{
background:url(../images/bird.gif) no-repeat;

}

#align-left { 
	width:500px;
	float:left; 
	margin: 0 15px 25px 0;
} 

#main h2 {
	font-size: 2.4em;
	color: #E2E2E2;
	margin: -.96em 0 .2em 15px;
}
#main p{
	margin: 0 25px 1em 0;
	line-height: 1.4em;
	text-align: justify;
	}
#main p.red {
	color:#e7211e;
	}
	
#main p.about {
	text-transform: lowercase;
	}

#main p.award {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A3403A;
	margin-top: 1.4em;
	}
#main p.info {
	text-align: center;
	font-weight: bold;
	font-size: .85em;
	color:#666;
	border-top: solid 1px #666;
	padding-top: .4em;
	margin-top: 2em;
	}
#main a:link, #main a:visited, #main a:active {
	color:#c07035;
	text-decoration: none;
	border-bottom: dotted 1px #c07035;	
	}
#main a:hover {
	color: #012d50;
	border-bottom: solid 1px #012d50;
	}
#main .talent{
	width:220px;
	height:100%;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	border:1px solid #e7211e;
	margin: 0 0 5px 10px;
	padding:2px;
	_margin-right: -3px; /* this did the trick. Only IE6 should process this line */	
	/*clear:both; this lines them up vertical*/
	background: url(../images/bg_talent.jpg) repeat-y #000;
	}
#main .talent blockquote{
	margin:auto;
	padding: 10px;
	color:#999999;
}	
/* 2 column layout styles */

#up{

text-transform:uppercase;
}

#rightCol {
	width: 95%;
	margin: 5px auto;
	}
#rightCol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#733e29;
	margin-bottom: .8em;
	font-weight: bold;
}
#rightCol h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 8px 0 2px 0;
	font-weight: bold;
	text-align:center;
}


#rightCol h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 8px 0 2px 0;
	font-weight: bold;
}
	
#rightCol ul {
	margin-left: 50px;
	margin-bottom: 15px;
}
#rightCol ul li {
	padding-left: 25px;
	margin-bottom: .5em;
	background: url(../images/bullet.gif) no-repeat left top;
	color: #012d50;
}

#leftCol {
	float:left;
	width: 460px;
	margin-bottom: 10px;
	}
#leftCol .accent {
	float: left;
	margin-left: 1em;
	margin-top: 2em;
}

	
#main #rightCol p{
	margin: 0 0 1.2em 0;
	line-height: 1.6em;
	}


#main #rightCol p #je{
	width:600px;
	}




#main #rightCol h1{
	color: #e2cfb1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1em;
	margin-bottom: .75em;
	letter-spacing: -.5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	background: url(../images/bg_wood.jpg) repeat-x;	
	}
	
#main #rightCol h2{
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.4em;
	color: #333333;
	text-align: left;
	margin:2px 0 8px 0;
	padding:0;
	background: url(../images/chromebg2-over.gif) repeat-x;	
	}
	
#main #rightCol h5{
	font-size: .75em;

	color: #990000;
	font-weight:300;
	}	
#main #rightCol .accent {
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
	}
#main #rightCol .client {
	font-size: .85em;
	text-align: right;
	color:#666;
	}
	

	
	
/*table info*/
caption { padding : .5em;
letter-spacing : .2em; }
table {	width:100%; border : 1px solid #000; padding-bottom:5px; margin-bottom:20px;}
th { background : #ffcc00;
color : #555;
padding : 1em .7em 1em .7em;
font-weight : bold; }
tbody td, tbody th { padding : .5em; }
td { padding : 0 10px; }

tbody tr { background: #fff7da; }

.white{ background: #fff; }

tbody tr:hover { background: #ffcc00; color : #000; }

tbody tr:hover a, tbody tr:hover a:visited { color : #000; }


/* Form goodness*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 600px;
  max-width: 700px;
  width: 660px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #FF00FF;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#e7211e;					   
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form select { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0 auto; 
	margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}


form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea  {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form #submit {

	margin-left: 250px;	
}


/* footer styles */
#footer {
	background: url(../images/bg_footer.jpg) no-repeat #000 bottom;	
/*background: url(../images/bg_wrapper.jpg) repeat-y #000;	*/	
	text-align: center;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #733e29;
	margin: 5px 0px;	
	height: 48px;
	width:900px;
	}


#footer #nav {
  display:inline-block;
  padding:0; 
  margin:0 auto; 
 

}

#footer #nav ul {
	margin: 0px auto;
	list-style: none;
}

#footer #nav li {
  display:inline-block;
  }

#footer #nav li {
  display:inline;
  float:left;
  }
	
#footer #nav li a {
  width:auto;
  display:block;
  padding:1px 16px;
  color: #fff7da;
  text-decoration:none;
  }
* html #nav li a {
  float:left;

}

#footer #nav li a:hover {
	color: #ffcc00;
	text-decoration:underline;
.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}


	
#adobe a{size:.75em; color:#990000;}
#adobe a:hover{size:.75em; color:#991111;}

-->