body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x; /** Repeats the image vertically **/
	background-color:#00c2c2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {  
	font-size:170%;
	color: #00c2c2;
	text-indent: 60px;
	padding: 10px 0 0 0;
	height:45px;
	background: url(../images/paw-h1.gif) left top no-repeat;
	background-position: 0px 0px;
	position: relative; left: -20px;
}
.oneColFixCtrHdr #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #subheader {
	background: #333; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #topnav {
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-size:100%;
	padding: 5px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	font-size: 80%;
	background-image:url(../images/There4u-Mockup_06.gif);
	padding: 20px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:108px;
}
.oneColFixCtrHdr #footer p {
	font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#BottomMenu div{
	display: inline;
}

/* Multi-level Horizontal Navigation */
	
#nav, #nav ul{
font-size:12px;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2.5em;
z-index:99;
}

#nav a{
display:block;
padding:0px 10px;
border:1px solid #000;
color:#fff;
text-decoration:none;
background-color:#000;
}

#nav a:hover{
color:#ccc;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:2.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* Breadcrums style */

.breadcrumbs {
	padding:4px 0;
	margin:0;
	font-size:80%;
}

/* Public style for forms module */

#SiteForms{
	width:500px;
	text-align:center;
	margin:0 auto;
	background:#fff;
}
#SiteForms .error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#SiteForms label{
	float: left;
	font-weight:bold;
	text-align:left;
}
#SiteForms p{
	text-align:left;
	clear: both;
}
#SiteForms .FormLink{
	text-align:left;
	font-weight:normal;
	font-size:10pt;
}
#SiteForms .RadioGroup{
	text-align:left;
	font-weight:normal;
}
#SiteForms .FormElement{
	text-align:left;
	padding:0;
}
#SiteForms .RequiredLabel{
	color:#FF0033;
	font-size:75%;
}

/* Alternating Rows */

.altrow1 {
	background:#eaf4f3;
	padding: 6px;
	height:auto;
	min-height:20px;
	border: 1px solid #C0C0C0;
}
.altrow2 {
	background:#fff;
	padding: 6px;
	height:auto;
	min-height:20px;
}

/* Buttons */
.buttons {
	text-align:center;
}
.buttons a, .buttons button{
    
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* User Update & Registration User Form */
#user_forms { 
	text-align:center;
	width:400px;
	margin:0 auto;
}
#user_forms h2{ 
	text-align:left;
	border-bottom: 1px solid #333;
}
#user_forms .error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#user_forms label{
	width: 15em; 
	float: left;
	text-align:left;
}
#user_forms p{
	text-align:left;
	clear: both;
}

/* Login Form */
#login_forms {
	text-align:center;
	width: 300px;
	margin:20px auto;
}
#login_forms h2{
	text-align:left;
	padding:0;
	margin:0;
	border-bottom: 1px solid #999;
}
#login_forms .error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#login_forms label{
	text-align:left;
	width: 8em; 
	float: left;
}
#login_forms p{
	text-align:left;
	clear: both;
}

/* Help Form */

#help_forms {
	text-align:center;
	width: 300px;
	margin:20px auto;
}
#help_forms .error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#help_forms h2{
	padding:0;
	margin:0;
	border-bottom: 1px solid #999;
	text-align:left;
}
#help_forms label{
	width: 8em; 
	float: left;
}
#help_forms p{
	clear: both;
}