body {
	text-align:center;
	background-color:#ccdeec;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#wrapper {
 	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
 	background-color:#FFFFFF;
	border:1px solid #01539c;
}

img {
	border:none;
}

#slideshow {
	position:inherit;
	z-index:-1;
}

/* ==================================== HEADER */

#header {
	width:940px;
	height:200px;
	margin:0;
	padding:30px 30px 0px 30px;
	background-image:url(pix/header_bg.jpg);
	background-color:#01539c;
	color:#ffffff;
}

#top-link {
	float:right;
	vertical-align:top;
	margin:-20px -20px 20px 0;
	padding:2px 5px 0 0;
	color:#ffffff;
	font-size:0.8em;
	visibility:hidden;
}

#top-link a, #top-link a:visited {
	color:#ffffff;
	text-decoration:underline;
	padding:5px;
}

#logo {
	float:left;
}

#logo img {
	margin-left:30px;
}

#strip {
	float:right;
	background-image:url(pix/header_strip.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:780px;
	height:155px;
	margin-right:-73px;
	margin-top:0px;
}

/* ================================ NAVIGATION */

#navigation {
	width:100%;
	height:13px;
	background-color:#01539c;
	background-image:url(../pix/navigation_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#pmenu, #pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#pmenu {
	margin:0;
}

#pmenu li {
	float:left;
	position:relative;
	text-align:center;
}

#pmenu li a, #pmenu li a:visited {
	display:block;
	width:189px;
	font-size:11px;
	color:#fff;
	height:13px;
	text-decoration:none;
	border:1px solid #fff;
	border-width:0 1px 0 0;
	padding:8px 5px 9px 5px;
	background-color:#01539c;
	background-image:url(../pix/navigation_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-weight:bold;
}

#pmenu li li a, #pmenu li li a:visited {
	display:block;
	width:189px;
	color:#fff;
	height:10px;
	text-decoration:none;
	border-top:1px solid white;
	background-color:#01539c;
	padding-top:10px;

}

#pmenu li:hover > a {
	background:#333;
	color:#fff;
	background-color:#006699;
}

#pmenu li li:hover > a {
	color:#fff;
	background-color:#006699;
	background-image:url(pix/menu_bg_arrow.gif);
	background-position:188px 19px;
	background-repeat:no-repeat;
}

#pmenu li ul {
	display: none;
	z-index:6000;	
}

#pmenu li:hover > ul {
	display: block;
	position: absolute;
	top:0;
	left:203px;
}

#pmenu > li:hover > ul {
	left:0;
	top:30px;
}

#pmenu li a.last {
	border-width:0 0 0 0;
	width:190px;
}

#left-content {
	float:left;
	margin:0;
	padding:0;
	wight:205px;
	background-color:#e5eef5;
	color:#01539c;
	font-size:0.9em;
	min-height:790px;
	padding-top:10px;
}

#left-content a {
	color:#01539c;
}

#left-content ul {
	margin:0;
	padding:0 0 0 20px;
}

#left-content ul li {
	margin-bottom:5px;
}

#left-content h3 {
	font-size:1.1em;
	padding-top:10px;
}

#left-content-body {
	padding:10px;
	width:205px;
	color:#01539c;
}

#left-testimonials {
	color:#333333;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.5em;
	margin: 5px 0 0 0;
}

#left-news a, #left-testimonials a, #left-downloads a {
	color:#01539c;
	text-decoration:none;
	font-size:0.9em;
}

#left-news h2 {
	margin:0;
	font-style:italic;
	font-size:1.2em;
}

#left-downloads {
	text-align:center;
	vertical-align:bottom;
	margin:auto 0 0 0;
}

/* ==================================== CENTER CONTENT */

#center-content {
	float:right;
	margin:0;
	padding:10px 0 0 0;
	width:760px;
	line-height:1.3em;
	color:#333333;
	font-size:1em;
}

#center-content h1 {
	font-size:1.6em;
	color:#003366;
	margin-bottom:0;
	padding-bottom:0;
}

#center-content h2 {
	font-size:1.1em;
	color:#003366;
	padding-top:0;
}

#center-content h3 {
	font-size:1.3em;
	color:#003366;
	padding-top:0;
}

#center-content a, #center-content a:visited {
	color:#003366;
}

#center-content-body {
	padding:10px 10px 10px 0px;
	min-height:500px;
}

/* ==================================== FOOTER */

#footer {
	margin:0;
	padding:0;
	width:1000px;
	height:40px;
	background-color:#01539c;
	font-size:0.9em;
}
 
#footer-left {
	float:left;
	width:250px;
	color:#ffffff;
	padding:10px;
}

#footer-right {
	float:right;
	width:300px;
	padding:10px;	
	text-align:right;
}

#footer-right img {
	margin:0 5px 0 5px;
}

.clear {
	clear:both;
}

.results {
	background-color:#efefef;
	font-size:0.8em;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:5px;
}

.table-header {
	background-image:url(pix/table_header_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	color:#fff;
	padding:10px;
}

.table-row {
	padding:10px;
}

.table-row:hover {
	background-color:#ccc;
}

.red {
	color:red;
}

