@charset "UTF-8";
/* CSS Document */
@import'reset.css';
h1{
color:#850C11;
font-size:18px;
padding:5px;
}
h2{
color:#005581;
font-size:14px;
padding:5px;
}
h3{
color:#000;
font-size:12px;
padding:5px;
}
body {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:#F2F5F7 url(../images/bg.png) repeat-x;
}

#container{
width:950px;
margin:0 auto;
}
#content{
border-left:#8D898A 1px solid;
border-right:#8D898A 1px solid;
padding:15px;
width:885px;
margin-left:17px;
background:#FFFFFF;
}
p{
line-height:1.4;
font-size:12px;
}
#footercont{
background:url(../images/index_16.png) no-repeat;
color:#fff;
width:950px;
height:76px;
}
#footer{
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:10px 0;
}
#footer a{
	font-size:11px;
	color:#FDFDFD;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a.magnet{
	font-style:italic;
	color:#CCC;
}
.czg{
border-bottom:#000000 1px dashed;
}
.clear{
clear:both;
}
/* DIKEY MENU */
.glossymenu{
	padding: 0;
	width: 200px; /*width of menu*/
	border-bottom-width: 0;
	border: 1px solid #9A9A9A;

}

.glossymenu a.menuitem{
	color: #000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
		border-bottom-width: 0;

	border-bottom: 1px solid #9A9A9A;
}

.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{
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	color:#990000;
	font-weight:lighter;


}



.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	display:inline;
}

.glossymenu div.submenu ul li a{

	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;

}
/* CONTACT FORM */
div#contact{
	overflow:hidden;
	font-size:110%;
	margin-bottom:20px;
	margin-top:10px;
}

div#contact br{
	clear:left;
}

div#contact h3{
	border-bottom:1px dashed #666;
	margin:1px;
	padding:0;
}
div#contact label{
	float:left;
	width:100px;
	font-weight:bold;
	color:#333;
	display:inline;
}
