@charset "utf-8";
/* CSS Document */

.clearfix{clear:both;}
.floatclear{clear:both;}

#page_container_wrap{
	background-image:url(../images/body-bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0;
	width:1016px}
	
#page_container{
	background-color:#EFE8D1;
	margin:0 auto;
	padding:0;
	width:1000px}
	
#header_bg{
	background-image:url(../images/header-bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	height:150px;	
	margin:0 auto;
	padding:0;
	width:1000px}
	
#logo{
	background-image:url(../images/logo-gif.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:145px;
	margin:0;
	padding:0;
	width:1000px;}
	
#txttools{
	clear:both;
	float:right;
	margin:0 auto;
	padding:0 0 5px 0;}

#content_container{
	background-color:#EFE8D1;
	text-align:left;
	margin:0 auto;
	padding:10px 0 0 0;
	width:1000px;
	}
	
#content_container .sections{
	margin:0;
	padding:20px 0 20px 0;
	width:100%;
	}
	
#content_container .sections .col_one{
	float:left;
	margin:0;
	padding:0;
	width:70%;
	}
	
#content_container .sections .col_one .padding{padding:0 5px 0 5px;}
	
#content_container .sections .col_two{
	float:left;
	margin:0;
	padding:0;
	width:29%;
	}
	
#content_container .sections .col_two .padding{padding:0 5px 0 5px;}

#bottom_content{	
	text-align:center;
	margin:0 auto;
	padding:0 5px 0 5px;
	width:990px;}
	
.content{padding:5px 0 5px 0;
		width:1000px;}
		
#mp3_logo{
	background-image:url(../images/mp3_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:0; margin:0;
	height:258px;
	width:300px}
	
#flashmp3{ padding:0; margin:0;}

/* Form */
.form {margin:0 0 2em 0;padding:0;}
.form label {
	color:#000;
	float:left;
	font-weight:bold;
	margin:0 1em 1.5em 0;
	width:180px;
	}
	
label.long {clear:left;float:left;font-weight:bold;margin:0 1em 1.5em 0;width:100%;}
.CheckBox {background-color:#fff;color:#757574;float:left; margin:0 5px 0 0; padding:0;}

input.TextBox,textarea.TextBox2,textarea.TextBox3,select.DropBox,select.DropDay,select.DropMonth,select.DropYear {
	background-color:#fff;
	border:solid 1px #9FA4A0;
	color:#757574;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:100%;
	height:16px;
	margin:0 0 .6em 0;padding:.3em;
	width:210px;
}
input.TextBoxError {
	background-color:#fff;
	border:solid 1px #FF0000;
	color:#757574;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:100%;
	height:16px;
	margin:0 0 .6em 0;padding:.3em;
	width:210px;
}

select.DropBox {height:24px;width:150px;}
select.DropDay {height:24px;width:50px;}	
select.DropMonth {height:24px;width:80px;}
select.DropYear {height:24px;width:60px;}

input.TextBox {width:210px;}
input.TextBox:focus {border:solid 1px #9FA4A0;color:#757574;}
input.TextBox:hover {border:solid 1px #9FA4A0;color:#757574;}

textarea {height:105px;width:210px;}
textarea:focus,textarea.selected {height:105px;width:210px;}
textarea:hover {height:105px;width:210px}

textarea.TextBox2 {height:105px;}
textarea.TextBox2:focus,textarea.TextBox2.selected {height:105px;}
textarea.TextBox2:hover {height:105px}
	
textarea.TextBox3 {height:150px;margin:0 auto 2em auto;width:410px;}
textarea.TextBox3:focus,textarea.TextBox3.selected {height:150px;margin:0 auto 2em auto;width:410px;}
textarea.TextBox3:hover {height:150px;margin:0 auto 2em auto;width:410px;}

/* Misc Class */
div.message {
	background:url(../images/icons/attention.gif) no-repeat 10px #E1E1E1;
	border:1px solid #AAAAAA;
	margin-bottom:1em;
	min-height:20px;
	padding:10px 10px 10px 60px;
	text-align:left;
}
div.happymessage {
	background:url(../images/icons/happy.gif) no-repeat 10px #E1E1E1;
	border:1px solid #AAAAAA;
	margin-bottom:1em;
	min-height:20px;
	padding:10px 10px 10px 60px;
	text-align:left;
}
#valSum,#valSumSecond {
	background:url(../images/icons/error.gif) no-repeat 10px #E1E1E1;
	border:1px solid #AAAAAA;
	font-size:80%;
	margin-bottom:1em;
	padding:10px 10px 10px 50px;
}
div.pager {background:#fff;border:1px solid #DFDFDF;color:#979797;font-weight:bold;margin:1em auto 1em auto;padding:5px;text-align:center;}
