/**
*** A cutom build Template by Funkidesign Nederland
*** @version 1.0
*** @web http://www.funkidesign.nl
**/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding: 0.5em;}

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

/*end global resets*/
html, body {
	text-align: center;
	font: 90%/1.0em Verdana;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

/*Typography 
These control the general, asthetic, typographical/text
elements of the css*/

/*List item Styling*/
li {
	list-style-type:none;
	padding-left: 13px;
	margin-left: 5px;
}

ul {
	margin: 0px 10px 0px 0px;
}

/*Graphical Elements 
These styles provide management 
of content's appearences.
*/

/*many components use this as a seperator line */
hr { 
	background: #ccc; 
	height:1px; 
	border: 1px solid #ccc;
}

/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
.pagenav {
	font-weight: normal;
	margin: 5px;
}

/* as above but specifically if they are links */
a.pagenav, a.pagenav:visited {
}

/* as above but specifically when the links are hovered over */
a.pagenav:hover {
}

.pagenav_prev a {
	float: left;
	width: 430px;
	font-weight: bold;
	color: #002e4b; 
}
.pagenav_next a {
	float: right;
	width: 40px;
	font-weight: bold;
	color: #002e4b; 
} 

/* button style for Joomla component, form and module buttons*/
.button {
	color: #000000;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}

/* the look of input boxes in forms */
.inputbox {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 1px 3px;
	margin: 0;
}

/**
General styling
*/

.readon {
	display:block;
}

/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
.contentheading {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

/*Title of pages*/
.contentpagetitle {
	display:block;
	font-size: 130%;
	margin-bottom: 0.9em;
	font-weight: bold;
}

/* styling the date the content was created on*/
.createdate {
	display:block;
	font-size: 90%;
	color:  #666;
}

/*Topmenu styling starts here*/
a.mainlevel:link, a.mainlevel:visited {
	font-size: 110%;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

/* specified in the country specific stylesheets */
a.mainlevel:hover {
	text-decoration: none;
}

a.mainlevel#active_menu {	
	font-size: 110%;
	margin: 0px 20px 0px 20px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

/* specified in the country specific stylesheets */
a.mainlevel#active_menu:hover {
	text-decoration: none;
}

/* All the DIV elements are styled from here */
#wrapper {
	position: relative;
	width: 850px;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
}

* html body #wrapper {
	width: 850px;
	margin: 0px;
}

#top {
	position:absolute;
	height: 75px;
	width: 850px;
	margin: 0px;	
}

#top .left {
	position: relative;
	float: left;
	height: 75px;
	width: 640px;
	margin: 0px;	
}

#top .right {
	position: relative;
	float: right;
	height: 75px;
	width: 200px;
	margin: 0px;	
}
.top-banner{
	float: left;	
}

.top-banner-right {
	float: right;	
}

#header {
	position:absolute;
	margin-left: 0px;
	margin-top: 80px;	
	width: 850px;
	height: 200px;
}

#top_nav {
	position:absolute;
	height: 30px;
	width: 850px;
	margin-left: 0px;
	margin-top: 285px;
}

	#top_nav .container {
		margin: 6px;
		text-align: center;
	}

#messages ul {
    margin-bottom: 10px;
}
#messages li {
    border: 1px solid black;
    padding: 5px;
}

#content_left {
	position:absolute;
	width: 600px;
	background-color:#ffffff;	
	margin-left: 0px;
	margin-top: 320px;
}

	#content_left .container {
		margin: 5px;
	}

#content_right {
	position:absolute;
	margin-left: 606px;
	margin-top: 320px;
	width: 244px;
	height: 320px;
}

#login {
	position:absolute;
	margin-left: 606px;
	margin-top: 645px;
	padding: 20px 10px 5px 10px;
	width: 224px;
	height: 79px;
}

#footer  {
	position:absolute;
	width: 600px;
	margin-top: 20px;
	font-size: 85%;
}

.form-row label {
	display: block;
	float: left;
	width: 150px;
	padding: 8px 0px 0px;
	margin: 0px;
}
.form-row input, .form-row select {
	margin: 2px 0px;
	padding: 2px 5px;
}
