/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}





/*----------------------------------- General -----------------------------------*/

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0a1c4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}

h1 {
	font-size:1.6em;
	color:#FF0000;
	font-weight:bold;
	padding:20px 10px 0 0;
	}

h2 {
	font-size:1.1em;
	color:#FF0000;
	font-weight:bold;
	padding:20px 10px 0 15px;
	}
	
h4 {
	font-size:1em;
	color:#FFFFFF;
	padding:3px 3px 3px 15px;
	}

p {
	font-size:.8em;
	color:#FFFFFF;
	padding:10px 20px 10px 0;
	line-height:1.4em;
	}
	
.clear {
	clear:both;
	}


/*----------------------------------- Div1 -----------------------------------*/

.div1 {
	clear:both;
	background-color:#091b48;
	border-bottom:1px solid #FFFFFF;
	}
	
.topcontact {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.topcontact p {
		font-size:.8em;
		text-align:right;
		padding:3px 0 3px 10px;
		}
		
	.topcontact a {text-decoration:none; color:#FFFFFF;}
	.topcontact a:visited {text-decoration:none; color:#FFFFFF;}
	.topcontact a:hover {text-decoration:underline; color:#c8000;}



/*----------------------------------- Div2 -----------------------------------*/

.div2 {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
.logo {
	float:left;
	border-top:5px solid #c8000;
	padding:20px 0 0 0;
	}
	
.headerimages {
	float:right;
	padding:20px 0 0 0;
	}



/*----------------------------------- Div3 -----------------------------------*/

.div3 {
	clear:both;
	background-color:#091b48;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	}
	
#navcontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	}

#navcontainer ul li { display: inline; position:relative;}

#navcontainer li ul {
	position: absolute;
	left: 0px;
	top: 100px;
	display: none;
	}

#navcontainer ul li a {
	display: block;
	padding: 6px 15px 6px 15px;
	color: White;
	text-decoration: none;
	font-size:.9em;
	float: left;
	background-image:url(images/menu_seperation.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#navcontainer ul li a:hover {
	background-color:#666666;
	text-decoration:none;
	}
	



/*----------------------------------- Div4 -----------------------------------*/

.div4 {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
.content {
	float:left;
	width:350px;
	}
	
	.content a {color:#FF0000; text-decoration:underline;}
	.content a:visited {color:#FF0000; text-decoration:underline;}
	.content a:hover {color:#FFFFFF; text-decoration:none;}
	
.secondcontent {
	float:left;
	width:527px;
	}
	
	.secondcontent a {color:#FF0000; text-decoration:underline;}
	.secondcontent a:visited {color:#FF0000; text-decoration:underline;}
	.secondcontent a:hover {color:#FFFFFF; text-decoration:none;}
	
.secondcontent ul {
	font-size:.8em;
	color:#FFFFFF;
	padding:20px 20px 0 30px;
	}

.featureimage {
	float:right;
	width:537px;
	background-color:#081739;
	padding:30px 0 0 0;
	border-right:1px solid #405ca0;
	border-left:10px solid #990000;
	}
	
.secondaryimage {
	float:right;
	width:360px;
	background-color:#081739;
	padding:30px 0 0 0;
	border-right:1px solid #405ca0;
	border-left:10px solid #990000;
	}
	
.artistsearch {
	float:right;
	width:537px;
	background-color:#081739;
	padding-top:10px;
	border-right:1px solid #405ca0;
	border-left:1px solid #405ca0;
	}
	
	.artistsearch img {padding:10px 0 10px 15px;}
	
	.artistsearch p {padding:10px 20px 10px 20px;}
	
	.artistsearch a {color:#FF0000; text-decoration:underline;}
	.artistsearch a:visited {color:#FF0000; text-decoration:underline;}
	.artistsearch a:hover {color:#FFFFFF; text-decoration:none;}
	
/*----------------------------------- Div5 -----------------------------------*/

.contactcontainer {
	float:right;
	width:537px;
	background-color:#081739;
	padding:30px 0 15px 0;
	border-right:1px solid #405ca0;
	border-left:1px solid #405ca0;
	}
	
.formLabel {
	color:#FFFFFF;
	padding:2px 5px 2px 10px;
	font-size:.8em;
	float:left;
	}
	
.formLabelquestion {
	color:#FFFFFF;
	padding:2px 5px 2px 10px;
	font-size:.8em;
	float:left;
	margin-top:-100px;
	}
	
.formField {
	color:#FFFFFF;
	padding:2px 5px 2px 10px;
	font-size:.8em;
	}
	

/*----------------------------------- Div5 -----------------------------------*/

.div5 {
	clear:both;
	background-color:#081739;
	}
	
.bottomnavcontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/shadow_3column_left.png);
	background-position:right;
	background-repeat:repeat-y;
	border-right:1px solid #405ca0;
	}
	
.needinfo {
	float:left;
	width:360px;
	}
	
	.needinfo h2 {
		padding:20px 10px 0 0;
		}

.threecolumn {
	float:right;
	width:180px;
	background-image:url(images/shadow_3column_inside.png);
	background-position:left;
	background-repeat:repeat-y;
	}
	
	.threecolumn p {
		padding:10px 10px 10px 20px;
		line-height:1.1em;
		}
		
	.threecolumn a {color:#FFFFFF; text-decoration:underline;}
	.threecolumn a:visited {color:#FFFFFF; text-decoration:underline;}
	.threecolumn a:hover {color:#FF0000; text-decoration:none;}
	
	
	
/*----------------------------------- Div6 -----------------------------------*/

.div6 {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:.8em;
	}
	
	.div6 a, a:visited {text-decoration:none; color:#FFFFFF;}
	.div6 a:hover {text-decoration:underline; color:#FF0000;}
	
.footerleft {
	float:left;
	}
	
.footerright {
	float:right;
	text-align:right;
	}
	
