@charset "utf-8";
/* CSS Document */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}
html { height: 101%; }





#container{
	width:996px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
#contentWrapper {
	background-color: #F2F1F6;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3ccd5;
	border-right-color: #c3ccd5;
	border-bottom-color: #c3ccd5;
	border-left-color: #c3ccd5;
	width: 984px;
}


/*========================================
-------- Buttons
========================================*/

a.button {
	background-repeat: repeat-x;
	display: block;
	height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
.links .next {
	margin-top: 10px;
}

a.button strong {
	display: block;
	float: left;
	height: 20px;
	padding-top: 3px;
	background-image: url(/images/buttons/stdButton-02.png);
	background-repeat: repeat-x;
	cursor:pointer;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

a.button .front {
	display: block;
	width: 6px;
	float: left;
	background-image: url(/images/buttons/stdButton.png);
	height: 23px;
	background-position: right top;
}
a.button .end {
	display: block;
	width: 12px;
	float: left;
	background-image: url(/images/buttons/stdButton-03.png);
	height: 23px;
	background-repeat: no-repeat;
}


/*========================================
-------- Primary
========================================*/
body {
	background-color: #FFFFFF;
	padding-top: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	font-weight: bold;
	color: #044565;
}
a {
	text-decoration: none;
	color: #3E9DD0;
}
a:hover {
	text-decoration:underline;
	color: #0000FF;
}
a:visited {
	color: #857BA6;
}
a:active {
}
/*========================================
-------- Headers
========================================*/
h1 {
	color: #00344A;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0.5em;
	color: #00344A;
}
h2 em {
	color: #666666;
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, "Sans Serif";
	color: #A51F42;
	font-weight: normal;
}
h4 {
	margin-bottom: 15px;
}
/*========================================
-------- Global
========================================*/
img {
	border:0px;
}
p {
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #617267;
}
p.intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
li  {
	list-style-image: url(../images/bullet.jpg);
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.1em;
}
table {
}
table td {
	text-align: left;
	vertical-align: top;
}

.times {
	font-family: "Times New Roman", Times, serif;
	color: #A62045;
}
ul.floatLeft, ol.floatLeft {
	width: 200px;
}

.beige {
	color: #9EA189;
}
.purple {
	color: #6A005F;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textpadding {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.rightCol .textpadding {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.hide {
	display: none;
}
.large {
	font-size: 1.5em;
}
.clearFloat {
	clear: both;
}
.imageBanner {
	clear: both;
}
.links ul {
	width: 150px;
}
.links ul {
	margin: 0px;
	padding: 0px;
}
.links ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.links ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C3CCD5;
	font-size: 1.2em;
}
.links ul li a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*========================================
-------- Homepage Link Boxes
========================================*/

#linkboxes {clear:both;}
#linkboxes .content {
	bottom: 25px;
	position: absolute;
	height: 100px;
	font-size: 11px;
	width: 198px;
}

#linkboxes .module {
	float:left;
	margin-top:5px;
	height: 185px;
	position: relative;
	margin-right: 3px;
	width: 197px;
	border: 1px solid #D3D3DB;
}
#linkboxes .module .floatRight {
	margin-right: 5px;
}

#linkboxes h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:10px 15px 5px 15px;
}
#linkboxes strong {
	display:block;
	margin:0;
	padding:0 20px 0 15px;
}

#linkboxes .callback {
	background-image: url(/images/modules/bg-form-callback.jpg);
	background-repeat: repeat-x;
	width: 188px;
	height: 200px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#linkboxes .callback, #linkboxes .callback h2 {
	color: #CA384D;
}
#btn_callback {
background-attachment:scroll;
background-color:transparent;
background-image:url("/images/modules/submit-button.jpg");
background-position:0 0;
background-repeat:no-repeat;
border:medium none;
float:right;
height:20px;
margin-right:15px;
margin-top:6px;
text-indent:-99999px;
width:70px;
}
#linkboxes .form {
background-image:url("/images/modules/bg-form-callback-Fields.png");
background-position:15px 5px;
background-repeat:no-repeat;
display:block;
margin:10px 0 0;
padding:10px 10px 10px 20px;
}
#linkboxes .form input {
background-color:#FFFFFF;
border-style:none;
font-size:11px;
height:15px;
width:130px;
}

#linkboxes .newProduct {}
#linkboxes .newProduct h2 {
	background-image: url(/images/modules/bg-newProducts-h2.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-position: left -8px;
}
#linkboxes .newProduct h2 strong {
	color: #B51C4B;
	font-size: 12px;
	margin-top: 10px;
	padding: 0px;
}

#linkboxes  .newProduct  a.mainlink {
	background-color: #B51C4B;
}

#linkboxes .orange, #linkboxes .orange h2  {
	color: #DC8D4E;
}
#linkboxes .orange a.mainlink {
	background-color: #DC8D4E;
}
#linkboxes .green, #linkboxes .green h2  {
	color: #307281;
}
#linkboxes .green a.mainlink {
	background-color: #307281;
}
#linkboxes .purple, #linkboxes .purple h2  {
	color: #904492;
	margin-right: 0px;
}
#linkboxes .purple a.mainlink {
	background-color: #904492;
}


#linkboxes  a.mainlink {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: right;
	background-image: url(/images/modules/arrowRight.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/*========================================
-------- Form
========================================*/
form {
	margin: 0;
	padding: 0;}
form legend {
	font-size: 1.2em;
}

form select  {
	width: 240px;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 4px;}
form input  {
	font-size: 12px;
	margin-bottom: 5px;
}
form .button {
	color: #FFFFFF;
	background-image: none;
	background-color: #4F3D62;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form fieldset  {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #C0CDD8;
}
form label {
	font-weight: normal;
	font-size: 1.1em;
	
}
.headerSpacer {
	height: 50px;
}


/*
=================================
-------- Header Styles
=================================
*/

#header {
	background-image: url(/images/header/BG.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 70px;
}

/*
=================================
-------- Services Navigation
=================================
*/

#services ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#services {
	height: 46px;
}


#services ul a {
	display: block;
	text-align: center;
	height: 31px;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#services ul a:hover {
	text-decoration: none;
}

#services  ul  a.last {
	border-right-style: none;
}


#services ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#services ul a#serv01 {
	background-color: #9892B6;
	color: #FFFFFF;
	width: 180px;
}
#services ul a#serv01:hover {
	background-color: #6F6699;
}	
#services ul a#serv01.selected {
	background-color: #6F6699;
}


#services ul a#serv02 {
	background-color: #83B2C2;
	color: #FFFFFF;
	width: 166px;
}
#services ul a#serv02:hover {
	background-color: #4D899D;
}
#services ul a#serv02.selected {
	background-color: #4D899D;
}

#services ul a#serv03 {
	background-color: #AEBD6A;
	color: #FFFFFF;
	width: 82px;
}
#services ul a#serv03:hover {
	background-color: #929C56;
}
#services ul a#serv03.selected {
	background-color: #929C56;
}

#services ul a#serv04 {
	background-color: #8CA892;
	color: #FFFFFF;
	width: 196px;
}
#services  ul  a#serv04:hover {
	background-color: #66866D;
}
#services  ul  a#serv04.selected {
	background-color: #66866D;
}

#services ul a#serv05 {
	background-color: #DCB067;
	color: #FFFFFF;
	width: 105px;
}
#services ul a#serv05:hover {
	background-color: #C68D42;
}
#services ul a#serv05.selected {
	background-color: #C68D42;
}

#services ul a#serv06 {
	background-color: #B1B6B2;
	color: #FFFFFF;
	width: 141px;
}
#services ul a#serv06:hover {
	background-color: #89928B;
}
#services ul a#serv06.selected {
	background-color: #89928B;
}

#services ul a#serv07 {
	background-color: #c98282;
	color: #FFFFFF;
	width: 120px;
}
#services ul a#serv07:hover {
	background-color: #c15f5f;
}
#services ul a#serv07.selected {
	background-color: #c15f5f;
}

#servicePics {
	height: 209px;
	overflow: hidden;
	float: left;
	width: 996px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#servicePicsNarrow {
	height: 130px;
	overflow: hidden;
	float: left;
	width: 996px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*========================================
-------- Global Nav
========================================*/
#globalNav {
	padding-left: 5px;
	padding-top: 0px;
	float: left;
	width: 986px;
	background-image: url(/images/background/BG-tab.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	background-color: #F2F1F6;
}
#globalNav a {
	letter-spacing: 0.2em;
	font-size: 1em;
	background-image: url(/images/background/Tab.png);
	text-transform: uppercase;
	font-weight: bold;
	color: #28454d;
	display: block;
	height: 23px;
	padding-top: 10px;
	margin-right: 1px;
	text-align: center;
}
#globalNav a:hover {
	background-image: url(/images/background/Tab-hover.png);
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3ccd5;
	text-decoration: none;
}

#globalNav a#GN00 {
	width: 170px;
}
#globalNav a#GN01 {
	width: 170px;
}
#globalNav a#GN01 {
	width: 170px;
}
#globalNav a#GN02 {
	width: 161px;
}
#globalNav a#GN03 {
	width: 170px;
}
#globalNav a#GN04 {
	width: 170px;
}
#globalNav a#GN05 {
	width: 139px;
}
#globalNav a#GN05:hover {
	width: 139px;
}
#globalNav a#GN05.selected {
	width: 139px;
}


#globalNav a.selected {
	background-image: url(/images/background/Tab-selected.png);
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3ccd5;
}

#globalNav a.last {
	margin-right: 0px;
}


	
#globalNav ul {
	padding: 0px;
	height: 33px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/background/globalNavBorder.gif);
	background-position: left bottom;
	display: block;
	background-repeat: repeat-x;
}

#globalNav ul li {
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.newsArchive {
	background-image: url(/images/background/BG-news.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 15px;
	margin-top: 20px;
	width: 200px;
}
.newsArchive h2 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #617267;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*========================================
-------- Bread Crumbs
========================================*/
#breadCrumbs {
	padding: 8px 8px 4px 8px;
	font-size: 0.7em;
	color: #999;}
#breadCrumbs a:link,
#breadCrumbs a:visited,	
#breadCrumbs a:active {
	text-decoration: underline;
	color: #999;}
#breadCrumbs a:link:hover,
#breadCrumbs a:visited:hover {
	text-decoration: underline;
	color: #333;}
#breadCrumbs #date {
	float: right;
	color: #999;}
	
/*========================================
-------- Footer
========================================*/
#footer {
	line-height: 18px;
	text-align: center;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: normal;
	background-image: url(/images/background/BG-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 0px;
	color: #A0AEBC;
	clear: both;
}
#footer a {
	color: #A0AEBC;

}
#footer  #links {
	float: left;
	margin-left: 100px;
}
#footer #ardent {
	float: right;
}

#footer #copyright {
	float: left;

}


.imageBanner {
	background-color: #A7A0BF;
}

.leftCol {
	float: left;
	width: 681px;
}
.rightCol {
	float: right;
	width: 306px;
}
.logos {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
}
#logos div {
	float: left;
	padding: 0 20px 0 20px;}

/*========================================
-------- Forms
========================================*/	
input.error { 
	background-color: #f5cfc8;
}
.module {
	width: 200px;
}
