/* ---normalizes margins--- */
ul {
  margin:0;
  padding: 0;
}

body {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  background-image: url(images/Bkgd_Top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, Sans-serif;
}

.note {
    width: 550px;
    background-color: #FFCCFF;
    border: 1px solid #CC0000;
    text-align: center;
    padding: 15px;
    line-height: .5em;
}

img.note {
    margin: 0;
    padding: 0;
}



#main {
  width: 650px;
  float: left;
}

#main img {
    margin-top: 30px;
    margin-bottom: 15px;
}

#main img.subhead {

}

#main h2 {
  color: #5141ff;
}

#mainContainer {
  padding: 30px 15px 10px 15px;
}

#contentBody {
  margin-top: 20px;
}


*html #main h1 {
  font-size: 1.6em;
}

*html #main h2 {
  font-size: 1.3em;
}

#contentContainer {
	width: 916px;
	position: relative;
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: visible;
	background-image: url(images/bodytop.gif);
	background-position: 0 150px;
	background-repeat: no-repeat;
	z-index: 3;
}

#branding {
  text-indent: -5000px;
  width: 916px;
  height: 152px;
  background: url(images/header.gif) no-repeat scroll;
}

/* ---Drop Down Menu Begin--- */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 151px;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 7em;
font-size: 1.1em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-weight: normal;
color: white;
background: #5141ff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
#menu dd {
display: none;
border: 1px solid #5141ff;
}
#menu li {
text-align: center;
background: gray;
border-right: 1px solid #fff;
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-weight: normal;
}
#menu li a:hover, #menu dt a:hover {
background: #6699ff;
}
/* ----Drop Down Menu End---- */


#theCavaliers {
	
	width: 253px;
	
	
	overflow: visible;
	position: absolute;
	left: 0;
	top: 85;
	margin-top: 75px;
	margin-left: -75px;
	float: left;
	z-index: 1;
	
}

#column1 {
    width: 214px;
    padding: 0 7px 0 7px;
    margin-left: 205px;
    margin-top: 50px;
    float: left;
    background: #fff url(images/columnbkd.jpg) top right repeat-x;
}

#column2 p:first-line {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #5141ff;
}


#column1 h3, #column2 h4 {

    font-size: 1.1em;
    color: #5141ff;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    text-align: left;
}

#column2 {
    width: 214px;
    margin-top: 50px;
    margin-left: 20px;
    float: left;
}

#rightSidebar {
  width: 220px;
  margin-top: 50px;
  margin-right: 15px;
  float: right;
}

#siteInfo {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: .8em;
  color: #ffffff;
  background-color: #999999;
}

#siteInfo p {
  margin-top: 0;
  margin-bottom: 0;
}


#siteInfo ul {
padding-left: 0;
margin-left: 0;
color: #5141ff;
font-family: "Century Gothic", arial, helvetica, sans-serif;
}

#siteInfo ul li {
  display: inline;
  margin-right: 10px;
}

#siteInfo ul li a {
color: #fff;
text-decoration: none;
}

#siteInfo ul li a:hover {
  color: #FF0033;
  border-bottom: 1px solid #5141ff;
}

#calloutBox {
  background:  #81a2d7 url(images/top_sidebarbkd.jpg) top center no-repeat;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}

#calloutBox p {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #FF0033;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

#calloutBox img {
  padding-left: 15px;
  margin-bottom: 20px;
  float: left;
}

#column2 ul {
  margin-left: 15px;
  padding-left: 15px;
  color: #5141ff;
}

#joinusBox {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  background: #fff url(images/sidebarbkd.jpg) top center no-repeat;
  padding: 15px 15px 20px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}

#joinusBox h4 {
  color: #ff0033;
  text-align: center;
}

#joinusBox ul {
  list-style: none;
  text-align: center;
  font-weight: bold;
  color: #5141ff;
  font-size: 1em;
}

#joinusBox img {
  margin-left: 5px;
}

#promiseCallout {
  border: 1px solid #5141ff;
  margin: 10px 5px 10px 0;
  padding: 0 10px 10px 10px ;
  background-color: #CCCCCC;
}

#promiseCallout h4 {
  margin-top: 0;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/* ---IE hACKS--- */

*html #siteInfo {
  font-size: .6em;
  margin-top: 15px;
}

*html body {
  font-size: .9em;
  font-weight: normal;
}

*html #contentContainer {
  width: 916px;
  margin-top: 54px;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

*html #column1 {
    padding: 0 7px 0 7px;
    margin-left: 85px;
}

*html #column2 {

}

*html #theCavaliers {
    position: absolute;
    margin-top: 50px;
    left: -25px;
}
