/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	background:url(../images/bgTextured.jpg) repeat;
	}

a:link, a:visited, a:active{
	text-decoration:none;
	color:#005596;
	}
	
a:hover{
	text-decoration:underline;
	color:#990000;
	}

img{
	border:none;
	}
	
h1{
	font-family:impact, arial, sans-serif;
	font-style:italic;
	color:#5e5858;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}

.title{
	font-family:impact, arial, sans-serif;
	font-style:italic;
	color:#5e5858;
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
	
h2{
	font-family:impact, arial, sans-serif;
	font-style:italic;
	color:#005596;
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
	
h3{
	font-family:impact, arial, sans-serif;
	font-style:normal;
	color:#5e5858;
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
	
h4{
	font-family:impact, arial, sans-serif;
	font-style:italic;
	color:#000000;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
	
h5{
	font-family:impact, arial, sans-serif;
	font-style:normal;
	color:#000000;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}		

p{
	margin:5px 5px 5px 10px;
	}	
	
	
.wrapper{
	margin:auto;
	width:890px;
	padding-top:50px;
	padding-bottom:25px;
	margin-bottom:25px;
	}
	
.header{
	width:855px;
	height:193px;
	background:url(../images/headerTop.jpg) top left no-repeat #FFFFFF;
	margin:0px 15px 0px 15px;
	}
	
input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
.navigation{
	float:left;
	margin:0px 15px 0px 15px;
	}
	
			.nav{
				float:left;
				height:42px;
				margin:4px 0px 0px 20px;
				text-align:center;
				}
		.footer .nav{
				float:left;
				height:42px;
				margin:4px 0px 0px 20px;
				text-align:left;
				}

				
			.Home{
				width:88px;
				background:url(../images/navHome.jpg) no-repeat top left;
				}
				
			.Homeon{
				width:88px;
				background:url(../images/navHomeOn.jpg) no-repeat top left;
				}
				
			.Des{ 
				width:90px;
				background:url(../images/navDesign.jpg) no-repeat top left;
				}
				
			.Deson{
				width:90px;
				background:url(../images/navDesignOn.jpg) no-repeat top left;
				}
			
			.Dev{
				width:140px;
				background:url(../images/navDev.jpg) no-repeat top left;
				}
				
			.Devon{
				width:140px;
				background:url(../images/navDevOn.jpg) no-repeat top left;
				}
			
			.Cms{
				width:267px;
				background:url(../images/navCms.jpg) no-repeat top left;
				}
				
			.Cmson{
				width:267px;
				background:url(../images/navCmsOn.jpg) no-repeat top left;
				}
			
			.Con{
				width:94px;
				background:url(../images/navCon.jpg) no-repeat top left;
				}
				
			.Conon{
				width:94px;
				background:url(../images/navConOn.jpg) no-repeat top left;
				}
	
.Rotator{
	width:890px;
	height:273px;
	/*background:url(../images/rotatorDesign.jpg) top left no-repeat;*/
	}
	

.contentArea{
	width:855px;
	background:#e6e6e6;
	margin:0px 15px 0px 15px;
	float:left;
	padding-bottom:15px;
	}
	

.contentLeft{
	float:left;
	width:510px; /* Total 531 out of 855 leaves 324 */
	margin:15px 0px 15px 10px;
	border-right:#990000 1px solid;
	}

.contentLeft a:link, a:visited, a:active{
	text-decoration:none;
	color:#CC0000;
	}
	
.contentLeft a:hover{
	text-decoration:underline;
	color:#000066;
	}

.contentRight{
	float:left;
	width:300px;
	margin:15px 10px 15px 14px;
	}
	
.footer{
	float:left;
	width:855px;
	height:156px;
	margin:0px 15px 0px 15px;
	background:url(../images/footerBG.jpg) bottom left no-repeat;
	}
	
.ripRed{
	color:#C3272B;
	}
	
.entry p img{
	margin-left:10px;
	margin-bottom:10px;
	}
	
h2 a.quoteLink:active, h2 a.quoteLink:link, h2 a.quoteLink:visited{
	text-decoration:none;
	color:#005596;
	}
	
h2 a.quoteLink:hover{
	text-decoration:underline;
	color:#990000;
	}
	

