
/* HANDLES THE STYLES FOR ALL THE ABOUT PAGES */

.aboutLeftColumn	{width:202px; float:left; border-bottom:1px solid #CCC; }
.aboutImage  		{border:1px solid #CCC;}

.aboutRightColumn{float:left; width:335px; padding-left:5px;}
.aboutRightColumn ul {list-style:square; margin-left:15px;}

#message{
	color:#666;
	font-size: 18px;
	line-height: 24px;
	padding: 	10px 10px 10px 10px; 
	margin: 	10px 10px 10px 10px; 
	width:100%;
	
}

/* CONTACT FORM*/

#contactContent{width:95%;
}

#contactContent .row {
	display:inline-table;
    width:100%;
    border-bottom: solid 1px #CCC;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}

#contactContent .row .label{ 
	width: 150px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
	text-decoration: none;
	float:left;	
}

#contactContent .row .input .textBox{ 
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 250px;
	float:left;
	}
	
#contactContent .row .input .textArea{ 
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 100px;
	width: 250px;
	float:left;
	}

#contactContent .row .input .capcha {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 50px;
	float:left;
	}
	
#contactContent .row .input .actionButton {
	background: #999;
	font-size:14px; 
	color:#333;
	border: 1px solid #000;
	padding: 6px 4px 6px 4px;
	float:right;}

#contactContent .row .input  .actionButton:hover {
	color: #333;
	background: #666;
	}


/* SUBSCRIBE FORM - NESTED IN TABS*/

#subscribeContent{width:540px;	display:inline-block; }

#panes {
    float:    left;
	margin: 	0px 0px 0px 0px; 
	padding: 	10px 10px 10px 10px; 
	width:520px;
	min-height:200px;
	background-color:#EEE;
	}

#panes .row {
	display:inline-table;
    width: 500px;
	
    border-bottom: solid 1px #CCC;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}

#panes .row .label{ 
	width: 150px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
	text-decoration: none;
	float:left;	
}

#panes .row .input .textBox{ 
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 250px;
	float:left;
	}
	
#panes .row .input .textArea{ 
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #EEE;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 100px;
	width: 250px;
	float:left;
	}

#panes .row .input .capcha {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 50px;
	float:left;
	}
	
#panes .row .input .actionButton {
	background: #999;
	font-size:14px; 
	color:#333;
	border: 1px solid #000;
	padding: 6px 4px 6px 4px;
	float:right;}

#panes .row .input  .actionButton:hover {
	color: #333;
	background: #666;
	}


/* CONTACT FORM */

#about .row {
	display:inline-table;
    border-bottom: solid 1px #333;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}

#about .row .label{ 
	width: 150px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
	text-decoration: none;
	float:left;	
}

#about .row .input .textBox{ 
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-color: #999;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 250px;
	float:left;
	}
	
#about .row .input .textArea{ 
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #999;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 100px;
	width: 250px;
	float:left;
	}

#about .row .input .capcha {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color: #999;
	border: solid 1px #333;
	padding: 4px 4px 4px 4px;
	height: 20px;
	width: 50px;
	float:left;
	}
	
#about .row .input .actionButton {
	background: #999;
	font-size:14px; 
	color:#333;
	border: 1px solid #000;
	padding: 6px 4px 6px 4px;
	float:right;}

#about .row .input  .actionButton:hover {
	color: #333;
	background: #666;
	}



