
.headercrumbs {
        font-size: .8em;
        text-align: right;
        float: right;
        position: relative;
		top: -23px;
}

.clear {
	clear: both;
	font-size: 1px;
}

.ads {width:100%; text-align:left; margin-bottom:25px;}

.ad {
	background-repeat:no-repeat; 
	background-position:center bottom; 
	height:160px; width:179px; 
	display:block; 
	float:left;
	margin:15px 24px 10px 24px;
	text-align:center;
}
.adright {
	background-repeat:no-repeat; 
	background-position:center bottom; 
	height:160px; width:179px; 
	display:block; 
	float:right;
	margin:15px 0px 10px 48px;
	text-align:center;
}

.ads img {text-decoration: none; border:0;}
#frontad1 {background-image: url('imgs/ad1.png'); }
#frontad1:hover{background-image: url('imgs/ad1_hover.png');}
#frontad2 {background-image: url('imgs/ad2.png');}
#frontad2:hover{background-image: url('imgs/ad2_hover.png');}
#frontad3 {background-image: url('imgs/ad3.png');}
#frontad3:hover{background-image: url('imgs/ad3_hover.png');}

#about1 {
	background-image: url('imgs/ad4.png'); 
	background-repeat:no-repeat; 
	background-position:center left; 
	max-width:700px; 
	height:188px; 
	padding-left:320px; 
	padding-top:10px; 
	margin-top:20px;
}

.title {
	text-decoration:none; 
	color: #3a7ba5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0px 5px 0px;
	position: absolute;
	top: 0px;
	left: 71px;
}

a.logo img{position:absolute; top: 7px; border:0px; text-decoration:none;}

body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	text-align: left;
	background-color: #c6d8e5;
	background-image: url(imgs/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

html,body{height: 100%;}
a{color: #336699;}

#main{
	height: 100%;
}

#mainnav {
	margin-bottom: 100px;
	min-height: 50px;
}

#mainnav a.on {
	display: block;
	float: left;
	background: url(imgs/btn_mainnav_active.gif) no-repeat top;
	position: relative;
	top: 4px;
	left: 14px;
	width: 100px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

#mainnav a.off {
	display: block;
	float: left;
	background: url(imgs/btn_mainnav_dwn.gif) no-repeat top;
	position: relative;
	top: 5px;
	left: 14px;
	width: 100px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

#mainnav a.off:hover {
	display: block;
	float: left;
	background: url(imgs/btn_mainnav_up.gif) no-repeat top;
	position: relative;
	top: 4px;
	left: 13px;
	width: 100px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

#center{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	max-width: 775px;
	min-width: 630px;
	height: 100%;
	position: relative;
}

.loginhead{
	color: #000000;
}

.loginhead input.text{
	float: right;
	width: 20%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c1cdd4;
	font-size: 1em;
	padding: 0px 6px 0px 6px;
	margin: 5px 3px 5px 2px;
}

.loginhead input.button{
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	background-color: #4ca1d8;
	font-size: 0.8em;
	font-weight: bold;
	width: 10%;	
	color: #ffffff;
	padding: 0px 6px 1px 6px;
	margin: 5px 5px 5px 2px;
}

.loginhead input.button:hover{
	background-color: #3f85b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3f85b3;
}

#middle{
	background-color: #ffffff;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	/*top: 5%;*/
	min-height: 100%;
}

#middle2{
	background-color: #ffffff;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 29px;
}

#middle3 {
	position: absolute;
	height: 100%;
}

#edgetop{
	min-height: 20px;
}

#edgetop img{
	margin-top: 10px;
	margin-left: 15px;	
	border: 0px;
}

#content{
	margin: 0px 30px 0px 30px;
}

.contentmain, .contentsub{
	border-top: 1px solid #925411;
	margin-bottom: 10px;
	padding: 8px 16px 8px 16px;
	line-height: 1.4em;
}

.contentmain{
	background: url(imgs/fadebackground.gif) repeat-x;
	vertical-align: middle;
}

.contentleft{
	float: left;
	width: 49%;
	font-size: 0.7em;
}

.contentright{
	float: right;
	width: 49%;
	text-align: center;
}

#signupform{
   width: 98%;
   padding: 10px;
   text-align: left;
}

#signupform form label{
	display: inline;
	float: left;
	font-size: 11px;
	width: 20%;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #3f85b3;
	font-weight: bold;
}

#signupform input, #signupform textarea{
	display: inline;
	position: relative;
	left: -140px;
	margin: 2px 5px 3px 21%;	
}

#signupform input.button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	left: 1px;
	border: 1px solid #FFF;
	background-color: #4ca1d8;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;	
	height: 34px;
	margin-top: 20px;
	color: #ffffff;
}

#signupform input.button:hover{
	background-color: #3f85b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3f85b3;
}

.loginform{
	color: #000000;
}

.loginform label{
	color: #3f85b3;
	font-weight: bold;
	float: left;
}

.loginform input.text{
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c1cdd4;
	font-size: 1.3em;
	color: #333;
	padding: 3px 6px 4px 6px;
	margin-bottom: 5px;
}

.loginform input.button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	background-color: #4ca1d8;
	font-size: 0.9em;
	font-weight: bold;
	width: 200px;	
	height: 34px;
	margin-top: 20px;
	color: #ffffff;
}

.loginform input.button:hover{
	background-color: #3f85b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3f85b3;
}

.updatehours input.button{
	position: relative;
	float: right;
	right: -2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d9e8f3;
	background-color: #4ca1d8;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
	width: 173px;	
	height: 34px;
	margin-top: 6px;
	margin-left: 4px;
	color: #ffffff;
}

.updatehours input.button:hover{
	background-color: #3f85b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3f85b3;
}

h1{
	color: #3a7ba5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px;
	margin: 40px 0px 20px 0px;
}

.success {
	font-size: 1.1em;
	color: #66cc33;
}

.err{
	color: #eb272b;
	clear: both;
}

#footer{
	position: absolute;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #69779e;
	padding: 4px 0px 0px 0px;
	text-align: right;
	background-color: #c6d8e5;
	width: 100%; 
	height: 1.6em;
	margin-top: 50%;
	overflow-x: hidden;
}

.clearleft {
	clear: left;
	font-size: 1px;
}

.clearright {
	clear: right;
	font-size: 1px;
}

.rightnav {
	display: block;
	font-size: .8em;
	text-align: right;
	float: right;
	position: relative;
	top: 8px;
	right: 6px;
}

.rightnav a, .rightnav strong {margin-left: 16px;}

.rightnav2 {
	display: block;
	text-align: right;
	float: right;
	position: relative;
	right: 6px;
}

.totals {
	width: 100%;
	text-align: center;
	font-size: .8em;
	background-color: #c6d8e5;
}

.totals th, .totals td{
	padding: 3px 4px 3px 4px;
	background-color: white;
}

#totals-left {
	font-size: .8em;
	padding: .5% 4px .5% 4px;
	text-align: center;
	vertical-align: bottom;
	background-color: white;
}

.tbreak{
	height: 2px;
	background-color: #f1f9ff;
}

.tbreakend{
	height: 10px;
	border-top: 2px solid #f1f9ff;
}

.tbreaktop{
	height: 10px;
	border-bottom: 2px solid #f1f9ff;
}

.tbreaknone{
	height: 6px;
}

.weeksscroll {
	position:absolute;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
}

.tabletop {
	text-align: left;
}

.site {
	width: 100px;
}

.weeklyentry {
	background-color:#d9e8f3;
	padding: 5px 4px 5px 4px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: .7em;
	border-right: 2px solid #c6d8e5;
	border-bottom: 6px solid #c6d8e5;
	border-left: 2px solid #c6d8e5;
}

.weeklyentry th {
	padding: 7px 3px 7px 3px;
}

.weeklyentry input {
	width: 90%;
	text-align: center;
	border: none;
}

.weeklyentry input.delete {
	color:#F00;
	background-color: #d9e8f3;
}

.weeklyentry input.delete:hover {
	color:#F00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #c6d8e5;
}

/* Alternating column colors for main table*/
.odd {background-color: white;}
input.odd:hover, input.odd:focus {background-color: #e1f0fa;}
.even {background-color: #f1f9ff;}
input.even:hover, input.even:focus {background-color: white;}
.none {background-color:#d9e8f3;}

#workingtoward{
	position: relative;
	left: 250px;
	top: -26px;
	width: auto;
	min-width: 200px;
	max-width: 400px;
}

#hideshow {
	position: relative;
	float: right;
	top: -22px;
	right: 8px;
	font-size: 0.8em;
}

.setupentry {
	background-color:#d9e8f3;
	padding: 5px 4px 5px 4px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: .7em;
	border: 2px solid #c6d8e5;
	line-height:1em;
}

.setupentry th {
	padding: 7px 3px 7px 3px;
}

.setupentry input {
	width: 90%;
	text-align: center;
	border: none;
}

.setupentry input.delete {
	color:#F00;
	background-color: #d9e8f3;
}

.setupentry input.delete:hover {
	color:#F00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #c6d8e5;
}

#right {
	float: right;
	margin-bottom: 20px;
}

div#savemessage{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #4ca1d8;
	position:fixed;
	top:0%;
	left:40%;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	text-align:center;
	width: 100px;	
	height: 22px;
	color: #ffffff;
	display:none;
}

/*BECAUSE CHROME DOESN'T UNDERSTAND COLUNM GROUPS*/

.chrome1{
	background:#FFF;
}

.chrome2{
	background:#f1f9ff;
}

.chrome1 strong, .chrome2 strong {
	line-height:2em;
}

option[selected] { background: #c6d8e5; }

#FBLike{
	margin-top: 25px;
	margin-left: 30px;
	float: left;
}

#FBShare{
	margin-top: 13px;
	margin-right: 15px;
	float: right;
}

#FBShare img{
	cursor: pointer;
}

#slogan em{
	min-width: 100%;
	font-size: .8em;
}

#slogan{
	position: relative;
	top: -25px;
	left: -43px;
	text-align: center;
}

#aboutUs p{
	width: 92%;
	margin-left: 4%;
	text-align: justify;
}


