/* CSS Document */
/*body*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

/*wrapper*/
#wrapper {
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	position: relative;
	background-color: #FFFFFF;
}
.deadweight {clear:both;}
.hiddentext {margin-left: -99999px;}

/*banner*/
#banner {
	width: 920px;
	height: 139px;
	background-image: url(images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/*top bar*/
#topbar {
	width: 920px;
	height: 20px;
	background-color: #1e2b4b;
	padding: 0;
	margin: 0;
}

/*navigation bar*/
#nav {
	width: 215px;
	height: 400px;
	float: left;
}
a#home {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#members {
	display: block;
	width: 215px;
	height: 32px;
	background: url(images/button_members.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a#members:hover,
a#videos:hover,
a#jobs:hover,
a#about:hover,
a#home:hover,
a#events:hover,
a#bizdev:hover,
a#training:hover,
a#scholarships:hover,
a#locator:hover
{
	background-position: 0px -32px;
}
a#events {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#videos {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_videos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#jobs {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_jobs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#bizdev {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_smallbiz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#training {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_training.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#scholarships {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_scholarships.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#about {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a#locator {
	display: block;
	width: 215px;
	height: 32px;
	background-image:url(images/button_locator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*content*/
#content {
	height: auto;
	padding-left: 235px;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333399;
}

h1 { font-size: 18px; border-bottom: double 1px grey; }
h2 { font-size: 14px; }
h3 { font-size: 12px; border-bottom: solid 1px grey;}
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

.on1home h2 { border-bottom: solid 1px #dddddd; text-align: center; }

.on1events h3 { border-bottom: none; font-weight: bold;}


#wrapper #content img#default {
	margin-right: 10px;
	margin-top: -10px;
	padding-left: 15px;
	float: right;
	clear: right;
}

#wrapper #nav img {
	margin-top: 10px;
	padding-left: 5px;
}


/*floats*/
.floatleft { 
	padding: 10px;
	border: solid 1px #666666;
    float: left; 
    margin: 4px; 
	margin-left: 0px;
}
.floatright { 
	padding: 10px;
	border: solid 1px #666666;
    float: right; 
    margin: 4px; 
	margin-right: 0px;
}

/*touts*/
#firstcol {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 0px 10px 10px 10px;
}

#on1home #firstcol {
	border: solid 1px #666666;
}

#secondcol {
	width: 400px;
	height: auto;
	left: 234px;
	top: 515px;
	float: right;
	padding: 10px;
	margin-left: 18px;
}

#on1home #secondcol {
	border: solid 1px #666666;
}

#thirdcol {
	width: 200px;
	height: auto;
	left: 621px;
	top: 515px;
	float: right;
	padding: 10px;
	margin-right: 15px;
}

#on1home #thirdcol {
	background-color: #CCCCCC;
	border: 1px sold #666666;
}

/*footer*/
#footer {
	width: 920px;
	background-color: #1e2b4b;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	padding: 1em;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Secondary Nav */

.secondary_nav {
	width: 214px;
	border-right: 1px solid #000000;
	display: none;
}

.secondary_nav ul {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	background-color:#CCCCCC;
	width: 214px;
}

.navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	padding-left: 45px;
	border-top: 1px solid gray;
}

.navlist li a {
	text-decoration: none;
	color: #333333;
}

.navlist li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.on1about #about_sub,
.on1bizdev #bizdev_sub,
.on1contact #contact_sub,
.on1events #events_sub,
.on1membership #membership_sub,
.on1scholarships #scholarships_sub,
.on1training #training_sub,
.on1scholarships #scholarships_sub {
	display: block;
}
	
.calendar {
	float: left;
	margin-right: 10px;
}

.calendar td, .calendar th {
	text-align:center;
	padding:1px;
}

.calendar th {
	padding: 3px;
}



/* today class */
.calendar .today {
	font-weight: bold;
	color: #FFF;
	background-color: #999999;
	padding: 3px;
}

/* event link */
.calendar div.event {
	padding: 0;
}
.calendar .event a {
	color: white;
	background-color: #001790;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
.calendar .event a:hover {
	background-color: #DE0000;
	color: #FFF;
}
