@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/images/shortback.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:	#3f3f3f;
}

body#home {
	background: url(/images/tallback.jpg) repeat-x;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	line-height: 20px;
}

a {
	color: #2f6da5;
	font-weight: bold;
}

body#home a {

}

#container {
	width: 970px;
	margin: auto;
	position: relative;
}

/*======================= NAV =======================*/
#nav {
	position: absolute;
	height: 124px;
	top: 0;
	left: 0;
	width: 100%;
}

#homenav {
	position: absolute;
}

#sitenav {
	position: absolute;
	height: 37px;
	left: 366px;
	top: 87px;
}

#nav li,
#nav li a {
	list-style: none;
	display: block;
	float: left;
	height: 37px;
	text-indent: -9999px;
	outline: none;
}

#hnav-home,
#hnav-home a {
	background: url(/images/btn_home.gif) no-repeat left top;
	width: 104px;
}
#hnav-home a:hover {
	background: url(/images/btn_home.gif) no-repeat center top;
}
body#home #hnav-home a {
	background: url(/images/btn_home.gif) no-repeat right top;
}

#hnav-services,
#hnav-services a {
	background: url(/images/btn_services.gif) no-repeat left top;
	width: 124px;
}
#hnav-services a:hover {
	background: url(/images/btn_services.gif) no-repeat center top;
}
body#services #hnav-services a {
	background: url(/images/btn_services.gif) no-repeat right top;
}

#hnav-casestudies,
#hnav-casestudies a {
	background: url(/images/btn_casestudies.gif) no-repeat left top;
	width: 164px;
}
#hnav-casestudies a:hover {
	background: url(/images/btn_casestudies.gif) no-repeat center top;
}
body#casestudies #hnav-casestudies a {
	background: url(/images/btn_casestudies.gif) no-repeat right top;
}

#hnav-faq,
#hnav-faq a {
	background: url(/images/btn_faq.gif) no-repeat left top;
	width: 89px;
}
#hnav-faq a:hover {
	background: url(/images/btn_faq.gif) no-repeat center top;
}
body#faq #hnav-faq a {
	background: url(/images/btn_faq.gif) no-repeat right top;
}

#hnav-contact,
#hnav-contact a {
	background: url(/images/btn_contact.gif) no-repeat left top;
	width: 107px;
}
#hnav-contact a:hover {
	background: url(/images/btn_contact.gif) no-repeat center top;
}
body#contact #hnav-contact a {
	background: url(/images/btn_contact.gif) no-repeat right top;
}
/*======================= HEADER =======================*/
#header {
	position: absolute;
	top: 124px;
	left: 0;
	width: 100%;
	height: 131px;
	color: #fff;
}

#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 38px;
	margin-left: 20px;
	line-height: 35px;
}

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: normal;
	font-weight: bold;
	width: 550px;
	margin-top: 30px;
	margin-left: 20px;

}


body#home #header {
	height: 273px;
	background: url(/images/hm_background.jpg) no-repeat top right;
}

/*======================= CONTENT =======================*/
#content {
	position: absolute;
	top: 256px;
	left: 0;
	width: 100%;
}

body#home #content {
	top: 398px;
}

#content h2 {
	font-size: 1.35em;
	color: #e67709; /* orange */
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

#content h4 {
	font-size: 1.45em;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content ul,
#content li,
#content table {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#content ul {
	margin-top: 10px;
}

#content li {
	margin-top:	10px;
	margin-left: 40px;
	list-style-image: url(/images/bullet.gif);
}

#content p {
	margin-top: 0;
	margin-bottom:	0px;
	padding-bottom: 10px;
}

#content p.firstp {
	margin-top: 20px;
}

#content p.indent1,
#content ul.indent1 {
	margin-left: 45px;
}

#content .underborder {
	border-bottom: #dddddd 1px solid;
}

.underborder a{
/*	border-bottom: #dddddd 1px solid;
*/	font-weight: normal;
}
#content .rDivBorder {
	border-right: #dddddd 1px solid;
}

#content .rDivBorder ul,
#content .rDivBorder p {
	margin-right: 40px;
}


/*======================= BODY =======================*/

#col1,
#col2L,
#col2R,
#col3L,
#col3M,
#col3R,
#col4L,
#col4ML,
#col4MR,
#col4R {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#col2L {
	width: 698px;
}

#col3L,
#col3M {
	width: 343px;
}

#col2R,
#col3R {
	width: 215px;
}

#col4L,
#col4ML,
#col4MR,
#col4R {
	width: 218px;
}

body#home #col1 {
	clear: both;
	margin: 0;
	width: 958px;
	border: #dddddd 1px solid;
	background: url(/images/graydaytion.jpg) bottom repeat-x;
}

body#home #col4L,
body#home #col4ML,
body#home #col4MR,
body#home #col4R {
	margin: 0;
	width: 238px;
	height: 100%;
	border-right: #dddddd 1px solid;
}

body#home #col1 p,
body#home #col1 table {
	font-size: 11px;
	margin-right: 20px;
	line-height: 17px;
}


body#home #col4R {
	border: 0;
}

body#contact #col2L {
	width: 338px;
	margin-left: 60px;
}

body#contact #col2R {
	width: 518px;
}

body#home table {
	margin-top: 0;
}
body#home table tr {
	vertical-align: top;
}

body#faq #content li {
	margin-left: 20px;
}

div.privacy#col2L{
	margin-left: 80px;
}


/*======================= FOOTER =======================*/
#footer {
	clear: both;
	position: relative;
	height: 64px;
	color: #666666;
	font-size: 11px;
	padding-top: 15px;
}

#footer p {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

/*======================= FORM =======================*/

table.formtbl td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table.formtbl tr {
	vertical-align:top;
}

#content input,
#content textarea  {
	width: 368px;
}

#content input:focus,
#content textarea:focus {
	background: #dbebf8;
}

#fformAction {
	font-weight: bold;
}
/*======================= GENERAL =======================*/

.bluetxt {
	color: #2f6da5;
}

.clear {
	clear: both;
	height: 0;
}

.taright {
	text-align: right;
}

.btn {
	outline: 0;
}
