*{
	margin:0;
	padding:0;
}
body  {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0f4c8e;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {
	border:none;
}
p{
	line-height:140%;
	margin-bottom:1em;
}
.readOn{
	background-attachment:scroll;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin-bottom:0;
	padding-left:40px;
	padding-top:5px;
}
a{
	color:#ab1c6c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	margin:0 0 0 250px;
}
#logo {
	float:left;
	margin-top:10px;
}
#headerAddress{
	float:right;
	padding-top:50px;
	text-align:right;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#menu{
	margin-top:125px;
	width: 225px;
}
#menu li{
	list-style-type:none;
	margin-bottom:5px;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.smallt {
	background: url(../images/dot.gif) 0 0 repeat-x;
	float: left;
}

.smallb {
	background: url(../images/dot.gif) 0 100% repeat-x;
}

.smalll {
	background: url(../images/dot.gif) 0 0 repeat-y;
}

.smallr {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.smallbl {
	background-image: url(../images/bl2.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.smallbr {
	background-image: url(../images/br2.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.smalltl {
	background: url(../images/tl2.gif) 0 0 no-repeat;
}

.smalltr {
	background: url(../images/tr2.gif) 100% 0 no-repeat;
	padding:25px 25px 10px;
}

.contt {
	background: url(../images/dot1.gif) 0 0 repeat-x;
	float: left;
}

.contb {
	background: url(../images/dot1.gif) 0 100% repeat-x;
}

.contl {
	background: url(../images/dot1.gif) 0 0 repeat-y;
}

.contr {
	background-image: url(../images/dot1.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.contbl {
	background-image: url(../images/bl1.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.contbr {
	background-image: url(../images/br1.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.conttl {
	background: url(../images/tl1.gif) 0 0 no-repeat;
}

.conttr {
	background: url(../images/tr1.gif) 100% 0 no-repeat;
	padding:10px;
	width:210px;
}
.contactReplacement {
	background:#FFFFFF url(../images/contact-header.jpg) no-repeat scroll 0 0;
	height:27px;
	margin-bottom:10px;
	text-indent:-9999px;
	width:200px;
}
.headerReplacement {
	text-indent: -9999px;
	background: url(../images/iceArch-header.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
.headerResidential {
	text-indent: -9999px;
	background: url(../images/heading-residential.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
.headerCommunity {
	text-indent: -9999px;
	background: url(../images/heading-community.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
	height:35px;
}
.headerCommercial {
	text-indent: -9999px;
	background: url(../images/heading-commercial.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
.headerAbout {
	text-indent: -9999px;
	background: url(../images/heading-about.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
.headerThanks {
	text-indent: -9999px;
	background: url(../images/heading-thanks.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
.headerBlog {
	text-indent: -9999px;
	background: url(../images/heading-blog.jpg) #FFFFFF no-repeat;
	margin-bottom:10px;
	width:464px;
}
#flash{
	float:right;
	margin:0 0 10px 10px;
}
.input{
	width:200px;
	height:20px;
	padding:2px;
	margin-top:5px;
	border:solid 1px #e5e3d8;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(../images/inputBg.gif);
	background-repeat: repeat-x;
}
textarea{
	width:200px;
	margin-top:5px;
	border:solid 1px #e5e3d8;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:2px;
	background-color: #FFFFFF;
	background-image: url(../images/inputBg.gif);
	background-repeat: repeat-x;
}
#Send{
	width:69px;
	height:22px;
	background-color: #ae2170;
	background-attachment: scroll;
	background-image: url(../images/sendButton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:135px;
	cursor:pointer;
}
#footer {  
} 
#footer p{
	margin-top:10px;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	color:#000000;
}
#footer a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}