html {
	height: 100%;
 	margin:0px;
  	padding:0px;
	background-color: #b8b8b8;
	background-repeat: repeat-x;
	background-image: url(../images/grad.gif);	
	min-height:100%
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	min-height: 100%;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #383838;	

	
	background-repeat: repeat;
	background-position: top left;
	background-image: url(../images/diag.png);		
}

#main{
	background-color: #ffffff;
	width:742px;
	padding: 0px 30px 0px 28px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
}

#title{
	height:59px;
	width:742px;
}

#navigation{
	height:16px;
	width: 742px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

#navigation ul{
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type : none;
	/**letter-spacing: 1px;**/
}

#navigation ul li{
	margin-right: 2px;
	float: left;
	width:92px;
	text-align:center;
}


#navigation ul li a{
	padding-top:0px;
	text-decoration: none;
	color: #383838;
	display:block;
	width: 92px;
	height: 20px;
}

#navigation ul li a:hover{
	color: #9A141B;
}

.home #navigation ul li a.home,
.about #navigation ul li a.about,
.contact #navigation ul li a.contact,
.portfolio #navigation ul li a.portfolio{
	color: #ffffff;
	background-image: url('../images/highlight.png');
/**	border-bottom:2px solid #9A141B; **/
}


#content{
	width:742px;
	padding:20px 0px 0px 0px;
}

#title h1{
	height:20px;
	width: 180px;
	display:block;
	background-image: url('../images/simmonsclark.png');
	background-repeat: no-repeat;
	background-position:bottom left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 22px 0px 0px 0px;
}

h2{
	font-weight:normal;
	font-size: 16px;
	margin:0px;
	padding:5px 0px 5px 6px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;	
}

p{
	margin: 0px;
	padding: 6px;
}

a{
	color: #9a141b;
}

img#banner{
	width:742px;
	height:336px;
	margin-bottom:11px;
}

.r{
	color: #9a141b;
}

.clear{
	clear:both;
}

#col1{
	float:left;
	width: 458px;	
	height: auto;
}

.home #col1{
	width: 462px;
}

#col2{
	float:left;
	margin-left: 15px;
	width: 245px;
	padding: 13px 12px 13px 12px;
	height: 239px;
	margin-bottom: 23px;
}

.home #col2{
	width: 233px;
	height: auto;	
	padding:0px;	
}

.contact #col1{
	width:468px;
}

.contact #col2{
	margin-top:6px;
	padding:0px;
	height:auto;
	margin-bottom: 6px;
	width:259px;
}

.three{
	width:242px;
	margin-right:8px;
	padding-bottom: 5px;
	float:left;
}

.right{
	margin-right: 0px;
}

.grey{
	background-color: #f9f9f9;
}

#form1{
	width:329px;
	float:left;
}

#form2{
	width:413px;
	float:left;
}

label{
	width:300px;
	float:left;
	clear:left;
	padding: 18px 0px 5px 6px;
}

input.text{
	width:300px;
	height:19px;
	border: 1px solid #ececec;
	float:left;
	clear:left;

}

input.button{
	margin-top:11px;
	float:right;
}

textarea{
	border: 1px solid #ececec;
	width:411px;
	height:140px;
}

#clients{
	border-top: 1px solid #ededed;
	background-color: #f9f9f9;	
	border-bottom: 1px solid #ededed;
}

.work{
	border-top: 1px solid #ededed;
	background-color: #f9f9f9;	
	border-bottom: 1px solid #ededed;
	padding-top:0px;
	padding-bottom:0px;
	text-align: center;
}

.work img{
	margin:0px auto;
}

.worktitle{
	margin:0px;
	padding:5px 0px 5px 6px;
	border-bottom: 1px solid #ededed;	
}

.three ul{
	list-style: none;
	margin:0px;
	padding:11px 0px 15px 6px;
}

.three ul li{
	margin:0px;
	padding:4px 0px 0px 0px;
}

#footer{
	float:left;
	clear:both;
	width: 742px;
	text-align: center;
	border-top: 1px solid #ededed;
	padding-bottom: 10px;	
	margin-top: 20px;
}

#footer a{
	color: #383838;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.clear{
	clear:both;
}

.list a{
	color: #383838 !important;
	text-decoration: none;
}

a.select{
	color: #9a141b !important;
}

.exclaim {
	background-color: #9A141B;
	color:#ffffff;
	font-size:1em;
	margin-left:1px;
	padding: 4px 5px 3px 5px;

}
