﻿@charset "utf-8";

a {
	color: #24a4d3;
}

a:link {
	color: #24a4d3;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #24a4d3;
}

img {
	border: none;
}
		
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p + p { margin-top: 1em; }

body {
	margin: 0; 
	padding: 0; 
	/* background: url(img/background.png) repeat-x #232059; */
	color: #000; 
	font: 10pt Verdana,Geneva,'DejaVu Sans',sans-serif; 
	color: #333; 
	text-align: center;
	height: 100%;
}

html,body {
	height: 100%;
}

html > body {
	height: 100%;
	min-height: 100%;
}

/* main div */
div .main {
	width: 980px;
	position: relative;
	min-height: 100%;
	height: auto;
	margin: 0 auto; 
}



/* header div */
div .header {
	clear: both; 
	height: 115px;
	width: 980px;
	position: relative;
	margin: auto;
}

	div .logo {
		width: 270px;
		height: 75px;
		/* background: no-repeat url(img/logo.png); */
		position: absolute;
		top: 20px;
		left: 25px;
	}
	
		img .logoImg {
			width: 270px;
			height: 75px;
			border: 0px;
		}
	
	div .menu {
		width: 600px;
		height: 30px;
		position: absolute;
		top: 45px;
		right: 25px;
	}
	
		div .menuItem {
			height: 17px;
			float: right;
			margin-left: 20px;
			color: #232059;
			font-weight: bold;
			font-size: 13px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 6px;
			padding-right: 6px;
		}
		
		div .menuItem:hover {
			color: #FFFFFF;
			background-color: #232059;
			/*
			background-image: url(img/menu_selected_top_left.png), url(img/menu_selected_top_right.png), url(img/menu_selected_bottom_left.png), url(img/menu_selected_bottom_right.png);
			background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
			background-position: top left, top right, bottom left, bottom right;
			*/
			
			-webkit-border-radius: 7px
			-moz-border-radius: 7px;
			border-radius: 7px;
			
			box-shadow: 3px 3px 3px #999999; 
		}
		
		div.menuItem:hover a {
			color: #FFFFFF;
		}
		
		div .menuItem a, a:active, a:visited {
			color: #232059;
			font-weight: bold;
			font-size: 13px;
		}
		
		div .menuItem a:hover {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 13px;
		}
		
		
		div .menuItemWithSub {
			height: 17px;
			float: right;
			margin-left: 20px;
			color: #232059;
			font-weight: bold;
			font-size: 13px;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 6px;
			padding-right: 6px;
			position: relative;
			z-index: 4;
		}
		
		div .menuItemWithSub:hover {
			color: #FFFFFF;
			background-color: #232059;
			/*
			background-image: url(img/menu_selected_top_left.png), url(img/menu_selected_top_right.png);
			background-repeat: no-repeat, no-repeat;
			background-position: top left, top right;
			*/
			
			-webkit-border-radius: 7px;
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius: 7px;
			-moz-border-radius-bottomright: 0;
			-moz-border-radius-bottomleft: 0;
			border-radius: 7px;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
			
			z-index: 4;
			
			box-shadow: 3px 4px 3px #999999; 
		}
		
		div.menuItemWithSub:hover div {
			display: block;
			z-index: -1;
		}
		
		div.menuItemWithSub:hover a {
			color: #FFFFFF;
		}
		
		div .menuItemWithSub a, a:active, a:visited {
			color: #232059;
			font-weight: bold;
			font-size: 13px;
		}
		
		div .menuItemWithSub a:hover {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 13px;
		}
		
		div .subMenu {
			display: none;
			position: absolute;
			top: 100%;
			right: 0;
			min-width: 150px;
			/* padding: 5px 10px 10px 10px; */
			
			color: #FFFFFF;
			background: #232059;
			border: #232059 2px solid;
			box-shadow: 3px 3px 3px #999999; 
			z-index: 3;
			
			-webkit-border-radius: 7px;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius: 7px;
			-moz-border-radius-topright: 0;
			border-radius: 7px;
			border-top-right-radius: 0;
			
			/*
			color: #FFFFFF;
			background: #232059;
			background-image: url(img/menu_selected_top_left.png), url(img/menu_selected_bottom_left.png), url(img/menu_selected_bottom_right.png);
			background-repeat: no-repeat, no-repeat, no-repeat;
			background-position: top left, bottom left, bottom right;
			z-index: 3;
			*/
		}
			
			div.subMenu div.subMenuItem {
				color: #FFFFFF;
				text-align: center;
				width: auto;
				height: 20px;
				display: block;
				margin-top: 8px;
				margin-bottom: 5px;
				margin-left: 5px;
				margin-right: 3px;
			}
			
			div .subMenu ul li {
				margin-top: 5px;
			}
			
			div .subMenu a, a:active, a:visited {
				color: #FFFFFF;
				font-weight: bold;
				font-size: 13px;
			}
			
			div .subMenu a:hover {
				color: #DDDDDD;
				font-weight: bold;
				font-size: 13px;
			}


/* footer div */
div .footer {
	clear: both;
	width: 930px;
	height: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

	a.footer:link {
		color: #666666;
		text-decoration: none;
	}
	a.footer:visited {
		text-decoration: none;
		color: #666666;
	}
	a.footer:hover {
		text-decoration: none;
		color: #000000;
	}
	a.footer:active {
		text-decoration: none;
		color:#990000;
	}
	


