
/* STYLES FOR TAB BOX */
#tab-box {
	background-repeat: no-repeat;
	width: 190px;
	height: 320px;
	position: relative;
	margin-left: 15px;
	}

#tab-one, #tab-two, #tab-three { 
	top: 8px; 
	width: 67px; 
	}

#tab-one { 
	position: absolute; 
	left: 0px; 
	}

#tab-two { 
	position: absolute; 
	left: 63px;	
	}

#tab-three  { 
	position: absolute; 
	left: 122px;	
	}

#tabs a { 
	font-size: 14px;
	}

#tab-link-one,#tab-link-two, #tab-link-three { 
	color: #555580;
	}

#tab-box-content {
	position: absolute;
	left: 0px; 
	top: 31px;
	width: 162px;
	padding-right: 15px;
	height: 281px;
	background-image: url('../images/site_design/tab-box-bottom.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	}

#tab-box-content h3 { 
	font-size: 14px!important;
	margin-top: 0px;
	color: dodgerblue;
	}

#tab-box-content p { 
	margin-bottom: 10px;
	font-size: 12px!important;
	}

#tabs { 
	background-image: url('../images/site_design/tab-box-one.png'); 
	background-repeat: no-repeat;
	height: 31px;
	}


.tab-content * {
	font-size: 11px!important;
	}

 .tab-content h3 { 
	font-size: 14px;
	margin-top: 3px;
	}

 .tab-content p { 
	 margin-bottom: 7px;
	 }
