
body { 
	margin: 0; padding: 0; 
	background: #ece9e2; 
	font-family: georgia;
}

a { color: #0088cc; outline: none;}
a:hover { color: #000; }

#headerholder { 
	height: 178px; 
	background: url("img/bgtop.png") repeat-x #3a96f1;
	border-bottom: 1px solid #4782ad;
}

#header { 
	width: 790px;
	height: 118px;
	margin: auto;
}

#footer { 
	float: left;
	font-size: 11px; 
	width: 450px; 
	margin: auto;
	padding: 5px;
	}

hr {
		border: 0px;
		border-bottom: 1px dashed #ccc;
		border-top: 1px solid #fff;
	}

	
h1 { font-size: 17px; 
	color: #328be3;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-family: verdana;
	
}

h2 { font-size: 16px; color: #1d4971; margin-bottom: 0px; padding-bottom: 0px;}
h3 { font-size: 14px; font-family: tahoma; margin-bottom: 0px; padding-bottom: 0px;}



p { margin: 5px 0px 5px 0px; text-align: justify; }

table td {
	border-bottom: 1px dashed #ccc;
}

input, textarea { 
	border: 1px inset #ccc; 
	background: url("/img/bg_gradient.jpg") repeat-x #fff; 
	font-family: georgia;
	font-size: 11px;
	padding: 4px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

textarea { overflow: auto; }

#pageholder { 
	width: 790px;
	margin: auto;
}

#menuholder {
	height: 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbdad5;
	background: url("/img/bg_menu.gif") repeat-x #fffefa;
	margin-bottom: 20px;
}


.box {
	font-size: 11px;
	line-height: 1.9em;
	background: url("/img/bg_box.gif") top repeat-x #fff;
	width: 450px;
	border: 1px solid #dddddd;
	padding: 10px 20px 20px 20px;
	margin-bottom: 15px;
	float: left;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
		-moz-box-shadow:1px 1px 6px #ccc; 
	box-shadow: 1px 1px 6px #ccc; 
}



ul { margin: 0; padding-left: 15px; }
ul.arrow_list { padding: 0px; }

.arrow_list li { 
	list-style-type: none;	
	padding-left: 20px;
	background: url("/img/arrow_small.gif") no-repeat; 
	line-height: 15px;
	margin-bottom: 8px;
}

#client_list { background: url("/img/torso.gif") bottom right no-repeat; padding-bottom: 10px; }

#menu {
	width: 790px;
	margin: auto;
	font-size: 13px;
}

#menu  ul{
	padding: 0px;
	margin: 0px;

}

#menu li { 
	line-height: 32px;
	list-style-type: none;	
	background: url("/img/menuline.gif") no-repeat; 
	display: block;
	float: left;
	height: 32px;
}

#menu li a { 
	display: block; 
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#selected { 
	border-bottom: 2px solid #0088cc;
}

#selected2 a { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover { 
	background: url("/img/menuline.gif") no-repeat #fff;
}
