/*Credits for CSS menu: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body{
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: gray;
}

a:link {text-decoration:none; color:#000066; font-weight:bold;}
a:hover {text-decoration: underline;}
a:visited {text-decoration:none; font-weight:bold;}

#headerlinks{
	background-color: #000066;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 18px;
	color: white;
	padding-right: 4px;
	text-align:right;
	font-weight:bold;
}

#page{
	height: auto;
	background-color: white;
	width: 875px;
	margin: 0 auto;
}

.separator {text-decoration:none; font-size : 11px; margin: 0px 4px;}

#modernbricksmenu{
padding: 0;
background-color: transparent;
voice-family: "\"}\"";
voice-family: inherit;
clear:both;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: gray; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #000066; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #000066; /*Blue color theme*/ 
border-color: #000066; /*Blue color theme*/ 
}

#linksbar {
	clear: both;
	background:#000066;
	color:white;
	height: 18px;
	text-align:center;
	font-weight:bold;
}

.linksbar1 a:link {color:white; background:#000066; text-decoration:none;}
.linksbar1 a:visited {color: white; text-decoration:none;}
.linksbar1 a:hover {text-decoration:underline;}

.footerlinks a:link {color:black; background:white; text-decoration:none;}
.footerlinks a:visited {color:black; text-decoration:none;}
.footerlinks a:hover {text-decoration:underline;}

.footertext a:link {color:black; background:white; text-decoration:none; font-size:10px;}
.footertext a:visited {color:black; text-decoration:none;font-size:10px;}
.footertext a:hover {text-decoration:underline;font-size:10px;}

.copyrighttext {font-size:9px; color: black;}
.footertext {font-size:9px; color: black;}

#modernbricksmenuline{
	clear: both;
	padding-top: 2px;
	height: 12px;
	background: #000066; /*Blue color theme*/ 
}

#mycontent{
	height:100%;
}

#mycontent a:hover{
	text-decoration: underline;
}

#myheader{
	height: 131px;
	background: url(images/background_menu_blend_new.jpg) repeat-x bottom;
}

#mylogo{
	float: left;
	width: 433px;
}

#myphone{
	float: right;
	width: 186px;
	margin-right:15px;
}

#fronttable{
	display: inline;
	float: right;
	padding-right:15px;
	margin-top:15px;
	height: auto;
}

#nis{
	clear: both;
	background-color:gray;
	text-align:center;
	margin-top: 500px;
}

#fronttext{
	display: inline;
	float:left;
	width: 325px;
	height: auto;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 15px;
}

.headerspan{padding-left: 450px}

.title{font-size:18px; font-weight: bold; color: #000066; line-height:1.6;}
.subtitle{font-size:14px; font-weight: bold; color: #000066; line-height: 1.2;}

#leftmenu{
	display: inline;
	width: 180px;
	background-color: gray;
	margin-left:15px;
	float: left;
	padding-bottom: 15px;
}

#verticalmenu{
	float: left;
}

#verticalmenu a:hover{
	text-decoration: none;
}
#myfooter{
	border-top: 10px solid #808080;
	text-align:center;
	font-weight:bold;
	clear: both;
	width: auto;
}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 170px;
font: bold 11px Arial;
}

.glossymenu li a{
background-color: gray;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

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

.glossymenu li a:hover{
	background-color: #000066;
}

