/*samsonmt.com*/
/* 07/30/2007 created by: Nycole Evans- Last modified by n-a*/

@import "cssmenu.css";

/*Global Styles*/

body {
	margin-top: 17px;
	background: url(../images/home_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0;
	}
	
p{
	margin: 0;
	padding: 0;
	}
	
a {
	color: ##003399;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
}
	
/*///////////LAYOUT///////////*/

#site_container {
	margin: 0 auto;
	width: 851px;
	}

/* Layout: HEADER AND NAV */
	
#container-header {
	height: 167px;
	width: 851px;
	}
	
	
/* Layout: LEFT OF CONTENT WHERE TESTIMONIALS WILL GO THROUGHOUT TEMPLATE */

#left-bottom-container {
	background: url(../images/home_navigation_bg.jpg) no-repeat;
	float: left;
	width: 241px;
	height: 466px;
	
	}
	
#left-nav-buttons {
	width: 209px;             
	margin-left: 32px;
	padding-top: 10px;                                         
	}
	
/* Layout: RIGHT OF CONTENT */

#right-content {
	background: url(../images/home_content_bg.jpg) no-repeat;
	width: 610px;
	height: 413px;
	overflow: auto;
	}

#right-content-text {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.27em;
	margin: 246px 0 0 255px;
	}
	
	
/* Layout: CONTENT */
#send-a-link {
	padding-right: 20px;
	padding-top: 8px;
	float: right;
	}
	
#designed-by {
	float:right;
	text-align:right;
	padding-right: 20px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	clear: both;
}	
	
#designed-by a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}		
	
#designed-by a:hover{
	text-decoration: underline;
	}
	
/*Layout: FOOTER STYLES */

#footer {
	background: url(../images/home_footer_bg.jpg) no-repeat;
	margin-left: 238px;
	width: 610px;
	height: 53px;
	padding-top: 10px;
	}
	
#footer-text {
	text-align: center;
	font-size: 12px;
	}
	
#copy-bottom {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 30px;
	padding-top: 8px;
	}

#subnav2 {
	position: absolute;
	left: 400px;
	top: 250px;
	z-index: 1000;
	}
	
#subnav3 {
	position: absolute;
	left: 400px;
	top: 275px;
	z-index: 1000;
	}