body {
	background: url(images/background.jpg) repeat-x;
	background-color: #d4e1eb;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}

h1 {
	background: url(images/ice-cube-header.jpg) no-repeat;
	padding-left: 65px;
	height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000066;
}
	
h2 {
	
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
}

a:link {
}

a:visited {
}

a:hover {
	color: #FF0000;
}

a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 970px;
	margin: 0px auto;
}

div#header {
	height: 166px;
	position: relative;
}

div#cta {
	height: 91px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div#address {
	padding: 10px 25px;
	margin: 0 0 10px 0;
	text-align: center;
}

div#content {
	background: url(images/melting-ice.jpg) top right no-repeat #FFFFFF;
	padding: 10px 25px;
	border: 1px solid #CCCCCC;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
	div#copyright img {
	border: none;
	float: left;
	margin-top: -28px;
	}
	
	div#copyright a:link, div#copyright a:visited {
	color: #000066;
	text-decoration: none;
	}
	
	div#copyright a:hover {
	text-decoration: underline;
	}

	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	position: absolute;
	left: 352px;
	top: 120px;
	margin: 0px;
	padding: 0px;
	}
	
div#nav ul {
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	}
	
div#nav li {
	float: left;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	}

div#nav li a {
	padding: 0px 50px; 
	float: left; 
	display: block;
	font: bold 20px Helvetica, Arial, sans-serif;
	text-align: center; 
	text-decoration: none;
	color: #666666;
	}

		div#nav li a:hover {color: #990000; text-decoration: underline;}
		div#nav li a.current {color: #990000; text-decoration: underline;}
		div#nav li a.current:hover {color: #990000; text-decoration: none;}


/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	}
	
	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}
	
	ul#utilitynav li {
	display: inline;
	margin: 0px auto;
	padding: 30px;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	}
	
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #0000FF;
	text-decoration: underline
	}


/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}

img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

img.center {
	padding: 5px;
	background: white;
	margin: auto 0px;
	border: solid 1px #ccc;
}

p.center {
	text-align: center;
}

img.no-border {
	border: none;
}

.clear {
	clear: both;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	margin:auto;
	width: 450px;
	text-align: left;
	padding-bottom:15px;
}
form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

#column1 {
	position:relative;
	width:240px;
	line-height:18px;
	float:left;
	padding-top:2px;
	z-index:1;
	}

#column2 {
	position:relative;
	width:240px;
	line-height:18px;
	float:left;
	padding-top:2px;
	z-index:2;
	}
