@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #333;
	background-image: url(images/enveo_02.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 780px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #ffefff;
	background-image: url(images/enveo_03.jpg);
	height: 197px; 
	padding: 0 10px 0 10px;  /* 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. */
}
#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: 20px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	text-align: right;
	font-weight: normal;
}

p a.signup {
	width: 150px;
	background-image: url(images/blue_button.jpg);
	padding: 5px;
	float: right;
	color: #fff;
	text-decoration: none;
	border: 2px outset #ddd;
	text-align: center;
}
 

#login {
	padding: 5px 5px 0px 5px;
	color: #0099cc;
	font-size: 14px;
	margin-top: 20px;
	float: right;
	border: 1px solid #0099cc;
}

#login form {
margin: 0;
padding: 0;
font-size: 90%;
line-height: 90%;
}


#login form label {
font-size: 10px;
float: left;
margin-top: 3px;
width: 55px;
	color: #333;
}

#login form input {
	margin-top: 2px;
	border: 1px solid #0a95ca;
	clear: both;
	color: #0099cc;
	width: 125px;
	height: 12px;
}

#login form input.submit {
font-size: 10px;
float: right;
border: 1px solid #99cc33;
color: 0099cc;
width: 20px;
height: 16px;
}

#sidebar {
	float: right;
	width: 195px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
#sidebar h2 {
	color: #333;
	font-size: 90%;
	font-weight: lighter;
	margin-top: 10px;
	padding: 10px 0px 0px 10px;
}
	
#signup h2 {
color: #333;
font-size: 125%;
font-weight: bold;
padding: 0px;
}
#sidebar strong {
color: #99cc33;
}

#signup {
	padding: 5px 5px 5px 5px;
	width: 175px;
	color: #0099cc;
	background-color: #eef9fe;
	font-size: 12px;
	margin-top: 35px;
	float: right;
	clear: both;
	border: 1px solid #0099cc;
}

#signup form {
margin: 0;
padding: 0;
font-size: 90%;
}


#signup form label {
font-size: 10px;
float: left;
margin-top: 3px;
width: auto;
	color: #333;
}

#signup form input {
	margin-top: 2px;
	border: 1px solid #0a95ca;
	clear: both;
	color: #0099cc;
	background-color: #ffffff;
	width: 100%;
	height: 14px;
}

#signup form input.submit {
font-size: 10px;
float: left;
border: 1px solid #99cc33;
color: 0099cc;
width: auto;
height: 16px;
}

#subscribe {
padding: 3px;
border-top: 1px solid #999;
}


#menu {
	margin: 0;
	background-image: url(images/enveo_05.jpg);
	height: 68px;
	font-size: 90%;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 20px 5px 5px 5px;
	list-style-type:none;	
}

#menu ul li {
	height: 68px;
	margin: 25px 0px 0px 0px;
	padding: 10px;
	display:inline;

}

#menu ul li a {
	color: #ffffff;
	margin: 25px 0px 0px 0px;
		padding: 20px 5px 5px 5px;

	text-decoration: none;
}

#menu ul li a:hover {
	color: #ffffff;
	margin: 25px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}

	
#mainContent {
	padding: 15px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 200px 0px 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 125%;
}

#mainContent h1 {
	font-size: 150%;
	padding-left: 5px;
		width: 100%;
	border-bottom: 2px ridge #0099cc;
}

#mainContent h2 {
	font-size: 125%;
	padding-left: 5px;
}

#mainContent h2 a {
	text-decoration: none;
	color: #99cc33;
}

#mainContent h2 a:hover {
	text-decoration: none;
	color: #99cc33;
}
	
#mainContent p {
	padding-left: 5px;
	color: #333;
	font-size: 110%;
	line-height: 120%;
}

#mainContent p a {
	color: #99cc33;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent p a:hover {
	color: #99cc33;
	text-decoration: none;
}

#mainContent p a:visited {
	color: #88bb33;
	text-decoration: underline;
}

#mainContent strong {
	color: #0a95ca;
}
#mainContent ul {
	margin-bottom: 10px;
}

#mainContent ul li {
	font-size: inherit;
	list-style-image: url(images/bullet.png);
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: -10px;
}

#mainContent ol {
	margin-bottom: 10px;
}

#mainContent ol li {
	font-size: inherit;
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: -10px;
}

#mainContent ul li.no {
	font-size: inherit;
	list-style-image: url(images/bullet-no.png);
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: -10px;	
}

#mainContent blockquote {
	background:#eef9fe;
	padding: 0px 3px;
}

#mainContent img.floatright {
	float: right;
	background-color: #ddd;
	border: 1px solid #99cc33;
	padding: 4px;
	margin-left: 15px;
}

#mainContent img.left {
	float: left;
	clear: both;
	background-color: #ddd;
	border: 1px solid #99cc33;
	padding: 4px;
	margin-left: 15px;
}

#unsubscribeText {
	font-size: 60%;
		font-family: Arial, Helvetica, sans-serif;
}

#footer {
	font-size: 75%;
	text-align: center;
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eef9fe;
}
#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 */
}
#footer a, a:hover {
color: #0a95ca;
padding-left: 5px;
text-decoration: underline;
}
