@charset "utf-8";
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Normalizes font-size for headers */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
html {
	text-align: center;
	height: auto;
	background-image: url(images/bgpattern_csspattern.jpg);
	background-repeat: repeat;
}

body {
	position: relative;
	width: 981px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	font: 72%/1.5 Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	margin:40px 40px 10px 40px;
	text-shadow:#CCCCCC;
	font-style:italic;
	text-align: justify;
}
cite {
	margin: 0px 40px 0px 450px;
	font-style:italic;
	color:#660000;
}
p {
	color:#000000;
	margin: 20px 40px 20px 40px;
	text-align: justify;
}
strong {font-weight:bold}
em {font-style:italic;
	font-weight:bold}
h1 {
	margin-left:40px;
	margin-top:20px;
}
ul {
	margin-left:60px;
	margin-top:20px;
	list-style-image:url(images/bullet.gif);
}

#main_area {
	background-image: url(images/main_content.jpg);
	background-repeat: repeat-y;
	padding-bottom: 1px;
}
#main_area_footer {
	background-image: url(images/body_footer.jpg);
	background-repeat:no-repeat;
	height:34px;
}

#banner {
	background-color: #2E3192;
	height: 138px;
	width: 945px;
	margin-left: 18px;
}
#menu {
	background-color: #000033;
	height: 47px;
	width: 945px;
	margin-left: 18px;
}
.cutout {
	float: right;
	margin: 10px 40px 0px 20px;
}
#service_acc {
	background-color:#FFFFFF;
	float: right;
	height: auto;
	width: 400px;
	margin-right:40px;
	border: thin solid #000000;
	margin-left: 20px;
}
#dilemma {
	margin-right: 40px;
	width: 312px;
	margin-left: 325px;
}
#testimonial_logo {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
}
h2#testimonial {
	border:.1em black solid;
	width:400px;
	margin: 50px 40px 0px 300px;
}
