/* Globals */
html, body, div, p, ul,li,h1,h2,h3,h4,h5,h6,img,a,form,fieldset,table,td,tr,th {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	border-collapse:collapse;
}

/* Body Setup */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#0B02AB;
}

input {
	border: 1px solid #000000;
}

select {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
}
	
marquee {
	color:#1924F0;
}

/* Conatiners */
#main {
	padding: 40px 0px 0px 0px;
	width:100%;
}
#inner {
	margin:auto;
	width:763px;
	height: 535px;
}

/* Content Areas */
#content {
	z-index:1;
}
#pageBadge {
	position:absolute;
	margin: 1px 0px 0px 680px;
	width: 83px;
	height: 118px;
	background:red;
	z-index: 100;
}
#pageContent {
	position:absolute;
	margin: 130px 0px 0px 340px;
	width: 400px;
	
}
#pageContent h1 {
	float:right;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	text-indent:-3000px;
	overflow:hidden;
	border-bottom: 1px solid #000000;
	background-position:right 0px;
	width: 400px;
}
#pageContent h2 {
	margin: 0px 0px 10px 0px;
	text-indent:-3000px;
	overflow:hidden;
	background-position:left 0px;

}
#pageContent h3 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.6em;
	color:#1924F0;
}
#pageContent h4 {
	float:right;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.6em;
	color:#1924F0;
	border-bottom: 1px solid #000000;
	width: 400px;
	text-align:right;
}

#pageContent p {
	margin:0px 0px 10px 0px;
	font-size: 1.6em;
	color:#1924F0;
}
#pageContent a {
	color:#1924F0;
}
#pageContent a:hover {
	text-decoration:none;
}
#pageContent #scrolling {
	width: 390px;
	overflow:hidden;
}
/* Page Headers */
.homeHeader {
	height: 15px;
	background:url('../images/HomePage.png' ) no-repeat;
}
.contactusHeader {
	height: 15px;
	background:url('../images/ContactUs.png' ) no-repeat;
}
.malevoicesHeader {
	height: 15px;
	background:url('../images/MaleVoices.png' ) no-repeat;
}
.femalevoicesHeader {
	height:15px;
	background:url('../images/FemaleVoices.png' ) no-repeat;
}
.searchHeader {
	height:15px;
	background:url('../images/SearchVoices.png' ) no-repeat;
}
.duovoicesHeader {
	height:15px;
	background:url('../images/DuosTeams.png' ) no-repeat;
}
.searchresultsHeader {
	height: 15px;
	background:url('../images/SearchResults.png' ) no-repeat;
}
.qcastingHeader {
	height: 15px;
	background:url('../images/Qcasting.png' ) no-repeat;
}
.qnewsHeader {
	height: 15px;
	background:url('../images/Qnews.png') no-repeat;
}
/* Page Content h2 tags */
.qcasting {
	width: 115px;
	height: 15px;
	background:url('../images/Qcasting.png' ) no-repeat;
}
.quicksearch {
	width: 115px;
	height: 15px;
	background:url('../images/QuickSearch.png' ) no-repeat;
}
.qnews {
	width: 115px;
	height: 15px;
	background:url('../images/Qnews.png') no-repeat;
}


/* Other Classes */
.goButton {
	margin: 0px 0px 0px 20px;
	width: 32px;
	height: 28px;
	background:url('../images/Go.png' ) no-repeat;
	border:0px;
	cursor:pointer;
}
.backButton {
	margin: 0px 0px 0px 20px;
	width: 32px;
	height: 28px;
	background:url('../images/Back.png' ) no-repeat;
	border:0px;
	cursor:pointer;
}

.clear {
	clear:both;
}