@charset "UTF-8";

/*******************************************
		Template Configuration
*******************************************/

/*  Body Background Color */
body{
background: #dfd7c5;
}

/* Header Background Color */
#background{
background: #ccd9e8;
}

/* Header Background Seperator Color */
#background{
border-color: white;
}

/* Header Spacer Color (should be the same as the header background color) */
#header_spacer{
background: #ccd9e8;
}

/* Container Background Color */
#container{
background: #516a82;
}

/* Header Right Hand Side Image */
#header_image{
background: url(images/header.jpg) top left no-repeat;
}

/* Header Menu Background Color */
#header_menu_container{
background: url(images/menu.jpg) top left no-repeat;
}

/* Text Container Background Color */
#text_container{
background: #f5f7f9;
}

/* Text Container Text Color */
#text_container{
color: #636363;
}

/* Text Container Bottom Image */
#text_container{
}

/* Left Column Divider Color */
#left_column_separator{
background: #ccd9e8;
}

/* Left Column Contact Background Color */
#left_column_contact{
background: #516a82;
} 

/* Left Column contact text color */
#left_column_contact, #left_column_contact a{
color: #ccd9e8;
}

/* Color of Header Menu text */
#header_menu li a {
color: #516a82;
}

/* Color of footer text */
#walden_badge{
color: #cbcbcb;
}

#copyright{
color: #cbcbcb;
}

/* Hover Color of menu text */
#header_menu li a:hover{
color: #b55239;
text-decoration: none;
}

/* Footer Background Color */
#footer{
background: #b55239;
}

/* 
	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: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
color: #b55239;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 35px;
}

h2{
font-size: 28px;
}

h3{
font-size: 22px;
font-weight: normal;
}

h4{

}

h5{

}

p{
text-align: left;
color: #636363;
}

ul{

}

a{
color: #b55239;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

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

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

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 271px;
border-width: 0 0 5px 0;
border-style: solid;
z-index: -1;
}

#header_spacer{
height: 40px;
width: 976px;
margin: 0 auto;
}

#container{
width: 976px;
margin: 0 auto;
margin-bottom: 46px;
}

#left_column{
width: 280px;
float: left;
overflow: hidden;
}

#left_column_contact{
width: 220px;
text-align: left;
font-size: 14px;
padding-top: 24px;
padding-left: 30px;
padding-right: 30px;
color: #ccd9e8;
}

#left_banner{
margin-left: -5px;		
}

#left_column_contact h2{
font-size: 23px;
font-weight: normal;
/*font-weight:bold;*/
color: #ccd9e8;
}

#left_column_contact p{
font-size: 14px;
color: #ccd9e8;
}

#left_column_contact a{
font-size: 14px;
color: #ccd9e8;
text-decoration: underline;
}

#left_column_contact a:hover{
text-decoration: none;
}

#left_column_separator{
width: 100%;
height: 2px;
overflow: hidden;
margin: 8px 0 8px 0;
}

#header_image{
width: 696px;
height: 146px;
float: right;
overflow: hidden;
}

#header_menu_container{
width: 588px;
height: 32px;
line-height: 32px;
float: right;
margin-bottom: 10px;
padding-right: 51px;
padding-left: 57px;
text-align: left;
}

#header_menu{
margin: 0;
padding: 0;
list-style: none;
font-size: 15px;
}

.no_submenu, .has_submenu{
display: block;
float: left;
position: relative;
}

.no_submenu a, .has_submenu span{
display: block;
font-size: 15px;
font-family: "Times New Roman", Times, serif;
color: #516a82;
text-decoration: none;
}

.no_submenu a:hover, .has_submenu span:hover{
color: #b55239;
}

.has_submenu span{
cursor: pointer;
_cursor: hand;
}

.is_submenu{
position: absolute;
left: -10px;
top: 32px;
background: #dfd7c5;
margin: 0;
padding: 0;
list-style: none;
z-index: 9999;
}

.is_submenu li a{
display: block;
text-align: left;
padding-left: 10px;
width: 122px;
padding-right: 10px;
font-size: 15px;
font-family: "Times New Roman", Times, serif;
color: #516a82;
text-decoration: none;
pading-top: 10px;
padding-bottom: 10px;
line-height: 18px;
}

.is_submenu li a:hover{
color: #b55239;
}

#text_container{
padding-left: 56px;
padding-right: 30px;
width: 590px;
padding-top: 26px;
padding-bottom: 30px;
float: right;
display: inline;
margin-right: 20px;
overflow: hidden;
/*background-position: bottom right;
background-repeat: no-repeat;*/
text-align: left;
/*border: 1px solid #F00;*/
color: #636363;
}

#text_main{
width: 309px;
/*margin-left: 57px;*/
float: left;
display: inline;
overflow: hidden;
/*border: 1px solid #0F6;*/
color: #636363;
}

#content_pic{
width: 265px;
float: right;
display: inline;
padding-top: 5px;
/*margin-right: 31px;*/
}

#spacer{
width: 100%;
height: 1px;
clear: both;
overflow: hidden;
}

#text_container h3{
font-weight: normal;
}

.right_text{
text-align: right;
margin-top: -15px;
}

#text_container .header{
color: #c8242b; 
font-weight: bold;
}

#about_us_text{
float: left; 
width: 350px;
text-align: justify;
}

#about_us_image{
float: right; 	
}

#footer_spacer{
width: 976px;
height: 20px;
clear: both;
}

#footer{
width: 976px;
/*clear: both;*/
position: relative;
height: 25px;
color: #d8d8d8;
}

#walden_badge{
display: block;
position: absolute;
left: 40px;
font-size: 11px;
height: 25px;
line-height: 25px;
}

#walden_badge a{
color: #d8d8d8;
text-decoration: underline;
}

#walden_badge a:hover{
text-decoration: none;
}

#copyright{
position: absolute;
font-size: 11px;
right: 50px;
height: 25px;
line-height: 25px;
text-align: right;
}

/* contact form */

label {
width: 110px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 300px;
}

input, textarea {
color: #000;
background: #eefbd6;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 150px;
}

textarea {
clear: both;
width: 272px;
margin-top: 0px;
}

.submit input, .reset input {
margin-left: 0px;
color: white;
background: #666;
border: 1px thin #b0cc48;
width: 100px;
}

fieldset {
border: 0px solid #ccc;
width: 350px;
font-size: 12px;
font-weight: normal;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.display_none{
display: none;
}

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

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

.trademark{
font-size:20px;	
}

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

.float_left{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.float_right{
float:right;
padding-left:15px;
padding-bottom:10px;
}

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

.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 14px 10px;
}

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

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

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

.orangeText{
color:#f3791f;
}

.honey{
position: absolute;
top: -100px;
left: -1000px;
}
