@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #0089a5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #3a3a3a;
	line-height:1.4em;
	background-image:url(images/page_bg.gif);
	background-position: 65% 0%;
	background-repeat:no-repeat;
}
#container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/page_tile.gif);
	background-repeat:repeat-y;
	margin: 20px auto 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#top{
background-image:url(images/header_top.gif);
background-position:top;
background-repeat:no-repeat;
height:26px;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#banner{
margin-left:19px;
clear:both;
}

#mainContent {
	padding: 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:330px;
}
#bottom {
	padding-top: 10px;
	height:18px;
background-image:url(images/footer.gif);
background-position:bottom;
background-repeat:no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	height:30px;
	width:788px;
	margin: 0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:5px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFFFFF;
		text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
		text-decoration:underline;
}
#footer a:active {
	color: #FFFFFF;
		text-decoration:none;
}

a:link {
	color: #007b9a;
}
a:visited {
	color: #007b9a;
}
a:hover {
	color: #336699;
}
a:active {
	color: #007b9a;
}

/*menu*/

#menu{
height:20px;
float:left;
width:440px;
}
#logo_top{
float:left;
height:20px;
width:299px;
padding-left:19px;

}

/*content*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:3px;
	color:#0089a5;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:3px;
	color:#1e7cc1;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0089a5;
}
.form_text {
	font-size: 11px;
	line-height:normal;
}
.form_text td {
	font-size: 10px;
	line-height:normal;
}
input,textarea{
background:#FFFFFF !important;
border:#CCCCCC solid 1px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:1px;
margin:0px;
}

.forms{
background:#FFFFFF !important;
border:#CCCCCC solid 1px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:1px;
margin:0px;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
}
.images {
	border: 1px solid #CCCCCC;
	margin: 4px 10px 4px 7px;
	padding: 3px;
}


.table_bottom_border td{
border-bottom: 1px #F3F3F3 solid;
}

.table_border td{
border: 1px #def2fb solid;
border-width: 1px 1px 0 0;
}

#table
{
    border-color: #def2fb;
    border-width: 0 0 1px 1px;
    border-style: solid;
}


.size10{
font-size:10px;
}

.size11{
font-size:11px;
}

.size12{
font-size:12px;
}

.size13{
font-size:13px;
}
.size14{
font-size:14px;
}
.size16{
font-size:16px;
}

.size18{
font-size:18px;
}

.yellow_bg{
background-image:url(images/yellow_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

.heart_list li{
background-image:url(images/icon_heart.gif);
 background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 15px;
}

.heart_list ul{
 list-style-type: none;
padding: 0;
margin: 0;
line-height:1.5em;
}