@charset "utf-8";
.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 12px Verdana;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #000000;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #2C6590;
}

.thelanguage {
	text-align: justify;
}

.style2 {color: #FF0000}

/* CSS Document */


.glossymenu {
	padding: 0;
	width: 200px; /*width of menu*/
	border: 0;
	border-bottom-width: 0px;
	margin-left: 4px;
}
.glossymenu .menuitem submenuheader {
}
.style1 {color: #FFFFCC}


.glossymenu{
	margin: 0x 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 1;
}

.glossymenu a.menuitem{
	background: black url(glossyback.gif) repeat-x bottom left;
	font: bold 11px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height:35px;
	padding: 4px 0;
	padding-left: 7px;
	text-decoration: none;
	padding-top: 15px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.glossymenu div.submenu ul li a:hover{
background: #DAE7F3;
colorz: white;
}

form { margin: 0px; }
body {
	background-image: url(images/123_r1_c1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.crumbtrail {
	font-size: 75%;
}
.box {
	border: 1px solid #CCCCCC;
}
.bluetitles {
	font-size: 0.9em;
	font-weight: bold;
	color: #2A658F;
}
.smallertext {
	font-size: 85%;
}
.smallertext a:link {
	color: #333333;
	text-decoration: none;
}
.smallertext a:hover {
	text-decoration: underline;
	color: #333333;
}
.smallertext a:active {
	text-decoration: none;
	color: #333333;
}
.smallertext a:visited {
	text-decoration: none;
	color: #333333;
}

.menu_titles {
	font-size: .9em;
	font-weight: bold;
	color: #2B648F;
}
.menu_titles a:link {
	color: #2B648F;
	text-decoration: none;
}
.menu_titles a:hover {
	text-decoration: underline;
}
.menu_titles a:active {
	color: #2B648F;
	text-decoration: none;
}
.menu_titles a:visited {
	color: #2B648F;
	text-decoration: none;
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	width: 585px;
	height: 115px;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
}
.bigger_titles {
	font-size: 1.2em;
	font-weight: bold;
	color: #2C6590;
}
.tablebox {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
div:active, div:focus, div:hover {
    outline-style: none; -moz-outline-style:none;
}
