/* #aboutpage template css begin */

/* This set of CSS rules applies to the content inside the Flexi CSS Layout (menus, lists, forms etc.). You can modify these rules or add your own. */



/* start reset css */
html, body, div, span, applet, object, iframe, ul, ol, img, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* end reset css */

/* start text css */

h1 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#00F;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	line-height:1.4;
	padding:15px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

h2 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#03F;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

h3 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00F;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5b5b5b;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5;
}

a {
	color:#FFF;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#FF0;
}

blockquote { 
	color:#999;
	font-style:italic;
	margin:0;
	padding:0;
	line-height:1.4;
}


/* end text css */



/* start navigation css */

.horizontalNav { 
	width:486px;
	height:37px;
	margin:0px 0px 0px auto;
	padding:0;
}


.horizontalNav a, .horizontalNav a:visited, .horizontalNav a:link, .horizontalNav a:active  { 
	background-image:url('../../includes/CSSLayouts/hometemp3_assets/nav_item.png');
	background-repeat:no-repeat;
	float:left;
	display:block;
	width:81px;
	height:27px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	color:#fbfbfb;
}
 

.horizontalNav a:hover  {
	background-image:url('../../includes/CSSLayouts/hometemp3_assets/nav_item_hover.png');
	background-repeat:no-repeat;
	color:#03C;
}

.bottomLinks {
	width:350px;
	margin:0px auto;
	height:15px;
	padding-top:10px;
}

.bottomLinks a { 
	margin-right:5px;
	margin-left:5px;
	color:#333;
}

.bottomLinks a:hover {
	color:#00F;
}

/* end navigation css */

.serviceList { 
	margin-bottom:10px;
	padding-left:20px;
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5b5b5b;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:1.6;
}

/* #aboutpage template css end */
