@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;
font-size: 12px;
text-align: center;
background: #221f1f url(images/template_images/header.jpg) top center no-repeat;
}

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

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}

ul{
	text-align: left;
	font-size: 12px;
}

a{
color:black;
}

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

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

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

#container_header{
width: 971px;
padding-top: 182px;
background: transparent url(images/template_images/header.jpg) -156px 0px no-repeat;
}

#container_footer{
	width: 971px;
	background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_container{
width: 848px;
height: 23px;
margin: 0 auto;
}

#main_menu{
padding: 0;
margin: 0;
list-style: none;
width: 100%;
height: 23px;
position: relative;
z-index: 1;
padding-left: 15px;
}

.has_submenu, .no_submenu{
float: left;
position: relative;
height: 23px;
}

.has_submenu span, .no_submenu a{
display: block;
height: 23px;
line-height: 23px;
font-weight: bold;
color: black;
padding: 0 13px 0 13px;
text-decoration: none;
}

.is_submenu{
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 23px;
left: 0px;
z-index: 9999;
text-align: left;
width: 200px;
background: white;
}

.is_submenu li{
width: 100%;
}

.is_submenu li a{
display: block;
width: 180px;
padding: 2px 10px 2px 10px;
text-decoration: none;
color: black;
font-weight: bold;
}

.is_submenu li a:hover{
background: #00457c;
color: white;
}

#tri_quest_group{
color:#164477;
font-size:14px
}

#image_column{
	width: 313px;
	float: left;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#image_column img{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#content_column{
	width: 542px;
	float: right;
	display: inline;
	margin-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

#wide_column{
	width: 845px;
	float: right;
	display: inline;
	margin-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	color: #E8E8E8;
}

#footer{
width: 971px;
height: 183px;
clear: both;
position: relative;
}

#contact_details{
width: 246px;
height: 104px;
position: absolute;
top: 58px;
left: 48px;
font-size: 11px;
color: white;
}

#contact_details h1{
font-size: 14px;	
}

#contact_numbers, #contact_numbers a{
color: #adacad;	
}

#footer_images{
width: 554px;
height: 128px;
position: absolute;
bottom: 13px;
right: 59px;
}

#sub_footer{
width: 972px;
height: 29px;
margin: 0 auto;
position: relative;
margin-bottom: 55px;
}

#walden_badge{
position: absolute;
top: 7px;
right: 60px;
font-size: 10px;
color: white;
}

#copyright{
position: absolute;
top: 7px;
left: 368px;
font-size: 10px;
color: white;
}

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

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

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

.float_left{
float: left;
}

.float_right{
float: right;
}

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

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

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

.whiteText{
color:white;
}

.table_spacing{
padding:6px;
}#container #container_header #container_footer #wide_column table tr td table {
	color: #999;
}
#container #container_header #container_footer #wide_column table tr td table {
	color: #000;
}
#container #container_header #container_footer #wide_column table tr td table tr td h3 em {
	font-family: Tahoma, Geneva, sans-serif;
}
#container #container_header #container_footer #wide_column table tr td table tr td h3 {
	font-family: Tahoma, Geneva, sans-serif;
}
#container #container_header #container_footer #image_column table tr td ul li {
	text-align: left;
}
#container #container_header #container_footer #content_column p {
	text-align: left;
}
