/*----------------------------------------------------------------- 	
CSS Document 
version: 1.0.0
Print Style Sheet For DCVB
-----------------------------------------------------------------*/
/*** Universal selector by - reset margin and padding 
******************************************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* define focus styles! */
:focus {
	outline: 0;
}

/* ----- General ----- */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-seriff;
	height: 100%;
	background: url(../images/bg.png) repeat-x;
}

/* ----- Layout ----- */

#container{
	width: 800px;
	margin: 0 auto;
	background: white;
}

#headerWrapper{
	height: 160px;
	position: relative;
	background: url(../images/headerWrapper_bg.png) no-repeat;
}

#header{

}

#logo{
	position: absolute;
	top: 45px;	
	
}

#flashNews{
	height: 300px;
	margin-bottom: -2px;
}

#events{
	height: 225px;
	width: 500px;
	margin: 10px 0;
}

#didyouknow{
	width: 245px; 
	height: 150px;
	margin-right: 10px; 
	
}

#bookit{
	width: 245px;
	height: 150px;
}

#content{
	margin-top: 25px;
	position: relative;
}
#leftColumn{
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 25px;
}

#rightColumn{
	width: 500px;
	padding-left: 255px;
}

#footer{
	height: 124px;
	text-align: center;
	margin: 10px 0 0 0;
	background: url(../images/footer_bg.png) no-repeat;
}

/* ----- Navigation ----- */

#nav{
	background: #0091cf;
	height: 40px;
}

#nav ul{
	list-style: none;
	text-align: center;
	padding-top: 10px;
}

#nav ul li{
	display: inline;
	margin: 0 5px;
}

#iconShelf{
	height: 80px;
	background: url(../images/iconShelf.png) repeat-x;
}

#iconShelf ul{
	list-style: none;
	text-align: center;
	padding-top: 15px;
}

#iconShelf ul li{
	display: inline;
	width: 200px;
	height: 50px;
}

/* ----- Classes ----- */

.footerText{
	padding-top: 75px;
}

.phoneNumber{
	color: #3b92c1;
	padding-left: 25px;
}

.reflect{
	z-index: -1;
}

.image-left{ float: left;  margin: 5px 20px 10px 0px;}
.image-right{ float: right;}

a.newsRollover{
	display: block;
    width: 144px;
    height: 36px;
    background: url("../images/newsButton.png") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 70px;
    left: 340px;
}
 
a:hover.newsRollover {
    background-position: 0px -36px;
}

a.contactRollover{
	display: block;
    width: 144px;
    height: 36px;
    background: url("../images/contactButton.png") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 70px;
    left: 495px;
}

 
a:hover.contactRollover {
    background-position: 0px -36px;
}

a.rssRollover{
	display: block;
    width: 144px;
    height: 36px;
    background: url("../images/rssButton.png") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 70px;
    left: 645px;
}

 
a:hover.rssRollover {
    background-position: 0px -36px;
}


/* ----- Tables ----- */


.dataformatting td{
	padding-right: 10px;
}

.directions{
	font-size: .85em;
	color: #b5b5b5;
}


/* ----- Calendar ----- */

#calendar{
	background: url(../images/calendarbg2.png) no-repeat white;
	width: 500px;
	margin: 0px
	position: relative;
}

#calendar th {
	width:65px;
}

#calendar acronym {
	border-bottom:0px;
}

#calendar .cell{
height:15px;
width:35px;
}

#calendar .cell2{
height:65px;
width:65px;
}

#calendar .dateTitle{
	font-size:20px;
	font-weight:bold;
}

#calendar .affiliate{
	font-size:17px;
	font-weight:bold;
}

#calendar .dates{
	font-weight:bold;
	font-size:12px;
}

#calendarBlocks{
	width: 425px;
	/* -- background: url(../images/bg.png) repeat-x; -- */
	padding: 10px;
	/* -- border: dashed 2px #fff; --*/
	position: absolute;
	top: 170px;
	left: 25px;
}

#calendarBlocks td {
	height:30px;
	font-size:10px;
	background: white;
	border: solid 1px #e1f0f8;
	padding: 5px;
}

#calendarTitle{
	width: 425px;
	height: 25px;
	position: absolute;
	top: 105px;
	left: 20px;
	color: white;
	font-size: 18px;
}

#calendarTitle td{
	
}

#calendarControls{
	position: absolute;
	top: 465px;
	left: 135px;
}


/* ----- Typography ----- */

h1{
	font-size: 1.5em;
	margin: 10px 0;
}

h2{
	font-size: 1.3em;
	margin: 10px 0;
}


h3{
	font-size: 1.2em;
	margin: 10px 0;
	color: #41a6dd;
}

p{
	margin: 15px 0;
}

a:link {color: #3492cc}     /* unvisited link */
a:visited {color: #00FF00}  /* visited link */
a:hover {color: #56913b}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


strong{
	font-weight: bold;
}

.footerText{
	color: #adadad;
	font-size: .85em;
}
