@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	margin:0px;
	font-size:15px;
	line-height:21px;
	color:#888888;
}
.body{
	background-image:url(../images/main/body_overall.gif);
	background-repeat:repeat-x;
}
a{
	color:#16d416;
}
.border_table{
	border-style:dotted;
	border-color:#CCC;
}
.border_table td{
	border-style:dotted;
	border-color:#CCC;
}
#body{
	background-image:url(../images/main/body.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
.container{
	width:815px;
	margin:auto;
}
#logo{
	padding-top:30px;
	padding-left:20px;
	float:left;
	margin-bottom:10px;
}
#phone{
	float:right;
	padding-top:40px;
	padding-right:10px;
	font-size:36px;
}
#menu{
	background-image:url(../images/main/menu.png);
	width:786px;
	font-size:15px;
	color:#c3d3f2;
	padding:22px;
	height:22px;
	margin:auto;
	clear:both;
}
#flash_container{
	background-image:url(../images/main/flash_bg.gif);
	margin:auto;
	width:782px;
	padding:15px;
	height:268px;
}
#content{
	padding-top:10px;
	overflow:auto;
}
h1{
	font-size:30px;
	line-height:34px;
	color:#16d416;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h2{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.menu_item{
	float:left;
	padding-left:27px;
	padding-right:28px;
}
.menu_item a{
	color:#c3d3f2;
	text-decoration:none;
}
.menu_item a:hover{
	color:#ffffff;
	text-decoration:none;
}
.menu_div{
	float:left;
}
.blue_text{
	color:#0d3c97;
}
.black_text{
	color:#000000;
}
#content_left{
	padding:10px;
	padding-right:20px;
	float:left;
	width:520px;
}
#content_right{
	padding:10px;
	padding-left:20px;
	border-left:1px dotted #888888;
	float:left;
	width:230px;
}


#calback td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}
#calback {
	background: url('../images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 190px;
	height:300px;
	float:left;
}
#calendar {
	width: 100%;
	height: 100%;
}
.cal {
	background: #000;
	width: 100%;
}
.calhead {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}
.calhead img {
	border: none;
}
.dayhead {
	height: 15px;
	background: #EEE;
}
.dayhead td {
	text-align: center;
	color: #000;
}
.dayrow {
	background: #FFF;
	height: 15px;
}
.dayrow td {
	width: 15px;
	color: #000;
	font-size: 12px;
}
.day {
	float: right;
}

div#qTip {
	padding: 5px;
	border: 3px solid #CCCCCC;
	display: none;
	background: #FFFFFF;
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	width:170px;
	z-index: 1000;
}


