/* CSS Document */

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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#container {
	margin:0 auto;
	width:752px;
	margin-bottom:20px;
}

#header {
	width:752px;
	height:102px;
	margin:4px 0;
}

#logo {
	float:left;
	width:152px;
	padding-right:17px;
	text-align:center;
}

#selector {
	background:url(/images/header.jpg);
	width:582px;
	height:102px;
	float:right;
}

#sub-content {
	float:left;
	width:152px;
	padding-right:17px;
}

.sub-header {
	width:140px;
	padding-left:12px;
	background:url(/images/bar_tile.jpg) repeat-x;
	height:20px;
	padding-top:5px;
	border-bottom:2px solid #2a397b;
	color:#fff;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

#project-login {
	font-size:1.1em;
	color:#333;
	padding: 6px 0;
}

#project-login input[type="text"] input[type="password"]{
	margin-top:3px;
	margin-bottom:6px;
	border:1px solid #ddd;
	width:100%;
	height:20px;
}

#content-container {
	padding-bottom:10px;
}

#content {
	float:right;
	width:582px;
	background:url(/images/page-watermark.jpg) no-repeat center center;
}

#sub-menu {
	float:right;
	width:144px;
	padding:8px;
	padding-top:0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #468f9a;
}	

#sub-menu li {
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px dashed #c1c1c1;
	list-style-type:circle;
}

#top-menu {
	width:582px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:url(/images/bar_tile.jpg);
	border-bottom:2px solid #2a397b;
	height:25px;
}

#top-menu li {
	float:left;
	list-style-type:none;
	height:20px;
	padding-top:5px;
}

.menu-item a, .menu-item-sel a {
	color:#fff;
	text-decoration:none;
}

.menu-item {
	background:url(/images/bar_tile.jpg);
	padding:0 10px;
}

.menu-item a:hover {
	text-decoration:underline;
	color:#fff;
}

.menu-item-sel {
	background:#2a397b;
	padding:0 10px;
}

.menu-item-sel a:hover {
	color:#fff;
	text-decoration:none;
}

#contact-bar {
	height:17px;
	padding: 6px 0;
	width:582px;
	font-size:1.1em;
	border-bottom:2px solid #2a397b;
	clear:left;
}

#company-title {
	float:left;
	width:210px;
	color:#2a397b;
}

#contact-details {
	float:right;
	text-align:right;
	color:#333;
}

#contact-details a {
	color:#333;
	text-decoration:none;
}

#contact-details a:hover {
	text-decoration:underline;
	color:#000;
}

#footer {
	clear:both;
	width:752px;
	border-top:2px solid #2a397b;
	color:#606060;
	padding:5px 0;
	line-height:20px;
	font-size:1em;
	margin-bottom:20px;
}

#footer-contact {
	float:left;
	width:130px;
	
}

#footer-links {
	float:right;
	width:622px;
	text-align:right;
}

#footer-links a {
	color:#606060;
	text-decoration:none;
}

#footer-links a:hover {
	text-decoration:underline;
	color:#333;
}

/* Font Styles */

.warning-text {
	color:#f00;
	font-style:italic;
}

h1 {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:1.6em;
	color:#192b73;
	margin-top:10px;
	margin-bottom:5px;
}

#sub-menu h1 {
	color:#2a707b;
	margin-top:5px;
	margin-bottom:9px;
}

#content-area p {
	font-size:1.1em;
	color:#333;
	margin-top:8px;
	margin-bottom:8px;
	line-height:17px;
}

#content-area li {
	margin-left:15px;
	font-size:1.1em;
	margin-bottom:5px;
	line-height:17px;
}

#content-area ul {
	margin-bottom:10px;
	color:#333;
}

.content-image {
	margin:8px;
}

a {
	color:#2a397b;
	text-decoration:underline;
}

a:hover {
	color:#949dd2;
}

.news-title {
	border-bottom:1px dashed #babed3;
	padding:6px 0;
	padding-top:6px;
	font-size:1.1em;
}

.news-content p {
	margin-top:4px;
}

.news-title a {
	color:#343434;
	text-decoration:none;
}

.news-title a:hover {
	color:#0f0f0f;
}

.news-content {
	font-size:1.1em;
	color:#868686;
	padding:2px 0;
	padding-bottom:8px;
}

.news-content a, .logo-item a {
	color:#6977b3;
	text-decoration:none;
}

.news-content a:hover, .logo-item a:hover {
	color:#364689;
	text-decoration:underline;
}

#partner-logos {
	width:572px;
	padding-left:10px;
	padding:8px 0;
	border:1px #dadada solid;
	margin: 8px 0;
}

.logo-item {
	float:left;
	width:186px;
	text-align:center;
	font-size:1.1em;
}

.logo-item img {
	margin-bottom:5px;
}

#form-layout dl {
	margin: 0;
	font-size: 1.1em;
	padding: 4px 0 0 2px;
	padding-right:15px;
	color:#333;
}

#form-layout dt {
    clear: both;
    float: left;
	width:170px;
	font-weight:bold;
}

#form-layout dt, #form-layout dd {
	padding-bottom:8px;
}

#form-layout p {
	padding-left:25px;
}

#sub-menu a {
	color:#2a707b;
	text-decoration:none;
}

#sub-menu a:hover {
	color:#468f9a;
	text-decoration:underline;
}

.image-thumb {
	float:left;
	width:250px;
	margin-bottom:10px;
	text-align:center;
	font-size:1.1em;
}

.image-thumb img {
	margin-bottom:5px;
}

.client-container {
	clear:left;
	padding-bottom:5px;
	border-bottom:1px #dadada solid;
	height:92px;
}

.client-container img {
	margin-right:10px;
}
