/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color:#333;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #1f2125; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 70%;
}
p {
	padding: 7px 0 7px 0;
	color: #e8e8e8;
	text-align:justify;
	line-height: 12pt;
}

a {
	font-weight: Bold;
	text-align: left;
	color: #C2F3FF;
	text-decoration: none;
}
a:hover{
		font-weight: Bold;
	text-align: left;
	color: #66aaee;
	text-decoration: nonep;	
	
	
}
a:visited{
	color:#666;
	text-decoration: none;
}

h1, h2, h4, h5 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: 18px;
	text-align:left;
	color: #FFF;
}
h2 {
	text-align:left;
	font-size: 16px;
	color: #FFF;
}
h3 {
	color:#0A238B;
	font-weight: bold;
	font-size: 14px;
	margin-top: -5px;
	
}
h5 {
	color:#FFFFFF;
	text-align:center;
	font-weight: bold;
	font-size: 28px;
	margin-top: -5px;
	
}
h6 {
	color:#0A238B;
	text-align:center;
	font-weight: bold;
	font-size: 22px;
	margin-top: -5px;
	
}
hr {
  border:0;
  border-top: 1px solid #ffffff;
  height: 0;
  background: #ffffff;
  margin:10px 0;
}

h1 a, #header h2{
	color: #fff;
}
.navigation{
	
	color:#FFF;
	text-decoration : none;
	
	}
.clear { clear: both; }

#mainContainer {
	width: 764px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: #add8e6;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	margin-top: 64px; /*** Make som space for our top menu ***/
	padding-left: 170px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 764px;
	margin-left: -170px; /*** Same length as .outer padding-left but with negative value ***/
	margin-top: 0;
	background:url(../images/back_image_main.jpg) repeat;
}

* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: right;
	width: 561px;
	
	background:url(../images/back_blue.jpg) no-repeat;
}


* html #content {
	position: relative; /*** IE needs this  ***/
}

.contentWrap {
	padding: 30px 40px;
	text-align:justify
}

.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}

.contentWrap li {
	padding-bottom: 10px;
}

/**************************
top_main_column
**************************/

#contentwelcome {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: left;
	width: 480px;
	background: transparent;
	text-align: left;
}
#contentwelcome img.illus {
	
	
	margin-top:10px;
	
}



#contentwelcome table{
	padding:5px;
	margin: 0px 10px 10px 0;
	color: #000;
}


.floatleft {
	float: left;
	margin: 0px 10px 10px 0;
	
}
.floatlefttable {
	text-align: center;
	float: right;
	margin: 10px 0 10px 10px;
	

}
.floatcentertable {
	width: 480px; 
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background-color:transparent;
}

.floatright {
	float: right;
	padding:5px;
	margin: 10px 0 10px 10px;
}
.floatrightnav {
	float: right;
}
.floatnone {
	
	padding:5px;
	margin: 0;
}
#contentwelcome .chart {
	background: #000;
	text-align: left;
	color: #000000;
	padding:5px;
	
	

}
#imagecaption {
	width: 150px;
	margin: 0 Auto;
	color:#FFFFFF;
	
	}
#contentwelcome .link {
	font-weight: Bold;
	text-align: left;
	color: #C2F3FF;
	text-decoration: none;
	

}
#contentwelcome a:hover{
	font-weight: Bold;
	text-align: left;
	color: #66aaee;
	text-decoration: nonep;	
	
	

}
#contentwelcome .infochart {
	
	text-align: left;
	color: #000000;
	padding:5px;
	background: #000;
	margin-bottom: 20px;
	

}
#contentwelcome .infochart2 {
	
	text-align: left;
	color: #000000;
	padding:5px;
	background: transparent;
	
	

}
#contentwelcome .spacetablewhite {
	
	text-align: left;
	color: #000000;
	padding:5px;
	background:#FFF;
	font-weight:bold;
	

}
#contentwelcome .spacetable{
	
	text-align: left;
	color:#CCC;
	padding:5px;
	background:#666;
	
	

}
#contentwelcome .spacetable2{
	
	text-align: center;
	
	color:#fff;
	padding:5px 0;
	background:#666;
	
	

}
#contentwelcome .imagecaption{
	
	text-align: center;
	color:#CCC;
	

	
	

}
#contentwelcome ul{
	list-style:outside;
	text-align: justify;
	color:#e8e8e8;
}

#contentwelcome .tabletitle{
	font-size:11px;
	font-weight: Bold;
	text-align: left;
	color: #00abc9;
	padding:5px;
	
	

}
/**************************
Left_main_column
**************************/

#contentleft {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: left;
	width: 228px;
		background: transparent;
}

#requestquotebox {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: left;
	width: 228px;
	background: transparent;
}

#requestquotebox  input, #requestquotebox textarea {
	float:right;
	padding: 0px;
	width: 228px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ccc;
}
#requestquotebox textarea {
	height: 150px;
}



.requestlabel {
	
	text-align: left;
	font-size: 12px;
}

/**************************
Right_main_column
**************************/

#contentright {
		font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: right;
	width: 228px;
	background: transparent; 
	min-height: 250px;
	padding: 5px;
}


/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	float: left;
	width: 186px;
	background: transparent; 
	min-height: 250px;
	padding: 5px;
}

* html #left {
	position: relative; /*** IE needs this  ***/
	height: 250px;
}

#left ul {
	padding-bottom: 4px;
	margin:0 20px;
}

#left li {
	color: #ffffff;
	font-size: 11px;
	text-decoration : none;
	padding-left:1px;
	margin-bottom:20px;
	margin-left: 20px;
}
.navtitle{
	color:#ADE1FF;
	width: 190px;
	margin-top: 25px;
	padding-left:7px;
	border:0;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: -13px;
	margin-left: 0;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	margin: -64px 0 0 -764px; /*** Move the right column so it takes the positon as a top menu ***/
	float: left; 
	width: 764px;
	background:url(../images/navback.jpg);
	padding: 0px;
	height: 64px;
	
}

* html #right {
	position: relative; /*** IE needs this  ***/
}

#right ul {
	list-style: none;
}

#right li {
	display: inline;
	padding: 0;
	margin-right: -4px;
}

/**************************
FOOTER
**************************/
#footer {
width: 764px;
height:45px;
margin: 0 auto;
text-align: left;
color: #FFF;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
background-position: center;
}

#footertext{
	width: 745px;
	height:20px;
	margin: 0 auto;
	padding-top:20px;
	padding-left:20px;
	text-align: left;
	color: #FFF;
}
/**************************
Bottom Navigation
**************************/
#bottomnavigation {
	float: right;
	width: 545px;
	height:20px;
	margin: -18px auto 0 auto;
}
	
#bottomnavigation  ul {
	list-style: none;
	text-align:center;
	margin-left: 10px;

}

#bottomnavigation  li {
	color: #fff;
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #276aad;
	font-weight: bold;
}

#bottomnavigation li.last {
	border-right: 0;
}

#bottomnavigation a:link {
	color: #fff;
	text-decoration:none;
}
#bottomnavigation a:hover {
	color: #276aad;
	text-decoration:none;
}


/*************************
TOP BANNER/ MASTHEAD
**************************/
#masthead {
	margin-bottom: 0;
	padding-bottom:0;
	background: #ffffff;
	height:217px;
	background:url(../images/top_side.jpg) repeat;
}

#topbanner {
	margin:0 auto;
	width: 764px;
	height: 217px;
	border:0;
	background:url(../images/top_side.jpg) 100% 100% no-repeat;
	color: #009FBD;	
}
	
#logo{
	float:left;
	width: 203px;
	height:217px;
	background: url(../images/top_nav.jpg) left no-repeat;	
}
	
#flashbanner{
	float:right;
	width: 561px;
	margin:0 auto;
	height:217px;
	background:url(../images/top_banner.jpg)  right no-repeat;
}
#homebutton{
	float:right;
	width: 40px;
	height:20px;
	margin:20px 0  0 0px;
	font-size:12px;
	

	
	
}
	


#contact-area {
	width: 480px;
	
}

#contact-area input, #contact-area textarea {
	float:right;
	padding: 5px;
	width: 330px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 150px;
}



label {
	
	text-align: right;
	margin-right: 30px;
	width: 50px;
	line-height: 50px;
	
	font-size: 12px;
}
