
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p {
	font-size: 1.3em;	
	line-height: 150%
}

a:link    { color: #abe600 }
a:visited { color: #abe600 }
a:hover   { color: #3d5863 }
a:active   { color: #000 }

body {
	line-height: 1;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 62.5%;
	background: #FFF url('../img/bg.gif') repeat-x;
}

img.left { 
	float: left;
	margin-right: 5px;
	border: none;	
} 

img.right { 
	float: right;
	margin-left: 5px;
	border: none;	
}

img.parking {
	float: right;
	margin-left: -155px;
	margin-top: -55px;
	border: none;	
}

img.topright { 
	float: right;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 0px;	
	border: none;	
} 

h1 {
	font-weight: normal;
	font-size: 3.0em;
	padding-bottom: 36px;
	padding-top: 36px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.8em;
	padding-bottom: 12px;
	padding-top: 24px;
}

h4 {
	line-height: 150%
}

h5 {
	font-size: 1.3em;
	padding-bottom: 12px;
	padding-top: 24px;
}

h6 {
	font-weight: normal;
	font-size: 3.0em;
	padding-bottom: 24px;
	padding-top: 36px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*///////////////////////////////////////////////////
C-CURE
///////////////////////////////////////////////////*/
#myccure {
	position: relative;
	margin-top: 2px;
	left: 800px;
	width: 160px;
	height: 25px;	/* added by dvandamm */
}

#content {
	clear: both;
}

#header {
	clear: both;
	width: 960px;
}

#horizon {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#logo {
	float: left;
	margin-top: 50px;	/*	dvandamm -25px-> 50px */
	margin-bottom: 26px !important;	/*	dvandamm for >IE7 other browsers */
	margin-bottom: 17px;	/*	dvandamm for <IE6 */
	position: relative;
	width: 295px; 
	height: 52px;	/*	dvandamm 153-> 52px */	
}

#main {
	width: 540px;
	float: left;
}

#wrapper {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	text-align: left;
	top: -0;
	width: 960px;
}

#user {
	left: 520px;
	position: absolute;
	width: 460px;
	top:8px;
}

#user h5 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 3px;
}

#footer {
	clear: both;
	color: #4d6b76;
	padding: 24px 0;
	padding-top: 60px;
	text-align: center
}

#footer ul, #footer li {
	display: inline
}

#footer li.divider {
	padding: 0 16px;
}

/*///////////////////////////////////////////////////
NAVIGATION
///////////////////////////////////////////////////*/
/*
#nav ul {
	display: inline;
}
#nav li {
	display: inline;
}
#nav li a {
	font-size: 1.4em;
	text-decoration: none;
	padding: 0 12px;
}
*/
/* GREEN/BLUE TOP MENU */
#nav {
	float: left;
	left: 360px; /* dvandamm changed 300->360 */
	position: relative;
	margin-top: -54px; /* dvandamm changed to -52 -> -53 -> -54*/
}
#nav a:link    { color: #242424 }
#nav a:visited { color: #242424 }
#nav a:hover   { color: #abe600 }
#nav a:active   { color: #969696 }

#nav a.active:link    { color: #242424 }
#nav a.active:visited { color: #242424 }
#nav a.active:hover   { color: #abe600 }
#nav a.active:active   { color: #969696 }

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 760px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	z-index: 9;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}

ul#topnav li a {
	padding: 13px 12px;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
}

ul#topnav li:hover { background: #3d5863 repeat-x; }
ul#topnav li:hover a { color:#FFF; }
ul#topnav li.active { background: #abe600 repeat-x; }
ul#topnav li.active a { color:#FFF; }
/*
ul#topnav li.active { background: #abe600 url(topnav_active.gif) repeat-x; }
ul#topnav li:hover { background: #3d5863 url(topnav_active.gif) repeat-x; }
*/

/* BLUE MOUSEOVER */ 
ul#topnav li span {
	float: left;
	padding: 14px 0;
	position: absolute;
	left: 0;
	top: 33px;		/* dvandamm changed 33->34->33 */
	font-size: 0.9em;
	display: none;
	width: 600px;	/* dvandamm changed 660->600 */		
	background: #3d5863;
	color: #abe600;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index: 9;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color:#FFF;}
ul#topnav li span a:hover {text-decoration: underline; color:#FFF;}

/* GREEN SUBMENU SELECTED */
#subnav {
	position: absolute;
	left: 0px; 		/* dvandamm changed 300->360->0 */
	top: 41px;		/* dvandamm changed 142->41-> */
 	width: 600px;	/* dvandamm changed 660->600 */
	padding: 10px 0;
	background: #abe600;
	color: #3a585a;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index: 2;
}

#subnav a {
	padding: 12px 12px;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
#subnav a:link    { color: #3d5a60 }
#subnav a:visited { color: #3d5a60 }
#subnav a:hover   { color: #242424 }
#subnav a:active   { color: #969696 }

#subnav a.active:link    { color: #FFF }
#subnav a.active:visited { color: #FFF }
#subnav a.active:hover   { color: #242424 }
#subnav a.active:active   { color: #969696 }


#subnav li:hover a { color: #FFF }
#subnav li.active a { color: #3a585a }
#subnav li.active { background: #abe600 repeat-x; }
#subnav li:hover { background: #abe600 repeat-x; }
/*	#subnav li.active { background: #abe600 url(topnav_active.gif) repeat-x; }	*/
/*	#subnav li:hover { background: #abe600 url(topnav_active.gif) repeat-x; }	*/

/*///////////////////////////////////////////////////
SIDEBARS
///////////////////////////////////////////////////*/

#sidebarContainer {
	width:220px;
}

#nextstep {
	background: #FFF url('../img/bg_sidebar_434.png') no-repeat;
	float: left;
	height: 402px;
	left: 60px;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	width: 305px;	
}

#nextstep a:link, #nextstep a:visited {
	color: #3d5863;
}

#nextstep a:hover {
	color: #abe600;	
}

#nextstep p {
	color: #3d5863;
	font-size: 1.3em;
}

#nextstep h2 {
	color: #3d5863;
	font-size: 1.8em;
	padding-bottom: 12px;
	text-transform: uppercase;
}

#nextstep h3 {
	color: #242424;
	font-size: 1.3em;	
	padding-bottom: 10px; 	/*  dvandamm 8->12 	*/
	padding-left: 6px;
	padding-top: 20px;		/*  dvandamm 12->20 	*/
	text-transform: uppercase;
}

#nextstep li {
	padding-left: 10px;
	padding-bottom: 4px; 	/*  dvandamm added 	*/
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: 1.2em;
	line-height: 140%;
	min-height: 20px;
}

#products{
	background: #FFF url('../img/bg_sidebar_products.png') no-repeat;
	float: left;
	height: 670px;
	left: 60px;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	width: 305px;
}

#products a:link, #products a:visited {
	color: #3d5863;
}

#products a:hover {
	color: #abe600;	
}

#products p {
	color: #3d5863;
	font-size: 1.3em;
}

#products h2 {
	color: #3d5863;
	font-size: 1.8em;
	padding-bottom: 12px;
	text-transform: uppercase;
}

#products h3 {
	color: #242424;
	font-size: 1.3em;	
	padding-bottom: 8px;
	padding-left: 6px;
	padding-top: 12px;
	text-transform: uppercase;
}

#products li {
	padding-left: 15px;		/*  dvandamm 10->15	*/
	padding-bottom: 4px; 	/*  dvandamm added 	*/
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: 1.2em;
	line-height: 140%;
	min-height: 20px;
}

/*///////////////////////////////////////////////////
NEWS TICKER
///////////////////////////////////////////////////*/

#banner {
	background: transparent url('../img/gr_header.jpg') no-repeat;
	clear: both;
	height: 214px;
	position: relative;
	top: -21px;		/* dvandamm -19 -> -21*/
	width: 960px;
	z-index: -1;	/* added by dvandamm */
}
/* added by dvandamm */
#newsscroller {
    position: absolute;		
 	top: 135px;	
	margin-bottom: -135px;
	z-index: 9;
}	

#widget {
	background: transparent url(../img/bg_ticker-trans.gif) no-repeat;
	overflow: hidden;
	padding: 1em;
	height: 115px;	/* dvandamm 120->115 */
	left: 610px;	/* move complete ticker left/right */
	line-height: 115%;
	position: relative;
	float: left;
	min-width: 176px;
	top:40px;
	width: 240px;
}

#widget li {
/* 	margin-top: 0px; 	/* where LI item pauzes */
 	margin-left: 10px; 	/* indent for LI item */
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0; 			/* where LI item pauzes */
	padding-bottom: 1em;
	height: 136px; 		/* allowed height per LI item */
	width: 220px;
}

#widget h4 a {
	color: #FFF;
	font-size: 1.4em;
}

#widget p {
	color: #FFF;
	font-size: 1.1em;
}

/*///////////////////////////////////////////////////
CLASSES
///////////////////////////////////////////////////*/

.logo {
    margin-top: 20px; 
	margin-bottom: 20px;
    vertical-align: ;
}

.intro {
	color: #9F9F9F;
	font-size: 1.4em;
	line-height: 150%;
	padding-bottom: 12px;
}

div.body ul {
	padding-top: 20px;
	margin-top: 20px; 
	margin-bottom: 20px;
	display: inline;
}

div.body li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: 1.3em;
	line-height: 140%;
	min-height: 20px;
}

div.body li.spacer {	background-image: none;	}	/*	dvandamm	*/

.loginform {
	background-color: #f1fbd3;
	color: #3d5863;
	font-size: 1em;	
	border: solid #FFF 1px;
	width: 100px;
	padding-right: 6px;
}

.formRow {
	clear:both;
	min-height:30px;
}

.formLabel {
	color: #242424;
	float:left;
	vertical-align:middle;
	width:100px;

	padding-right:5px;
	font-size:1.2em;
	padding-top:3px;
}

.formField {
	font-size:1.1em;
}

.formField .field {
	border: 1px solid #CCC;
}
