@import url("/css/global.css");
@import url("/local/css/styles.css");

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color:#333333
}
p, td, input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 11px;

}

h1 {
	font-size:24px;
	color: #330033;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h2 {
	font-weight: normal;
	font-size: 16px;
	color: #660033;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}




.menulink {
	color: #00487d;
	background-color: #bfe4ff;
	border: 1px solid #b35a00;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	margin: 0px 0px 10px;
	font-weight: bold;
	display: block;
}
.menulink:hover {
	background-color: #FFCC33;
}


blockquote {
	visibility: hidden;
}


	
	/* Big Button menu */
	.bigbuttonmenu {
	width: 505px;
	margin: 0 auto;
	}

	.bigbuttonmenu ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	}

	.bigbuttonmenu ul li {
	display:inline;
	padding: 0px;
	margin: 0px;
	}

	.bigbuttonmenu ul li a {
		margin: 0px;
	height: 35px;
	width: 67px;
	display: block;
	float: left;
	text-align: center;
	text-decoration:none;
	padding-top: 38px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color:#EDEDED;
	}

.bigbuttonmenu ul li a:link, .bigbuttonmenu ul li a:visited {

	border: 3px outset #CCCCCC;
	
	}
.bigbuttonmenu ul li a:hover
	{
	border: 3px solid #EDEDED;
		}
		
	.bigbuttonmenu ul li.documents a {
	background-image: url(../images/icons-large/document-open.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	
	}
	
	.bigbuttonmenu ul li.forum a {
	background-image: url(../images/icons-large/internet-group-chat.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	}
	
	.bigbuttonmenu ul li.photos a {
	background-image: url(../images/icons-large/image-x-generic.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	}
	.bigbuttonmenu ul li.profile a {
	background-image: url(../images/icons-large/system-users.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	}
	.bigbuttonmenu ul li.addresses a {
	background-image: url(../images/icons-large/address-book-new.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	}
	.bigbuttonmenu ul li.password a {
	background-image: url(../images/icons-large/system-lock-screen.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
		}
	.bigbuttonmenu ul li.controlpanel a {
	background-image: url(../images/icons-large/preferences-system.png);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	}

	
	
	
	#mainMenu {
	display:block;
	padding-bottom: 100px;
	padding-top: 50px;
	float: left;
	}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 194px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFDDC;
}

#mainMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu a {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainMenu a:link, #mainMenu a:visited {
	color: #FFFDDC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainMenu a:hover, #mainMenu a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #73003A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	


ul.subArticles {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.subArticles li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.noaccessible {
display:block;
}
.accessible {
/* Hide contents off-left, so it will be read out but not seen*/ 
height: 1px !important ; left: 0px; overflow: hidden; position: absolute; left: -9999px; width: 1px;line-height:1px !important ;}

#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#header li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyStd #container #leftMargin #mainContent .articlesubindex {
	list-style-type: none;
	padding: 10px;
	border: 1px solid #CCC;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 180px;
}
.bodyStd #container #leftMargin #mainContent .articlesubindex  li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainMenu h1, #mainMenu h2 {
	text-indent: -3000px;
}

#pageContactUs #googlemap {
	width: 350px;
	float:right;
}
