@charset "UTF-8";
/* CSS Document */

/* --------------
 | Reset styles 
 --------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1.2;
background: #FFFFFF /*url(imgs/bodyBkgd.png) repeat-x*/;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
margin-left: 20px;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.clearall {
clear: both;
}

/* --------------
 | General styles 
 --------------- */
 
a {
color: #C83C00;
}
a:hover, a:focus {
color: #FF945F;
text-decoration: none;
}

h2 {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, san-serif;
font-size: 1.8em;
font-weight: normal;
color: #C83C00;
margin-bottom: 10px;
}
h3 {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, san-serif;
font-size:  1.4em;
font-weight: bold;
margin-bottom: 5px;
}
h4 {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, san-serif;
font-size: 1.2em;
}
p, ul, ol {
margin: 0 0 1em 0;
line-height: 1.5em;
}
em {
font-style: italic;
}

.imgLeft {
float: left;
margin: 5px 5px 5px 0;
}
.imgRight {
float: right;
margin: 5px 0 5px 5px;
}

/* --------------
 | List styles 
 --------------- */

* html ol {
margin:0 0 0 5px;
}
*:first-child+html ol {
margin:0 0 0 5px;
}
ul{
list-style-position: outside;
list-style:disc;
margin: 0 0 1.5em 1.8em;
padding: 0;
}
ul ul {
list-style:circle;
margin-bottom: 0;
padding: 0;
}
ul li{
padding: 0;
margin: 0;
line-height: 1.5em;
}
ol {
list-style-position: outside;
list-style:decimal;
margin: 0 0 1.5em 1.8em;
padding: 0;
}
ol ol {
list-style:lower-alpha;
margin-bottom: 0;
padding: 0;
}
ol li {
padding: 0;
margin: 0;
line-height: 1.5em;
}
ol li li {
list-style-type:lower-alpha;
}
ol li li li {
list-style-type:lower-roman;
}
ol li li li li {
list-style-type:decimal;
}
dt {
font-weight: bold;
margin: 0;
padding: 0;
}
dd {
margin: 0;
padding: 0 0 1.5em 1.5em;
}

/* --------------
 | Header styles 
 --------------- */

#wrapper {
width: 100%;
}

#headerWrap {
width: 100%;
background-color: #C83C00;
text-align: center;
padding: 20px 0 0 0;
}
	#header {
	height: 178px;
	width: 900px;
	display: block;
	background: transparent url('imgs/vpd2010_headerbg.jpg') no-repeat scroll 0 0;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	}
		#header #topWrap {
		display: block;
		position: relative;
		border-bottom: 3px solid #ecdad0;
		width: 860px;
		height: 113px;
		padding: 0;
		margin: 0 auto;
		}
		#header #logo {
		width:478px;
		height:113px;
		margin: 0;
		padding: 0;
		}

		#header #quote {
		width: 192px;
		height: 113px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		}
		
		#header #botWrap{
		width: 860px;
		margin: 0 auto 0 auto;
		padding-top: 11px;
		}
			#header .mainMenu {
			font-size: 1.2em;
			list-style-type: none;
			margin: 0 auto;
			padding: 0;
			}
			#header .mainMenu li {
			float: left;
			background-color: #271902;	
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-khtml-border-radius: 8px;
			behavior: url(js/border-radius.htc);
			color: #ffffff;
			margin-right: 15px;
			padding: 0;
			}
			#header .mainMenu li.last {
			margin-right: 0;
			}
			#header .mainMenu li:hover {
			background-color: #3098de;
			color: #ffffff /*271902*/;
			}
				#header .mainMenu li a {
				display: block;
				padding: 8px 22px;
				color: #ffffff;
				text-decoration: none;
				height: 22px;
				}
				#header .mainMenu li a:hover {
				color: #ffffff /*271902*/;
				text-decoration: none;
				}

/* --------------
 | Content styles 
 --------------- */

#container {
width: 100%;
margin: 0 auto;
padding: 15px 0;
background: #eeeeee /*url('imgs/bg_shade.gif') repeat-x scroll 0 0*/;
}
#contentWrap {
width: 900px;
display: block;
margin: 0 auto;
text-align: left;
clear: both;
}
	#contentWrap #primaryContent {
	background-color: #eeeeee;
	color: #555555;
	float: right;
	width: 610px;
	min-height: 540px;
	}
		#primaryContent h1 {
		background: transparent url('imgs/vpd2010_primaryTop.gif') no-repeat scroll 0 0;
		width: 564px;
		height: 46px;
		padding: 0 20px;
		color: #ffffff;
		font-size: 1.9em;
		line-height: 2.0em;
		font-weight: normal;
		}
		#primaryContent .mainContent{
		background-color: #ffffff;
		width: 562px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		padding: 20px;
		min-height: 120px;
		}
		#primaryContent p {
		margin: 0 0 10px 0;
		}
		#primaryContent .mainBot {
		background: transparent url('imgs/vpd2010_primaryBot.gif') no-repeat scroll 0 0;
		width: 604px;
		height: 12px;
		line-height: 0;
		clear: both;
		}
	
		.info {
		border-radius: 8px;
		-moz-border-radius: 8px;
		/*-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;*/
		-webkit-border-radius: 8px;
		/*-webkit-border-top-left-radius:6px;
		-webkit-border-top-right-radius:6px;
		-webkit-border-bottom-left-radius:6px;
		-webkit-border-bottom-right-radius:6px;*/
		-khtml-border-radius: 8px;
		behavior: url(js/border-radius.htc);
		background:#C83C00 none repeat scroll 0 0;
		color:#ffffff /*ecdad0*/;
		font-size: 1.2em;
		/*height:1.2em;*/
		margin-bottom:20px;
		margin-top:20px;
		padding:15px;
		}
		ul.info {
		list-style-type: none;
		}
		.info a {
		color: #eeeeee;
		}
	
	#contentWrap #secondaryContent {
	background: #eeeeee url(imgs/vpd2010_secContent.jpg) no-repeat;
	float: left;
	width: 280px;
	height: 460px /*540px*/;
	color: #ffffff;
	}
		#contentWrap #secondaryContent .eventInfo {
		padding: 10px 20px;
		font-size: 1.6em; 
		text-align: center;
		font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
		}
		#contentWrap #secondaryContent #mainNav {
		}

/* --------------
 | Footer styles 
 --------------- */
 
#footerWrap {
width: 100%;
background-color: #272727;
text-align: center;
padding: 40px 0;
clear: both;
}
	#footer {
	clear:both;
	width: 860px;
	display: block;
	background: transparent url('imgs/vpd2010_footerbg.gif') no-repeat scroll 0 0;
	height: 54px;
	margin: 0 auto;
	padding: 10px 20px;
	color: #999999;
	text-align: left;
	}
	footerLogo {
	float:left; 
	padding:0 10px 0 0;
	width: 62px;
	}
	.footerLeft {
	display:block; 
	float:left; 
	width: 400px; 
	vertical-align:middle; 
	padding: 20px 0 0 0;
	}
	.footerRight {
	display:block; 
	width:350px;
	float:right; 
	vertical-align:middle; 
	padding: 20px 0 0 0; 
	text-align:right;
	}
	#footer a {
	color: #bbbbbb;
	}
	

/* --------------
 | Slider styles 
 --------------- */	
	
/* Most common stuff you'll need to change */

	/*.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }*/
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 610px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 610px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	/*.coda-slider .panel-wrapper { padding: 20px }*/
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: none; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	/*.coda-slider-wrapper { clear: both; overflow: auto }*/
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left; display: none; }
	.coda-nav-left a, .coda-nav-right a { display: none; text-align: center; text-decoration: none }
		
	
#audioplayer_1 {margin: 5px 0 0 0;}