/*
	=======
	Colours
	=======
	
	Pantone Blue
	----------------------------
	PMS			294				
	RGB			0, 43, 127
	Hex			002B7F
	HSV			213, 100, 49
	
	Main colour - Blue     [RGB]
	----------------------------
	Normal		60, 60, 140		
	Light		70, 70, 170
	
	
	Main colour - Grey 	   [RGB]
	----------------------------
	Normal		180, 180, 180
	Light		240, 240, 240
	LessLight	230, 230, 230
	LessDark	123, 123, 123
	Dark		70, 70, 70
	Darkdark	40, 40, 40
	
	Secondary colour - Cyan	[RGB]
	-----------------------------
	Light		190, 215, 255
	
	Download box			[RGB]
	-----------------------------
	Borders		46, 63, 125
	Background	157, 169, 224
	
*/

body {
	margin: 0;
	
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	
	background: white url(../images/background.png) repeat-x;
	background-attachment: fixed;
}

#skip {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

#page {
	width: 932px;
	margin: 0 auto;
	
	text-align: left;
}

#top {
	padding: 5px 15px 1px;
	margin: -5px 0 0;

	color: rgb(40, 40, 40);
	font-size: 0.85em;
	text-align: right;
	
	background-color: white;
}

#top a {
	color: rgb(40, 40, 40);
	font-weight: normal;
	text-decoration: underline;
}

#header {
	text-align: center;
	padding: 0;
	margin: 0;
	
	background-color: white;
}

#nav {
	height: 26px;
	margin-top: -1px;
	margin-left: 3px;
}

#nav li{
	float: left;
}

#nav li a {
	display: inline-block;
	width: 130px;
	height: 21px;
	line-height: 20px;
	
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
	color: rgb(70, 70, 70);
	background-image: url(../images/button.png);
}


#nav li a:hover {
	color: rgb(230, 230, 230);
	text-decoration: none;
	background-position: bottom;
}

/* style dropdown menu here */
#nav li ul {
	position: absolute;
	display: none;
	width: 200px;
	margin: 0;
	margin-left: -1px;
	padding: 5px 0;
	padding-top: 0;
	
	font-size: 0.85em;
	
	background-image: url(../images/menubg.png);
	border-bottom: 3px solid rgb(0, 43, 127);
}

/* style dropdown menu item here */
#nav li ul li {
	float: none;
	display: block;
	margin: 5px 0;
	padding: 0;
	
	text-align: left;
}

#nav li:hover ul, #nav li.iehover ul {
	display: block;
}

/* re-style links inside of dropdown menu */
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	margin-top: 12px;
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	
	color: rgb(70, 70, 70);
	background: none;
}


#nav ul li a:hover {
	color: rgb(0, 43, 127);
	border-bottom: 1px solid rgb(70, 70, 170);
	margin-bottom: -1px;
}

#bar {
	margin: -3px 0 0;
	padding: 1px 0 3px;
	

	text-align: center;
	font-size: 0.9em;
	color: rgb(230, 230, 230);
	
	background: url(../images/barbg.png) no-repeat bottom center;
}

#bar li {
	margin: 0 2px;
}

#bar a {
	color: rgb(200, 200, 200);
	font-weight: normal;
	text-decoration: none;
}

#bar a:hover {
	color: white;
}


#body {
	padding: 1px 20px;
	margin: 0;
	
	font-size: 0.9em;
	line-height: 1.7;
	
	text-align: justify;
	
	color: rgb(40, 40, 40);
	background: white no-repeat center 50px;
}

#body a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(40, 40, 120);
}

#content a:hover {
	color: #E27241;
}

#content.with-sidebar {
	width: 650px;
	float: left;
}

#content h1 {
	padding-left: 25px;
	background: url(../images/bullet.png) no-repeat center left;
}

#content .middle-column {
	float: left;
	width: 650px;
}

#content .side-column {
	float: right;
	clear: right;
	width: 220px;
	height: 100%;
	margin: 0 0 20px 5px;
	padding: 0;
}

#content .side-column.beige {
	background: rgb(255, 250, 215);
}

#content .side-column.grey {
	background: rgb(240, 240, 240);
}

#content .side-column .side-body {	
	padding: 0 10px;
	border: solid rgb(123, 123, 123);
	border-width: 0 1px 0 1px;
}

#content .side-column h2 {
	margin: 0;
	text-align: center;
	font-size: 1em;
}

#content .side-column li {
	margin-top: 7px;
	line-height: 1.4;
}

#content .side-column.beige .side-top {
	background: url(../images/sidetop-beige.png);
}

#content .side-column.beige .side-bottom {
	background: url(../images/sidebottom-beige.png);
}

#content .side-column.grey .side-top {
	background: url(../images/sidetop.png);
}

#content .side-column.grey .side-bottom {
	background: url(../images/sidebottom.png);
}

#content .side-column li.more {
	font-size: 0.8em;
	text-align: right;
}

#content .side-column a {
	font-weight: normal;
}

#footer {
	clear: both;

	height: 40px;
	margin: 0 0 15px;
	padding-top: 10px;
	
	text-align: center;
	font-size: 0.7em;	
	color: rgb(120, 120, 120);
	background-image: url(../images/bottom.png);
}

#footer a {
	color: rgb(120, 120, 120);
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer img {
	margin-bottom: -3px;
}

#feature-product {
	padding: 20px;
	background: rgb(240, 240, 240);
	border: 1px solid rgb(40, 40, 40);
}

#sitemap {
	line-height: 1.2;
}

#sitemap ul {
	font-size: 0.95em;
}

#contact-block {
	float: right;
	width: 430px;
}

#contact-block div.facility {
	clear: left;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: rgb(250, 250, 250);
	border: 1px solid rgb(220, 220, 220);
}

#contact-block div.left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#contact-form {
	width: 420px;
}

#contact-form label {
	clear: left;
	float: left;
	width: 80px;
}

#contact-form input, form textarea, form select  {
	float: left;
	width: 310px;
}

#contact-form textarea {
	height: 130px;
}

h1, h2, h3 {
	color: rgb(0, 43, 127);
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: inherit;
}

div {
	margin: 0;
	padding: 0;
}

body a img {
	border: none;
}

img.fit {
	width: 625px;
}

ul.horiz {
	list-style: none;
	padding: 0;
	margin: 2px 0 0;
	margin-left: -2px;
}

ul.horiz li {
	display: inline;
	margin-left: 2px;
}

ul.plain {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sublevel {
	margin-left: 10px;
}

table.center td, table.center th, table td.center, table th.center {
	text-align: center;
	vertical-align: middle;
}

table {
	width: 640px;
	font-size: 0.9em;
	text-align: left;
	border-collapse: collapse;
}

table td, table th {
	margin: 0;
	padding: 5px;
	border: 1px solid rgb(180, 180, 180);
}

table thead {
	text-align: center;
}

table th {
	color: rgb(240, 240, 240);
	background-color: rgb(0, 43, 127);
}

table th.subhead {
	color: rgb(40, 40, 40);
	background-color: rgb(230, 230, 230);
}

table th.left {
	text-align: right;
	width: 130px;
}

form {
	padding: 10px;
	background-color: rgb(240, 240, 240);
	border: 1px solid rgb(123, 123, 123);
	
}

form label {
	margin: 5px;
	text-align: right;
}

form input, form textarea, form select  {
	margin: 5px;
	border: 1px solid rgb(123, 123, 123);
}

.image {
	margin: 0;
	margin-left: 15px;
}

.border {
	border: 1px solid rgb(40, 40, 40);
}

.center-block {
	text-align: center;
}

.highlight-box {
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: rgb(0, 43, 127);
}

.side-right {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	
}

.side-right .side-body {
	width: 203px;
	
	padding: 5px;
	padding-left: 10px;
	
	text-align: left;
	font-size: 0.8em;
	
	line-height: 1.7;
	
	border-left: 1px solid rgb(123, 123, 123);
	border-right: 1px solid rgb(123, 123, 123);
	background-color: rgb(240,240,240);
	
	color: rgb(40, 40, 40);
}

#page #body .side-body a {
	color: rgb(40, 40, 40);	
}

#page #body .side-body a:hover {
	color: rgb(40, 40, 120);	
}

.side-right .side-body h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.7em;
}

.side-top, .side-bottom {
	width: 220px;
	height: 12px !important;
	height: 5px;
}

.side-right .side-top {
	background: url(../images/sidetop.png);
}

.side-right .side-bottom {
	background: url(../images/sidebottom.png);
}

.side-right .button-box {
	width: 220px;
	height: 150px;
	margin: 10px 0;
	text-align: center;
	font-size: 1.7em;
	font-weight: normal;
}

.side-right .button-box a {
	display: block;
	padding-top: 40px;
	width: 220px;
	height: 110px;
}

#page .side-right .button-box.a {
	color: white;
	background: url(../images/circle.png) no-repeat center center;
}

#page .side-right .button-box.a a {
	color: white;
	font-weight: bold;
}

.side-right .button-box.b {
	background: url(../images/circleb.png) no-repeat center center;
	color: rgb(40, 40, 40);
}

#body .button-box.b a {
	color: rgb(40, 40, 40);
	font-weight: bold;
}

.feature-block img {
	float: left;
	width: 240px;
}

.feature-block.wide h2, .feature-block.wide p, .feature-block.wide ul {
	margin-left: 250px;
	padding-left: 20px;
}

.feature-block.tall img {
	float: left;
	width: 180px;
}

.feature-block.tall h2, .feature-block.tall p, .feature-block.tall ul {
	margin-left: 190px;
	padding-left: 20px;
}

.feature-block.portrait img {
	float: left;
	width: 120px;
}

.feature-block.portrait h2, .feature-block.portrait p, .feature-block.portrait ul {
	margin-left: 130px;
	padding-left: 20px;
}

.float-left {
	float: left
}

.float-right {
	float: right
}
	
.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.caps {
	text-transform: uppercase;
}

.hidden {
	display: none;
}

#page #body #content #error.error {
	color: red;
	font-size: 0.85em;
	line-height: 1.2;
}

p.mission {
	line-height: 2.5;
	padding: 0 80px;
	font-size: 1.3em;
	font-weight: bold;
}

@media print {
	#nav a {
		border: 1px solid rgb(40, 40, 40);
		margin-right: -1px;
	}
	
	#bar {
		display: none;
	}
	
	.side-right {
		visibility: hidden;
	}
}
