/* CSS Document */

body{
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	color:#06c;
}
body, body table{
	color:black;
}
body, table, form, img, h1, h2, h3, h4{
	margin:0px;
	border:0px;
	padding:0px;
}

h1{
	font-size:30px;
	font-family:serif;
}

h2{
	color:#000066;
	font-size:20px;
	font-weight:bold;
	padding:7px 16px;
	font-family:serif;
}

h4{
	padding:15px 0px 2px 5px;;
}

a{color:#000000;text-decoration:none;cursor:pointer;}
a:hover{color:#0066cc;text-decoration:underline}

.top_logo, .top_logo div{
	width:137px;
}
.logo{
	height:100px;
	background: url(../image/logo.gif) top center no-repeat;
	margin:0px;
}
.bookIt{
	text-align:center;
}
.bookIt a{
	color:#002674;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.bookIt a:hover{
	color:#3360bb;
	text-decoration:none;
}

#head_text{
	font-size:12px;
}

#container{
	width:870px;
	margin:auto;
	margin-top:10px;
}

/*
#header img{
	float:right;
	margin-top:20px;
}
*/

.section{
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid; 
	border-color:gray;
	border-top:1px solid #efefef;
	padding-top:5px;
	margin-top:15px;
}

#content{
	background:#FFF;
	border:1px solid white;
}
	#content .inner{
	padding:0px 10px;
	font-size:13px;
	}
	
	#content h3{
	padding:0;
	margin:0;
	font-size:11px;
	}
	
	#content p{
	padding:0;
	margin:5px 0 5px 0;
	font-size:11px;
	}
	
	#content a{
	text-decoration:none;
	color:#666;
	}
	
	#content #subwindow{
	position:absolute;
	left:440px;
	top:210px;
	width:225px;
	height:280px;
	padding:10px;
	}

	#content #content-left{
	width:500px;
	float:left;
	padding-left:10px;
	text-align:justify;
	font-size:13px;
	}

	#content #content-left p{
	margin:5px 0 5px 0;
	}

	#content #content-right{
		float:right;
		padding-left:4px;
	}


#footer{
	background:url('../image/pillow.gif') top center no-repeat;
	text-align:center;
	padding:160px 0px 20px;
	font-weight:bold;
}
#footer a{
	color:#020262;
	color:yellow;
}

.module{
	font-size:20px;
	width:350px;
	font-family:serif;
	float:left;
}

.left, .center, .right{float:left;height:25px;cursor:pointer}
.left{width:8px;}
.right{width:9px;}

.menu .left{background:url(../image/but_left.gif)}
.menu .center{background:url(../image/but.gif)}
.menu .right{background:url(../image/but_right.gif)}
.menu_hover .left{background:url(../image/hover_left.gif)}
.menu_hover .center{background:url(../image/hover.gif)}
.menu_hover .right{background:url(../image/hover_right.gif)}
.menu_active .left{background:url(../image/active_left.gif)}
.menu_active .center{background:url(../image/active.gif); color:white}
.menu_active .right{background:url(../image/active_right.gif)}

.clear{clear:both}
.text{
	margin-top:3px;
	font-weight:bold;
	font-size:11px;
	letter-spacing: 0em;
	font-family:arial;
}

.navigation{
	margin:auto;
}


.clear{clear:both}



.secondary{
	height:24px;
	background:#002674;
}
.secondary div.link, .secondary .link_active{
	float:left;
	font-weight:bold;
	padding:5px 10px 0px 40px;
	font-size:12px;
}
.secondary a{color:#b1dee5}
.secondary a:hover{color:white;text-decoration:none}
.secondary div.link_active a{color:white}



#contact{
	clear:both;
	padding-left:20px;
	padding-top:20px;
}
#contact table tr{
	font-size:13px;
}
#contact table .field{
	width:320px;
}


.submit{
	width:73px;
	height:17px;
	border:0px;
	background:url(../image/submit.gif);
	color:white;
	font-weight:bold;
}

.directions{
	font-size:13px;
	line-height:20px;
	padding-left:10px;
	width:305px;
}
.directions div.dleft{
	float:left;
	width:200px;
}
.directions div.dright{
	float:left;
	width:100px;
}