/*
      Created by Zolli, Inc.
	  
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(bg_main.jpg);
	background-repeat: no-repeat;
}
#header {
	width: 960px;
	color: #333;
	height: 125px;
}



#content {
	width: 960px;
	color: #333;
	margin: 0;
}
#infowrapper {
	width: 920px;
	margin-top: 12px;
}

.info {
	float: left;
	width: 294px;
	margin-right: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	height: 200px;
}
.info ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 12px;
}
.info  li  {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	color: #225378;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
.info li a {
	color: #225378;
}


.info h1 {
	color: #FF6600;
	font-family: "Trebuchet MS";
	font-size: 2.5em;
	font-weight: normal;
}
#navigation {
	height: 40px;
	width: 684px;
	position: relative;
	left: 260px;
	top: 48px;
}
#navigation  td a {
	font-family: "Trebuchet MS";
	font-size: 2em;
	color: #FFFFFF;
}



#footer {
	width: 910px;
	color: #333;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding: 25px;
}
#footer p {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	color: #999999;
}

.infonoborder ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 12px;
}
.infonoborder li {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	color: #225378;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}
.infonoborder li a {
	color: #225378;
}

.infonoborder  h1 {
	color: #FF6600;
	font-family: "Trebuchet MS";
	font-size: 2.5em;
	font-weight: normal;
}
.infonoborder {
	float: left;
	width: 300px;
	height: 200px;
}
