/**** Den's CSS *******/
html, body { margin: 0px; padding: 0px; }

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
}

/***** Global Elements - root selectors without classes or ID *****/

textarea, input, select	{
	font: 1em Arial, Helvetica, sans-serif;
}

img {	border: none; }

hr { 
	height: 1px;
	color: #CCC;	background-color: #CCC;
	border: 0;
	margin: 0;
}

a {
	color: #2366B6;
	text-decoration: underline;
}
a:hover{ color: #F6A31D; }

/***** Location independant selectors, eg colour styles and re-useable menus *****/

ul.linkList { 
	list-style-type: none; 
	/*position: static;*/
	display: inline; 
	padding: 0; margin: 0;
} 
ul.linkList li {  
	display: inline;
	padding: 0 0.5em; 
	text-align: center; 
	margin:0; 
	height: 1em;
	border-right: 1px solid #999999; 
}
ul.linkList .last { border: none; padding-right: 0; }
ul.linkList .first { padding-left:0; }

.gray { color:#999; }

/***** Generic form styles *****/
.formelement {
	font: inherit;
}


/***** Styles for links with icons *****/
a.iconlink { height: 1em; padding-left: 20px; }
a.messages { background: transparent url(../images/icon-folder.gif) no-repeat 0 50%;}
a.contactsonline { background: transparent url(../images/icon-smile.gif) no-repeat 0 50%;}


/***** In-Order Div and Div Content styles *****/
div#container {
	margin: 0 auto; 
	width: 880px;
	text-align: left;
}

div#header { 
	width:100%;
	float:left;
	text-align: right; 
	position:relative;
	z-index: 50; 
}

div#logo { text-align: left;}
div#logo a { 
	display: block; 
	width: 320px; 
	text-align: left;  
	margin: 10px 0px 5px; 
}

#welcome { float: right; }

#topInfo { 
	position: absolute; top: 10px; right: 0px; 
	color: #555; 
	margin-top: 0px; 
	text-align: right; 
	font-size: 1em;
}

#topInfo .flag {	text-decoration: none; vertical-align: middle; margin-left: 4px; }

#topLogin {
	display: inline;
}
#topLogin span {
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
}

ul#quickMenu {  
	display:block; 
	margin: 0.5em 0.3em 1em 0;  
	font-weight: bold; 
	font-size: 0.95em;
}
ul#quickMenu  a { 
	color: #999; text-decoration: none  
}

/***** Main Navigation Styling *****/

ul#mainNav {
	display: block;
	width: 880px;
	position: relative;
	margin: 0px; padding: 0px;
	list-style-type: none;
	background:transparent;
	line-height:normal;
}
ul#mainNav li { 
	float:left; clear: none;
	margin:0 4px 0 0; padding:0px; 
	background: #2366B6 url(../images/tab_default_right.gif) no-repeat 100% 0%;
}
ul#mainNav li a { 
	display: block; 
	float: left;
	text-decoration:none; 
	color: white; 
	font-weight: bold;
	padding:5px 14px; 
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
ul#mainNav li a {float:none;}
/* End IE5-Mac hack */

ul#mainNav li a:hover{
	color:#F6A31D;
	font-weight: bold;
}
ul#mainNav li a.toplevel {
	font-size: 1em; 
	background: url(../images/tab_default_left.gif) no-repeat 0% 0%;
} 								 

ul#mainNav li#selected { background: #7EABE0 url(../images/tab_active_right.gif) no-repeat 100% 0%; }
ul#mainNav li#selected a.toplevel { background: transparent url(../images/tab_active_left.gif) no-repeat 0% 0%;}
ul#mainNav li.homeTab { background: #B8B8B8 url(../images/tab_home_right.gif) no-repeat 100% 0%; }
ul#mainNav li.homeTab a.toplevel { background: transparent url(../images/tab_home_left.gif) no-repeat 0% 0%; }

ul#mainNav li.homeTab ul, ul#mainNav li.homeTab ul a,ul#mainNav li.homeTab li  { background-color: #B8B8B8 !important; }
ul#mainNav li#selected ul li a, ul#mainNav li#selected ul { background-color: #7EABE0 !important; }

ul#mainNav li ul li { font-size: 1em;}

ul#mainNav ul {
	background-color: #7EABE0 ;
	display:block;
	position: absolute; left:0;
	overflow: hidden;
	padding: 0 0 0 0;	margin: 0;
	z-index: 1000;
	width: 880px; height: 2em;
	font-size: 0.95em;
	font-weight: bolder;
}

ul#mainNav ul li { 
	width:auto; 
	display: inline !important;  
	background-color: #7EABE0 !important; 
	list-style-type:none; 
	margin:0; padding:0 0 0 0em;
}
ul#mainNav ul li.first { text-indent: 8px !important;	}
ul#mainNav ul li a { 
	width:auto; 
	background-color: #7EABE0 !important; 
	padding: 5px 1.2em 3px 6px;
}
ul#mainNav ul li a:hover{ color: #FAC46D; }


/***** Content Area styling and wrappers *****/

div#content{
	  width: 100%;
		float: left;
	  position: relative; top: 0;
	  padding-top: 1.4em;
	  background: url(../images/shade_top.gif) repeat-x 0 0em;
		border-top: #2366B6 1px solid;
}
div#content.loggedin {
	padding-top: 3.5em;
	background: url(../images/shade_top.gif) repeat-x 0 1.8em;
}
	
div#content p { 
	line-height:1.3em;
	margin:  0.8em 0 1em;
}

div#content h1 {
	margin: 0em 0 0.5em;
	font-size: 1.8em;
	color: #2366B6;
}

div#content h2 { 
	margin: 0.5em 0;
	font-size: 1.2em;
	color: #444;
}

div#content h3 { 
	margin: 0.5em 0;
	font-size: 1.2em;
	color: #2366B6;
}



#footer {
	clear: both;
	margin: 10px 0px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}
#footer a { color: #999; }
.copyinfo { font-weight: bold; font-size: 1.05em;}