@charset "UTF-8";

/*******************************************
		Template Configuration
*******************************************/

/*  Body Background Color */
body{
background: #f3f9eb;
}

/* Header Background Color */
#background{
background: #99ca3c;
}

/* Header Background Seperator Color */
#background{
border-color: white;
}

/* Container Background Color */
#container{
background: #002a5c;
}

/* Header Background Image */
#header{
background-image: url(images/template_images/header.jpg);
}

/* Header Separator Color */
#header{
border-color: #57544f;
}

/* Left Side Menu text Color */
#left_column a, #left_column a:visited {
color: white;
background-image: none;
background-color: transparent;
}

/* Left Side Menu Hover Text Color */
#left_column a:hover{
/*background: transparent url(images/template_images/button_on.jpg);*/
color: #99ca3c;
}

/* Left Side Column Separator Color */
#left_column_separator{
background: #57544f;
}

/* Main Content Container Background Color 
#main_content_container{
background: #f9f2ec;
}*/

/* Main Content Text Color */
#main_content_container{
color: #333333;
}

/* Main Content Heading Color */
#main_content_container h1, #main_content_container h2, #main_content_container h4, #main_content_container h5{
color: #454341;
}

#main_content_container h3 {
color: #666;
margin-top: 18px;
}

#main_content_container p {
line-height: 1.3em;
}

#main_content_container ul li {
margin-bottom: 8px;
line-height: 1.3em;
}

/* Footer Right-Hand Side Background Color 
#footer{
background: #4b6590;
}*/

/* Footer Left Hand Side Background Color 
#footer_left_column{
background: #002a5c;
}*/

/* Footer Email Color */
#footer_email a{
color: #99ca3c;
}

/* Footer Contact Address Color */
#footer_address{
color: #99ca3c;
}

/* Footer Contact Number Color */
#footer_contact_numbers{
color: #99ca3c; 
}

/* Legal Footer Text Color */
#walden_badge, #copyright{
color: #3a3b36;
}

/* 
	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: 13px;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 20px;
}

h2{
font-size: 18px;
}

h3{

}

h4{

}

h5{

}

p{
text-align:justify;
}

ul{

}

a, a:active {
color: #527a06;
outline: none;
/*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 3px 0;
border-style: solid;
z-index: -1;
}

#container{
width: 982px;
margin: 0 auto;
margin-bottom: 17px;
position: relative;
background: transparent url(images/template_images/content_background_repeat.jpg) top left repeat-y;
}

#container_footer{
width: 982px;
background: transparent url(images/template_images/content_footer.jpg) bottom left no-repeat;
}

#header{
width: 982px;
height: 177px;
background-position: top left;
background-repeat: no-repeat;
border-width: 0 0 12px 0;
border-style: solid;
text-align: left;
}

#header_left_pic{
width: 256px;
height: 177px;
background-position: top left;
background-repeat: no-repeat;
border-width: 0 0 12px 0;
border-style: solid;
padding: 0;
}

#left_column{
width: 255px;
float: left;
padding-top: 28px;
margin-bottom: 10px;
}

#main_menu{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
padding-left: 40px;
}

.no_submenu, .has_submenu{
padding-top: 5px;
}

.has_submenu span, .no_submenu a{
text-decoration: none;
color: white;
}

.has_submenu span:hover, .no_submenu a:hover{
color: #99ca3c;
cursor: pointer;
_cursor: hand;
}

.is_submenu{
padding-left: 10px;
list-style: none;
font-size: 11px;
}

.is_submenu li{
padding-top: 4px;
}

.is_submenu li a{
color: #6c6d6f;	
text-decoration: none;
}

.is_submenu li a:hover{
color: #3f87b4;	
}

.menu_item{
display: block;
width: 212px;
padding-left: 42px;
height: 40px;
line-height: 40px;
text-align: left;
text-decoration: none;
}

#left_column_separator{
width: 100%;
height: 3px;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}

#searchbox{
margin: 0;
padding: 0;
}

#main_content_container{
width: 593px;
float: left;
padding: 30px 0px 70px 54px;
text-align: left;
}

#main_content_logo{
float: right;
padding-top: 0px;
margin-right: 34px;
width: 249px;
}

#online_assesments_logo{
float:left; 
display: inline;
width: 150px;
padding-top: 20px;
}

#online_assesments_desc{
float:left; 
display: inline;
width: 440px;
padding-top: 20px;
padding-bottom: 20px;
}

#online_assesments_spacer{
clear:both; 
height: 1px; 
width: 100%;
background: #002a5c;
}

.client_container{
width: 113px;
height: 113px;
float: left;
margin-right: 40px;
margin-bottom: 10px;
/*border: 1px solid red;*/
}

#spacer{
width: 982px;
height: 6px;
clear: both;
}

#footer_container{
width: 982px;
margin: 0 auto;
}

#footer{
width: 982px;
height: 43px;
margin: 0 auto;
position: relative;
font-size: 12px;
background: transparent url(images/template_images/footer_background_repeat.jpg) top left repeat-y;
}

#footer_email{
position: absolute;
top: 0px;
left: 42px;
line-height: 43px;
}

#footer_address{
position: absolute;
left: 308px;
top: 0px;
line-height: 43px;
}

#footer_contact_numbers{
position: absolute;
right: 78px;
top: 0px;
line-height: 43px;
}

#footer_left_column{
width: 255px;
height: 43px;
position: absolute;
top: 0px;
left: 0px;
}

#legal_footer{
width: 982px;
height: 25px;
margin: 0 auto;
padding-top: 12px;
padding-bottom: 40px;
font-size: 10px;
line-height: 25px;
position: relative;
}

#walden_badge{
position: absolute;
left: 42px;
top: 0px;
line-height: 25px;
}

#copyright{
position: absolute;
right: 76px;
top: 0px;
line-height: 25px;
}


/* contact form */

label {
width: 110px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 350px;
}

input, textarea {
color: #000;
background: #f3f9eb;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 182px;
}

textarea {
clear: both;
width: 350px;
margin-top: 6px;
}

.submit input {
margin-left: 140px;
color: #fff;
background: #3a3b36;
border: 1px thin #3a3b36;
width: 80px;
}

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
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
padding-right:15px;
}

.float_right{
float:right;
padding-left:15px;
}

/* 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;
}

.greenText{
color: #527a06;
}

/* 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;
}

/* custom classes */
.small {
font-size: 10px;
}
