/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4F4F4F;
	font-size:12px;
	margin:0 auto;
	line-height: 20px;
	background-color:#cdc2ae;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#4F4F4F;
	text-decoration: none;
}

a:hover {
	color: #774f36;
	font-weight: bold;
}

h1, h2, h3, h4, p { margin:0 0 16px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

ul { margin: 10px 0; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.side_title {
	color: #774f36;
	font-weight: bold;
}

a:hover .bold-over {
	font-weight: bold;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1040px;
	height:auto;
}

#main_container-test {
	position:relative;
	margin:0 auto;
	width:1040px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_contain2.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1007px;
	height:107px;
	padding: 28px 0 0 33px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#header-test {
	position:relative;
	top:0;
	left:0;
	width:1007px;
	height:107px;
	padding: 28px 0 0 33px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:976px;
	height:21px;
} 

#nav-team {
	position:relative;
	top:0;
	left:0;
	width:139px;
	height:275px;
}


/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:1040px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main-test {
	position:relative;
	top:0;
	left:0;
	width:1040px;
	height:auto;
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:870px;
    min-height:393px;
    height:auto !important;
	height:393px;
	padding: 45px 75px 0 95px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

#main-top-test {
	position:relative;
	top:0;
	left:0;
	width:870px;
    min-height:393px;
    height:auto !important;
	height:393px;
	padding: 45px 75px 0 95px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:310px;
	height:auto;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:660px;
	height:auto;
}

#content_main-full {
	position:relative;
	top:0;
	left:0;
	width:820px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:520px;
	height:auto;
}

#side_bar-sm {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:200px;
	height:auto;
	font-size: 10px;
	line-height: 14px;
}

#side_bar-sm-team {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:200px;
	height:auto;
}

#side_bar-sm-team a:hover {
	font-weight: normal;
}

#side_team {
	position:relative;
	top:0;
	left:0;
	color: #fff;
	height: auto;
	width: 152px;
	float: right;
	z-index: 1;
	font-size: 10px;
	padding: 20px 20px;	
	margin: -45px 0 0 30px;
	background-color: #7d7d7d;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:980px;
	height:30px;
	color: #c5c5c5;
	font-size: 10px;
	letter-spacing: 3px;
	padding: 2px 0 0 60px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
	clear:both;
}

#footer-test {
	position:relative;
	top:0;
	left:0;
	width:980px;
	height:32px;
	color: #c5c5c5;
	font-size: 10px;
	letter-spacing: 3px;
	padding: 0 0 0 60px;
	clear:both;
}

#footer a, #footer-test a {
	text-decoration:none;
}

#footer a:hover, #footer-test a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
  
#nav a {
	position:relative;
	float:left;
	height:21px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:164px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -21px;
}

.active_01 {
	background-position: 0 -42px !important;
}

a#nav_02 {
	width:166px;
	background-position:-164px 0;
}

a:hover#nav_02{
	background-position:-164px -21px;
}

.active_02 {
	background-position:-164px -42px !important;
}

a#nav_03 {
	width:107px;
	background-position:-330px 0;
}

a:hover#nav_03{
	background-position:-330px -21px;
}

.active_03 {
	background-position:-330px -42px !important;
}

a#nav_04 {
	width:110px;
	background-position:-437px 0;
}

a:hover#nav_04{
	background-position:-437px -21px;
}

.active_04 {
	background-position:-437px -42px !important;
}

a#nav_05 {
	width:137px;
	background-position:-547px 0;
}

a:hover#nav_05{
	background-position:-547px -21px;
}

.active_05 {
	background-position:-547px -42px !important;
}

a#nav_06 {
	width:77px;
	background-position:-684px 0;
}

a:hover#nav_06{
	background-position:-684px -21px;
}

.active_06 {
	background-position:-684px -42px !important;
}

a#nav_07 {
	width:78px;
	background-position:-761px 0;
}

a:hover#nav_07{
	background-position:-761px -21px;
}

.active_07 {
	background-position:-761px -42px !important;
}

a#nav_08 {
	width:137px;
	background-position:-838px 0;
}

a:hover#nav_08{
	background-position:-838px -21px;
}

.active_08 {
	background-position:-838px -42px !important;
}
/*--------------------------------------------------------*/

#nav-team a {
	position:relative;
	float:left;
	width:139px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav-team.gif);
}

a#nav-team_01 {
	height:32px;
	background-position:0 0;
}

a:hover#nav-team_01{
	background-position: -134px 0;
}

.active-team_01 {
	background-position: -278px 0  !important;
}

.over-team_01 {
	background-position: -134px 0  !important;
}

a#nav-team_02 {
	height:37px;
	background-position: 0 -32px;
}

a:hover#nav-team_02{
	background-position: -134px -32px;
}

.active-team_02 {
	background-position: -278px -32px !important;
}

.over-team_02 {
	background-position: -134px -32px !important;
}

a#nav-team_03 {
	height:44px;
	background-position: 0 -69px;
}

a:hover#nav-team_03{
	background-position: -134px -69px;
}

.active-team_03 {
	background-position: -278px -69px !important;
}

.over-team_03 {
	background-position: -134px -69px !important;
}

a#nav-team_04 {
	height:57px;
	background-position: 0 -113px;
}

a:hover#nav-team_04{
	background-position: -134px -113px;
}

.active-team_04 {
	background-position: -278px -113px !important;
}

.over-team_04 {
	background-position: -134px -113px !important;
}

a#nav-team_05 {
	height:26px;
	background-position: 0 -170px;
}

a:hover#nav-team_05{
	background-position: -134px -170px;
}

.active-team_05 {
	background-position: -278px -170px !important;
}

.over-team_05 {
	background-position: -134px -170px !important;
}

a#nav-team_06 {
	height:24px;
	background-position: 0 -196px;
}

a:hover#nav-team_06{
	background-position: -134px -196px;
}

.active-team_06 {
	background-position: -278px -196px !important;
}

.over-team_06 {
	background-position: -134px -196px !important;
}

a#nav-team_07 {
	height:26px;
	background-position: 0 -220px;
}

a:hover#nav-team_07{
	background-position: -134px -220px;
}

.active-team_07 {
	background-position: -278px -220px !important;
}

.over-team_07 {
	background-position: -134px -220px !important;
}

a#nav-team_08 {
	height:29px;
	background-position: 0 -246px;
}

a:hover#nav-team_08{
	background-position: -134px -246px;
}

.active-team_08 {
	background-position: -278px -246px !important;
}

.over-team_08 {
	background-position: -134px -246px !important;
}

/*-------------------------------------------------------*/

#nav-email {
	position:relative;
	top:0;
	left:0;
	width:100px;
	height:14px;
}

a#nav-email_01 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-roger.jpg);
}

a:hover#nav-email_01{
	background-position: 0 -14px;
}

a#nav-email_02 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-kevin.jpg);
}

a:hover#nav-email_02{
	background-position: 0 -15px;
}

a#nav-email_03 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-sandra.jpg);
}

a:hover#nav-email_03{
	background-position: 0 -14px;
}

a#nav-email_04 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-courtney.jpg);
}

a:hover#nav-email_04{
	background-position: 0 -15px;
}

a#nav-email_05 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-jamie.jpg);
}

a:hover#nav-email_05{
	background-position: 0 -15px;
}

a#nav-email_06 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-grace.jpg);
}

a:hover#nav-email_06{
	background-position: 0 -14px;
}

a#nav-email_07 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email-tommy.jpg);
}

a:hover#nav-email_07{
	background-position: 0 -14px;
}

a#nav-email_08 {
	height:14px;
	position:relative;
	float:left;
	width:100px;
	background-position:0 0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/email.jpg);
}

a:hover#nav-email_08{
	background-position: 0 -14px;
}

/* ---- start nav drop settings -------------------------- */
  
#hidden-layers {
	position:absolute;
	top:20px;
	left:0;
	width:660px;
	height:auto;
}


#hidden-layers a {
	color:#fff;
	padding:5px;
	display:block;
	font-size:14px;
	text-decoration:none;
}

#hidden-layers a:hover {

} 

#L1, #L2, #L3, #L4, #L5, #L6, #L7, #L8 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#L1 { width:660px; left:295px; }
#L2 { width:660px; left:295px; }
#L3 { width:660px; left:295px; }
#L4 { width:660px; left:295px; }
#L5 { width:660px; left:295px; }
#L6 { width:660px; left:295px; } 
#L7 { width:660px; left:295px; } 
#L8 { width:660px; left:295px; } 

#hidden-layers2 {
	position:absolute;
	top:-20px;
	left:0;
	width:930px;
	height:auto;
}


#hidden-layers2 a {
	color:#fff;
	padding:5px;
	display:block;
	font-size:14px;
	text-decoration:none;
}


#R1, #R2, #R3, #R4, #R5, #R6, #R7, #R8 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#R1 { width:600px; }
#R2 { width:600px; }
#R3 { width:600px; }
#R4 { width:600px; }
#R5 { width:600px; }
#R6 { width:600px; } 
#R7 { width:600px; } 
#R8 { width:600px; } 



#hidden-layers3 {
	position:absolute;
	top:120px;
	left:0;
	width:930px;
	height:auto;
z-index:1;
}


#N1, #N2, #N3, #N4, #N5, #N6, #N7 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#N1 { width:1px; left:196px; }
#N2 { width:1px; left:362px; }
#N3 { width:1px; left:470px; }
#N4 { width:1px; left:580px; }
#N5 { width:1px; left:716px; }
#N6 { width:1px; left:793px; } 
#N7 { width:1px; left:870px; } 




#hidden-layers4 {
	position:absolute;
	top:323px;
	left:0;
	width:300px;
	height:auto;
}


#hidden-layers4 a {
	display:block;
	font-size:10px;
	text-decoration:none;
}

#hidden-layers4 a:hover {
	color: #000;
	text-transform: none;
}

#W1, #W2, #W3, #W4, #W5, #W6 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#W1 { width:300px; }
#W2 { width:300px; }
#W3 { width:300px; }
#W4 { width:300px; }
#W5 { width:300px; }
#W6 { width:300px; } 


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
 

/*----------------------highslide------------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

