/* cap website layout */


body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: black;
        height: 100%;
}

#background {
	background-color: #66141D;
	width: 100%;
	height: 100%;
	margin 0px;
	padding: 0px;
	text-align: center;
}

#layoutHolder {
	width: 899px;
	height: 1800px;
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	text-align: left;
	z-order: -100;
}

#piratesTop {
	z-order: -10;
	position: relative;
        float: left;
	background-image: url(../images/piratesTop.gif);
	background-repeat: no-repeat;
	width: 899px;
	height: 242px;
}

#medleyLeft {
	background-image: url(../images/medleyLeft.gif);
	background-repeat: no-repeat;
	position: relative;
        float: left;
	width: 300px;
	height: 813px;
	margin: 0px;
}


#leftNav {
	left: 30px;
	top: 420px;
	width: 150px;
	position: relative;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}


.contentHolder {
	top: -250px;
	left: 255px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 380px;
	float: left;
	background-color: #FFFFFF;
}

#planetMedley {
	position: relative;
	background-image: url(../images/planetMedley.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 550px;
	float: right;
	margin: 0px;
	padding: 0px;
	top:210px;
}

#rightcol-normal{
        width: 155px;
        float: right;
        position: relative;
        margin: 0px;
        margin-top: 600px;
}

#callout {
	float: left;
	position:relative;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	background-image: url(../images/calloutBox.gif);
	background-repeat: no-repeat;
	height: 235px;
	width: 235px;
	clear: both;
	text-align: left;
	top: 500px;
}

#calloutText {
	float: left;
	font-size: 10px;
	position: relative;
	color: white;
	margin: 0px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
	width: 145px;
	text-align: left;
}

#footer {
	clear: both;
	background-color: white;
	text-align:center;
}



/* text and other stuff */
#leftNav td, #leftNav a{
	color: black;
	text-decoration: none;
	padding: 0px;
}


#calloutText a, #calloutText h3 {
	color: white;
}



.contentHolder h3, .contentheading, .contentheading a, .componentheading, .contentHolder h3 a {
	text-transform: uppercase;
	color: #66141D;
	margin: 0px;
        padding: 0px;
        padding-top:10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.contentHolder h3 a:hover, .contentheading a:hover, #leftNav a:hover {
        text-decoration: underline;
}

.contentHolder p{
	MARGIN:0PX;
	margin-bottom: 5px;
	padding: 0px;

}

.back_button {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

.search {
margin-top: 10px;
padding: 0px;
}

.search .inputbox{
font-size: 10px;
border: #66141D;
line-height: 14px;
}

.search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
line-height: 10px;
}


.contentpane table {
   padding-top: 10px;
}

.sectiontableentry1 td{
   padding-bottom: 10px;
}

.sectiontableentry2 td{
   padding-bottom: 10px;
}

.contentLink, .contentLink a {
   color: black;
   text-decoration: none;
}

.contentLink a:hover{
   color: black;
   text-decoration: underline;
}

/* standard html tags */
h1 { 
  font-size: 20px;
  color: #66141D;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}

h2 { 
  font-size: 18px;
  color: #66141D;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
 margin-top: 10px;
}

h3 { 
  font-size: 16px;
  color: #66141D;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}

h4, h5, h6, h7, h8 { 
  font-size: 14px;
  color: #66141D;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
 margin-top: 10px;
}

p {
 margin: 0px;
 margin-bottom: 5px;
}

a {
 color: #66141D;
}

a:hover {
 color: #66141D;
}

a:visted {
 color: #66141D;
}

a.image, a.image:hover {border:0;}

li {
	margin-bottom: 10px;
}


form {
	margin: 0px;
	padding: 0px;
}

table {
	width: 100%;
	padding-bottom: 5px;
}

tr {
}

td {
}

th {
 color: #66141D;
}

fieldset {
	width: 400px;
	font-size: 12px;
}
