/* CSS Document */

@import url("navigation.css");

.clearBoth {
	clear:both;
	padding:0px;
	margin:0px;
}

#home h1 {
	padding: 10px 0 0px 0px;
	margin:0px;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#996600;
	text-align:center;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	color:#996600;
}

h3 {
	font-size:1.0em;
	font-weight:bold;
	color:#333333;
	padding-bottom:0px;
	margin-bottom:0px;
}
h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#666666;
	padding-bottom:0px;
	margin-bottom:0px;
}

#jobs h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#333333;
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#CCCCCC;
}

.smallGrey {
	color:#666666;
	font-size:11px;
}

.floatLeft {
	float:left;
	margin:5px;
}
.floatRight {
	float:right;
	margin:5px;
}


.alignCenter {
	text-align:center;
}

.note {
	font-size:10px;
}


.sockets {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	
}

#insert {
	border:#999933 1px solid;
	padding:10px;
	margin-bottom:30px;
	margin-left:10px;
}

#insert_caption {
	font-size:10px;
	color:#666666;
	text-align:center;
}

#quote {
	border:#999933 2px solid;
	background-color:#EDEDE4;
	padding:10px;
	width:330px;
	margin-bottom:30px;
	margin-left:25px;
	font-size:14px;
	color:#000000;
}
#quote div {
	text-align:right;
	font-style:italic;
	font-size:.9em;
}


#contact {
	border:#999933 1px solid;
	padding:10px;
	width:420px;
	margin-bottom:30px;
	margin-left:10px;
	font-size:14px;
	color:#666666;
}
#contacttc {
	border:#999933 1px solid;
	padding:10px;
	width:420px;
	margin-bottom:30px;
	margin-left:10px;
	font-size:14px;
	color:#666666;
}
.contactLogo {
	float:left;
	margin:20px;
}


.membership_fees {
	width:250px;
}

#insert #location{
	padding:8px 0 3px 18px;
	font-size:10px;
}

#table .col1 {
	float:left;
	text-align:right;
}


ul.schedule {
	margin:0px;
	padding:2px 0 10px 5px;
}
ul.schedule li {
	list-style:none;
	margin:0px;
	padding-bottom:2px;
}



table#presidents td {
	padding:16px 0 16px 15px;
}
table#presidents a:link {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}
table#presidents a:visited {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}
table#presidents a:hover {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
}


table#store td {
	padding:16px 0 16px 15px;
}
table#store a:link {
	color:#000066;
	font-size:1.1em;
	font-weight:bold;
}
table#store a:visited {
	color:#000066;
	font-size:1.1em;
	font-weight:bold;
}
table#store a:hover {
	color:#FFDE09;
	font-size:1.1em;
	font-weight:bold;
	background-color:#333333;
}

#directors {
	padding-left:35px;
}
table#board td {
	padding:2px 0 2px 15px;
}
table#board td.italic {
	font-style:italic;
}



a:link {
	color:#000066;
}
a:visited {
	color:#000066;
}
a:hover {
	background-color:#333333;
	color:#FFDE09;
}

a.headingLink:link {
	font-size:1.0em;
	font-weight:bold;
	color:#000099;
}
a.headingLink:visited {
	font-size:1.0em;
	font-weight:bold;
	color:#000099;
}
a.headingLink:hover {
	font-size:1.0em;
	font-weight:bold;
	background-color:#333333;
	color:#FFDE09;
}
