@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: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #821618 url(images/template_images/background_repeat.jpg) center 39px repeat-x;
}

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color: #821618;
}

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

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

#container{
width: 984px;
margin: 0 auto;
margin-top: 39px;
background: transparent url(images/template_images/container_repeat.gif) top left repeat-y;
}

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

#header{
width: 984px;
height: 226px;
position: relative;
background: url(images/template_images/header_top.jpg) top left no-repeat;
}

#home, #services_button, #hague_applications, #what_to_expect, #resources, #other_services, #contact_button{
display: block;
position: absolute;
width: 93px;
height: 33px;
top: 6px;
color: #821618;
text-decoration: none;
}

#home:hover, #services_button:hover, #hague_applications:hover, #what_to_expect:hover, #resources:hover, #other_services:hover, #contact_button:hover{
color: white;
}

#home{
left: 101px;
line-height: 33px;
}

#services_button{
left: 216px;
line-height: 33px;
}

#hague_applications{
left: 331px;
line-height: 13px;
padding-top: 2px;
}

#what_to_expect{
left: 446px;
line-height: 13px;
padding-top: 2px;
}

#resources{
left: 560px;
line-height: 13px;
padding-top: 2px;
/*line-height: 33px;*/
}

#other_services{
left: 675px;
line-height: 13px;
padding-top: 2px;
}

#contact_button{
left: 789px;
line-height: 33px;
}

#hague_menu{
position: absolute;
left: 0px;
top: 30px;
background: #d3c9b7;
list-style: none;
margin: 0;
padding: 0;
padding: 5px;
text-align: left;
width: 180px;
line-height: 16px;
display: none;
}

#hague_menu a{
display: block;
padding: 2px;
color: #821618;
text-decoration: none; 
}

#hague_menu a:hover{
color: white;
}

#resources_menu{
position: absolute;
left: 0px;
top: 30px;
background: #d3c9b7;
list-style: none;
margin: 0;
padding: 0;
padding: 5px;
text-align: left;
width: 150px;
line-height: 16px;
display: none;
}

#resources_menu a{
display: block;
padding: 2px;
color: #821618;
text-decoration: none; 
}

#resources_menu a:hover{
color: white;
}

#services_menu{
position: absolute;
left: 0px;
top: 30px;
background: #d3c9b7;
list-style: none;
margin: 0;
padding: 0;
padding: 5px;
text-align: left;
width: 180px;
line-height: 16px;
display: none;
}

#services_menu a{
display: block;
padding: 2px;
color: #821618;
text-decoration: none; 
}

#services_menu a:hover{
color: white;
}

#contact_menu{
position: absolute;
left: 0px;
top: 30px;
background: #d3c9b7;
list-style: none;
margin: 0;
padding: 0;
padding: 5px;
text-align: left;
width: 100px;
line-height: 16px;
display: none;
}

#contact_menu a{
display: block;
padding: 2px;
color: #821618;
text-decoration: none; 
}

#contact_menu a:hover{
color: white;
}

#left_column{
width: 391px;
float: left;
display: inline;
margin-left: 136px;
text-align: left;
}

#left_column h3{
margin-bottom: 10px;
}

#left_column ul li, ol li, ul li li{
line-height: 1.4em;
}

#left_column ol li {
margin-top:4px;
}

#right_column{
width: 244px;
float: right;
display: inline;
margin-right: 138px;
padding-top: 228px;
text-align: right;
}

#right_column a{
color: #821618;
}

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

#footer{
width: 984px;
height: 49px;
padding-top: 33px;
background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
color: white;
font-size: 10px;
}

#footer a{
color: white;
font-size: 10px;
}

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

				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;
}

.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;
}

.text-red{
color: #821618;
}

.small-text {
font-size: 11px;
}

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

.img-right{
float: right;
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;
}
