*{
	margin: 0;
	padding: 0;
}

html {
	min-width: 770px; /* sets the min width; not supported in IE */
}

body {
	background: url(images/header-bg.png) #F5F5F5 0 0 repeat-x;
	font: normal 101%/120% Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #28363E;
}

#contentwrapper,
#footerwrapper {
	width: 100%;
}

#contentwrapper {
	float: left;
	background: url(images/content-bg.png) #F7F7F7 50% 100% repeat-y;
}

#footerwrapper {
	clear: both;
	background: transparent url(images/footbg.png) 0 0 repeat-x;
}

#content,
#header,
#footer {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	background: transparent url(images/gheader.png) no-repeat;
	height: 130px;
}

/*start positioning the right and left columns*/
#rightcontent {
	width: 490px;
	float: left;
	padding: 30px 5px 20px 0;
	margin-left: 60px;
}

 
#leftcolumn {
	width: 180px;
	float: left;
	padding: 20px 0 20px 0;
	margin-left: 25px;
	display: inline;
	color: #55224E;
	font-size: 85%;
	line-height: 1.3em;
}

#leftcolumn h1 {
	font-size: .9em;
	font-weight: bold;
}

/* header nav list */
#header ul {
	display: block;
	position: absolute;
	top: 104px;
	left: 270px;
}

#header li {
	float: left;
	width: 90px;
	margin-left: 3px;
	display: block;
}


#header li a {
	display: block;
	background: #4451B9;
	color: #F2F2F2;
	border-top: solid 1px #E2E2E2;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: solid 1px #E2E2E2;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	height: 22px;
	font-family: Arial, Verdana, sans-serif;
}

#header li a:hover {
	background: #44B7AA;
	color: Black;
	border-top: solid 1px #5B5B5B;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: solid 1px #5B5B5B;
}

#header li a.current {
background: #44B7AA;
	color: Black;
	border-top: solid 1px #5B5B5B;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: solid 1px #5B5B5B;
}

#content ul {
	margin: 20px 0 20px 10px;
	padding-left: 10px;
	list-style-type: square;
	line-height: 1.1em;
}

#content li {
	margin-bottom: 10px;
	font-size: .9em;
}

ol {
	margin: 10px;
	padding-left: 10px;
	list-style-type: square;
	font-size: 80%;
	font-weight: bold;
}

ul {
	color: #55224E;
	font-weight: bold;
}

.statement {
	margin: 16px 10px 10px 0;
	border: 1px dotted #55224E;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

#rightcontent img {
	border: 1px solid #55224E;
	text-align: center;
}

.float-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.float-left {
	float: left;
}

#content {
	font-size: 90%;
}

p {
	margin: 5px 0 8px 0;
	font-size: 90%;
}

a:link, a:visited {
	padding: 2px;
	color: #029FCA;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: #029FCA;
	color: #FFE;
}


/* headings stuff */
#header h1 {
	margin: 0 35px 0 0;
	padding-top: 58px;
	color: #FFF;
	font: bold .9em Arial, Verdana, sans-serif;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#logo {
	width: 224px;
	display: block;
	background: url(transparent.gif) no-repeat;
	height: 124px;
	position: absolute;
	top: 2px;
	right: 540px;
}

h1,
h2,
h3,
h4 {
	margin-top: 20px;
	margin-bottom: 8px;
	color: #55224E;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

 
 h2 {
	font-size: 1.4em;
}

 
h3,h4,h5,h6 {
	font-size: 112%;
}

/* footer stuff */
#footer {
	width: 769px;
	background: transparent url(images/foot.png) no-repeat 1px 0;
	height: 130px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	font-size: .8em;
	text-align: center;
}

	
/*footer link styles*/
	
#footer a:hover {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	color: #FFF;
	background: #029FCA;
}

/* FORM STYLES */
form {
	width: 450px;
}

fieldset {
	padding: 10px;
	border: 1px solid #0096EC;
	margin-bottom: 15px;
	width: 460px;
}

.textarea2 {
	border: 1px solid #066;
	margin: 4px;
	padding: 6px;
	background: #F0F0FF;
}

input,textarea {
	border: 1px solid #066;
	margin: 4px;
	background: url(images/formbackground3.png);
}

/*styles the input fields*/
/*styles the form fields*/
label {
	color: #666;
	font-size: 90%;
}

legend {
	padding: 10px;
	color: #029FCA;
}

.submitbutton {
	border: 1px solid #036;
	background: #029FCA;
	color: #FFF;
}

#clients th, #clients td {
	font-weight: normal;
	text-align: left;
}

#clients td {
	border-bottom: 1px solid #B6B6B6;
	padding: 0 5px 0 5px;
	vertical-align: top;
}

#clients caption {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #55224E;
	font: bold 1.3em Georgia, 'Times New Roman', Times, serif;
	vertical-align: top;
}

#clients a:hover {
	background: transparent;
	border: none;
}

a.casestudy:hover {
	background: #029FCA ! important;
}

#leftcolumn li, #footer a {
	color: #029FCA;
}

#leftcolumn li a.current {
	border-bottom: 1px dotted #029FCA;
}

.benefitsLI {
	font-weight: normal;
}

