/* CSS Document for Corinthan 241 site  */

/*  Clear default spacing  */
html, body, div, ul, ol, li, p, h1, h2, h3, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background-color: #FFFFFF;
	text-align: center;
}

/*  Main wrapper DIV  */
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 856px;
	margin: 10px auto;
	text-align: left;
}

/*  Layout DIVs  */
#heading {
	width: 856px;
	height: 132px;
	line-height: 0;
	background-image: url(../image/headerbg.jpg);
	background-repeat: no-repeat;
}

#column {
	width: 856px;
	background-image: url(../image/columnbg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#columntop {
	float: left;
	width: 148px;
	height: 28px;
	background-image: url(../image/columntop.jpg);
	background-repeat: no-repeat;
}

#base {
	clear: both;
	width: 806px;
	height: 84px;
	background-image: url(../image/basebg.jpg);
	background-repeat: no-repeat;
	padding: 20px 50px 0 0;
}

.menuCell {
	width: 660px;
	height: 28px;
	line-height: normal;
	margin: 90px 0 0 170px; 
}

.signin {
	width: 160px;
	margin-right: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #996600;
	text-align: right;
	float: right;
}

.signinLeft {
	width: 160px;
	margin-left: 10px;
	float: left;
}

.titleImage {
	width: 300px;
	margin: 0 auto;
}

/*  "content" is the ID of the main DIV for page-specific content  */
#content {
	width: 700px;
	float: left;
}

#content h1 {
	font-size: 140%;
	color: #996600;
	margin: 15px 20px;
	text-align: center;
}

#content h1:first-child {
	margin-top: 5px;
}

#content h2 {
	font-size: 130%;
	color: #CC6633;
	margin: 10px 15px;
	text-align: center;
}
#content h3 {
	font-size: 110%;
	font-style: italic;
	color: #A9AA70;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 4px;
}

#content p {
	margin-bottom: 6px;
}

#content a:link, #content a:visited {
	color: #996600;
	text-decoration: underline;
}

#content a:hover {
	color: #FF6600;
	text-decoration: none;
}

#content a:active {
	color: #FF0000;
	text-decoration: underline;
}

.copyRight {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #b71515;
}

.insetBox {
	font-size: 105%;
	width: 80%;
	border: 2px solid #996600;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.insetBox ul, .noticeBox ul, ul.bulletList {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../image/smbulletg.gif);
}

.insetBox ul li, .noticeBox ul li, .bulletList li {
	margin-left: 12px;
}

.calendarBox {
	width: 560px;
	border: 2px solid #996600;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}

/*  Other miscellaneous styles  */
.bigLink {
	font-size: 120%;
	font-weight: bold;
}

.textBox {
	margin: 0 20px 0 15px;
}

.textBox ul {
	margin: 10px 0 10px 10px;
}

.errorBox {
	width: 80%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #EEEEEE;
	border: solid 1px;
	border-color: #CC6633;
	color: #FF0066;
}

.successMsg {
	color: #669966;
}

.noticeBox {
	width: 80%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #F90;
	color: #80400;
}

.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.leftCapImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #CC9900;
	text-align: center;
}

.rightCapImage {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #CC9900;
	text-align: center;
}

.genCapImage {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #CC9900;
	text-align: center;
}

.centerImage {
	display: block;
	margin: 0 auto;
}

/*  Drop-caps style for opening paragraph on a page  */
p.bigFirst:first-letter {
	font-size: 200%;
	font-weight: bold;
	float: left;
	color: #956870
}

/*  Styles for table of officers  */
.officeTitle {
	font-size: 110%;
	font-weight: bold;
	color: #996633;
	font-style: italic;
	background-image: url(../image/dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.officeName {
	font-size: 110%;
	font-weight: bold;
	color: #CC9933;
}

.tableCap {
	font-size: 105%;
	font-weight: bold;
	color: #996633;
	font-style: italic;
}

.tableItem {
	font-size: 105%;
	color: #CC6600;
}

.bgWhite {
	background-color: #FFFFFF;
	float: left;
}

#trestlecont {
	width: 85%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}	

.trestle {
	font-size: 110%;
	border-width: 1px;
	border-style: solid;
	border-color: #956870;
	background-color: #FFFFCC;
	width: 100%;
}

.trestle td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #956870;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.trestleodd {
	background-color: #CCCC99;
}

.trestleeven {
	background-color: #FFFFCC;
}

#roster {
  font-size: 90%;
	border: 0;
}

#roster td {
	vertical-align: top;
	margin: 0;
	padding: 4px;
}

.eventBox {
	border: 2px solid #CC6600;
}	

.smbulletList {
	list-style-position: inside;
	list-style-type: disc;
}

/* Image gallery navigation */

#photonav {
	margin: 0 auto 6px auto;
	width: 300px;
	font-size: 0.95em;
}
.clearing {
	clear: both;
}

.centering {
	text-align: center;
}

#photonav ul {
	margin: 0;
	padding: 0;
}
#photonav li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#photonav a {
	color: #FFEAA8;
 	background-color: #9D854D;
	display: block;
	float: left;
	padding: 2px 6px;
	border: 1px solid #333333;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#photonav a:link {
	color: #FFEAA8;
}

#photonav a:visited {
	color: #FFEAA8;
}
#photonav a:hover,
#photonav a:active,
#photonav a:focus {
	color: #333333;
	background-color: #C9B88F;
}

img.pointer {
	vertical-align: bottom;
	margin-right: 8px;
}

.mainpic {
	padding: 6px;
	border: 1px solid #960;
}

#progBar {
	margin: 77px 0 0 300px;
}

.profBox {
	width: 90%;
	margin: 10px 0 10px 10px;
	padding: 6px;
	border: 1px solid #996600;
}

.profLabelCont {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

p.profLabel {
	text-align: right;
	font-size: 110%;
}

.profValCont {
	float: left;
	margin-top: 15px;
}

p.profValue {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.profTitle {
	font-size: 110%;
	margin: 10px 0 20px 20px;
}
	
