@charset "utf-8";
/* --------- Allied Home Page CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Page
	3. Categories
	4. Colums: Left / Center / Right	
*/

/* --------- 1. Defaults  --------- */




/* --------- 2. Page  --------- */

#pageTitle {
	position:absolute;
	left: 21px;
	top: 405px;
	}
	
#pageTitle h1{
	color:#F93;
	font-size:1.4em;
	}
	
.pageIntro{
	font-size:1em;
	line-height:150%;
	width:925px;
	margin-left:12px;
	clear:both;
	margin-bottom:12px;
	}
	
/* Page Container*/

#page{
	width:950px;
	position:relative;
	top:15px;
	left:10px;
	min-height:430px;
	height:auto;
	clear:left;
	}
	
* html #page {
	height: 430px;
	}

	
/* --------- 3. Categories  --------- */

#hCategories{
	width:646px;
	height:364px;
	background:url(../images/hCategoriesBg.gif) no-repeat;
	float:left;
	clear:both;
	}
	
.categoryDescripiton, .categoryDescripitonNoBdr{
	width:300px;
	height:60px;
	position:relative;
	top:10px;
	left:16px;
	float:left;
	clear:both;
/*	margin: 5px 0px;*/
	margin: 10px 0px;
	padding-bottom:8px; /*XXX Remove XXX*/
	}
	
.categoryDescripiton{
	border-bottom:#D8D7D7 1px solid;
	}
	
.categoryDescripitonNoBdr strong {font-weight:normal;}
	
.categoryDescripiton img, .categoryDescripitonNoBdr img{
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
	}
	
.categoryDescripiton h2, .categoryDescripitonNoBdr h2{
	padding-bottom:3px;
	font-size:1.2em;
	float:left;
	}
	
.categoryDescripiton p, .categoryDescripitonNoBdr p {
	width:210px;
	display:block;
	float:left;
	
	}
	
.categoryDescripiton a, .categoryDescripitonNoBdr a{
	color:#0072BB;
	}
	
.categoryDescripiton a:hover, .categoryDescripitonNoBdr a:hover{
/*	border-bottom:#F60 1px dashed;*/
	border-bottom:none;
	color:#F93;
	}	
	
#cLeftColum{
	width:300px;
	float:left;
	clear:both;
	margin-right:14px;
	}
	
#cRightColum{
	width:300px;
	float:left;
	}
	
/* Category Images */
#rightColum{
	width:278px;
	float:left;
	margin-left:26px;
	}
	
#testimonial{
	background: url(../images/home/testimonial_bg.gif) no-repeat;
	width:278px;
	height:152px;
	}
	
#testimonial h4{
	font-size:.9em;
	color:#333;
	line-height:150%;
	width:260px;
	position:relative;
	top:15px;
	left:15px;
	font-weight:normal;
	}
	
#testimonial h5{
	font-size:1.1em;
	color:#F93;
	position:relative;
	top:25px;
	left:15px;
	font-style:italic;
	width:250px;
	}
	
#tip{
	background: url(../images/home/tip_bg.jpg) no-repeat;
	width:278px;
	height:185px;
	margin-top:32px;
	}
	
#tip h4{
	font-size:1.1em;
	color:#F93;
	position:relative;
	top:60px;
	left:50px;
	width:215px;
	}
	
#tip h5{
	color:#333;
	font-size:.9em;
	width:260px;
	position:relative;
	font-weight:normal;
	line-height:185%;
	top:70px;
	left:16px;
	}
	
	
	