/*----------------------------------------------------------------- 	
CSS Document 
version: 1.0.0
-----------------------------------------------------------------*/
/*** 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: 300px;
	width: 550px;
	margin: 10px 0;
	margin-left: -20px;
}

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

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

#content{
	margin-top: 25px;
	position: relative;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumn{
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 25px;
}
#blogcontent{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#rightColumn{
	width: 500px;
	padding-left: 255px;
}
#rightColumn2{
	width: 500px;
	height: 750px;
	padding-left: 255px;
}
#wideColumn{
	width: 650px;
	padding-left: 50px;
}

#footer{
	height: 118px;
	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 ----- */

.required{
	color: red;
}

.footerText{
	padding-top: 35px;
}

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

.reflect{
	z-index: -1;
}

.outline{
	border-width: 5px;
	border-style: solid;
	border-color: #3390cb;
}

.outlineBrown{
	border-width: 5px;
	border-style: solid;
	border-color: #725211;
}

.outlineYellow{
	border-width: 5px;
	border-style: solid;
	border-color: #eac026;
}

.outlineOrange{
	border-width: 5px;
	border-style: solid;
	border-color: #c45318;
}

.outlineGreen{
	border-width: 5px;
	border-style: solid;
	border-color: #79ba30;
}

.outlinePurple{
	border-width: 5px;
	border-style: solid;
	border-color: #5d338c;
}

.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.newsRollover2,a:hover.newsRollover2{
	display: block;
    width: 144px;
    height: 62px;
    background: url("../images/newsroomNew.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 47px;
    left: 455px;
}

a.blogRollover2,a:hover.blogRollover2{
	display: block;
    width: 144px;
    height: 69px;
    background: url("../images/blogNew.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 42px;
    left: 360px;
}

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.contactRollover2,a:hover.contactRollover2{
	display: block;
    width: 144px;
    height: 65px;
    background: url("../images/contactNew.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 46px;
    left: 675px;
}

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.rssRollover2{
	display: block;
    width: 144px;
    height: 65px;
    background: url("../images/rssNew.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 46px;
    left: 560px;
}

a.socialize{
	display: block;
    width: 284px;
    height: 34px;
    background: url("../images/socialize_bg.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 130px;
    left: 516px;
}
a.facebook{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/facebook.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 137px;
    left: 650px;
}
a.twitter{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/twitter.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 137px;
    left: 685px;
}
a.youtube{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/youtube.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 137px;
    left: 720px;
}
a.myspace{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/myspace.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 136px;
    left: 755px;
}

a.socialize2{
	display: block;
    width: 284px;
    height: 34px;
    background: url("../images/socialize_bg.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 125px;
    left: 516px;
}
a.facebook2{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/facebook.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 132px;
    left: 650px;
}
a.twitter2{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/twitter.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 132px;
    left: 685px;
}
a.youtube2{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/youtube.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 132px;
    left: 720px;
}
a.myspace2{
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/myspace.jpg") 0 0 no-repeat;
    text-decoration: none;
    position: absolute;
    top: 131px;
    left: 755px;
}

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


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


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

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


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

#calendar{
	width: 500px;
	margin: 0px
	position: relative;
}

#calendar th {
	width:65px;
}

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

#calendar .cell{
height:70px;
width:80px;
}

#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: 675px;
	/* -- background: url(../images/bg.png) repeat-x; -- */
	padding: 10px;
 border: dashed 2px #fff;
	position: absolute;
	top: 50px;
	left: 10px;
}

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

#calendarTitle{
	width: 675px;
	position: absolute;
	top: 0px;
	left: 20px;
	color: white;
	font-size: 18px;
}

#calendarTitle td{
	
}

#calendarControls{
	position: absolute;
	top: 550px;
	left: 250px;
	color: white;
}

#calendarControls a{
	color: black;
}

/* ----- 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: #6a39a5}     /* unvisited link */
a:visited {color: #8749cf}  /* visited link */
a:hover {color: #336219}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

strong{
	font-weight: bold;
}
.ul2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

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

li{
	list-style: none;
}


div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;

  width: 200px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('form_header.png') no-repeat;

  text-decoration: none;
  font-family: Arial;
  font-weight: 900;
  font-size:  13px;
  color:   #206040;
  cursor:  default;
  background-color: #FFFFFF;
}

div.sample_popup div.menu_form_body
{
  width: 200px;
  border: 1px solid black;
	font-size: small;
	font-family: Arial, Helvetica, sans-seriff;
	height: 100%;
	background: url(../images/bg.png) repeat-x;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

