@charset "utf-8";
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0;  border: 0px; }
html { overflow-y: scroll; }
body { 
	font: 85% Helvetica, sans-serif; 
	background-color: white; 
	background-image: url('../images/body-bkg.png');
	background-repeat:repeat-x;
	
}
ul { list-style: none inside; }
p { font: 2.0em/2.0em; margin-bottom: 1.3em; }
a { outline: none; text-decoration: none; color:#AF0000 }

a img { border: none; }
h1 { font-size: 16px; font-family:Helvetica, sans-serif; }
/* END RESET */

/* CSS Document */

.container {
	margin: 0 auto;
	width: 980px;
	
}


.header {
	background-color: #3799cd;	
	margin-top: 25px;
	height: 350px;
}

.topMenu {

	width: 333px;
	height: 224px;
	margin-left: 700px;
	margin-top: -320px;
	position: absolute;
	z-index:3;
}

.mainMenu {
	width: 1012px;
	height: 68px;
	background-image: url('../images/main-menu-bkg.png');
	background-repeat:no-repeat;
	margin-left: -16px;
	padding-left: 20px;
	padding-top: 10px;
}


#menuItem {
	float: left;
	position: relative;
	margin-right: 30px;
	min-width: 250px;
}

#menuMainLink {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: white;
}

#menuSubLink {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c9c9c9;
	position: absolute;
	left: 0;
	top: 18px;
}



.content {
	padding: 10px;
	margin-left: -1px;
	width: 960px;
	background-color: #f3f3f3;
	overflow: hidden;

	border-right: thin solid #188ac6;
	border-bottom: thin solid #188ac6;
	border-left: thin solid #188ac6;	
}

#contentBox {
	border: thin solid #d5d5d5;
	background-color: white;
	padding: 10px;
	margin-bottom:10px;
	min-width: 100px;
	width: 640px;
	float: left;
}	


/* ======================== content table styles === */
#hor-minimalist-b
{
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #F9FCFD;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding: 10px 8px;
	border-bottom: 2px solid #971917;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #2E2C2A;
	color: black;
	padding: 6px 8px;
}

.content table {
	margin: 0 auto;
}