/* B:Navigation */
div#navigation {
	margin: 10px;
	padding: 0px;
	height: 47px;
	background: #999;
	color: #fff;
	border-bottom: solid 1px #fff;
}
	#navigation ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#navigation li {
		margin: 0px;			/* spacing between main menu items */
		padding: 18px 25px 15px;			/* padding within main menu items */
		float: left;
		border-right: solid 1px #fff;
		
	}
	#navigation a {
		padding: 0px;
		color: #fff;
		text-decoration: none;
		display: block;
	}
	#navigation a:hover {
		color: #f00;
	}
/* E:Navigation */
div#subnavigation {font-size: 12px;
	margin: 10px;
	padding: 0px;
	height: 47px;
	background: #666;
	color: #fff;
	border-bottom: solid 1px #fff;
}
	#subnavigation ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#subnavigation li {
		margin: 0px;			/* spacing between main menu items */
		padding: 20px 25px 15px;			/* padding within main menu items */
		float: left;
		border-right: solid 1px #fff;
		
	}
	#subnavigation a {
		padding: 0px;
		color: #fff;
		text-decoration: none;
		display: block;
	}
	#subnavigation a:hover {
		color: #cf6;
	}
/* E:Navigation */
.header {
	background-color: #F0F0F0;
	font-weight: bold;
	padding:5px;
}
.webForm th {
	text-align: left;
	padding: 5px;
}
.required {
	background: url('../images/star.jpg') center right no-repeat;	
	padding-right:20px;
}
.required label {
	margin-right:10px;
}
.webForm .countryList {
	width:200px;
}
#actionMessage, #actionError {
	margin-bottom:10px;
}
#actionMessage, .message {
	color: #C00000;
}
#actionError, .error {	
	color: #C00000;
}
#errorExplanation {
	background: #fcc;
	margin: 2px 7px;
	border: solid 1px #f66;
	padding: 5px;
	margin-bottom:10px;
}
#errorExplanation li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 0px;
}
.toolBar {
	text-align :right;
	margin-bottom:10px;
	margin-top:10px;
}
.toolBar a, a.action, #toolbar a {
	padding:2px 10px 2px 10px;
	border: 1px solid silver;
	background-color: #005CB8;
	color: white;
	text-decoration: none;
	font-size:11px;
}
table.dataList {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:4px;
}
table.dataList td, table.dataList th {
	border:1px solid silver;
	padding:5px;
}
table.dataList th {
	background-color: #005CB8;
	color: white;
	padding-top:5px;
	padding-bottom:5px;
}
table.dataList td {
	border-bottom:1px solid #F0F0F0;
	padding-top:5px;
	padding-bottom:5px;
}
table.bordered {
	border-collapse: collapse;
}
table.bordered td, table.bordered th {
	border:1px solid silver;
}
tr.odd td, tr.even th {
	background-color: #E6F2FF;
}
tr.even td, tr.even th {
	background-color: #fff;
}
td.actionLinks {
	text-align:center;
}
td.actionLinks a {
	padding-left:2px;
}
.fieldWithErrors { display: inline; }
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	border:1px solid red;
}
.roundBox{
	background-color: #005CB8;
	padding-bottom: 5px;
}

table.details {
	width:95%;
}
table.details th {
	text-align:right;
	vertical-align: top;
	margin-top:10px;
}
table.details th, table.details td {
	padding: 3px;
}
.button {color: #fff;
	border:1px solid gray;
	background-color: #888;
	padding:2px;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
}
option.bold {
	font-weight: bold;
}


table.details th {
	background-color: #F0F0F0;
	text-align: left;
}
table.webForm {
	width:90%;
}
/*
html, body {
	height:100%;	
}
*/

body {
	width: 980px;
	margin: auto;
	font-size: medium;
	font-family: eurostile, eurostyle, arial, sans-serif;
	color: #000;
	background: #ffffff;
}

form {
	margin:0;
}

a {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
}
p {font-size: medium;}

h1 {
	margin: 0px;
	padding: 9px 0px 9px 190px;
	background: #494949;
	font-size: medium;
	color: #fff;
	border-bottom: solid 1px #fff;
}

h2 {
	margin: 20px;
	padding: 0px;
	font-size: 20px;color: #888;
}
h2:hover {color: #f00;}
img {
	border:0;	
}

/* B:Header */
div#header {
	margin: 0px;
	padding: 0px;
	height: 103px;
	background: #fff;
}

	div#logo {
		margin: 0px;
		padding: 18px 0px 0px 21px;
		width: 200px;
		font-size:0;
	}
	div#login {
		float: right;
		margin: 45px 20px 10px;
		padding: 0px;
		font-size: small;
	}
		input, select {
			font-size: 12px;
		}
/* E:Header */	

/* B:home Image */
div#homeImage {
	margin-left: 10px;min-height: 250px;
	padding: 0px;
	display: inline;
	float: left;
}
/* E:home Image */

/* B:homeWrapper */
div#homeWrapper {
	clear: both;
	margin: 0px;
	padding: 0px;
	min-height: 210px;
	_height: 210px;
	background: #fff;
	border-top: solid 1px #fff;
}
	#homeWrapper h1 {
		margin: 0px 0px 6px 0px;
		padding: 33px 9px 6px;
		color: #005CB8;
		border-bottom: solid 2px #E3E3E3;
		font-size: small;
		background: none;
	}
	
	div#right {
		width:260px;
		margin: 0px;
		padding:0px;
		padding-left:25px;
		float: right;
		background: url("") repeat-y top left;
		
	}
	
	div#testimonial {
		margin: 0px 220px 0px;
		padding: 0px 0px 0px 0px;
	}
		#testimony {
			margin: 0px;
			padding: 0px 9px 0px 18px;
			line-height: 18px;
		}
		.name {
			color: #111;
			font-weight: bold;
		}
/* E:homeWrapper */
	

/* B:left */
div#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	color: #000;
}
	#left ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100px;
		font-size: medium;
		font-weight: bold;
	}
	#left li {
		margin: 0px;
		padding: 9px 3px 9px 10px;
		border-left: solid 2px #EA0027;
		border-bottom: solid 1px #fff;
	}
	#left a {
		color: #000;
		text-decoration: none;
	}
	#left a:hover {
		color: #c00;
	}
	
/* E:left */

div#content {
	margin: 15px 15px 15px 30px;
	padding: 20px;
	line-height: 18px;
	width: 600px;
	font-size: medium;
	display: inline;
}
	#content ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#content li {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 18px 12px;
		border-bottom: solid 1px #fff;
		background: url("") no-repeat top left;
	}
div#quote {
		width: 180px;
		color: #7a7777;
		font-size: medium;font-style: italic;
	}
		#quote h2{
			margin: 0px;
			padding: 12px 0px 9px;
			color: #fff;
			font-size: medium;
		}
		#quote input, #quote select {
			margin: 0px 0px 10px 0px;
		}
		#quote a{
			color: #aaa;text-decoration: none;font-size: medium;
		}
		#quote a:hover {color: #f00;text-decoration: none;}	
/* E:Wrapper */
/* B:Footer */
div#footer{
	clear: both;
	margin: 0px;
	padding: 9px 0px;
	color: #7a7777;
	height: 20px;
	font-size: 11px;
}
	div#copyright {
		float:center;
		color: #fff;
	}
	div#bottomLinks {
		float: right;
	}
		#bottomLinks ul{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		#bottomLinks li {
			display: inline;
			margin: 0px;
			padding: 0px 3px 0px 6px;
			border-left: solid 1px #00A0EA;
		}
		#bottomLinks a {
			color: #00A0EA;
		}
		#bottomLinks a:hover {
			color: #005CB8;
		}
/* E:Footer */


