/* CSS Document by IMAGE ICU, LLC */
/* Main Styles for somirac.org */
/* (c)2008 IMAGE ICU, LLC - www.imageicu.com */

/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333;
	background-color: #b1d6db;
	background-image: url(../Images/bodyBkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 0;
}


/******************* Text *********************/
p {
	margin: 6px 70px 12px 70px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-style: normal;
	text-indent: 0px;
	letter-spacing: normal;
	line-height: 1.5;
}
a {
	margin: 0;
	padding: 0;
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF3300;
}
h1 {
	margin: 0 30px;
	padding: 27px 0 0 0;
	color: #253e69;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 170%;
}
h2 {
	margin: 0 40px;
	padding: 10px 0 6px 0;
	color: #253e69;
	font-style: normal;
	font-weight: normal;
	font-size: 140%;
}
h3 {
	margin: 0 50px;
	padding: 16px 0 6px 0;
	color: #253e69;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
ul {
	margin: 0 90px 10px 90px;
	padding: 4px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	text-indent: 0px;
	letter-spacing: normal;
	line-height: 1.3;
}
ol {
	margin: 0 90px 10px 90px;
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	text-indent: 0px;
	letter-spacing: normal;
	line-height: 1.3;
}
ol li {
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 1.3;
}
ul li {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 1.4;
	list-style-type: disc;
}
li.noblt {
	margin: 0;
	padding: 2px 0;
	line-height: 1.3;
	list-style-type: none;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}


/******************* General *********************/
img, a img, a:hover img {border: none; text-decoration: none; background-color: transparent;}
.row {clear: both; margin: 4px 0;}
.spacer {clear: both; font-size: 1%; height: 1px;}
.breakFloatLeft {clear: both;}
.floatRight {float: right;}
.floatLeft {float: left;}
.clearBoth {clear: both;}
.placer {height: 300px;}
.mini {font-size: 76%;}
.noindt {text-indent: 0px;}
.bold {font-weight: bold;}
.ital {font-style: italic;}
.red {color: #CC0000;}
.center {margin: 0 auto; text-align: center;}
.txtRight {text-align: right;}
.noBlt {list-style-type: none;}
.collapse {display: none;}
.pay-by-check {
	font-size: 85%;
	padding-top: 8px;
}

/******************* Header *********************/
#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 114px;
	background-color: #fff;
}
#header #logo {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 347px;
	margin-left: -368px;
	padding: 0;
}
#header #read {
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: 137px;
	padding: 0;
}
#header #content {
	height: 100%;
	margin: 0 auto;
	width: 770px;
}

#header #content #home-logo {
	left:0;
	margin: 14px 0 0 0;
	position: relative;
	top: 0;
}
#content #header-right {
	height: 100px;
	overflow-y: hidden;
	margin-top: 14px;
	float: right;
	text-align: right;
	width: 260px;
}

#header #content #home-read {
	margin-bottom: 4px;
}
#header #content #member-login-tab:hover {
	cursor: pointer;
}
#header #content #member-login {
	background: #54b5ac url(/images/member-login-header.png) top left no-repeat;
	height: 100px;
	text-align: left;
	width: 100%;
}
#member-login form {
	padding: 10px 20px 0;
}
#member-login form div {
	clear: both;
	height: 25px;
}
#member-login form label {
	float: left;
}
#member-login form input {
	float:right;
}
#member-login form input[type="text"] {
	width: 140px;
}
#member-login form input[type="password"] {
	width: 140px;
}
#member-login form #password-reset {
	color: #253d69;
	font-size: 70%;
	text-decoration: none;
}


/******************* Main Navigation *********************/
div#menuRow {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #253e69;
	text-align: center;
	z-index: 5;
}
div#navbar {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 41px;
	text-align: center;
	z-index: 100;
}


/******************* Top Content *********************/
div#topContentBox {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #54b5ad;
	background-image: url(../Images/slideboxBkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 10;
}
div#topContent {
	margin: 0 auto;
	padding: 0;
	width: 771px;
	height: 60px;
	text-align: left;
	background-color: #fff;
	z-index: 10;
}
div#quickLinks {
	float: right;
	display: inline;
	margin: 35px 30px 0 20px;
	padding: 0;
	width: 250px;
	height: auto;
	text-align: right;
}
div#quickLinks a {
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: normal;
	text-decoration: none;
}
div#quickLinks a:hover {
	text-decoration: underline;
}

#dividerBar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 21px;
	background-color: #fdb01a;
	text-align: center;
	z-index: 20;
}


/******************* Main Content *********************/
#mainBox {
	margin: 0 auto;
	padding: 0 0 160px 0;
	width: 771px;
	text-align: center;
	background-color: #fff;
	background-image: url(../Images/mainBoxBkgd2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	z-index: 5;
}
#mainContent {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 750px;
	height: auto;
	text-align: left;
	z-index: 5;
}
#mainContent.officers img{
	padding: 0 20px 20px 0;
}
div#leftCol {
	margin: 0 0 0 40px;
	padding: 0;
	width: 320px;
	text-align: left;
}
div#rightCol {
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
	width: 320px;
	text-align: left;
	background-color:#CCCCCC;
}

img#imgRight {
	float: right;
	display: inline;
	margin: 10px 50px 10px 20px;
	padding: 0 0 0 0;
}
div.outline {
	border-top: #666 1px dashed;
	border-bottom: #666 1px dashed;
}
div#payment-choice {
	float: right;
	margin: 20px 100px 10px 0;
	text-align: left;
}
div#payment-choice input {
	cursor: pointer;
	padding: 10px;
}
#registration-info {
	width: 400px;
}
p.day-header {
	background: #b1d6db;
	color: #fff;
	padding: 5px;
}
div#slides {
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 550px;
	height: auto;
	text-align: center;
	background-color: #fff;
	z-index: 10;
}
div#slides img {
	margin: 24px auto 0 auto;
	padding: 0;
	text-align: center;
}
div#slides object, div#slides object embed {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	height: 495px;
	text-align: center;
}
#pageList ol {
	clear: both;
	height: 20px;
	margin: 5px 0 5px 50px;
	padding: 0 0 0 0;
}
#pageList li {
	display: inline;
	float: left;
}
#pageList li.tools{
	width: 75px;
}
#pageList li.title{
	width: 200px;
}
#pageList li.preview{
	width: 30px;
}
ul.contactemail {
	margin-left: 50px;
}
ul.contactemail li {
	margin-left:0px;
	list-style: none;
}
ul.contactemail li span {
	float: left;
	font-weight: bold;
	width: 175px;
}

/******************* Footer *********************/
#footerBox {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 94px;
	background-image: url(../Images/footerBkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	z-index: 4;
}
#footer {
	margin: 0 auto;
	padding: 6px 0 7px 0;
	width: 771px;
	background-color: #253e69;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer ul {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFCC33;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	font-style: normal;
	list-style-type: none;
	color: #FFCC33;
}
#footer ul a {
	margin: 0 2px;
	text-decoration: none;
	color: #FFCC33;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #b1d6db;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0.03em;
	text-indent: 0px;
}
p#credit {
	margin: 0;
	padding: 5px 0 0 0;
	color: #253e69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 66%;
}
p#credit a {
	margin: 0;
	padding: 0;
	color: #153986;
	font-weight: bold;
	text-decoration: none;
}
p#credit a:visited {
	color: #153986;
}
p#credit a:hover {
	color: #e7662b;
	text-decoration: underline;
	background-color: transparent;
}
