#navbar {
background: url(images/nav_bg2.jpg) repeat-x;
height: 42px;
float: left;
}

.left {
width: 28px;
}

.right {
width: 485px;
}

#subheader {
background: url(images/sub_header.jpg) no-repeat;
height: 155px;
position: relative;
}

#navholder {
position: absolute;
bottom: 0;
left: 0;
}

#mainnav {
float: left;
width:486px;
height: 42px;
}

#mainnav a, #mainnav a:active, #mainnav a:visited {
float: left;
display: block;
height: 20px;
width: 81px;
color: #dfbfc2;
text-decoration:none;
text-align: center;
padding: 22px 0 0 0;
font-size: 11px;
font-weight: bold;
}

.navbutton {
width:81px;
height: 42px;
background:url(images/nav_button2.png) no-repeat;
float: left;
}

.selected {
background:url(images/nav_button2.png) bottom left no-repeat;
}

#mainnav .selected a, #mainnav .selected a:active, #mainnav .selected a:visited, #mainnav .selected a:hover {
color:#333333;
}

#mainnav a:hover {
text-decoration: underline;
}

#content {
margin: 69px 215px 0 107px;
}

#content2 {
margin: 69px 107px 0 107px;
}

.imgright {
float: right;
margin: 0 0 12px 12px;
}

#bracketholder1 {
background: url(images/content_top.gif) top left no-repeat;
}

#content2 #bracketholder1 {
background: url(images/content_top2.gif) top left no-repeat;
}

#bracketholder2 {
background:url(images/content_bottom.gif) bottom left no-repeat;
padding: 20px;
}

#content2 #bracketholder2 {
background: url(images/content_bottom2.gif) bottom left no-repeat;
}

#photos {
position: absolute;
width: 216px;
height: 321px;
top: 214px;
right: 19px;
}

#photos2 {
position: absolute;
width: 300px;
height: 225px;
top: 225px;
right: 19px;
}

#photos3 {
position: absolute;
width: 411px;
height: 273px;
top: 225px;
right: 19px;
}

li {
font-size: 13px;
background: url(images/bullet2.gif) 0 5px no-repeat;
color:#333333;
}

ul#threecol li {
float: left;
display: inline;
width: 270px;
padding-right: 12px;
}

.block {
	padding: 0 10px 10px 10px;
	font: normal 12px "Trebuchet MS";
	color: #000;
	clear: both;
	margin: 20px 7px 10px 7px;
	background: #fff;
	}
	
	/* ------- main block header container */
.block .header {
	}

/* ------- main block header & tabs header */
.block h1,
.block .tabs h1 {
	margin: 0;
	padding: 5px 0;
	font: bold 15px "Trebuchet MS";
	color: #666;
	background: none;
	height: auto;
	
	}
	
.block h2 {
font-size: 13px;
font-weight: bold;
color: #990000;
}

.block p {
font-size: 12px;
margin-top: 12px;
}

/* ------- default header links */
.block h1 a:link,
.block h1 a:visited,
.block h1 a:active  {
	color: #262b7f;
	text-decoration: none;
	}

/* ------- default header links - rollover state */
.block h1 a:hover  {
	color: #262b7f;
	text-decoration: underline;
	}

/* ------- subhead class - used as a class to an inline element (span for eg) nested inside of an h1 - see calendar for example */
.block h1 .sub {
	font: normal 12px arial, helvetica, sans-serif;
	margin: 0 10px;
	}
	
	/* ------- default tab-set (unordered list) */
.block .tabs {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
	border-top: 1px solid #ccc;
	color: #000;
	list-style: none;
	}

/* ------- default tab */
.block .tabs li {
	float: left;
	margin: 0;
	padding: 0 5px 5px 5px;
	background-color: #fff;
	background-image: none;
	border-left: 1px solid #222;
	line-height: 12px;
	}

/* ------- first tab on left */
.block .tabs li.first {
	margin-left: 0px;
	border-left: none;
	padding-left: 0;
	}





/* ------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
.block .tabs li a:active {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
.block .tabs li a:hover {
	color: #000;
	text-decoration:underline;
	}
	
.block .tabs li.highlight a:link,
.block .tabs li.highlight a:active,
.block .tabs li.highlight a:visited,
.block .tabs li.highlight a:hover
 {
color: #990000;
}	

.block .tabs li.bulletRaq {
	padding: 0 5px 0 8px;
	background-position: 5px 5px;
	}

.block .tabs li.bulletRaq a {
	margin: 0 0 0 3px;
	}

/* ---------------------------- END TABS  ---------------------------- */

p.indent {
margin-right: 150px;

