/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

a {color: #000; font-size:15px;}
a:hover {color: #000; text-decoration:none;}
body {
	background: #fff url(../images/bg.gif) repeat-y center top;
	color:#666666;
	font: normal 15px "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 15px "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 100%;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(../images/li.gif);}
h1 {font-size: 14px;}
blockquote {
	/*background: #FFF;*/
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 14px;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
/*	background: url(../images/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	/*background: #574d2e;*/
	background:#009fe1;
	display:none;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}

.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
	font-size:36px;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #3d3620;
	color: #FFF;
}

/* header */
.header {
	/*background: url(../images/header.jpg) no-repeat;*/
	height: 180px;
	margin: 0 auto;
	width: 630px;
	overflow:hidden;
}

/*.header .moduletable {
padding:15px;
width:255px;
background:url(../images/nf_bg.jpg) 0 0 no-repeat;
height:180px;
}

.header .moduletable h3 {
font-size:15px;
}*/

/* item */
.item {clear: both;}
.item .date {
	background: url(../images/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 420px;
}
.contentheading,
.componentheading {
/*font-size:17px;
	color: #999;*/
	font-weight:bold;
	padding-bottom:13px;
}

.componentheading {
font-size:17px;
}

.small, .createdate, .modifydate {
color:#777;
font-size:90%;
}

.item .body {padding: 18px 18px;}

.body .moduletable {
padding-bottom:15px;
}

/* main */
.main {float: left;
margin-left:36px;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}

.navigation .moduletable {
	padding:15px;
	margin-bottom:15px;
}

.navigation .moduletable form {
text-align:left;
}

.navigation .moduletable-menu {
	padding:0;
	margin-bottom:0;
}
.navigation .moduletable h3,
.navigation .moduletable-menu h3 {
	background: #81AC00;
	color: #FFF;
	font-size: 13px;
	line-height: 40px;
	padding-left: 12px;
	margin-bottom:8px;
	width:196px;
	margin-left:-15px;
}

.navigation .moduletable-menu h3 {
margin:0;
}

.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #fff;
	list-style: none;
	list-style-image:none;
}

.navigation .mainlevel li {
list-style: none;
list-style-image:none;
}



.navigation li a {
	/*background: #E8F6BF url(../images/bgnavigation.gif) repeat-x;	*/
	color: #000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-size:15px;
	letter-spacing:0.5px;

}
.navigation li a:hover {
	background:#fff;
	color: #000;
}

#active_menu{
background:#fff;}

.navigation a {
	font-size:14px;
}


/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	width: 626px;
	display:none;
}
.footer a {color: #FFF;}
.footer a:hover {color: #fff; text-decoration:none;}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}

div.contact_email textarea {
width:98%;
}

td{
vertical-align:top;
}



a img.logo {
	border:0;
}


/*a img {
	border:1px solid #000;
}

a:hover img {
	border-color: #aea381;
	}*/
