/* Site CSS style Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #D5D5D5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}
#container {
	width: 900px;
	background: #FFFFFF;
	border: 4px double #CCC;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #fff;
	padding:0px;
	color: #FFF;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
img
{  border-style: none;
}

h1 {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size:22px;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#sidebar1 {
	float: left;
	width: 195px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#mainContent {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#trainingContent {
	background-image: url(../images/training.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#aboutContent {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#contactContent {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#servicesContent {
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#privacyContent {
	background-image: url(../images/privacy.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 16px;
	background-position: right top;
} 
#footer {
	padding: 0 25px 0 23px;
	background-image: url(../images/line_br.gif);
	background-repeat: no-repeat;
	background-position: 23px 0px;
	height:75px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#Footer_nav
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	line-height: 18px;
}
#Footer_nav a:active, #Footer_nav a:visited, #Footer_nav a:link
{
	color: #333;
	text-decoration: none;
}

#Footer_nav a:hover
{
	color: #999;
	text-decoration: underline;
}

#Footer_nav_right
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9px;
	color: #999;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	float: right;
	font-weight: lighter;
}

#Footer_nav_right a:active, #Footer_nav_right a:visited, #Footer_nav_right a:link
{
    color: #003300;
    text-decoration: none;
}
#Footer_break
{
    height: 1px;
    background-image: url(../images/bottom_line_break.gif);
}

#Footer_nav_right a:hover
{
    color: #000;
    text-decoration: underline;
}
/* Fresh Branding*/

#fresh
{
    width: 176px;
    height: 34px;
}

#fresh ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#fresh li
{
    padding: 0 1px 0 0;
    float: left;
    cursor: pointer;
}

.freshsettings
{
    padding: 0px 0px 0px 0px;
    height: 0px;
    display: block;
    overflow: hidden;
}

.fresh_logo
{
    width: 176px;
    height: 34px;
    background-image: url(../images/fresh.gif);
}

.fresh_logo:hover
{
    width: 176px;
    height: 34px;
    background-image: url(../images/fresh_roll.gif);
}
.fltrt { 
	float: right;
	margin-left: 0px;
}
.fltlft { 
	float: left;
	margin-right: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #DDAE43;
}
a:visited {
	text-decoration: none;
	color: #DDAE43;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #DDAE43;
}
#form {
	width: 300px;
	margin-left:0px;
	margin-top:20px;
	font-size:15px;
	font-weight:bold;
}
.form_fields {
	border: 1px solid #DAB968;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
	height: 20px;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.notes {
	border: 1px solid #DAB968;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
	width: 250px;
	height:100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.form_button {
	background-color: #666;
	font-size:16px;
	color:#FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
