/* Design & Code (c) Dave & Dave Incorporated */
html, body { padding: 0px; margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #331f0c;
	background: url(../images/bg.png) repeat center top;
	font: 14px Arial, Helvetica, sans-serif;
}

a, a:hover, a:link, a:visited, a:active, a:focus, a img, a:hover img, a:link img, a:visited img, a:active img, a:focus img, object, embed, input::-moz-focus-inner {
	border:0;border-width:0px;outline: 0;
}

#navigation {
	width: auto;
	margin: 0px;
	padding:0px;
	height: 60px;
	background: url(../images/top_bg.png) repeat-x;
}

.container {
	width:800px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.clears {
	clear:both;
}

#container {
	width: auto;
	margin: auto;
	height: auto;
}

.ribbon {
	width:150px;
	height:145px;
	float:right;
	background: url(../images/ribbon_bg.png) no-repeat;
	margin: 0;
    position: absolute;
    right: 100px;
    top: 0;
}

.ribbon img {
	padding-top:4px;
}

#main_logo {
	width: 815px;
	height: auto;
	background: url(../images/logo.png) no-repeat 35px 0px;
	float:left;
	margin:55px auto;
}

#header {
	width: 800px;
	height: 185px;
	margin-top:40px;
	background-position: center top;
	background-repeat: no-repeat;
}

/* @group navigation */

.navigation {
	width:800px;
	height:65px;
	display:block;
	margin: 0px;
	padding:0px;
}

.navigation li, .navigation li a {
	color:#b6a270;
	text-shadow: 0 1px 0 #000000;
	display: block;
	float:left;
	list-style: none;
	text-decoration:none;
	margin: 0;
	padding: 6px 8px;
	font-size:20px;
}

.navigation li.first, .navigation li.first a {
		padding: 6px 8px 6px 0px;
}

.navigation li a:hover, .navigation li a:link, .navigation li a:visited, .navigation li a:active{
	text-decoration:none;
	color:#b6a270;
	text-shadow: 0 1px 0 #000000;
	font-weight:normal;
}

#iconmenu a {
	height: 51px;
	display: block;
}

#iconmenu a:hover {
	display: block;
}

#news {
	background: url(../images/nav.png) no-repeat -1px 0;
	left: 10px;
	width: 85px;
	height: 51px;
}

#audio {
	background: url(../images/nav.png) no-repeat -92px 0;
	left: 100px;
	width: 85px;
	height: 51px;
}

#video {
	background: url(../images/nav.png) no-repeat -185px 0;
	width: 85px;
	left: 190px;
	height: 51px;
}

#credits {
	background: url(../images/nav.png) no-repeat -275px 0;
	left: 280px;
	width: 85px;
	height: 51px;
}

#contact {
	background: url(../images/nav.png) no-repeat -365px 0;
	left: 370px;
	width: 85px;
	height: 51px;
}

#news a:hover {
	background: url(../images/nav.png) no-repeat -1px -51px;
	width: 85px;
	height: 51px;
}

#audio a:hover {
	background: url(../images/nav.png) no-repeat -92px -51px;
	width: 85px;
	height: 51px;
}

#video a:hover {
	background: url(../images/nav.png) no-repeat -185px -51px;
	width: 85px;
	height: 51px;
}

#credits a:hover {
	background: url(../images/nav.png) no-repeat -275px -51px;
	width: 85px;
	height: 51px;
}

#contact a:hover {
	background: url(../images/nav.png) no-repeat -365px -51px;
	width: 85px;
	height: 51px;
}



/* @end */

img.left {
	float:left;
}

#content {
	width: 800px;
	height: auto;
	padding-bottom: 20px;
	background-position: center;
	padding-top: 10px;
}

#leftcolumn {
	width: 500px;
	float: left;
	background:transparent;
}

#rightcolumn {
	width: 274px;
	float: right;
	margin: 0;
	padding: 170px 0 0;
	background:transparent;
}

#after {
	clear: both;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1em;
	padding-bottom: 20px;
	padding-top: 30px;
	color: #660000;
	background-position: center top;
	background-repeat: no-repeat;
}

#audioplayer {
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#videoplayer {
	width: 240px;
	height: 200px;
	margin: 0;
	padding: 0;
}	
	
	
	
	
/* Headings H1-H6 */
h1 {
	color: #462205;
	text-shadow: 0 1px 0 #FAF5EC;
	font-size: 22px;
	margin: 0 0 5px;
	font-weight: bold;
	padding: 10px 0 0;
}

h2 {
	color: #40411E;
	border-bottom: 3px solid #600;
	line-height: 1em;
	font-size: 1.5em;
	margin: 10px 0 5px;
	padding-bottom: 3px;
}

.side {
	color: #40411E;
	font-weight: bold;
	font-size: .8em;
}

h3 {
	color: #660000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	color: #462205;
	text-shadow: 0 1px 0 #FAF5EC;
	margin: 0;
	font-weight: bold;
	padding: 10px 0 0;
	font-size: 18px;
}

h5 { }

h6 { }

/* Paragraph and Link Styles */
p {
	margin: 0;
	padding: 0;
	color: #462205;
	text-shadow: 0 1px 0 #FAF5EC;
	font: 14px Arial, Helvetica, sans-serif;
}


p a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #660000;
}

p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
	
	
	
	
/* Lists and Navigation */

.credits_1 {
	border-bottom: 1px solid #600;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#images {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* Misc */
#agentlogo {
	background: url(sbv_logo.gif) no-repeat center top;
	float: left;
	padding: 10px 15px 0 0;
	margin: 0;
}

form {
}

blockquote {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

input, textarea {
	background-color: #ada476;
	border: 1px solid #600;
	color: black;
}

/* Slideshow */

#slideshow, #slideshow2 {
    position:relative;
    height:267px;
	float:left;
	width:250px;
}

#slideshow DIV, #slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 267px;
    background-color: transparent;
	float:left;
	width:250px;
}

#slideshow DIV.active, #slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active, #slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG, #slideshow2 DIV IMG {
    height: 267px;
	outline: 0;
    border: 0;
    margin-bottom: 10px;
}

#slideshow DIV a {
	border:0;
	outline:0;
}

.slide-out-div {
   padding: 20px;
    width: 250px;
    background: url("../images/bg_dark.png") repeat scroll center top rgba(0, 0, 0, 0);
    border: #363024 2px solid;
	z-index:100;
	-moz-border-radius: 15px;
	border-radius: 5px;
}

.slide-out-div a, .slide-out-div a:hover {
	color:#462205;
	text-decoration:none;
	text-shadow:0 1px 0 #FAF5EC;
	font-size:13px;
	font-weight: normal;
	cursor: pointer;	
}

.slide_700 {
    padding: 20px;
     width: 700px;
     background: url("../images/bg_dark.png") repeat scroll center top rgba(0, 0, 0, 0);
     border: #363024 2px solid;
 	z-index:100;
 	-moz-border-radius: 15px;
 	border-radius: 5px;
}

.slide_900 {
    padding: 20px;
     width: 900px;
     background: url("../images/bg_dark.png") repeat scroll center top rgba(0, 0, 0, 0);
     border: #363024 2px solid;
 	z-index:100;
 	-moz-border-radius: 15px;
 	border-radius: 5px;
}

.slide_950 {
    padding: 20px;
     width: 950px;
     background: url("../images/bg_dark.png") repeat scroll center top rgba(0, 0, 0, 0);
     border: #363024 2px solid;
 	z-index:100;
 	-moz-border-radius: 15px;
 	border-radius: 5px;
}

.slide_900 p a, .slide_900 p a:hover,.slide_950 p a, .slide_950 p a:hover, .slide-out-div p a, .slide-out-div p a:hover, .slide-out-div p a:visited {
	font-weight:normal;
	cursor: pointer;
	text-shadow: none;
	text-decoration:none;
}

/* Colorbox */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxWrapper, #cboxContent {border:none;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;border:0px none !important; outline: 0;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

