/***** Basic Elements *****/  

html, body{
	background-color: #FFFFFF;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height:1.6em;
	text-align: center;
	color: #333333;
	height: 100%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

/***** Generic Elements *****/  

a[href^="http:"]{
	padding-right: 12px;
	background-image: url(/images/exlink.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a[href^="http:"].nostyle{
	padding-right: 0px;
	background-image: none;
}

a:link{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #FF9933;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:active{
	color: #990000;
	text-decoration: none;
}

img{
	border: none;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

/***** Layout Elements *****/ 

div#header{
	height: 88px;
	width: 790px;
	margin: auto;
}

div#flash-banner{
	text-align: center;
	width: 790px;
	margin: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
	clear: both;
}

div#welcome{
	padding: 10px;
	background-color: #EFEFEF;
}

div#welcome .left{
	float: left;
	width: 50%;
}

div#welcome .right{
	float: right;
	width: 48%;
	padding-top: 10px;
}

div#book table{
	margin: auto;
}

div#book{
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

div#book img{
	vertical-align: text-bottom;
}


/***** Navigation *****/ 

div#nav a:link, a:active{
	color: #FFFFFF;
	text-decoration: none;
}
div#nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
div#nav a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
div#nav li.current a:link, a:active{
	color: #333333;
	text-decoration: none;
}
div#nav li.current a:hover{
	color: #333333;
	text-decoration: underline;
}
div#nav li.current a:visited{
	color: #666666;
	text-decoration: none;
}
div#nav{
	width: 790px;
	margin: auto;
	background-color:#333333;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
div#nav ul{
	padding: 0;
	margin: 0;
	margin-top: 17px; 
	list-style: none;
	font-size: 16px;
}
div#nav ul li{
	height: 41px;
	float: left;
	margin-right: 16px;
}
div#nav ul li.current{
	background-image: url(/images/nav-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
div#nav ul li a{
	display: inline-block;
	padding: 10px 10px 10px 10px;
}
div#nav ul li.current a{
	background-image: url(/images/nav-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/***** Content *****/ 

div#content{
	text-align: justify;
	width: 771px;
	margin: auto;
	padding: 10px;
	background-color: #FFFFFF;
	clear: both;
}

/***** Footer *****/ 

div#bar{
	border-top: 1px dotted #CCCCCC;
	width: 770px;
	margin: auto;
}

div#footer{
	border-top: 1px dotted #CCCCCC;
	width: 770px;
	margin: auto;
}

div#footer .left{
	float: left;
	width: 40%;
	text-align: left;
}

div#footer .right{
	float: right;
	width: 57%;
	text-align: right;
}

/***** Generic Classes *****/ 

.center{
	text-align: center;
}

.required{
	color: #FF0000;
}

.errors{
	color: #FF0000;
	font-weight: bold;
}

.ttd_pic{
	padding-top:50px;
	padding-bottom:50px;
}

.ttd_pic_last{
	padding-top:50px;
	padding-bottom:5px;
}

.map{
	width: 370px;
	height: 500px;
	border: 1px solid #CCCCCC;
}

.form{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.button{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	width: 200px;
	font-weight: bold;
}

.button:hover{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
}

.form-date{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.break{
	width: 100%;
	clear: both;
}

.social_left{
	text-align: right;
	float: left;
	width: 350px;
	padding-right: 25px;
}

.social_right{
	text-align: left;
	float: left;
	width: 350px;
	padding-left: 25px;
}

.facebook{ padding-right: 5px; vertical-align: text-top;}
