/******* Element Styles *******/

body {
	font: normal 12px Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	color: #5d5d5d;
	background-color:#fff;
}

.it-contact-lbl {
	width:300px;
}
.it-contact-data {
	
}

a:link, a:visited {
	font-weight: normal;
	color: #555;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

img { border: 0 none; }

br{
	clear: left;
	line-height: 0.5em;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ABABAB;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #ca012e;
}


/******* Custom Styles *******/

div#header{
	width:796px;
	height:82px;
	margin-left:118px;
	padding-top:4px;
	background-image:url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
div#logo {
	margin-left:-118px;
	margin-top:-4px;
	clear:both;
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	width:118px;
	height:86px;
	float:left;
}
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px; 
	margin-bottom:0px;
	width:796px;
	min-height: 400px;
}
div#container {
	background-color: #fff;
	float:left;
}
div#contentDiv {
	float:left;
}
div#menu {
	margin-left:-117px;
	width: 796px;
	color:#fff;
	cursor:pointer;
	font-size: .9em;
	font-weight:bold;
}
div#menu span#menuitem {
	float:right;
	text-align:center;
	padding-top:2px;
	height:18px;
	border-right:1px solid #fff;
	background-color: #0162bf;
}
div#menu span#menuitemOn {
	float:right;
	text-align:center;
	padding-top:2px;
	height:18px;
	border-right:1px solid #fff;
	background-color: #ee1d25;
}
div#menu span#menuitem:hover {
	background-color: #7f7f7f;
}
div#contents {
	float:left;
	margin-bottom:50px;
	width:750px;
}
div#contents div#titleBar {
	float:left;
	padding-top:80px;
	padding-left:30px;
	width:766px;
	height:30px;
	font:bold 2.2em Arial,Helvetica,sans-serif;
	color: #c0c0c0;
	background-image:url(../img/header_bg2.gif);
	background-repeat:no-repeat;
}
div#homepix{
	width:796px;
	height:400px;
	background-color:#fff;
}

div#homeContent {
	font: normal 12px Arial,Helvetica,sans-serif;
	float:left;
	margin-right: 18px; 
	width: 215px;
	line-height: 18px;
}
div#sectionContent {
	float:left;
	width:796px;
	margin-top:20px;
	font: normal 12px Arial,Helvetica,sans-serif;
	line-height:18px;
}

div#subsection{
	border:1px dashed #999999;
	background-color:#F0F0F0;
	padding:15px;
	margin:3px;
	float:left;
}

div#subsection2{
	border:1px dashed #999999;
	background-color:#E1E1E1;
	padding:20px;
	margin:5px;
}

div#footer {
	float:left;
	margin-top: -10px; 
	margin-bottom:0px;
	padding-left:40px;
	padding-top:15px;
	padding-bottom:25px;
	height:40px;
	width: 752px;
	font:normal 10px Verdana,Arial,Helvetica,sans-serif;
	background-color:#ee1d25;
	color:#EAEAEA;
	border-top:solid 4px #0162bf;
}

div#footer a{
	font-weight:bold;
	text-decoration:none;
	color:#EAEAEA;
}

div#footer a:hover{
	color:#969696;
}
