@charset "utf-8";
/* CSS Document  for Connection Corner */
/* Copyright 2009 **** Designed by Web Wise Concepts, LLC -------------- */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {/* set everything to zero for a good cross-browser starting point */
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #666;
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font-family: Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100%; /* 16px */
	min-width: 770px;
	line-height: 1.3;
	background: #d5d0ba url(../images/body_head.gif) repeat-x;
}
/* Text and Lists ---------------------------------- */
p {
	padding: 5px 30px;
	font-size: .75em; /* 16 x .75 = 12px */
}
h1, h2, h3, h4 { color:#765; }
h2 {
	padding: 10px 25px;
	font-size: 1.125em; /* 16 x 1.125em =18px */
	font-variant: small-caps;
}
h3 {
	font-size: 0.875em; /* 16 x 0.875= 14px */
	padding: 5px 10px 5px 25px;
}
h4 {
	padding: 10px 0 0 25px;
	margin: 5px auto;
	font-size: .75em;
	font-style: italic;
}
ul { margin: 15px 50px; }
ul li { font-size: .75em; /* 16 x .75 = 12px */ }
/* Layout styles ----------------------------------- */
#wrapper {
	position: relative;
	margin: 5px auto;/* centers the wrapper first value */
	width: 800px;
	border: 1px solid #765;/* sets a border to all 4 sides */
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
	background: #fff;
}
#header {
	padding: 10px 25px;
	height: 100px;
}
h1 #tag {
	font-size: 12px;
	font-weight: normal;
}
#content {
	width: 790px;
	height: 750px;
}
#home #content {height: 880px;}
#memberlist #content{ height: 1100px; } 
#profile #member_profile { border: 1px solid #765; }
#content_main {
	position: absolute;
	width: 590px;
	left: 87px;
	top: 195px;
}
#content_sub {
	float: left;
	width: 280px;
}
#content_sub #more {
	margin: 0 0 0 280px; 
	width: 300px;
	z-index: 1;}

.box h3 {
	text-align: center;
	font-size: 1em;
}
#meetings, #contact, #downloads {
	color: #000066;
	background: #d5d0ba;
	padding: 6px 3px;
	width: 274px;
	position: absolute;
	border: 1px solid #675;
	height: auto;
	left: 457px;
	top: 22px;
}
#meetings { text-align: center; }
#meetings, #contact {
	right: 32px;
	top: 14px;
}
/* Spotlight Box -------------------------- */
#spotlight {
	float: left;
	margin: 3px 15px 3px 0;
	padding: 6px 3px;
	width: 260px;
	color: #000066;
	background: #d5d0ba;
}
#spotlight p {padding: 5px 10px;}
#leadership table {
	font-size: .6875em;
	margin: 15px;
	border-collapse: collapse;
	padding: 8px;
	background: #d5d0ba;
	color: #000066;
}
#leadership caption {
	background: #d5d0ba;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
#leadership th {
	text-align: left;
	padding: 2px;
}
#leadership td.lead {
	color: #765;
	padding: 0 15px;
}
/* Footer ----------------------------------- */
#footer {
	border-top: 1px solid #ccc;
	font-size: .75em; /* 16 x .75 = 12px */
	margin-top: 25px;
}
p#forms {float: right;}
/* Generic Styles ------------------------------------------------ */
.fltlt {
	float: left;
	padding: 3px 5px;
}
.fltrt { float: right; }
.bus { font-weight: bold; }
.new {font-weight: bold; font-style: italic; color: #009900; padding-left: 5px;}
.smit {
	font-size: .6875em; /* 16 x .6875 = 11x */
	font-style: italic;
}
img {border: 0;}
#join {
	margin: 25px;
	clear: both;
	border: 1px dashed #996600;
}
.hline {
	padding-top: 5px;
	border-top: 1px dotted #765;
	margin: 15px 8px 0 8px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}

/* Images -------------------------------------------------- */
#banner_right {
	margin-top: 60px;
	padding-right: 2px;
	float: right;
}
#banner_left {
	position: absolute;
	left: 8px;
	top: 110px;
}
#member {
	float: right;
	margin: 20px 0 20px 20px;
}
/* Navigation & Links -------------------------------------- */
a {
	font-weight: bold;
}
a:link, a:visited { color: #000099; }
a:hover { color:#666633; }
#nav_menu {
	font-size: 0.6875em; /* 16x0.6875=11px */
	float: left;
	margin: 10px 0 0 270px;
	line-height: normal;
	border-bottom: 1px solid #765;
}
#nav_menu ul {
	padding:0 10px 0 0;
	margin: 0px;
	list-style-type: none;
}
#nav_menu li {
	padding: 0 0 0 9px;
	background: url(../images/left.gif) no-repeat left top;
	float: left;
	margin: 0px;
}
#nav_menu a {
	padding: 5px 15px 4px 6px;
	display: block;
	font-weight: bold;
	background: url(../images/right.gif) no-repeat right top;
	float: left;
	color: #003399;
	text-decoration: none;
}
#nav_menu a { float: none }
#nav_menu a:hover { color: #333 }
#nav_menu #current { background-image: url(../images/left_on.gif) }
#nav_menu #current a {
	background-image: url(../images/right_on.gif);
	padding-bottom: 5px;
	color: #333
}
/* Tables -----------------------------------------*/
#members {
	width: 565px;
	margin: 10px auto;
	border-collapse: collapse;
	font-size: .75em;
	}
#members caption {
	font-weight: bold;
	font-size: 1.2em;
}
#members th {
	padding: 6px;
}
#members td { 
	padding: 6px;
	vertical-align: top; 
	width: 33%;}
.rowTint {
	background: #f5f4ef;
}

@media print {
#wrapper {border: none;}
#banner_right, #banner_left, #footer, h4, #nav_menu {display: none;}
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
.addspace {
	margin-bottom: 200px;}
/* end CSS */
