/* {
	margin: 0;
	padding: 0;
}
*/

body {
	behavior: url( 'squelettes/csshover.htc');
	text-align: center;
	background-image: url(bg3.jpg);
	background-repeat: repeat-x;
	
	background-color:#383838;
	margin: 0px;
	/*font: normal 11px Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

div#mainHeader {
	width: 760px;
}

div#mainHeader div.headerBlockWelcome {
	vertical-align: middle;
	padding-left: 15px; 
	height: 43px;
	line-height: 43px;
	font-size: 22px; 
	color: #646464;
}

div#mainHeader div.headerBlockMain {
	border-top: 1px solid #9a9a9a; 
	border-bottom: 1px solid #9a9a9a;
	height: 144px;
}

div#mainHeader div.headerBlockCol_1 {
	float: left; 
	width: 208px; 
}

div#mainHeader div.headerBlockCol_2 {
	float: left; 
	width: 295px;
}

div#mainHeader div.headerBlockCol_3 {
	float: left; 
	width: 257px;
}


div#pageWrapper {
	width:760px; 
	margin: 0 auto;
	
	margin-top: 0px;
	padding: 0;
	/*height: 400px;*/
	
	/*background:url(shadow.gif) repeat-y;*/
	background-color: white;
	border-left: 2px solid #383838;
	border-right: 2px solid #383838;
	background-image: url(shadow_b.gif) bottom repeat-x;
	
	text-align: left;
}



div#pageFooter {
	width:760px; 
	margin-right:auto;
	margin-left:auto;
	background:url(shadow_b.gif) repeat-x; 
}

div.footer {
	padding-top: 5px;
	text-align: center;
	color: #999999;
	font-size: 9pt;
}

div.footer a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

div.footer a:hover {
 	color: white;
	text-decoration: underline;
}

div.mainNav {
	float: left; 
	width: 129px;
	/*margin: -1px 0 0 -1px;*/
}
div.mainNav ul {
	margin: 0; 
	padding: 0; 
	width: 129px;
	background: #d1d1d1;
}
div.mainNav ul.level2 {
	background: white;
	left: 129px;
}

div.mainNav ul.level3 {
	background: #F3F3F3;
}

div.mainNav li {
	position: relative; 
	list-style: none; 
	margin: 0;
	/*border-bottom: 1px solid #CCC;*/
}

div.mainNav li:hover {
	background: #EFECEC;
}

div.mainNav li.submenu {
	background: url('squelettes/submenu.gif') 95% 50% no-repeat;
}

div.mainNav li.submenu:hover {
	/*background-color: #800000;*/
	background-color: white;
}

div.mainNav li a {
	display: block;
	height: 20px;
	line-height: 19px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #9a9a9a;
	background: none;
	font-size: 10pt;
}

div.mainNav ul.level2 li a {
	text-align: left;
	padding-left: 5px;
}

div.mainNav>ul a {
	width: auto;
}

div.mainNav ul ul {
	border: 1px solid #9a9a9a;
	border-left: 1px solid #800000;
	border-bottom: none;
	position: absolute; 
	top: 0;
	/*top: 0; left: 7em;*/
	display: none;
	width: 200px;
	
}

div.mainNav ul.level1 li.submenu:hover ul.level2, 
div.mainNav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#mainContentContainer {
	float:left; 
	width: 609px; 
	/*border-right: 1px solid #383838;*/
	/*border-right: 1px dotted #9a9a9a;*/
	background: url(vline.gif) repeat-y right;
	/*border: 1px solid green;*/
}

div.mainContent {
	padding: 10px;
	padding-left: 20px;
	padding-top: 0px;
	/*margin-top: 10px;*/
	padding-top: 1px;
	margin: auto;
	padding: auto;
	/*border: 1px solid red;*/
}

div#sideNavContainer {
	float: right; 
	width: 150px; 
	vertical-align: top;
	/*background: url(vline.gif) repeat-y left;*/
}

div.sideNav {
	padding: 5px;
}

h1 {
	font-size: 18px;
}

h2,h3 {
	font-size: 14px;
	/*color: #800000;*/
}

.professionalTitles {
	font-size: 8pt;
	line-height: 1.1em;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	height: 36px;
}

a {
	color: #800000;
	text-decoration: none;
}

a:hover {
	background: none;
	background: url(a_underline.gif) repeat-x left bottom;
}

a.special {
	background: none;
}

div#bottomNav {
	padding: 5px; 
	padding-right: 10px;
	text-align: right; 
	/*border-top: 1px dotted #9a9a9a*/
	background: url(hline.gif) repeat-x top;
}

table.contactus {
	width: 100%;
	padding-top: 10px;
}

table.contactus th {
	width: 120px;
	font-weight: bold;
}

input, input.text {
	border: 1px solid #9a9a9a;
	width: 98%;
}

input.button {
	border: 1px solid #9a9a9a;
	background-color: #383838;
	color: white;
	font-weight: bold;
	width: auto;
}

textarea {
	width: 98%;
	border: 1px solid #9a9a9a;
}

textarea.contactusmessage {
	height: 150px;
	overflow:auto;
}

input.text:focus, textarea:focus, select:focus {
    border: 1px solid #800000;
}

div.errormsg {
	border: 1px solid red;
	background-color: #FFCCCC;
	padding: 10px;
}

div.okmsg {
	border: 1px solid #66BB66;
	background-color: #EEFFEE;
	padding: 10px;
}

input.error, textarea.error {
	border: 1px solid red;
	background-color: #FFCCCC;
}