@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: "Arial", Helvetica, sans-serif, Verdana;
font-size: 12px;
text-align: center;
background: #805d1c url(images/template_images/header_background.jpg) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color:#cda95a;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 985px;
margin: 0 auto;
background: transparent url(images/template_images/column_repeat.gif) top left repeat-y;
margin-bottom: 56px;
}

#container_header{
width: 985px;
padding-top: 104px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#container_footer{
width: 985px;
background: transparent url(images/template_images/footer.gif) bottom left no-repeat;
}

#header{
width: 985px;
height: 91px;
position: relative;
}

#music{
position: absolute;
width: 901px;
height: 14px;
top: 41px;
left: 0px;
text-align:left;
}

#music-text{
position: absolute;
width: 300px;
height: 14px;
top: 47px;
left: 440px;
text-align:left;
}

#language{
position: absolute;
width: 100px;
height: 20px;
top: 43px;
right: 84px;
text-align:right;
}

#main_menu{
list-style: none;
padding: 0;
margin: 0;
}

#main_menu li{
float: left;
display: block;
}

#main_menu li a{
display: block;
height: 38px;
padding-right: 21px;
padding-left: 22px;
text-decoration: none;
color: white;
}

#main_menu li a:hover{
color: black;
border: 6px solid black;
border-width: 0 0 4px 0;
}

#left_column{
width: 397px;
float: left;
}

#right_column{
width: 409px;
height: 455px;
float: right;
display: inline;
margin-right: 127px;
padding-right: 10px;
color: white;
text-align: left;
overflow: auto;
}

#logo_block{
width: 133px;
height: 99px;
float: right;
background: transparent url(images/template_images/horn_logo.jpg) top left no-repeat;
}

#right_column h1, #right_column h2, #right_column h3, #right_column h4, #right_column h5{
color: #cda95a;
}

#footer{
width: 985px;
height: 134px;
position: relative;
clear: both;
}

#contact_info{
position: absolute;
bottom: 82px;
left: 86px;
font-size: 10px;
}

#walden_badge{
position: absolute;
bottom: 82px;
right: 86px;
font-size: 10px;
color: #b69d75;
}

/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
}

.float_right{
float:right;
}

/* for text */
.text-left{
text-align:left;
}

td .text-right{
width: 40%;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

.white{
color: white;
}

.orangeText{
color:#cda95a;
}
