@charset "utf-8";
body  {
	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;
	background-color: #90C8D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.susanlee09a #wrapper {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	width: 1000px;
}
.susanlee09a #wrapper2 {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	width: 1000px;
}


.susanlee09a #container {
	background-color: #FFFFFF;
	border-right-width: 50px;
	border-left-width: 50px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A9BA75;
	border-left-color: #A9BA75;

} 

.susanlee09a #header {
	height: 79px;
	background-color: #FFFFFF;
} 
.susanlee09a #header2 {
	height: 37px;
	background-color: #FFFFFF;
}

.logo {
	margin: 0px;
	float: left;
	top: 0px;
	right: 0px;
	padding-left: 20px;
}
.button {
	margin: 0px;
	float: right;
	top: 0px;
	right: 0px;
}


.newsletter {
	margin: 0px;
	top: 0px;
	right: 0px;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
}
.tag {
	margin-bottom: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 5px;
}
.tagRight {
	margin-bottom: 0px;
	float: right;
}

.susanlee09a #menuTop {
	height: 31px;
	background-color: #3581c7;
	margin-right: 0px;
	margin-left: 0px;
}
.susanlee09a #menu {
	float: right;
	line-height: normal;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	clear: left;
	text-align: right;
}



.susanlee09a #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* padding keeps the content of the div away from the edges */
	height: 522px;
	background-image: url(../images/susan_lee_sidebarh.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 20px;
}
.susanlee09a #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* padding keeps the content of the div away from the edges */
	height: 522px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 20px;
}

.sidebar1Top  {
	width: 275px; /* padding keeps the content of the div away from the edges */
	height: 296px;
	background-image: url(../images/susan_lee_sidebarh.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.sidebar2Top {
	width: 275px; /* padding keeps the content of the div away from the edges */
	height: 296px;
	background-image: url(../images/susan_lee_sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.susanlee09a #sidebar2 p {
	margin: 0px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
}


.susanlee09a #sidebar1 p {
	margin: 0px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
}


.sidebarPicHome {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 226px;
	background-image: url(../images/susan_lee_sidebar2h.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebarPic {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 226px;
}

.susanlee09a #mainContent {
	background-image: url(../images/susan_lee_maintxt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 522px;
	height: auto;
}



.susanlee09a #homeContent {
	background-image: url(../images/susan_lee_maintxt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 522px;
}

.susanlee09a  #mainTxt   {
	padding-right: 25px;
	padding-left: 20px;
	padding-top: 20px;
}
ul {
	margin-left: 50px;
}

li {


}
.susanlee09a #sidebar1 li {
	padding: 0px;

}
.susanlee09a #sidebar1 ul {
	padding: 0px;
}
.susanlee09a #sidebar2 li {
	padding: 0px;
}
.susanlee09a #sidebar2 ul {
	padding: 0px;
}




a, link, visited {
	font-weight: bold;
	color: #637934;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #3581C7;
	text-decoration: none;
}
a.top, link.top, visited.top {
	font-weight: bold;
	color: #FFFFFF;
}
a:hover.top {
	color: #A9BA75;
	text-decoration: none;
}
a:hover.side {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.side, link.side, visited.side {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}




h1 {
	font-size: 18px;
	color: #A9BA75;
	line-height: normal;
}
h2 {
	font-size: 14px;
	color: #3581C7;
	line-height: normal;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #529BA2;
	text-indent: 15px;
	line-height: normal;
}
h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #7D8F47;
	letter-spacing: 0.3em;
	line-height: normal;
}


.susanlee09a #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #3581c7;
	background-image: url(../images/susanleeconsulting_homepage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
} 
.susanlee09a #footer2 {
	background-color: #3581c7;
	height: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -55px;
}
.susanlee09a #bottom {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #3581c7;
	background-image: url(../images/susanleeconsulting_homepage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
}


.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;
}

h5 {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.picRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
