/*
-----------------------------------------------
OCEAN(R) Standard Styles
Theme:   QM Core
Version: April 2008
----------------------------------------------- */



#page_content { width:763px !important; text-align:right !important;}

body {
	font-family: 'lucida grande', arial, verdana, tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color:#232323;
	background-color:#ffffff;
	margin-top: 0px;
	margin-left: 0px;
}

.pageTop {
	width: 2000px;
	height: 90px;

	background-color:#ffffff;
	background-position: left top;
	background-image:  url(/templates/images/header_bg.jpg);
	background-repeat: repeat-x;

}

.primary_blue { color: #428CE7; }
.secondary_blue { color: #004A80; }
.primary_red { color: #AC0000; }
.primary_grey { color: #808080; }

.logo {
	cursor: pointer;
	position: absolute;
	float: left;
	width: 230px;
	height: 55px;
	top: 15px;
	left: 40px;
	/* IE 5+/Win only filter */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/templates/images/qmlogo.png');
}
.logo[class] {
	background-image: url(/templates/images/qmlogo.png);
}

.login {
	cursor: pointer;
	font-size: 11px;
	font-family: verdana;
	line-height: 200%;
	color: #808080;
	text-align: center;
	width: 280px;
	height: 30px;
	position: absolute;
	float: right;
	top: 15px;
	right: 40px;
	/* IE 5+/Win only filter */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/templates/images/login_bg.png');
}
/* Other browsers. IE ignores [attributes] */
.login[class] {
	background-image: url(/templates/images/login_bg.png);
}
a.login .over, a.login:visited .over {
	color: #FFFFFF;
	text-decoration: none;
}
a.login:hover .over, a.login:active .over {
	color: #FFFFFF;
	text-decoration: underline;
}

#page_content {
	position: relative;
	width: 760px;
	padding-top: 15px;
}

#logobox {
	display: block;
	position: absolute;
	width: 230px;
	height: 25px;
	left: 40px;
	top: 30px;
}

#loginbox {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 109px;
	height: 27px;
	top: 15px;
	right: 40px;
}

a:hover#loginbttn {
	position: absolute;
	right: 0px;
}
#loginbttn img {
	border: none;
}


.quote {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-style: italic;
	line-height: 150%;
}

/** copyright footer **/

#copyright {
	font-size: 9px;
	line-height: 200%;
	position: relative;
	padding-left: 10px;
	padding-top: 40px;
	padding-botton: 20px;
}

#copyright a, a:visited {
	color: #00616D;
	text-decoration: none;
}
#copyright a:hover, a:active {
	color: #00616D;
	text-decoration: underline;
}

/** end copyright footer **/


#title {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-size: 23px;
	letter-spacing: -1px;
	color: #232323;
}

#topnav {
	width: 760px;
	height: 32px;
	margin-top: 58px;
}




	/* =Top Horizontal Navigation Area
	----------------------------------------------- */
	.topbar {
		position: absolute; 
		top:58px; 
		left:280px; 
    		width: 610px; 
		height: 28px;
    		margin: 0px auto;
		background-image: url('/templates/images/topbar_bg.png');   
		padding: 4px 0px 0px 20px; 
    		text-align: left;
		color: #FFFFFF;
	}

	#logo {
		position: absolute; 
		top:0px; 
		left:0px; 
    		width: 252px; 
		height: 32px;
    		margin: 0px auto;
    		text-align: center;
	}


			
	/* overall container */		
	#navigation { 
		float: left;
		margin: 0;
		padding: 0 0 0 2px;
		font-size: 11px;
	}
	
	
	#navul, #navul ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 10px;
	}
	
	

	#navul ul li { /* secondary lists only */
		width: 100px; /* group A */
	}
	

	#navul a {
		width: 100px; /* group A */
		padding: 4px 0px 4px 10px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		line-height: normal;	
	}
	
	#navul ul li a {
		color: #444444;
		font-weight: normal;
		/* background: #DDDDDD; */
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #000000;
	}


	#navul li { /* horizontal spacing between menu columns */
		float: left;
		width: 120px; /* width needed or else Opera goes nuts */
	}
	

	#navul li ul { /* second-level lists */
		width: 100px;  /* group A */
		position: absolute;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		color: #FFFFFF;
	}
	


	/* third-and-above-level lists */
	#navul li ul ul { 
		margin: -22px 0 0 110px;
	}
	
	#navul li:hover ul ul, #navul li:hover ul ul ul, #navul li.menuHover ul ul, #navul li.menuHover ul ul ul {
		left: -999em;
	}
	


	/* lists nested under hovered list items */
	#navul li:hover ul, #navul li li:hover ul, #navul li li li:hover ul, #navul li.menuHover ul, #navul li li.menuHover ul, #navul li li li.menuHover ul { 
		left: auto;
	}
	
	#navul ul a { /* children only */
		color: #FFFFFF;
		background-color: #DDDDDD;
	}

	#navul ul a:hover { /* children only */
		color: #FFFFFF;
		background-color: #00616D;
	}

	#navul li:hover, #navul li.menuHover { /* parents only */
		margin 0 20px 0 0;
		/* background-color: #00616D; */
		background-image: url('/templates/images/topbar_active.gif');   
		background-repeat: no-repeat; 

	}


