* {
	margin: 0px;
}

body {
	color: #000;
	behavior: url(csshover.htc);
	text-align: center;
} /* WinIE behavior call */
p {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #AAA; 
	border-bottom: 1px solid; 
	margin-bottom: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
	position: relative;
	margin-top: 32px;
}

/******** Styles for main naviagation **********/

div#nav {
	margin: 0px 0 0 0px;
	position: absolute;
	right: 0px;
	top: 82px;
	float: left;
	z-index: 10;
	display: none;
}
div#gradient {
	display: block;
	width: 538px;
	background-image: url(../i/navSubGradient.gif);
	background-repeat: repeat-x;
	margin-top: 32px;
	margin-left: 4px;
}
div#gradient p {
	font-size: 11px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-left: 37px;
}

div#nav ul {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 127px;
	line-height: 1em;
}
div#nav li a:hover {
	color: #AFDFE5;
}

div#nav li.submenu {
	background-image: url(../i/navBg01.gif);
	background-repeat: no-repeat;
}

div#nav li.submenu02 {
	background: url(../i/firstNavBg.gif) no-repeat; /* Applies a different background to the first nav item */
}

div#nav li.submenu03 {
	background: url(../i/lastNavBg.gif) no-repeat; /* Applies a different background to the last nav item */
}

div#nav li.submenu04 {
	background-image: url(../i/navBg01.gif);
	background-repeat: no-repeat;
}

div#nav li a {
	display: block;
	text-decoration: none;
	width: 115px;
	color: #FFFFFF;
	padding-top: 0.8em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 12px;
}
div#nav ul.level1 li.submenu a {
	background-image: url(../i/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7.3em center;
}
div#nav ul.level1 li.submenu ul.level2 li a {
	background-image: none;
}

div#nav ul.level1 li.submenu02 {
	width: 161px;
}

div#nav ul.level1 li.submenu02 a {
	margin-left: 30px;
	background-image: url(../i/arrow.gif);
	background-repeat: no-repeat;
	background-position: 9em center;
}
div#nav ul.level1 li.submenu02 ul.level2 li a {
	background-image: none;
}
div#nav ul.level1 li.submenu03 a {
	background-image: url(../i/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6.8em center;
}
div#nav ul.level1 li.submenu03 ul.level2 li a {
	background-image: none;
}
div#nav ul.level1 li.submenu04 a {
	background-image: url(../i/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6em center;
}
div#nav ul.level1 li.submenu04 ul.level2 li a {
	background-image: none;
}

div#nav>ul a {
	width: auto;
}

div#nav ul ul {
	position: absolute;
	width: 127px;
	display: none;
	font-size: 11px;
	background-image: url(../i/navBg.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
}
div#nav ul.level1 li.submenu02 ul.level2 {
	width: 157px;
	margin-left: 3px;
}
div#nav ul.level1 li.submenu ul.level2 {
	width: 126px;
	margin-left: 0px;
}

div#nav ul.level1 li.submenu04 ul.level2 {
	width: 126px;
	margin-left: 0px;
}

div#nav ul.level1 li.submenu03 ul.level2 {
	width: 126px;
}

div#nav ul ul li {
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0px;
}
div#nav ul ul li a {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-weight: normal;
	text-decoration: underline;
}
div#nav ul ul li.firstItem a {
	margin-top: 0.4em;
}
div#nav ul ul li.lastItem a {
	margin-bottom: 0.4em;
}
div#nav ul.level1 li.submenu ul.level2 li a:hover {
	color: #AFDFE5;
}

div#nav ul.level1 li.submenu04 ul.level2 li a:hover {
	color: #AFDFE5;
}

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#nav ul.level1 li.submenu02:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#nav ul.level1 li.submenu03:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#nav ul.level1 li.submenu04:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#nav ul.level2 { /* Sets positioning of drop down menus in relation to main nav */
	top: 31px;
	left: -1px;
}

div#nav ul.level3 {
	top: -1px;
	left: 7em;
  	border-top: 1px solid #CCC;
}

/******** Ends **********/

/******** Styling for the container that holds the top navigation **********/

#header {
	position: absolute;
	height: 122px;
	width: 600px;
	top: -32px;
	right: 0px;
	background-color: #000000;
	background-image: url(../i/topNavBg.gif);
	background-repeat: no-repeat;
	z-index: 0;
	display: none;
}
#telNo {
	position: absolute;
	right: 28px;
	top: 80px;
	display: none;
}
#telNo h2 {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
}
#telNo .tint {
	font-size: 15px;
	color: #00ADEE;
}

/******** Ends **********/

/******** Styles for navigation top left **********/

div#topNav {
	margin: 0px;
	position: absolute;
	top: 12px;
	right: 0px;
	width: 449px;
	display: none;
}
div#topNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div#topNav li {
	line-height: 1em;
	list-style-type: none;
	position: relative;
	float: left;
}
div#topNav li a {
	text-decoration: none;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	color: #FFFFFF;
}
div#topNav li a:hover {
	color: #AFDFE5;
	text-decoration: underline;
}
div#topNav>ul a {
	width: auto;
}
div#topNav ul ul {
	display: none;
	font-size: 11px;
	position: absolute;
	width: 130px;
	background-image: url(../i/topNavDropBg.gif);
	background-repeat: repeat-x;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
div#topNav ul ul.level3 {
	width: 122px;
}
div#topNav ul ul li {
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0em;
}
div#topNav ul ul li a {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

div#topNav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

div#topNav ul.level1 li.submenu:hover {
	background-color: #333333;
}

div#topNav ul.level1 li.submenu02:hover ul.level3 {
	display: block;
}

div#topNav ul.level1 li.submenu02:hover {
	background-color: #333333;
}

div#topNav ul.level1 li.home {
	width: 75px;
}

div#topNav ul.level1 li.home a {
	background-image: url(../i/homeIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	width: 53px;
}
div#topNav ul.level1 li.submenu {
	width: 130px;
	margin-right: 5px;
}

div#topNav ul.level1 li.submenu02 {
	width: 122px;
}

div#topNav ul.level1 li.submenu a {
	background-image: url(../i/fileIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 100px;
	padding-left: 30px;
}

div#topNav ul.level1 li.submenu02 a {
	background-image: url(../i/fileIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 92px;
	padding-left: 30px;
}

div#topNav ul.level1 li.submenu ul.level2 li a {
	background-image: none;
	font-weight: normal;
}

div#topNav ul.level1 li.submenu02 ul.level3 li a {
	font-weight: normal;
	background-image: none;
}

div#topNav ul.level1 li.submenu ul.level2 li a:hover {
	text-decoration: none;
}

div#topNav ul.level1 li.submenu02 ul.level3 li a:hover {
	text-decoration: none;
}

div#topNav ul.level1 li.submenu span.about {
	background-image: url(../i/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 6.5em center;
	display: block;
}

div#topNav ul.level1 li.submenu02 span.contact {
	background-image: url(../i/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 5.8em center;
	display: block;
}

div#topNav ul.level1 li.customer {
	width: 110px;
}

div#topNav ul.level1 li.customer a {
	background-image: url(../i/memberIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 90px;
}

div#topNav ul.level1 li.contact {
	width: 122px;
}

div#topNav ul.level1 li.contact a {
	background-image: url(../i/mailIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	width: 92px;
}

div#qcomSelector {
	position: absolute;
	top: 140px;
	width: 205px;
	left: 632px;
	z-index: 1;
	display: none;
}
#qcomSelector h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../i/selectorHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 112px;
	width: 205px;
}
#qcomSelector .hidden {
	text-indent: -9999px;
	white-space: nowrap;
	display: none;
	overflow: hidden;
}
#selectorBase {
	background-image: url(../i/selectorBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 5px;
	width: 199px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6de23;
}
#qcomSelector p {
	background-image: url(../i/selectorBg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 0.7em;
	padding-bottom: 0.6em;
	font-size: 12px;
	padding-right: 15px;
}







.navbar
{
	width: 205px;
	background-image: url(../i/selectorBg.gif);
	background-repeat: repeat-y;
}  

.mainDiv
{
	width:184px;
	margin-left: 14px;
	margin-right: 7px;
}

.topItem
{
	font: bold 10px tahoma, verdana, sans-serif;
	letter-spacing: 0;
	border: none;
	width: 184px;
	color: #FFFFFF;
	cursor:pointer;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-image: url(../i/arrow-down-title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.topItemOver
{
	font: bold 10px tahoma, verdana, sans-serif;
	letter-spacing: 0;
	width: 184px;
	color: #8CC63F;
	cursor:pointer;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-image: url(../i/arrow-down-title-on.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.topItemClose
{
	font: bold 10px tahoma, verdana, sans-serif;
	letter-spacing: 0;
	width: 184px;
	color: #FFFFFF;
	cursor:pointer;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-image: url(../i/arrow-up-title.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


.topItemCloseOver
{
	font: bold 10px tahoma, verdana, sans-serif;
	letter-spacing: 0;
	width: 184px;
	color: #8cc63f;
	cursor:pointer;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-image: url(../i/arrow-up-title-on.gif);
	background-position: left center;
	background-repeat: no-repeat;
}



.dropMenu
{
	font: bold 11px tahoma,verdana,sans-serif;
	color: #000;
	filter:alpha(opacity=100);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-top:2px;
	height:18px;
	font: 10px tahoma, verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
   
}

.subItem a
{
	font: 10px tahoma, verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 5px;
}

.subItemOver
{
	margin-top:2px;
	font: 10px tahoma, verdana, sans-serif;
	height:18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}

.subItemOver  a
{
	font: 10px tahoma, verdana, sans-serif;
	cursor:pointer;
	color: #FFFFFF;
	text-decoration:underline;
	cursor:pointer;
	margin-left: 5px;
}


.drop
{
	border-left:none;
	border-right:none;
	border-top-style: none;
	border-bottom-style: none;
}
.question {
	display: block;
	padding-left: 24px;
}
#qcomSelector {
	position: absolute;
	width: 205px;
	left: 50px;
	top: 51px;
}

#buffer {
	width: 800px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

#buffer02 {
	width: 800px;
	height: 230px;
}
#buffer02 h1 {
	position: absolute;
	width: 380px;
	top: 165px;
	left: 235px;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	padding-top: 0.5em;
	padding-bottom: 0.15em;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#buffer02 .pageTitle {
	color: #3B6E8F;
}
#logo {
	position: absolute;
	height: 135px;
	width: 175px;
	top: 15px;
	left: 20px;
}

#logo02 {
	position: absolute;
	height: 135px;
	width: 175px;
	top: 15px;
	left: 20px;
}

#homeLogo {
	position: absolute;
	height: 154px;
	width: 471px;
	top: 0px;
	left: 0px;
	z-index: 8;
	display: none;
}
#quote {
	position: absolute;
	height: 63px;
	width: 164px;
	top: 55px;
	left: 450px;
	display: none;
}
#imgArea {
	position: absolute;
	z-index: 5;
	top: 33px;
	left: -40px;
	height: 203px;
	width: 413px;
	background-image: url(../i/ImgAreabg.gif);
	background-repeat: no-repeat;
	display: none;
}
#negBorder {
	position: absolute;
	height: 176px;
	width: 40px;
	left: -40px;
	top: 0px;
	background-color: #FFFFFF;
	display: none;
}

/******** Left and right column styles for home page **********/

#leftCol {
	width: 218px;
	position: absolute;
	top: 195px;
	left: 0px;
}
#leftCol .advert {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../i/adPanel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}
#leftCol .advert h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	line-height: 90%;
	font-weight: normal;
}
#leftCol .advert .sm {
	font-size: 12px;
}
#leftCol .advert .sub {
	font-size: 12px;
	color: #AFDFE5;
}
#leftCol .advert .top {
	background-image: url(../i/AdTop.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 198px;
}
#leftCol .advert a:link, #leftCol .advert a:visited {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../i/orangeArrowBk.gif);
	background-repeat: no-repeat;
	background-position: 7.25em center;
	margin-top: 10px;
}

#leftCol .advert a:hover {
	text-decoration: underline;
}
#leftCol p.features {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #005A9C;
	font-weight: bold;
	text-align: right;
}
#leftCol ul.features {
	background-color: #999999;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#leftCol ul.features li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


#rightCol {
	width: 382px;
	margin-left: 233px;
}
#rightCol p.firstPara {
	font-weight: bold;
	color: #005A9C;
}
#rightCol p {
	margin-bottom: 10px;
	font-size: 12px;
}
#rightCol h1 {
	display: block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #0096D7;
	font-weight: normal;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 190px;
	margin-bottom: 15px;
	margin-top: 75px;
}
#rightCol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#rightCol ul {
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
}

/******** Ends **********/

/******** Left and right column styles for all other pages **********/

#leftCol02 {
	width: 218px;
	float: left;
}

#leftCol02 .advert {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../i/adPanel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: none;
	margin-top: 15px;
}
#leftCol02 .advert h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	line-height: 90%;
	text-align: left;
	text-transform: lowercase;
	margin-top: 5px;
	font-weight: normal;
}
#leftCol02 .advert .sm {
	font-size: 12px;
}
#leftCol02 .advert .sub {
	font-size: 12px;
	color: #AFDFE5;
}
#leftCol02 .advert .top {
	background-image: url(../i/AdTop.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 198px;
}
#leftCol02 div.advert a {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	background-image: url(../i/orangeArrowBk.gif);
	background-repeat: no-repeat;
	background-position: 8.2em center;
	text-decoration: none;
	margin-top: 10px;
}
#leftCol02 div.advert a:link {
	text-decoration: none;
}
#leftCol02 div.advert a:hover {
	text-decoration: underline;
}

#leftCol02 p.quote {
	padding-left: 25px;
	text-align: right;
	font-size: 16px;
	color: #3B6E8F;
	font-weight: bold;
	line-height: 120%;
	margin-right: 15px;
}
#leftCol02 h1 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	margin-left: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B6E8F;
	margin-bottom: 10px;
}
#leftCol02 p {
	text-align: right;
	display: block;
	font-size: 12px;
}
#leftCol02 a {
	padding-bottom: 10px;
}
#leftCol02 p a {
	display: block;
}

#leftCol02 p a:link, #leftCol02 p a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #3B6E8F;
}

#leftCol02 p a:hover {
	color: #00ADEE;
	text-decoration: underline;
}
#leftCol02 p a span.lc {
	text-transform: lowercase;
}
#leftCol02 p .back a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B6E8F;
	display: block;
	margin-left: 20px;
	padding-top: 5px;
	color: #000000;
	font-size: 10px;
}

#leftCol02 p .back a:link, #leftCol02 p .back a:visited {
	color: #000000;
}

#leftCol02 p .back a:hover {
	color: #00ADEE;
	text-decoration: underline;
}
#leftCol02 p .current a {
	color: #00ADEE;
	text-decoration: underline;
}

#leftCol02 div.contact {
	margin-left: 20px;
	color: #FFFFFF;
	padding: 15px;
}
#leftCol02 div.contact p {
	margin-bottom: 10px;
	color: #000000;
}
#leftCol02 div.contact p a {
	color: #000000;
}
#leftCol02 div.contact p a:hover {
	color: #000000;
	text-decoration: underline;
}
#leftCol02 div.contact p.tel {
	color: #0096D7;
}
#leftCol02 div.contact p.tel .strong a:hover {
	color: #000000;
	text-decoration: underline;
}
#leftCol02 div.contact p.tel strong {
	color: #000000;
}
#leftCol02 div.contact p.reg {
	font-size: 11px;
	font-weight: bold;
	color: #0096D7;
}
#leftCol02 div.contact p.reg .white {
	font-weight: normal;
	color: #000000;
}

#leftCol02 div.contact p.genesius {
	font-size: 11px;
	color: #FFF;
}
#leftCol02 div.contact p.genesius a {
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	text-decoration: underline;
}


#rightCol02 {
	width: 382px;
	margin-left: 233px;
	margin-bottom: 20px;
}
#rightCol02 p {
	margin-bottom: 10px;
	font-size: 12px;
}
#rightCol02 h1 {
	display: block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #0096D7;
	font-weight: normal;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 190px;
	margin-bottom: 15px;
	margin-top: 75px;
}
#rightCol02 h2 {
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	color: #3B6E8F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
#rightCol02 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #55819D;
}
#rightCol02 ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 20px;
}
#rightCol02 li {
	margin-left: 0px;
	font-size: 12px;
	margin-right: 50px;
}
#rightCol02 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #005A9C;
	font-size: 13px;
}
#rightCol02 p.introPara {
	font-weight: bold;
	color: #000000;
}
#rightCol02 ul.left {
	float: left;
	margin-right: 50px;
}
#rightCol02 p.clearBoth {
	clear: both;
}
#rightCol02 .lastPara {
	padding-bottom: 155px;
}
#rightCol02 .padding {
	padding-bottom: 400px;
}
#rightCol02 .sourceHeader {
	display: block;
	height: 120px;
	width: 382px;
	background-image: url(../i/theSourceHeader.gif);
	background-repeat: no-repeat;
}
#adStrip {
	display: block;
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
	text-align: center;
}

/******** Ends **********/

#featuredServices {
	clear: both;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	height: 200px;
	display: none;
}
#featuredServices h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../i/adsH1Bg.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#featuredServices h1 a:link, #featuredServices h1 a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#featuredServices h1 a:hover {
	text-decoration: none;
	color: #003366;
}
#featuredServices .ad {
	display: block;
	width: 198px;
	background-image: url(../i/adBg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-left: 9px;
	height: 170px;
	background-position: left 30px;
}
#featuredServices .one {
	margin-left: 0px;
}
#featuredServices .two h1 a {
	background-image: url(../i/caption.gif);
	background-repeat: no-repeat;
	background-position: 9.5em 0.6em;
}
#featuredServices .ad p {
	font-size: 13px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
#featuredServices .ad p a:link, #featuredServices .ad p a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(../i/orangeArrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	padding-left: 12px;
}
#featuredServices .ad p a:hover {
	color: #000000;
	text-decoration: underline;
}
#featuredServices .ad img {
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	margin-right: 3px;
}
#featuredServices p.issue {
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 16px;
}
#featuredServices .download img {
	float: none;
	margin-left: 0px;
	margin-top: 10px;
}
#featuredServices .three {
	background-image: url(../i/adBg02.gif);
	background-repeat: no-repeat;
}

#rss {
	position: relative;
	height: 13px;
	width: 13px;
	top: 25px;
	left: 165px;
}

#footer {
	width: 800px;
	display: block;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	padding-left: 15px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #AFDFE5;
}

/* Styles for contact form */

#responseForm {
	display: block;
	height: auto;
	width: 382px;
}
#responseForm h3 {
	margin-bottom: 10px;
	padding-top: 7px;
	margin-top: 10px;
}

#responseForm div {
	display: block;
	text-align: left;
	margin-top: 10px;
}
#responseForm input {
	left: 50px;
	margin-left: 15px;
	border: 1px solid #92D6E3;
	font-size: 12px;
	padding: 4px;
	width: 200px;
	color: #3B6E8F;
}
#responseForm .title {
	width: 140px;
	display: block;
	float: left;
	font-size: 13px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
}

#responseForm .submitDetails {
	width: 140px;
	display: block;
	float: left;
	font-size: 1px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

#responseForm textarea {
	border: 1px solid #AFDFE5;
	margin-left: 15px;
	padding: 2px;
	font-size: 12px;
	background-image: url(../i/formBg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B6E8F;
}

#responseForm select {
	margin-left: 15px;
}
#responseForm .shorter input {
	height: auto;
	width: auto;
}

#responseForm .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #00336F;
}

#responseForm .productsTitle {
	width: 140px;
	display: block;
	font-size: 13px;
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00336F;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#responseForm .noBorder input {
	height: auto;
	width: auto;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#responseForm .lastnoBorder input {
	height: auto;
	width: auto;
	border: 1px solid #7984AE;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 155px;
}

#responseForm .noMail input {
	height: auto;
	width: auto;
	margin-right: 15px;
	float: left;
	margin-bottom: 0px;
	margin-left: 155px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#responseForm .noMailtxt {
	width: 165px;
	display: block;
	font-size: 11px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#responseForm .multiSelect {
	margin-bottom: 25px;
}
#responseForm .title .required {
	color: #00ADEE;
}
#responseForm .requiredTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00ADEE;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-left: 155px;
}

/* Ends */
#responseForm img {
	padding-left: 15px;
}
#responseForm .instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-left: 155px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#responseForm .security input {
	margin-left: 155px;
}
#responseForm .identipic img {
	margin-left: 140px;
	margin-top: 10px;
}

/*******************Style for homepage slideshow ********************/

div#show3 {
	width:140px;
	margin:0 auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* Ends */
