@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Project Name!
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			background: url(../images/body-bg.jpg) center top no-repeat #6c1a40;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
		}
		
		#container {
			width: 900px;
			margin: 0 auto;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		.no-background { background: none !important; }
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */



/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			
		}
			#header h1 {
				display: block;
				width: 301px;
				height: 94px;
				float: left;
			}
				#header h1 a {
					display: block;
					width: 301px;
					height: 94px;
					text-indent: -999999px;
					background: url(/images/logo.png);
				}
			#header p#header-info {
				display: block;
				float: right;
				margin: 35px 0 0 0;
				width: 245px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				font-size: 14px;
				color: #b98ea2;
				background: #591737;
			}
				#header p#header-info a {
					text-decoration: underline;
					color: #D1C8CD;
				}
			#header p#header-contact {
				display: block;
				float: right;
				margin: 35px 0 0 0;
				padding: 3px 15px 0 0;
				width: 245px;
				height: 40px;
				text-align: right;
				font-size: 14px;
				color: #b98ea2;
			}
				#header p#header-contact a {
					text-decoration: underline;
					color: #D1C8CD;
				}
			
			#header ul {
				display: block;
				clear: both;
				list-style-type: none;
				border-bottom: 2px solid #333;
			}
				#header ul li {
					display: block;
					float: left;
					border-right: 1px solid #666;
				}
					#header ul li a {
						display: block;
						padding: 0 10px;
						height: 20px;
						line-height: 20px;
						font-size: 14px;
						font-weight: bold;
						color: #000;
						text-decoration: none;
						background: #CCFFFF;
					}



/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */
	
		#masthead {
			background: url(../images/head.png) no-repeat;
			border-bottom: 6px solid #d790b6;
		}
			#masthead h2 {
				display: block;
				font-size: 22px;
				font-weight: bold;
				color: #FFF;
				height: 60px;
				line-height: 60px;
				padding-left: 25px;
			}
			#masthead #banner {
				background: url(../images/masthead.jpg) no-repeat;
				width: 900px;
				height: 100px;
				border-bottom: 6px solid #791f4a;
			}
			
		#slide {
            width: 440px;
            position: absolute;
            right: 0;
            bottom: 386px;
        }
            #slide IMG {
                position:absolute;
                top:0;
                left:0;
                z-index:8;
            }

            #slide IMG.active {
                z-index:10;
            }

            #slide IMG.last-active {
                z-index:9;
            }



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
	
		#container { position: relative; }
		#content { background: #fff; }
		#main {
			background: #fff;
		}
		
		#main.join {
			padding: 40px !important;
			background: #fff;
		}
		#main.text-content {
			padding:  30px;
		}
			#main.text-content h3 {
				font-size: 23px;
				color: #791f4a;
				padding: 15px 15px 10px 0;
			}
				#main.text-content h4 {				
					padding: 0 15px 15px 0;
					color: #a04276;
					font-size: 16px;
				}
				#main.text-content p {
					display: block;
					line-height: 18px;
					padding-bottom: 10px;
				}
				#main.text-content ul {
					display: blockl
					line-height: 18px;
					padding: 0 0 10px 20px;
				}
			#main-left {
			}
			
			#main-inner {
				padding-bottom: 40px;
			}
			#main-inner ul {
				padding: 40px 0 0 70px;
				list-style-image: url(../images/check.gif);
				color: #808080;
				font-size: 18px;
			}
				#main ul li {
					
				}
			#main #connect {
				width: 345px;
				height: 215px;
				background: #e7cfdd;
				margin: 40px 0 0 40px;
				font-size: 14px;
			}
				#connect h3 {
					color: #791f4a;
					font-size: 17px; 
					padding: 20px 0 10px 20px;
				}
				#connect #button {
					background: url(../images/button-wide.png) repeat-y bottom;
					border: none;
					width: 305px;
					height: 35px;
					color: #FFF;
					font-weight:;
					font-size: 16px;
					margin: 0 0 0 20px;
				}
					#connect #button:hover {
						background: url(../images/button-wide.png) no-repeat;
					}
				#connect form {
					padding: 0 0 0 0;
				}
					#connect .radio {
						padding: 0 0 0 15px;
						
					}
					#connect .box {
						padding: 0 0 0 20px;
						margin-top: 15px;
					}
				#member-search-info {
					background: #e7cfdd;
					width: 410px;
					padding: 0 0 0 0;
					margin: 0;
					float: left;
					}
					#member-search-info h3 {
						background: #c488a9;
						color: #FFF;
						border-bottom: 1px solid #b16e91;
						padding: 20px 20px 19px 20px;
						font-size: 18px;
					}
						#member-search-info h3 em {
							display: block;
							font-size:  12px;
							padding-top: 3px;
						}
							#member-search-info h3 em a {
								color: #791F4A;
								text-decoration: underline;
							}
					#member-search-info h3 #button {
					background: url(../images/button.png) no-repeat;
					border: none;
					width: 250px;
					height: 35px;
					color: #FFF;
					font-weight:;
					font-size: 16px;
					margin: 0 0 0 110px;
					padding: ;
				}
				
				#member-search-info h3 #button-short {
					background: url(../images/button-tall.png) repeat-y bottom;
					border: none;
					width: 250px;
					height: 45px;
					color: #FFF;
					font-weight:;
					font-size: 16px;
					margin: 0 0 0 110px;
					padding: ;
				}
					#member-search-info h3 #button-short:hover {
						background: url(../images/button-tall.png) no-repeat;
					}
				
				#member-search-info-more h3 #button-short {
					background: url(../images/button-tall.png) repeat-y bottom;
					border: none;
					width: 250px;
					height: 45px;
					color: #FFF;
					font-weight:;
					font-size: 16px;
					margin: 0 0 0 110px;
					padding: ;
				}
					#member-search-info-more h3 #button-short:hover {
						background: url(../images/button-tall.png) no-repeat;
					}
				
				.member-search {
					padding: 10px 0;
				}
				
				#member-search-info-more {
					background: #e7cfdd;
					width: 410px;
					padding: 0 0 0 0;
					margin: 0;
					float: right;
					}
					#member-search-info-more h3 {
						background: #c488a9;
						color: #FFF;
						border-bottom: 1px solid #b16e91;
						padding: 20px 20px 19px 20px;
						font-size: 18px;
						font-style: italic;
					}
					#member-search-info-more h3 #button {
					background: url(../images/button.png) no-repeat;
					border: none;
					width: 250px;
					height: 35px;
					color: #FFF;
					font-weight:;
					font-size: 16px;
					margin: 0 0 0 110px;
					padding: ;
				}
				
				.label-span {
					display: block !important;
					padding: 0 0 5px 10px;
					width: auto !important;
					margin: 0;
					float: none !important;
				}
				div.multi-box {
					padding: 0 20px 20px 90px;
					float: left;
				}
					.multi-select {
						float: right !important;
						width: 150px !important;
						display: block;
						padding: 3px 0px 3px 0px;
					}
					.multi-select input {
						float:  left;
						display: block;
					}
					.multi-select strong {
						display: block;
						width:  120px;
						padding-top:  3px;
						float: right;
						text-align: left;
					}
		
				#consultant {
					width: 369px;
				    height: 208px;
				    float: left;	
				    margin: 0 0 0 40px;
					background: url(../images/sidebar-photo.jpg) 30px top no-repeat;
				}
					#consultant h4 {
						font-size: 17px;
						padding: 120px 0 0 185px;
						font-weight: 100;
						color: #791f4a;
					}
					#consultant h4 strong {
						font-size: 18px;
						font-weight: bold;
					}
				#details {
					width: 361px;
					height: 206px;
					float: left;
					margin: 0 0 0 40px;
					background: #f1e8ed;
					border: 4px solid #d790b6;
				}
					#details h3 {
						font-size: 22px;
						color: #791f4a;
						padding: 15px 5px 0px 15px;
					}
					#details ul {
						padding: 15px 15px 0px 30px;
						color: #a04276;
						font-size: 16px;
					}
					#details p {
						padding: 15px 15px 0px 15px;
						color: #a04276;
						font-size: 16px;
					}
					#details a {
						color: #791F4A;
						text-decoration: underline;
					}
				
				#loginannounce {
					width: 361px;
					float: left;
					margin: 0 0 0 40px;
					background: #f1e8ed;
					border: 4px solid #d790b6;
				}
					#loginannounce h3 {
						font-size: 22px;
						color: #791f4a;
						padding: 15px 5px 8px 15px;
					}
					#loginannounce ul {
						padding: 8px 15px 8px 30px;
						color: #a04276;
						font-size: 14px;
					}
					#loginannounce p {
						padding: 8px 15px 8px 15px;
						color: #a04276;
						font-size: 14px;
					}
					#loginannounce a {
						color: #791F4A;
						text-decoration: underline;
					}
					
				#more {
					width: 361px;
					height: 226px;
					float: left;
					margin: 0;
					background: #f1e8ed;
					border: 4px solid #d790b6;
				}
					#more h3 {
						font-size: 23px;
						color: #791f4a;
						padding: 15px 15px 0px 15px;
					}
					#more p {
						padding: 15px 15px 0px 15px;
						color: #a04276;
						font-size: 16px;
					}


/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
		
		#footer {
			color: #b98ea2;
			padding: 20px 0 20px 20px;
			}
			#footer a {
					color: #b98ea2;
					text-decoration: underline;
				}
