body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #ededed url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #2d2d70;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6666a5;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	background: transparent url(../_images/bg-wrapper.jpg) center top repeat-y;
}
#wrapper2 {
	background: transparent url(../_images/bg-container.jpg) center top no-repeat;
	padding-top: 95px;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 749px;		/* Width of entire image */ 
	height: 19px;		/* Height of buttons */
	margin: 0 auto 25px auto;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 19px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 			{ width: 82px; }
#menu-professionals { width: 200px; }
#menu-edge 			{ width: 176px; }
#menu-providers 	{ width: 201px; }
#menu-contact 		{ width: 90px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover 			{ background: transparent url(../_images/menu.gif) 0px -19px no-repeat; }
#menu-professionals a:hover { background: transparent url(../_images/menu.gif) -82px -19px no-repeat; }
#menu-edge a:hover			{ background: transparent url(../_images/menu.gif) -282px -19px no-repeat; }
#menu-providers a:hover 	{ background: transparent url(../_images/menu.gif) -458px -19px no-repeat; }
#menu-contact a:hover 		{ background: transparent url(../_images/menu.gif) -659px -19px no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#banner {
	width: 784px;
	height: 212px;
	margin: 0 auto 20px auto;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
}
#header {
	width: 784px;
	height: 82px;
	margin: 0 auto 20px auto;
	background: transparent url(../_images/header.jpg) 0 0 no-repeat;
	text-align: left;
}
	#header h1 {
		font-family: Georgia;
		font-size: 30px;
		font-weight: normal;
		color: #FFF;
		padding: 35px 0 0 20px;
	}

#main {
	width: 742px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 485px;
	float: left;
}	
	#content li {
		margin-left: 25px;
	}
	#content h2 {
		color: #2d2d70;
		font-size: 18px;
		font-weight: normal;
	}
		#content h2 em {
			font-size: 12px;
			color: #6b6b6b;
		}
	
	#content strong em {
		color: #2d2d70;
	}
	
	#content.welcome p {
		color: #6b6b6b;
	}
	#content.welcome li {
		list-style: none;
		padding-left: 20px;
		background: transparent url(../_images/check.gif) 0 2px no-repeat;
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	
	#content td, #content td p {
		font-size: 11px;
		line-height: 13px;
	}
	
	.bio {
		display: none;
		border: 1px solid #6b6b6b;
		background: #EFEFEF;
		padding: 15px 15px 0 15px;
		margin-bottom: 20px;
	}
		.bio p {
			font-size: 11px;
			line-height: 13px;
		}

#side {
	width: 220px;
	float: right;
}
	#side dt {
		font-size: 14px;
	}
	#side dd {
		color: #6b6b6b;
		margin-bottom: 10px;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	width: 840px;
	margin: 0 auto;
	background: #ededed url(../_images/footer.jpg) 0 0 no-repeat;
	padding-top: 40px;
	text-align: center;
}
	#footer p {
		font-size: 11px;
		line-height: 13px;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}