@charset "utf-8";
body {
	background-image: url(../images/sitebackground.jpg);
	background-repeat: repeat;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 1220px;
	width: 960px;
	position: relative;
}
#socialicons {
	height: 172px;
	width: 960px;
	position: relative;
	text-align: right;
	background-image: url(../images/headerbackground.jpg);
	padding-top: 18px;
}
#topnav {
	position:absolute;
	left:42px;
	top:170px;
	width:870px;
	height:20px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#leftsidebar {
	float: left;
	height: 950px;
	width: 200px;
	position: relative;
	background-color: #FFF;
}
#sidebartext {
	position:absolute;
	left:9px;
	top:11px;
	width:183px;
	height:211px;
	z-index:1;
	color: #434B57;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}



#maincontent {
	float: right;
	height: 950px;
	background-image: url(../images/maincontent.png);
	position: relative;
	background-repeat: repeat;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}
.boldred {
	font-weight: bold;
	color: #900;
}


#footer {
	background-image: url(../images/footerbackground.png);
	background-repeat: repeat;
	clear: both;
	height: 55px;
	float: left;
	width: 960px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
#copyright {
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-right: 10px;
	clear: both;
	position: relative;
}
ul {
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #444C58;
}
.bold {
	font-weight: bold;
}
.buttonindent {
	margin-left: 200px;
	background-color: #000;
	color: #FFF;
	border: 1px ridge #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #285E9F;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9413D;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.bigclient {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#wrapper #maincontent a:link {
	color: #235C9F;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper #maincontent a:visited {
	color: #235C9F;
	text-decoration: underline;
}
#wrapper #maincontent a:hover {
	color: #EA5E5F;
	text-decoration: underline;
}


ul {
	color: #000;
}
.italicred {
	font-size: 12px;
	font-style: italic;
	color: #E65653;
}
#wrapper #copyright a:link {
	color: #FFF;
	text-decoration: none;
}
#wrapper #copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #copyright a:hover {
	color: #999;
	text-decoration: none;
}

#wrapper #socialicons #topnav a:link {
	color: #FFF;
	text-decoration: none;
}
#wrapper #socialicons #topnav a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #socialicons #topnav a:hover {
	color: #E24F4C;
	text-decoration: none;
}
#wrapper #leftsidebar #sidebartext a:link {
	color: #434B57;
	text-decoration: none;
}
#wrapper #leftsidebar #sidebartext a:visited {
	color: #434B57;
	text-decoration: none;
}
#wrapper #leftsidebar #sidebartext a:hover {
	color: #E75855;
	text-decoration: none;
}
