/*  GENERAL
*******************************************************************************************************************/

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 21px;
}

body {
	background-image: url(file:layout/teal_bkgd.jpg);
	background-repeat: repeat;
	background-color: #2E546A;
	margin-top:10px;
}

a{
	outline:none;
	color: #01573C;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #01573C;
}

a:hover	{
	color:#363;
	text-decoration:underline;
}
	
/*
p,ul	{margin-bottom:1em; line-height:1.4em;}
*/

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 21px;
	color: #004d3d;
	font-weight: bold;
}

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #004d3d;
	font-weight: bold;
}

.special {
	color: #004d3d;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}

.specials {
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


/*  FORMS
*******************************************************************************************************************/

	#form								{width:400px;}


/*  FOOTER
*******************************************************************************************************************/

	
	
/*  ADMIN
*******************************************************************************************************************/

.table	{
	border:0;
}
.table td	{padding:3px; background-color:#E8E8E8;}
	
.cl_0_1 td	{
	vertical-align:middle;
	height:27px;
}
.cl_0_2 td	{
	vertical-align:top;
	height:157px;
}
.cl_1_1	td {
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
	
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.jobtext {
	color: #0066FF;
}
.jobtext a {
	color: #0066FF;
	text-decoration:none;
}
.jobtext a:hover {
	color: #06C;
	text-decoration:underline;
}
.redtext {
	line-height: 16px;
	color: #CC0000;
}
.redtext a {
	color: #CC0000;
	text-decoration:none;
}

.redtext a:hover {
	color: #CC0000;
	text-decoration:underline;
}
.bodyhome {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 10px;
}

.redspecial {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.recipe {
	border: 1.5px dashed #618375;
	background-color: #fbf5d7;
	background-image: url(../images/goosecreekgeese.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3px 4px 3px 4px;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:780px;
    height:325px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:780px;
    height:310px;
    margin-left:0px;
	background:url(../images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

