/* SITE-SPECIFIC STYLES */

#bigcontainer-top {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	height: 10px;
	background: url(images/bigcontainer-top.jpg) no-repeat;
}

#bigcontainer-middle {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	background: url(images/bigcontainer-middle.jpg) repeat-y;
}

#bigcontainer-bottom {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	height: 13px;
	background: url(images/bigcontainer-bottom.jpg) no-repeat top;
}

#content {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 954px;
	border: solid 1px #1d2c58;
	background: #fff;
	min-height: 100px;
	z-index: 1;
}

.contentdiv {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 80%;
}

.contentdiv ul {
	position: relative;
	margin: 20px 0 20px 30px;
	padding: 0;
	list-style: circle;
}

/* MENUBAR */

#menubar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1002px;
	height: 24px;
	border-top: solid 1px #1d2c58;
	border-bottom: solid 1px #1d2c58;
	background: #1e1d78;
	z-index: 100;
}

/* TESTIMONIALS */

.testimonial {
	position: relative;
	margin: 0 auto;
	padding: 30px 10px;
	width: 80%;
	border-top: solid 1px #A8B0D5;
}

.testimonial-top {
	position: relative;
	margin: 0 auto;
	padding: 30px 10px;
	width: 80%;
}

.signature {
	color: #1E1D78;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
}

/* CLIENT SERVICES */

.servicebox {
	position: relative;
	margin: 0 9px;
	padding: 10px;
	width: 278px;
	float: left;
	text-align: center;
}

.servicebox ul {
	text-align: left;
	margin-left: 50px;
}

.servicebox ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

/* LINKS */

.linkleft {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	text-align: right;
}

.linkleft p {
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}

.linkright {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	text-align: left;
}

.linkright a {
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
}

.linkright p a {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

.links {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.links a {
	display: block;
	margin: 0 0 10px 0;
}

/* CONTACT US */

#contactform {
	position: relative;
	margin: 0 auto;
	width: 400px;
	padding: 0;
	text-align: center;
}

#contactform label {
	float: left;
	width: 100px;
	padding: 3px 0;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-align: right;
}

#contactform input, #contactform textarea {
	width: 250px;
	padding: 3px;
	margin: 0 0 10px 0;
	color: #1D2C58;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: solid 2px #A8B0D5;
	outline: solid 1px #1D2C58;
}

#contactform input:active, #contactform input:focus, #contactform textarea:active, #contactform textarea:focus {
	background: #EEF1FD;
	outline: solid 1px #1D2C58;
}

#contactform textarea {
	height: 100px;
}

#contactform input.buttonstyle {
	background: #EEF1FD;
	width: auto;
	padding: 3px 10px;
	margin: 0 0 0 320px;
}

/* GENERIC STYLES */

body {
  margin:0px 0px 9px 0px;
  padding:0;
  color: #000000;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#h1container {
  padding: 3px;
  margin: 0 auto;
  width: 1002px;
  color: #000000;
  background: inherit;
  border: 0px;
} 

#copyright {
  margin: 0 auto;
  width: 1002px;
  text-align: center;
  color: #000000; 
  background: inherit;
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

A.sitemaplink {
  background: inherit;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.sitemaplink {
  background: inherit;
  color: #FCBF05; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.webhublink { 
  background: inherit;
  color: #acfa2e; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A:hover.webhublink { 
  background: inherit;
  color: #B6E0FF; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.statslink {
  background: inherit;
  color: #ff0000; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.statslink {
  background: inherit;
  color: #70c21b; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

p {
  text-align: justify;
  text-indent:0px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 1px; 
  margin-right: 1px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

a {
	color: #1e1d78;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-color: inherit;
  color: #dddddd;
  margin: 0px;
  padding: 2px;
  text-align: right; 
}

h2 {
  font-size: 16px;
  color: #1e1d78;
  margin: 0 0 10px 0;
  padding: 0;
}

h3 {
  font-size: 14px;
  color: #A8B0D5;
  margin: 0px;
  padding: 0 0 5px 0;
}

h4 {
  font-size: 14px;
  color: #A8B0D5;
  margin: 0 0 20px 70px;
  padding: 0;
  text-align: left;
}

h5 {
  font-size: 14px;
  color: #1e1d78;
  text-align: left;
  margin: 10px 0 10px 0;
  padding: 0;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  background: inherit;
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  background: inherit;
  color: #ff0000; 
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.half {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.half2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
}