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

/* Copyright AVKMEDIA */

/*..........................RESET.....................................................*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}


/*..........................STRUCTURE..................................................*/

/*Colours:

	Footer grey Background: 
	Blue (logo): 
	(new) LOGO DARK BLUE: 

*/

/************** GENERAL ******************************/
html, body {
	text-align: center;
	background: #FFF;
	color: #000;
	}

div#container {
	width: 1060px;
	margin:0 auto;
	text-align:left;
}
div#wrapper {
	float:left;
	width:100%;
}

h1, h2 {
	margin: 10px 0px 10px;
}

/************** HEADER ******************************/
#header {
	position: relative;
	height: 100px;
	width: 1060px;
	color: #808080;
	background: url(../images/logo.jpg);
	background-color: #F5F5F5;
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: 0;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0px; left: 2px;		
}


#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}

/************** MENU ******************************/
#menu {
	clear: both;
	background: #800000  repeat-x;
	height: 30px;
	margin: 0px 0px 15px;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #400000;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #000066;	
	background: #F5F5F5
}
#menu ul li#current a {
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #800000;
	
}

/************** CONTENT *****************************/

div#content {
	margin: 0 180px;
	padding: 0 10px 0px;
	width: 580px;
}

div#content.frontpage {
	margin: 0 180px;
	padding: 0px 10px 0px 40px;
	width: 580px;
}
div#content p {line-height:1.4;}

#content ul li {
	background-color: transparent;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 3px 6px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	list-style-type: none;
}

#content p {
	text-align: justify;
	margin-bottom: 10px;	
}

#clip {
	margin-top: 10px;
	text-align: center;
}

#clip-banner {
	height: 60px;
	width: 486px;
	margin: 10px auto 0px;
	text-align: center;
}

/* left column */

div#navigation {
	float:left;
	width:180px;
	margin-left:-1060px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none; 
}

div#navigation li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/arrow.gif) no-repeat 3px 6px;
	padding: 2px 5px 2px 20px;
	list-style-type: none;
}



#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#navigation a:hover {
	text-decoration: underline;	
}

/* right column */

div#extra{float:left;width:180px;margin-left:-180px}
div#extra li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 5px 2px 20px;
	list-style-type: none;
	background-image: url(../images/punt.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

/************** FOOTER ******************************/
div#footer {
	clear:both; 
	width:960px; 
	margin: 0px auto 0px;
	padding: 100px 0px 0px;
}
div#footer {background: #FFF;color: #000}
div#footer p {
	text-align: center;
	margin-top: 100px;
}

/*..........................TYPE.......................................................*/

/************** GENERAL ******************************/

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 16px;	
	color: #010d78;
	border-bottom: 0px solid #EFF0F1;		
}
h2 {
	color: #800000;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;	
	color: #800000;
}

/************** SPECIFIC ******************************/
#content ul li a {
	color: #010d78;
	background-color: inherit;
	text-decoration: none;
}
#content ul li a:hover {
	text-decoration: underline;
	color: #000;
}

div#navigation li a {
	color: #010d78;
	background-color: inherit;
	text-decoration: none;
}
#extra li a {
	background-color: inherit;
	text-decoration: none;
	color:#000;
}
#extra li a:hover {
	background-color: inherit;
	text-decoration: underline;
	color:#000;
}
#footer p, #footer a, #footer a:hover {
	color: #666;
}
