@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

/* Links */

a:link, a:visited {
	color: #069;
	text-decoration: none;	
}

a:hover, a:active {
	color: #069;
	text-decoration: underline;
}

/* Clear Divs */

.clear {
	clear:both;
}

/* Showcase */

.showcase {
	margin: 20px 0 0 0;
}

/* Nav */

div#navcontainer
{
background-color: #1F00CA;
border-top: solid 4px #FFFFFF;
border-bottom: solid 4px #FFFFFF;
background: url(../images/nav_bkg.jpg) repeat-x 0 50%;
}

div#navcontainer ul
{
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
font-weight: normal;
color: white;
text-align: center;
margin: 0;
padding-bottom: 8px;
padding-top: 8px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 15px 5px 15px;
color: white;
text-decoration: none;

}

div#navcontainer ul li a:hover
{
background-color: #06C;
color: white;
}

#active a { 
	
}

/* Content */


.content {
	text-align:left;
}

.main-content {
	float:left;
	width: 670px;
	margin: 0 30px 0 0;
	color: #222;
}

.side-content {
	float:left;
	width: 250px;
}


/* Footer */

.footer {
}

.footer-left {
	color: #999;
	font-size: 0.7em;
	padding: 4px;
}

.footer-right {
	float: right;
}

.nav {
	margin: 20px 0 0 0;
}

/* Round Corners Yooo! - justaddwater.dk */


.boxc {
padding:0px;
position:relative;
}
.boxc b.cn {
background:transparent url(roundwhite.png) no-repeat scroll 0%;
height:10px;
position:absolute;
width:10px;
}
.boxc b.tl {
background-position:left top;
left:-1px;
top:-1px;
}
.boxc b.tr {
background-position:right top;
right:-1px;
top:-1px;
}
.boxc b.bl {
background-position:left bottom;
bottom:-1px;
left:-1px;
}
.boxc b.br {
background-position:right bottom;
bottom:-1px;
right:-1px;
}
* html .boxc b.bl {
bottom:-2px;
}
* html .boxc b.br {
bottom:-2px;
}
* html .boxc b.cn {
background-image:url(roundwhite.gif);
font-size:1px;
line-height:1px;
}


/* Quick Contact */

#main {
	margin-bottom:20px;
}

.separator {
	background:url(../img/separator.png) center;
	width:20px;
	height:290px;
	float:left;
}

#column_left {
	width:500px;
	float:left;
	padding:0px 20px 0px 0px;
}

#column_right {
	width:380px;
	float:left;
	padding:0px 20px;
	margin-top: 115px;

}

/***** Contact Form Styles ******/

input#name {
	height:16px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

input#email {
	height:16px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

textarea#message {
	height:110px;
	width:370px;
	background:#f5f5f5;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#888888;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

input#submit {
	height:30px;
	width:150px;
	background:#999;
	border:1px solid #dadada;
	margin-bottom:10px;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:3px 0px;
	cursor:pointer;
}

