@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background-image: url(../images/header.jpg);
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent #footerlinks ul {
	text-align: center;
	margin: 0px;
	padding: 5px;
}

#mainContent  #footerlinks  li   {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#mainContent #footerlinks a {
	text-decoration: none;
}


#mainContent #categoryname p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainContent #categoryname {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent #plans {
	height: 1225px;
}
#sidebar1  #sidead {
	height: 955px;
}



#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #343399;
}
#sidebar1 #nav {
	padding-top: 15px;
	height: 230px;
}
#sidebar1  #nav  .imglinks {
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#sidebar1 #nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 7px;
	float: left;
	font-size: 0px;
}
#sidebar1 #nav li {
	display: inline;
}

#mainContent  {
	height: 1275px;
	width: 635px;
	float: right;
} 
#footer  {
	padding: 0 10px 0 20px;
}
#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 */
}
.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;
}
/*<![CDATA[*/
 iframe.c2 {width:635px;border:none}
 iframe.c1 {width:150px;border:none}
/*]]>*/
#contractorbutton {
	height: 30px;
	width: 94px;
	padding-top: 50px;
	padding-left: 685px;
}
#contractorbutton img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#categoryname #category {
	width: 200px;
	float: left;
}
#categoryname #logout {
	width: 180px;
	float: right;
}
#categoryname #logout img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#mainContent #categoryname {
	height: 20px;
}

