html{
	height: 100%;
}

html, body{
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

*{
	padding: 0;
	margin: 0;
}

img{
	border: 0;
}

ul.list li{
	padding: 2px 0 2px 25px;
	line-height: 18px;
	background-image: url(../layout/dott.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	list-style: none;
}

/* table structure */

table{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

tr{
	margin: 0;
	padding: 0;
}

td{
	margin: 0;
	padding: 0;
}

/* text links */

a:active{ color: #003979; }
a:link{ color: #003979; }
a:visited{ color: #003979; }
a:hover{ color: #000; text-decoration: none; }

/* default headlines */

h1, h2, h3, h4, h5, h6{
	margin: 0;
	line-height: 150%;
}

h1{
	font-size: 22px;
	font-weight: lighter;
	padding-bottom: 6px;
}

h2{
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 5px;
}

h3{	
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 4px;
}

h3.box{	
	border: 4px solid #def1ff;
	padding: 10px;
}

h4{
	font-size: 16px;
	padding-bottom: 3px;
}

h4.quote{
	padding: 0px 10px 0 35px;
	color: #003979;
	line-height: 23px;
	font-style: italic;
	background-image: url(../layout/quote.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-weight: bold;
	margin-right: 10px;
}

span.quote{
	width: 24px;
	height: 20px;
	background-image: url(../layout/quote.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
}

h5{
	font-size: 14px;
	padding-bottom: 2px;
}

h6{
	font-size: 12px;
	padding-bottom: 1px;
}

/* paragraph */

p{
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
}

.large{
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 150%;
}

/* layout structure */

.container{
	padding-bottom: 150px;
	margin: 15px auto;
	text-align: left;
	width: 780px;
}

div.imgbg{
	background-image: url(../layout/green.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.header{
	padding-bottom: 20px;
}

.header ul{
	list-style-type: none;
	margin: 23px 10px 0 0;
	padding: 0;
	float: right;
}

.header li { display: inline; }

.header li a{
	border-right: 1px solid #666666;
	padding: 0 7px 0 7px;
	color: #000;
}

.header li a.current{
	font-weight: bold;
}

.content{
	padding: 5px 0 15px 0;
	margin-bottom: 0;
}

/* add this class to all colums */

.leftColumn{
	float: left;
	width: 450px;
}

.rightColumn{
	float: right;
	width: 275px;
}

/* these classes sets the width on each column */

.widthOption1{
	width: 500px;	
}

.widthOption2{
	width: 240px;	
}

/* linkarea */

a.linkarea{ color: #000; text-decoration: none; }
a.linkarea:visited{ color: #000; text-decoration: none; }

/* footer */

#footer{
	background-image: url(../layout/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	line-height: 20px;
}

#footer ul{
	list-style-type: none;
	text-align: center;
}

#footer li { display: inline; }

#footer li a{
	border-right: 1px solid #cccccc;
	padding: 0 15px 0 15px;
}

/* top menu */

ul.menu{
	margin: 0 0 0 0;
	background-color: #f8f8f8;
	background-image: url(../layout/menu_bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 778px;
	border-top: 1px solid #eeeeee;
}

ul.menu li{
	display: inline;
}

ul.menu li a{
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ccc;
	border-left: 0px solid #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
}

ul.menu li a:hover{
	background-color: #242424;
	color: #fff;
}

ul.menu li.selected a{
	background-image: url(../layout/tabb_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #044484;
	color: #fff;
}

ul.sub{
	background-color: #044484;
	padding: 1px;
	margin: 0 0 10px 0;
	float: left;
	width: 777px;
}

ul.sub li{
	display: inline;
}

ul.sub li a{
	font-size: 14px;
	padding: 1px 7px 1px 7px;
	color: #fff;
	text-decoration: none;
	float: left;
	line-height: 20px;
}

ul.sub li a:active{ color: #fff; }
ul.sub li a:link{ color: #fff; }
ul.sub li a:visited{ color: #fff; }
ul.sub li a:hover{ color: #fff; text-decoration: none; }


ul.sub li.selected a{
	font-weight: bold;
	font-size: 14px;
}


/* sub menu */

ul.submenu{
	padding: 0;
	margin: 0;
	float: left;
}

ul.submenu li{
	width: 170px;
	margin-top: 5px;
	margin-bottom: 8px;
	list-style-type: none;
}

ul.submenu li a{
	width: 170px;
	padding: 5px 10px;
	color: #333333;
	text-decoration: none;
}

ul.submenu li a.current{
	font-weight: bold;
}

ul.submenu li a:hover{
	color: #10c713;
}

ul.submenu li a.open{
	background-image: url(../layout/submenu_open.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

ul.submenu li a.close{
	background-image: url(../layout/submenu_close.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

ul.submenu ul{
	margin: 0;
	width: 160px;
	padding: 0;
}

ul.submenu ul li{
	padding-left: 10px;
	margin: 0;
	width: 140px;
}

ul.submenu ul li ul li a{
	color: #666666;
}

/* shortcutBox */

div.shortcutBox{
	border: 1px solid #cccccc;
}

div.shortcutBox h4{
	color: #fff;
	font-size: 10px;
	background-color: #10c713;
	margin: 0;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 2px 2px 2px 20px;
	border: 1px solid #fff;
	border-bottom: 0;
}

div.shortcutBox ul{
	border: 1px solid #fff;
	background-color: #10c713;
	padding: 1px;
	margin: 0;
}

div.shortcutBox ul li{
	background-image: url(../layout/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	list-style-type: none;
	padding-left: 20px;
}

div.shortcutBox ul li a{
	color: #fff;
}

div.shortcutBox ul li a:visited{
	color: #fff;
}


/* informationBox */

div.informationBox{
	border: 1px solid #cccccc;
}

div.informationBox h4{
	color: #fff;
	font-size: 10px;
	background-color: #000;
	margin: 0;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 2px 2px 2px 20px;
	border: 1px solid #fff;
	border-bottom: 0;
}

div.informationBox ul{
	border: 1px solid #fff;
	padding: 1px;
	margin: 0;
}

div.informationBox ul li{
	background-image: url(../layout/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	list-style-type: none;
	padding-left: 20px;
}

div.informationBox ul li a{
	color: #000;
}

.inputForm input{
	width: 140px;
	margin: 1px 0 2px 0;
}

.inputForm textarea{
	width: 200px;
	height:100px;
	margin: 1px 0 2px 0;
}


.inputForm label{
	width: 140px;
	float: left;
	display: block;
	margin-top: 2px;
}

/* msg */

ul.msg{
	padding: 3px 5px 3px 5px;
	margin: 0 0 5px 0;
}

ul.msg li{
	padding-left: 18px;
	margin: 2px 0 2px 0;
	color: #fff;
	font-weight: bold;
	line-height: 135%;
}

ul.msg a{ 
	font-weight: bold;
}

ul.msg a:link{
	color: #000;
	text-decoration: underline;
}

ul.msg a:visited{
	color: #000;
	text-decoration: underline;
}

ul.msg a:hover{
	color: #000;
	text-decoration: none;
}

ul.msg a:active{
	color: #000;
}

/* ok */

ul.ok{
	border: 3px solid #41bc2d;
	background-color: #3ab026;
}

ul.ok li{
	color: #fff;
}

/* error */

ul.error{
	border: 3px solid #8b292a;
	background-color: #d53c3d;
}

ul.error li{
	color: #fff;
}

/* info */

ul.info{
	border: 3px solid #296c8b;
	background-color: #5cb0d8;
}

/* error */

ul.error{
	border: 3px solid #8b292a;
	background-color: #d53c3d;
}

ul.error li{
	color: #fff;
}

iframe.customerLogin{
	height: 400px;
	width: 100%;
	overflow: auto;
	border: 0;
	
}

div.box{
	background-image: url(../layout/box_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #efefef;
	border: 1px solid #e9e9e9;
	margin: 10px;
}

div.box div{
	padding: 10px;
}


div.box h6{
	background-image: url(../layout/box_header.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 5px 2px 5px;
	color: #fff;
}