/* CSS Document */

/* COPYRIGHT | 2008 - Decimal ehf - web design -  Vefhönnun, Vala Pálmadóttir


/* -------------- MAIN AND MENU ITEMS ------------- */

body{
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size:10px;
		margin-top:10px;
		background: #056114;
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	
	#mainMenu{
		font-family: Trebuchet MS, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:0.9em;	/* Font size of main menu items */
		height:30px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a
	{
	  
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		
		/* Don't change these two options */
		/*position:absolute;
		bottom:-2px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Trebuchet MS, Arial, sans-serif;	/* Font  of sub menu items */		
		width:100%;	/* Don't change this option */
		height: 12px;
		
	}	
	
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		text-decoration: none;
		/*color: #004586;	*/	
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		/*position:absolute;*/
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	
	#dropmenudiv{
position:absolute;
line-height:18px;
white-space:nowrap;
}

#dropmenudiv a{
text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em;
}

#dropmenudiv a:hover{
color: #1B69B3;	/* Blue color when the user moves the mouse over sub menu items */
}


/*  ------------- LINK PROPERTIES --------------------*/

a:link 
	{
		color: #000000;
		font-size:10px;
		text-decoration: none;
	}

a:visited 
	{
		text-decoration: none;
		font-size:10px;
		color: #000000;
	}
	
a:hover 
	{
		text-decoration: underline;
		font-size:10px;
		color: #056114;
	}

a:active 
	{
		text-decoration: none;
		font-size:10px;
		color: #056114;
	}

/* ------------- GENERAL CONTENT TEXT  --------------  */

.general
	{
		color: #00000;
		font:Arial;
		font-size: 12px;
	}

.general_blue
	{
		color:#1B69B3;
		font:Arial;
		font-size: 12px;
	}

.footer
	{
		color:#000000;
		font:Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
