﻿/* Tag Styles */
body {
	margin: 15px 0 0 0;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
img {
	border: 0;
}
a:link {
	text-decoration: none;
	color: #ca002d;
}
a:visited {
	text-decoration: none;
	color: #ca002d;
}
a:hover {
	text-decoration: underline;
	color: #ca002d;
}
a:active {
	text-decoration: none;
	color: #ca002d;
}
h1, h2, h3 {
}
h1 {
	font-size: 1.1em;
	color: #CA012D;
	margin-top: 0;
}
h2 {
	font-size: 0.8em;
	margin-bottom: 5px;
	border-bottom: 1px solid #CA012D;
	padding-bottom: 3px;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
}

/* Section styles */
#pageWrapper {
	background-image: url(../images/shadowRight.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#bodyWrapper {
	background-color: #FFFFFF;
	background-image: url(../images/actisoft-swoosh-790-955.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 790px;
}

#navWrapper {
	background-color: #CA012D;
	margin: 0 25px 0 25px;
	height: 2em;
	font-size: 0.9em;
}
#navWrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navWrapper li {

}
#navWrapper a {
	float: left;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	line-height: 2em;
}
#navWrapper a:hover {
	text-decoration: none;
	background-color: #484340;
}
#headerWrapper img {
	margin: 21px 10px 30px 25px;
}

.bannerWrapper {
	margin-left: 25px;
	padding-bottom: 20px;
}
#contentWrapper {
	margin: 0 25px 0 25px;
}

#footerWrapper {
	clear: both;
	padding-bottom: 20px;
	font-size: 0.7em;
	margin-top: 20px;
	text-align: right;
}
.footerList {
	text-align: right;
	margin-right: 25px;
	padding-top: 30px;
}
.footerLogos {
	text-align: center;
	margin: 0 0 10px 20px;
	float: left;
}
.footerLogos img {
	margin: 0 20px 0 20px;
}
