@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Northeast Wisconsin Wedding Professional
Author: Jeff Sanders
Date Created: 3/3/2010
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }

body {
	background: #d5daed url(../images/bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 20px auto;
	width: 970px;
}
#aside {
	width: 240px;
	background: #fff;
	float: left;
	height: 684px;
}
#maincontent {
	padding: 20px;
	width: 670px;
	min-height: 645px;
	background: #fff;
	float: right;
}
#footer {
	padding: 10px 0px;
	text-align: center;
	clear: both;
}
	#footer p {
		font: 12px Arial, Helvetica, sans-serif;
	}
	#footer p a {
		color: #3E4C8F;
	}

/* ------------------------------------------------------------------------
ASIDE ELEMENTS
--------------------------------------------------------------------------*/
#aside h1 {
	width: 240px;
	height: 191px;
	background: url(../images/logo.jpg) top left no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

/* general lists for aside */
#aside h2 {
	padding-bottom: 0px;
	padding-left: 20px;
	font: 18px/45px Arial, Helvetica, sans-serif;
	color: #6372a9;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #999999;
	background: url(../images/aside_header_bg.jpg) bottom left repeat-x;
}
#aside ul {
	list-style-type: none;
	margin-bottom: 30px;
}
#aside li {
	font: 14px/40px Arial, Helvetica, sans-serif;
}
#aside li a {
	padding: 0px 20px;
	color: #000;
	text-decoration: none;
	display: block;
}
#aside li a:hover {
	background: #eceef8 url(../images/menu_hover_bg.jpg)top left no-repeat;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h2 {
	padding-bottom: 10px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #6D79AF;
	border-bottom: 1px solid #6D79AF;
}
h3 {
	margin: .5em 0px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin: 1em 0px;
	font-size: 12px;
	line-height: 18px;
}

/* ------------------------------------------------------------------------
MEMBER ELEMENTS
--------------------------------------------------------------------------*/
#members #dirList li {
	padding: 5px;
	width: 48%;
	text-align: center;
	float: left;
}

/* ------------------------------------------------------------------------
DIRECTORY ELEMENTS
--------------------------------------------------------------------------*/
.memdetails {
	padding-bottom: 20px;
	margin: 20px 0px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.memlogo {
	width: 200px;
	float: left;
	display: block;
}
.memlogo img {
	margin: 0 auto;
	display: block;
}
.meminfo {
	width: 440px;
	float: right;
	display: block;
}
	.meminfo h3 {
		margin-top: 0px;
	}
.address {
	margin-top: 10px;
	width: 50%;
	float: left;
}
.contact {
	margin-top: 10px;
	width: 50%;
	float: right;
}
#meetings {
list-style:none;
margin: 20px 40px;
}
#meetings li {
margin: 7px 0px;
}
#note {
font-size:14px;
}
#centercontent ul {
float:none;
clear:both;
display:block;
}
.commMember {
	float:left;
	width: 50%;
}
.commMember ul li {
list-style:none;
}
.commMember ul {
	margin: 15px 15px;
}
#top {
	margin: 15px 10px;
}
#search {
	margin: 10px 10px;
}
.smallTxt {
font-size:12px;
}
#submit {
 float: left;
 clear: right;
 margin: 6px 25px;
}
#searchPhrase {
	float: left;
	clear: left;
}

/* ------------------------------------------------------------------------
CONTACT ELEMENTS
--------------------------------------------------------------------------*/
form {
	font: 12px Arial, Helvetica, sans-serif;
}
label {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 160px;
	display: block;
	float: left;
}
input[type="text"] {
	margin-bottom: 10px;
	padding: 2px;
	width: 300px;
	border: 1px solid #ccc;
}
select {
	margin-bottom: 10px;
	width: 300px;
	border: 1px solid #ccc;
}
textarea {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
input[type="submit"] {
	margin-left: 170px;
	padding: 5px;
	background: #D4D9ED;
	border: 1px solid #A7B3DF;
}
.attn {
	color: #CC0000;
}
#dirList {
	clear: left;
}
#dirList ul {
list-style:none;
}

#icpsignup2989 {
	width: 200px;
}
#icpsignup2989 input[type="text"] {
	display: block;
	width: 120px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 6px 4px;
}
#icpsignup2989 .submit {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px !important;
}
