/* Created by John Henry Muller : johnhenrymuller.com */

/*////////// COLORS \\\\\\\\\\*\
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
\*\\\\\\\\\\ COLORS //////////*/

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}

/* Background */
body {
	background-image: url(../../images/interface/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color: #000000;
	}

#container {
	width: 760px;
	text-align:left;
	margin : 0px auto;
	}
#header {
	width: 760px;
	height: 118px;
	}

/* Logo */
#header h1 {
	width: 129px;
	height: 70px;
	display: block;
	float: left;
	font-size: 2px;
	}
	#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
		text-indent: -9999px;
		overflow: hidden;
		width: 129px;
		height: 70px;
		background-image: url(/images/interface/logo.gif);
		display: block;
		background-repeat: no-repeat;
		float:left;
		}

/* Layout */
#content {
	width: 510px;
	float: left;
	}
#contentbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer {
	padding-bottom: 50px;
	padding-top: 50px;
	}
#footer, #footer p {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
		color: #CCCCCC;
		text-decoration: none;
		text-transform: lowercase;
		}
	#footer a:hover, #footer a:visited:hover {
		color: #999999;
		text-decoration: none;
		text-transform: lowercase;
		}
#footer li {
	list-style-type: none;
	display: inline;
	padding-left: 19px;
	background-image: url(/images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	}
#footer li:first-child {
	background-image: none;
	padding-left: 0px;
	}
#footer p {
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	}


/* Main Navigation */
#mainnav {
	height: 48px;
	width: 510px;
	clear: both;
	margin-left: 239px;
	}
	#mainnav li {
	list-style-type: none;
	float: left;
	}
	#mainnav a, #mainnav a:link, #mainnav a:active, #mainnav a:visited {
	background-repeat: repeat;
	display: block;
	height: 48px;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 2px;
		}
		#mainnav a:hover, #mainnav a:visited:hover {
			background-position: 0px -48px;
			}
		#mn_aboutmadma a { background-image: url(/images/interface/navigation/main/aboutmadma.gif); width: 126px;}
		#mn_events a { background-image: url(/images/interface/navigation/main/events.gif); width: 74px;}
		#mn_membership a { background-image: url(/images/interface/navigation/main/membership.gif); width: 112px;}
		#mn_scholarship a { background-image: url(/images/interface/navigation/main/scholarship.gif); width: 103px;}
		#mn_resources a { background-image: url(/images/interface/navigation/main/resources.gif); width: 95px;}

/* Sub Navigation */
#subnav {
	float: right;
	height: 21px;
	width: 200px;
	}
	#subnav li {
	list-style-type: none;
	float: left;
	}
	#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited {
	background-repeat: repeat;
	display: block;
	height: 21px;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 2px;
		}
		#subnav a:hover, #subnav a:visited:hover {
			background-position: 0px -21px;
			}
		#sn_home a { background-image: url(/images/interface/navigation/sub/home.gif); width: 60px;}
		#sn_sitemap a { background-image: url(/images/interface/navigation/sub/sitemap.gif); width:66px;}
		#sn_contact a { background-image: url(/images/interface/navigation/sub/contact.gif); width:74px;}


#contentbody {
	margin-left: 3px;
	margin-right: 3px;
	}
#contentwrap {
	background-image: url(../../images/interface/content_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	}

/* Page Navigation */
#pagenav {
	width: 239px;
	float: left;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
#pagenav li {
	list-style-type: none;
	}
#pagenav li li {
	margin-top: 10px;
	}
#pagenav ul ul a, #pagenav ul ul a:link, #pagenav ul ul a:active, #pagenav ul ul a:visited {
	background-image: url(/images/interface/pn_sub_bg.gif);
	width: 186px;
	margin-left: 10px;
	margin-top: 0px;
	}
	#pagenav ul ul a:hover, #pagenav ul ul a:visited:hover {
	background-position: -196px 0px;
	}
#pagenav li a, #pagenav li a:link, #pagenav li a:active, #pagenav li a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	display: block;
	height: 43px;
	width: 229px;
	background-image: url(/images/interface/pn_page_bg.gif);
	background-position: 0px 0px;
	padding-top: 27px;
	padding-left: 10px;
	margin-top: 21px;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	}
#pagenav li a:hover, #pagenav li a:visited:hover {
	background-position: -239px 0px;
	}
#additionalinfo {
	margin-top: 30px;
	margin-right: 34px;
	margin-bottom: 10px;
	margin-left: 10px;
	}


/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */
#contentbody a, #contentbody a:link, #contentbody a:active, #contentbody a:visited, #additionalinfo a, #additionalinfo a:link, #additionalinfo a:active, #additionalinfo a:visited {
	color: #666666;
	text-decoration: underline;
	}
	#contentbody a:hover, #contentbody a:visited:hover, #additionalinfo a:hover, #additionalinfo a:visited:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E6F4FB;
	}

/* Global Links No Highlight Class */
#contentbody a.nohighlight, #contentbody a.nohighlight:link, #contentbody a.nohighlight:active, #contentbody a.nohighlight:visited {
	color: #666666;
	text-decoration: none;
	}
	#contentbody a.nohighlight:hover, #contentbody a.nohighlight:visited:hover, #contentbody a.nohighlight:hover, #contentbody a.nohighlight:visited:hover {
		color: #666666;
		text-decoration: none;
		background-color: #FFFFFF;
		}


/* Title */
h2 {
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	text-transform: lowercase;
	line-height: 37px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #333333;
		text-decoration: none;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #333333;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	text-transform: lowercase;
	line-height: 25px;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #FFFF00;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #FF00FF;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #89A8B4;
	line-height: 23px;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #666666;
			text-decoration: underline;
			}
/* Sub-Sub-Header */
h5 {
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 21px;
	color: #666666;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h5 a:link, h5 a:active, h5 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h5 a:hover, h5 a:visited:hover {
			color: #666666;
			text-decoration: underline;
			}
/* Sub-Sub-Sub-Header */
h6 {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666666;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h6 a:link, h6 a:active, h6 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h6 a:hover, h6 a:visited:hover {
			color: #666666;
			text-decoration: underline;
			}
/* Sub-Sub-Sub-Header */
h7 {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 17px;
	color: #666666;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h7 a:link, h7 a:active, h7 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h7 a:hover, h7 a:visited:hover {
			color: #666666;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}

/* Lists */
	#contentbody ul {
		font-size: 11px;
		line-height: 22px;
		color: #666666;
		margin-left: 40px;
		margin-bottom: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	#contentbody li {
		font-size: 11px;
		line-height: 22px;
		color: #666666;
		list-style-image: url(/images/interface/bullet.gif);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	#contentbody ul ul {
		margin-bottom: 5px;
		margin-left: 20px;
		}

/* Blockquotes */
	blockquote {
		background-color: #F2FAFD;
		color: #999999;
		text-align: center;
		font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		border-top-style: dotted;
		border-right-style: none;
		border-bottom-style: dotted;
		border-left-style: none;
		border-width: 1px;
		border-color: #999999;	
		}
	blockquote p {
		color: #999999;
		text-align: left;
		margin-bottom: 0px;
		}
	blockquote:hover {
		background-color: #E6F4FB;
		color: #666666;
		border-width: 1px;
		border-top-style: dotted;
		border-right-style: none;
		border-bottom-style: dotted;
		border-left-style: none;
		border-color: #666666;
		}
	blockquote:hover p {
		color: #666666;
		}
/* Horizontal Rule */

	hr {
		background-color: #CDEAF6;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		margin-bottom: 20px;
		clear: both;
		float: none;
		}

/* Landing Page Styles */
	#contentbody #landingbuttons a, #contentbody #landingbuttons a a:link, #contentbody #landingbuttons a a:active, #contentbody #landingbuttons a a:visited {
	color: #63A3BD;
	clear: none;
	border: 0px none #9AC9DC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	height: 150px;
	display: block;
	background-color: #E6F4FB;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/images/interface/dots.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
		}
		#contentbody #landingbuttons a:hover, #contentbody #landingbuttons a:visited:hover {
	background-color:#CDEAF6;
	text-decoration: none;
			}
	#contentbody .twobuttons a { width: 217px; }
	#contentbody .threebuttons a { width: 135px; }
		
	#landingbuttons a dfn {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 10px;
		line-height: 15px;
		color:#666666;
		display: block;
		margin-top: 10px;
		}
	#landingbuttons a strong {
		font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: normal;
		color: #63A3BD;
		line-height: 23px;
		}

/* Form Styles */
	
	#form {
		width: 400px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		}
	input, select, textarea {
		clear: none;
		background-color: #E6F4FB;
		padding: 2px;
		border: 1px solid #CDEAF6;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		width: 320px;
		float: left;
		display: block;
		}
	#form div {
		clear: both;
		margin-bottom:10px;
		height: 30px;
		}
	#form label {
	width: 70px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
			float: left;
			}
		#form-city input {
			width: 50px;
			}
		
		div#form-state {
			clear: none;
			float: left;
			}
		#form-state label {
			width: 50px;
			padding-left: 15px;
			}
		div#form-state select {
			width: 100px;
			}
		
		div#form-zip {
			clear: none;
			float: right;
			width: 90px;
			}
		#form-zip label {
			width: 30px;
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: 80px;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			clear: both;
			}
		#form-submit input {
			width: 80px;
			float: right;
			}
		#understand {
			height: 500px;
			}
		div#understand {
			height: auto;
			}
		div#membershiptype {
			height: auto;
			}
		div#form-corporatemembers {
			height: auto;
			}
		textarea#form-field-corporatemembers {
			height: 78px;
			width:400px;
			clear:both;
			float:none;
			}
		#form-corporatemembers label {
		width:400px;
		float:none;
		}
		div#form-corporatemembers {
		margin-bottom:20px;
		height: auto;
		}

/* Hide Hidden */
input[type=hidden] {display: none;}

/* Add to Cart */
.addtocart {
	width:200px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px auto;
	}
.viewcart {
	border:none;
	background:none;
	width:auto;
	padding:0px;
	clear:both;
	}

/* Content Classes */
	.floatleft { float: left; }
	.floatright { float: right; }
	.gap { padding-bottom: 20px; }
	.nogap { padding-bottom: 0px; }
	.textsmall { font-size: 9px; }
	.textwhite { color: #FFFFFF; }
	.clear { clear: both; }
	.center { text-align: center; }


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */







/* ////////// 3. Unique Content Styles Start ////////// */

/* HOME */
#pagenav #connect a {
	margin-top: 10px;
	}
#pagenav #learn a {
	margin-top: 10px;
	}
#home #contentwrap {
	background-image: url(/images/interface/home_content_bg.jpg);
	}
#pagenav li#join a {
	background-image: url(/images/content/home/nav/join_bg.gif);
	}
#pagenav li#connect a {
	background-image: url(/images/content/home/nav/connect_bg.gif);
	}
#pagenav li#learn a {
	background-image: url(/images/content/home/nav/learn_bg.gif);
	}

/* ABOUT MADMA */
	/* ABOUT BOARD MEMBERS */
#boardmemberslist p {
	float: left;
	width: 200px;
	text-align: left;
	height: 100px;
	padding-left: 40px;
	display: block;
	}
.item {
	width: 200px;
	float: left;
	padding-left: 40px;
	height: 130px;
	text-align: left;
	}
	.item p {
		text-align: left;
		}

/* SCHOLARSHIP */
	/* SCHOLARSHIP APPLICATION */
	#form-schoolyear select {
		width: 150px;
		}
	div#form-essay {
	height:auto;
		}
	#form-essay label {
	width: 400px;
	float: none;
	margin-bottom: 10px;
		}
	#form-essay textarea {
		float: none;
		width: 400px;
		height: 100px;
		}
	div#form-activity {
		height:auto;
		}
	#form-activity label {
		width: 400px;
		float: none;
		margin-bottom: 10px;
		}
	#form-activity textarea {
		float: none;
		width: 400px;
		height: 100px;
		}
	#understand input {
		height: 15px;
		width: 15px;
		}
	#understand label {
		width: 350px;
		margin-bottom: 10px;
		}

/* MEMBERSHIP */
	/* MEMBERSHIP SIGN UP */
	#membershiptype input {
		height: 15px;
		width: 15px;
		}
	#membershiptype label {
		width: 350px;
		margin-bottom: 10px;
		}
/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */



#form-captcha #uword { width: 100px; }
#form div#form-captcha { height: 100px; }
#form-captcha img { float: left; }
#form-captcha p {
	display: block;
	width: 150px;
	height: 20px;
	float: left;
}
#form-captcha p.captcha-label {
	width: 400px;
	float: none;
}
#form-paymentmethod input { width: auto; }
#form-paymentmethod label { width: 200px; float:left; display:block }
