@charset "utf-8";
body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* 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 */
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a, a:link, a:visited	{ color: #00AAEA; text-decoration: none; }
a:hover					{
	color: #00AAEA;
	text-decoration: underline;
}
#wrap {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;  the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 30px;/*border: 1px solid #F5A7FC;*/
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
}
.logo {
	width: 60px;
	margin-top: 30px;
	margin-left: 10px;
}
#nav {
	margin-top: -24px;
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 20px;
}

a.topnav {
	font-weight:normal;
	color:#666;
	font-size: 12px;
	text-decoration: none;
}

a.topnav:hover {
	color:#000;
	font-size: 12px;
	text-decoration: underline;
	
}
.topicon {
	border: 0px solid #FFF;
}
#splashtext-container {
	margin-top: 50px;
	padding-left: 3px;
}
#mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
/*	border: 1px solid #F5A7FC;*/
}
#item-sep {
	height: 20px;
	width: 92px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#item-container {
	width: 240px;
	height: 220px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.item-img {
	width: 220px;
	height: 90px;
	margin: 0px;
	border: 1px solid #E5E5E5;
	padding: 10px;
}
.item-text-title {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 24px;
}
.item-text-p {
	font-size: 11px;
	color: #666;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer-wrap {
	background-color: #302f2f;
	width: 100%;
	margin-top: 40px;
	padding-top: 0px;
	background-image: url(images/footer001-wrap.jpg);
	background-repeat: repeat-x;	/*border-top-color: #302f2f;*/
	margin-bottom: 0px;
	padding-bottom: 230px;
}
#footer {
	width: 960px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/footer001.jpg);
}
#footer-item-sep {
	height: 20px;
	width: 92px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#footer-item-container {
	width: 385px;
	height: 100px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	/*	background-color: #3E3E3E;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.footer-item-img {
	width: 32px;
	height: 32px;
	float:left;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.footer-item-text-title {
	font-size: 14px;
	font-weight: normal;
	color: #DADADA;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.footer-item-text-p {
	font-size: 12px;
	color: #A7A7A7;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer-item-links {
	font-size: 12px;
	color: #AAA;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 27px;
	text-align: left;
}
#footer p {
	color: #CCC;
	padding-right: 20px;
	padding-left: 20px;
}

