/* Layout General Details */


a:hover{
 color: #990000;
}

#wrapper {
 margin: 20px auto 0px auto;
 text-align: left;
 width: 950px;
 background: #fff;
 position: relative;  
} 

#mastHead {
 width: 950px;
 padding-top: 5px;
}

#contentOther {
 width: 760px;
 float: left;
 display: inline;
 margin-bottom: 10px;
}

#sideBar {
 width: 170px;
 float: right;
 display: inline;
 padding-right: 10px;
}

#footer {
 clear: both;
 margin-top: 10px;
 text-align: center;
 background: #213caa;
}

#footer  p{
 color: #fff;
 font-size: .9em;
}


/*Layout Specific Details */


#mastHead h1 {
 background: #fff url(images/ciemsbanner.gif) no-repeat;  
 width: 700px;
 height: 150px;
 text-indent: -9999px; 
} 

#mastHead ul {
 position: absolute;
 top: 5px;
 left: 800px; 
}

#mastHead ul li {
 display: inline;
}

#mastHead ul li a {
 text-decoration: none;
 font-weight: bold;
 padding-left: 10px;
 color: #213caa;
 font-size: 1.1em;
}

.topNav {
}

.topHome {
 border-right: 2px solid #213caa;
 padding-right: 10px;
}

#mastHead ul li a:hover {
 color: #008c00;
}

#contentOther p {
 padding: 0 20px 10px 20px;
}

#contentOther ol, #contentOther ul {
 padding: 0 20px 10px 30px;
}

#contentOther ol li {
 margin-bottom: 10px;
}

#contentOther ul li {
 margin-bottom: 10px;
 font-size: 1.2em;
}

#contentOther ul li a:link{
 font-weight: bold;
 color: #5B6071;
}

#contentOther ul li a:visited{
 font-weight: bold;
 color: #000;
}

#contentOther ul li a:hover{
 color: #990000;
}

#contentOther h3 {
 padding: 0 20px 10px 20px;
 color: #213caa;
 font-size: 1.3em;
 margin: 0;
}

#contentOther h2 {
 padding: 0 20px 10px 20px;
 color: #990000;
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 1.6em;
 height: 2em;
 line-height: 2em;
 margin: 0;
}

#mailList {
 background: #FDF8FF;
 border: 1px black solid;
 text-align: center;
 width: 158px;
 margin-left: 5px;
}

#mailList #frmBlank {
 width: 125px;
}

#sponsorsList {
 background: #FDF8FF;
 border: 1px black solid;
 text-align: center;
 width: 158px;
 margin: 20px 0 10px 5px;
}

#sponsorsList #dhImg {
 width: 47px;
 padding-top: 20px;
}

#sponsorsList #sfImg {
 width: 110px;
}

#sponsorsList #googleImg {
 width: 100px;
}

#sponsorsList p {
 font-weight: bold;
 font-size: 1.1em;
 padding-bottom: 20px;
}

#announceGoogle {
 width: 350px;
 border: 1px solid #aa0033; 
 margin-left: 50px;
}

#announceGoogle p {
 font-size: 1em; 
}

#announceGoogle label {
 padding-left: 10px; 
}


/*Contact Form Specific Details */

#contactForm {
 width: 389px;
 height: 300px;
 margin: 25px 0 20px 50px;
}

#contactForm input, #contactForm textarea {
 padding: 5px;
 width: 375px;
 font-family: Helvetica, sans-serif;
 font-size: .9em;
 margin: 0px 0px 2px 0px;
 border: 2px solid #548ba9;
}

#contactForm textarea {
 height: 75px;
}

#contactForm textarea:focus, #contactForm input:focus {
 border: 2px solid #900;
}

#contactForm input.submit-button {
 width: 100px;
 float: right;
 background: #213caa;
 color: #fff;
}

label {
 text-align: left;
 margin-right: 15px;
 width: 100px;
 padding-top: 5px;
 font-size: 1.1em;
 font-weight: bold;
}