body{
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #333;
}

a:visited {
	color: #00f;
}

div#page {
	margin:0 auto;
	text-align:left;
  	min-height:100%;
	width:950px;
	/*border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #eee;*/
}

div#header {
	width:100%;
	height:90px;
	margin: 0px;
	padding-top: 15px;
  	width:855px;
	padding-left: 47px;
	padding-right: 47px;
}

div#menu {
  	width:200px;
	float:left;
  	margin:10px 0 10px 0px;
}

#menuInner ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menuInner li{
	background-color: #ccc;
	margin-bottom: 3px;
	
	color: #fff;
	font-weight: normal;
}

#menuInner a {
	display: block;
	width: 188px;
	padding: 6px;	
}


#menuInner a:link{
	color: #fff;
	text-decoration: none;	
}

#menuInner a:visited {
	color: #fff;
	text-decoration: none;
}

#menuInner a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00f;
}

#menuInner a:active {
	color: #fff;
	text-decoration: none;	
}

#menu p {
	text-align: center;
	font-size: 12px;
}





.lg{
 	border:0px;
}



div#inner{
	background-image: url(../images/shim.jpg);
	background-repeat: repeat-x;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 10px;
	width: 855px;
}

div#content {
	margin:20px 0px 40px 220px;
  	min-height:350px;
  	line-height: 145%;
  	text-align: left;
}

div#content h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 26px;
}


div#footer {
	background-image: url(../images/shim.jpg);
	background-repeat: repeat-x;
  	width:855px;
	padding-top: 23px;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 15px;
  	line-height: 145%;
  	font-size: 12px;
  	text-align: center;
}

div#quickLinks {
	clear: both;
	background-image: url(../images/shim.jpg);
	background-repeat: repeat-x;
  	width:927px;
	padding-top: 23px;
	padding-left: 22px;
	height: 120px;
}

.quickLink{
	width: 190px;
	float:left;
	line-height: 135%;
	background-image: url(../images/quickLink_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
}

.quickLink ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.quickLink li{
	font-size: 12px;
}

.quickLink a {
	padding-left: 12px;
	color: #ccc;
	text-decoration: none;
}

.quickLink a:hover {
	text-decoration: underline;	
}

.quickLink a:visited {
	color: #ccc;	
}

.quickLink a:active {
	color: #ccc;	
}


div#niceic{
	margin-top: 12px;
	text-align: right;
	margin-right: 10px;
}

div#logo{
	float: left;
}

div#callUs{
	margin-top: 6px;
	float: right;
	text-align: right;
	color: #00f;
	font-size: 22px;
}

span#tel {
	font-size: 32px;
}


#header h1{
	margin-left: 22px;
	margin-top: 0px;
	padding-top: 5px;
	display: inline;
	float: left;
	font-weight: normal;
	font-size: 18px;
	width: 270px;
	color: #666;

}

#hero{
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	margin-left: 10px;
	
}

.larger{
	font-size: 22px;
}