/* MAIN STRUCTURE */

body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:11pt;
	line-height: 1.5em;
	}
	
#container {
	width:700px;
	margin:30px;
	margin-left:auto;
	margin-right:auto;
	}
	
#leftcolumn {
	width:250px;
	float:left;
	}
	
#rightcolumn {
	width:390px;
	float:right;
	}
	
#leftcolumn, #rightcolumn {
	margin-bottom:30px;
	}
	

/* BOXES */

.leftbox, .rightbox {
	padding:20px;
	padding-bottom:0px;
	margin:0px;
	}

.leftbox {
	margin-bottom:10px;
	width:210px;
	background: url(images/leftboxtop.gif) top no-repeat #1A8DB3;
	}
	
.leftbox .lastchild {
	padding:0px 20px 30px 20px ;
	margin:0px -20px 0px -20px;
	background:url(images/leftboxlow.gif) bottom center no-repeat;
	}
	
.rightbox {
	background: url(images/rightboxtop.gif) top no-repeat #1A8DB3;
	}
	
.rightbox .lastchild {
	padding:0px 20px 30px 20px;
	margin:0px -20px 0px -20px;
	background:url(images/rightboxlow.gif) bottom center no-repeat;
	}


/* TEXT */

a {
	color:#fff;
	}
	
a:hover {
	text-decoration:none
	}

h1, h2, h3 {
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-weight:normal;
	}
	
h1 {
	line-height:1.2em;
	}
		
p.intro {
	font-size: larger;
	}		

/* LOGO */

#logo {
	margin-bottom:5px;
	padding:0px;
	border: none;
	}
	
#homelink {
	line-height:0px;
	}
	

/* SWFOBJECT */

#flash object, #flash embed {
	margin-bottom:5px;
	}
	
	
/* FOOTER */

#footer {
	font-size:10pt;
	line-height:1.2em;
	}

.leftbox > p:first-child, .rightbox > :first-child {
	margin-top:0px;
	}
	
#footer img {
	border:none;
	}

/* NAVIGATION */

#navigation {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	list-style:none;
	font-size:15pt;
	}
	
#navigation li {
	line-height:1.5em;
	}
	
#navigation a {
	text-decoration:none;
	padding-right:10px;
	}
	
#navigation a:hover {
	color:#1A8DB3;
	background:#fff;
	}
	

/* INLINE IMGs */

.inline_left {
	margin-right:20px;
	float:left;
	}
	
.inline_right {
	margin-left:20px;
	float:right
	}
	
	
/* KEY POINTS BOX */

#keypoints h3 {
	margin-top:0px;
	}

#keypoints {
	font-size:10pt;
	line-height:1.2em;
	margin-bottom:4px;
	}

/* CONTACT FORM */

#contactform fieldset {
	border:none;
	padding:0px;
	margin:0px;
	}
	
#contactform input, #contactform textarea, #contactform select {
	padding:3px;
	width:98%;
	border:solid 1px #007297;
	color: #007297;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:10pt;
	margin-bottom:5px;
	}
	
#contactform select {
	width:auto
	}
	
#contactform input.button {
	width:100px;
	margin-top:5px;
	margin-right:5px;
	}
	
p.error {
	font-weight:bold;
	}
	
	
/* ABOUT K PAGE */

.address {
	margin-top:-15px;
	font-size:10pt;
	line-height:1.25em;
	width:49%
	}
	
.address h4 {
	margin-bottom:5px;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
ul.contacts {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
/* MISC */

.download {
	border: solid 1px #007297;
	}

.space {
	margin-left:20px;
	margin-bottom:10px;
	}
	
.clear {
	clear:both;
	padding-top:10px;
	}