x@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}

html {
	background-image: url(../graphics/background.png);
	background-repeat: repeat;
}

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#content{
	padding-top: 20px;
}
#logo{
	height:124px;
	background-color: #FFFFFF;
	margin-bottom: -20px;
	}
#main {
	overflow:auto;
	padding-bottom: 200px;
	width: 887px;
	background-color: #FFF;
}  /* must be same height as the footer */
#footer {
	position: relative; /* negative value of footer height */
	height: 100px;
	clear:both;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: -100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
#footerNav {
	float: right;
	width: 480px;
	padding: 0px;
	height: 20px;
}

#navigation {
	margin-top:5px;
	background-color: #FFFFFF;
	height:20px;
	margin-bottom: 15px;
	clear: both;
	width: 877px;
	padding-left: 10px;
}
#navigation .imgForNav {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 33px;
}
#column2 {
	float: left;
	width: 420px;
}
#column1 {
	float: left;
	width: 420px;
	margin-right:20px;
}
.bulletedcolumn {
	float: left;
	width: 360px;
	height: 140px;
	background-color: #0CF;
	padding-left: 20px;
	/* [disabled]padding-top: 10px; */
	background-image: url(../graphics/small_background.png);
	background-repeat: repeat-x;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.contactcolumn {
	float: left;
	width: 360px;
	background-color: #0CF;
	background-image: url(../graphics/med_background.png);
	background-repeat: repeat-x;
	border: 1px solid #000;
	margin-left: 10px;
}
h1{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: 666;
	padding-right: 10px;
	padding-left: 10px;
}
ul li  {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../graphics/bullet.png);
}

.img{
	border:0;
	}
.imgLeft{
	float: left;
	/* [disabled]margin-top: 5px; */
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgRight{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

a:link {
	color: #336DA0;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #1F3D66;
	text-decoration: none;
}
#footer ul li{
	display: inline;
	float: left;
	list-style-type: none;
	}
.bold{
	font-weight: bold;
}
a.email {
	color: #FFF;
}
