@charset "UTF-8";

a img { border:none;}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #D9E5D9;
}


#container {
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	background: #DDDDDD; 
	  /* padding: 0 10px 0 20px;this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/banner.jpg);
	height: 107px;
	border-bottom: 1px soild #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#Nav { background-color: #FFFFFF;
       border-bottom: 1px solid #b3b3b3;
	   margin-top: 0px;}
	   

#Sidebar {
	width: 208px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f4f3e8;
	margin-top: 0px;
	background-image: url(images/sidebar-back.jpg);
	background-repeat: repeat-x;
}

#Sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #646464;
}

#Sidebar h3 { font-family: Georgia, Times, serif;
               font-weight: bold;
			   font-size: 13px;
			   line-height: 18px;
			   color: #7f65a8;}

.SidebarRule  { border-bottom: 1px solid #b3b3b3;
                padding-bottom: 20px;
}

#Sidebar a:link {color: #646464; text-decoration: underline; font-weight: normal; } 
#Sidebar a:visited {color: #646464; text-decoration: underline; font-weight: normal; } 
#Sidebar a:hover {color: #6d8370;  text-decoration: none; font-weight: normal; } 
#Sidebar a:active {color: #6d8370;  text-decoration: none; font-weight: normal; } 	


#CalloutWrapper {}

#CalloutWrapper h4 { font-family: Arial, Helvetica, sans-serif;
               font-size: 14px;
			   line-height: 16px;
			   color: #332a86;
			   padding-left: 20px;
}

#CalloutWrapper a:link {color: #6d8370; text-decoration: none; font-weight: normal; } 
#CalloutWrapper a:visited {color: #6d8370; text-decoration: none; font-weight: normal; } 
#CalloutWrapper a:hover {color: #6d8370;  text-decoration: underline; font-weight: normal; } 
#CalloutWrapper a:active {color: #6d8370;  text-decoration: underline; font-weight: normal; } 		

#CalloutWrapper ul { list-style-type: square;} 

#CalloutWrapper ol { padding: 40px; 
			         margin-left: 35px;
}

#Callout1 {
			width: 250px;
			height: 150px;
            border: 1px solid #93b197;
			background-color: #d8e5d9;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 20px;	
			color: #6d8370;
			margin: 0px 10px 0px 10px;
			float:left;
}

#Callout2 {	width: 250px;
			height: 150px;
            border: 1px solid #93b197;
			background-color: #d8e5d9;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;	
			color: #6d8370;
			overflow:hidden;
}


#MainContentWrapper { }	   


#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 580px;
	float: left;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #646464;
	padding-left: 10px;
}

#mainContent h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	line-height: 28px;
	color: #7f65a8;
	padding-left: 10px;

}


#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #646464;
	padding-left: 10px;

}

#mainContent a:link {color: #646464; text-decoration: none; font-weight: normal; } 
#mainContent a:visited {color: #646464; text-decoration: none; font-weight: normal; } 
#mainContent a:hover {color: #6d8370;  text-decoration: underline; font-weight: normal; } 
#mainContent a:active {color: #6d8370;  text-decoration: underline; font-weight: normal; }

#mainContent li { font-family: Arial, Helvetica, sans-serif; color: #646464; font-size: 13px; line-height: 19px;}
#mainContent ul { list-style-type: square; margin-left: 25px; padding-left: 25px; } 
#mainContent ol { font-family: Arial, Helvetica, sans-serif; color: #646464; font-size: 13px; line-height: 19px; padding: 40px; margin-left: 35px;}



.MainContentRule  { border-bottom: 1px solid #b3b3b3;
                    padding-bottom: 20px;}



#JobsWrapper { background-image: url(images/sml-logo-ghost2.jpg);
                    height: 60px;
					background-repeat: no-repeat;}

#JobsWrapper p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #646464;
	padding-left: 10px;
}


#JobsWrapper h2 { 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #7f65a8;
	padding-left: 100px;
	padding-top: 18px;
}


#JobsWrapper1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 20px;	
			color: #6d8370;
			margin: 0px 10px 0px 10px;
			float:left;
}


.MediaWrapper { width: 100px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 17px;
				text-align: center;
				color: #6d8370;
				margin: 0px 30px 0px 30px;
				float:left;
	}
.clearboth { clear: both; }


.ImageRight { float: right;
              margin-left:10px;
			  width: 161px;
			  font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #332a86;
				text-align: center;
				margin-left: 10px;}
					

#ContactUsWrapper { background-image: url(images/sml-logo-ghost.jpg);
                    height: 96px;
					background-repeat: no-repeat;
					float: inherit;
}

#ContactUsWrapper p { font-family: Arial, Helvetica, sans-serif;
                      font-size: 18px;
					  color: #7f65a8;
					  padding-left: 35px;
					  padding-top: 35px;
}

#ContactUsWrapper a:link {color: #7f65a8; text-decoration: underline; font-weight: normal; } 
#ContactUsWrapper a:visited {color: #7f65a8; text-decoration: underline; font-weight: normal; } 
#ContactUsWrapper a:hover {color: #7f65a8;  text-decoration: none; font-weight: normal; } 
#ContactUsWrapper a:active {color: #7f65a8;  text-decoration: none; font-weight: normal; } 	


.ServicesListLeft {
			width: 250px;
			height: 150px;
			margin: 0px 10px 0px 10px;
			float:left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 22px;
			color: #646464;
			padding-left: 10px;
}

.ServicesListRight {
			width: 250px;
			height: 150px;
			margin: 0px 10px 0px 10px;
			float:right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 22px;
			color: #646464;
			padding-left: 10px;
}




#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #7f65a8;
	text-align: center;
}


#footer a:link {color: #7f65a8; text-decoration: none; font-weight: normal; } 
#footer a:visited {color: #7f65a8; text-decoration: none; font-weight: normal; } 
#footer a:hover {color: #7f65a8;  text-decoration: underline; font-weight: normal; } 
#footer a:active {color: #7f65a8;  text-decoration: underline; font-weight: normal; } 		
