/* CSS Document
    Home page only  */

#home h2 {
	border-style: none;
	width: auto;}
#home h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;}
	
#home #content {
	background: #FFFFFF;} 
	
#home #content_main {
	width: 440px;
	text-align: center;
	background: #FFFFFF;}
	
#col_1 {
	float: left;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding: 40px 0px 0px 40px;
	width: 265px;
	position: relative;
	border-top: none;
	border-bottom:  none;
	border-left: none;}	

	
#col_1 a:link, #col_1 a:visited {
	margin: 0px;
	font-weight: bold;
	height: 100%;}		
	
#col_1 a:hover {
	font-weight: bold;
	text-decoration: underline;
	display: block;
	height: 100%;} 	

#nav {
	float: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 260px;
	position: relative;
	border: none; }	
	
#nav a img {
	border: 1px solid #333;
	display: block;}
	
.icon  {
	padding: 0px;
	clear: left;
	float: left;
	height: 100%;
	width: 120px;
	display: block;}	
	
.nav_text {
	vertical-align: middle;
	padding-top: 40px;}
			
.imgRight {
	float: right;
	border: 1px solid #000000;
	margin: 10px 0px 10px 10px;
	clear: right;}
		
.imgRight_no_border{
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	clear: right;}	

.imgLeft {
	float: left;
	border: 1px solid #000000;
	margin: 10px 20px 10px 0px; }
	
.img_mid_no_border {
	vertical-align: middle;
	border-style: none;}
	
#home #content_main img {
	border: 1px solid #000000;
	margin-top: 20px;}
	

.box {
	border: 1px solid #CC3300;
	padding: 15px;}

.indent {
	padding-left: 30px;
	display: block;}

.rule {
	border-bottom: 1px solid #666666;}

.clear {
	clear: both;
	height: 10px;}
	
.clear1px {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	width: 1px;}
	
.clearLeft {
	clear: left;}
.clearRight {
	clear: right;
	height: 1px;}
