/*-----------------------------------------
light blue: #0563FF
dark blue: #000098
-----------------------------------------*/

/*-----------------------------------------
style resets
-----------------------------------------*/
BODY, UL, LI, H1, H2, H3, H4, H5, H6, P, FORM, INPUT, FIELDSET {
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
UL, LI {
	list-style-type: none;
}
IMG, FIELDSET {
	border: 0;
}
A {
	outline: 0;
}
/*-----------------------------------------
body, container and default text/link styles
-----------------------------------------*/
BODY {
	color: #666;
	background: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1.125em; /* 16px x 1.125 = 18px */
}
#container {
	font-size: 0.75em; /* 16px x 0.75 = 12px */
	width: 800px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
H1 {
	font-size: 160%;
	color: #000098;
	padding-bottom: 5px;
}
H2 {
	font-size: 140%;
	color: #000098;
	padding-bottom: 5px;
}
H3 {
	font-size: 120%;
	color: #000098;
	padding-bottom: 5px;
}
A:link, A:visited {
	color: #666;
}
A:hover, A:active, A:focus {
	color: #333;
}
P {
	margin-bottom: 1em;
}
INPUT {
	font-family: arial, verdana, sans-serif;
}
.hide {
	display:none;
}
/*-----------------------------------------
header (inc. logo and strapline)
-----------------------------------------*/
#header {
	background: url(../images/header-bg.gif) repeat-x bottom;
	width: 100%;
	height: 90px;
	padding-top: 26px;
	margin-bottom: 0px;
}
#logo {
	float: left;
	margin-left: 40px;
	width: 241px;
}
#strapline {
	float: right;
	margin-right: 2em;
}
/*-----------------------------------------
navtop
-----------------------------------------*/
#navtop {
	background: url(../images/navtop-bg.gif) repeat-x bottom;
	height: 33px;
}
#navtop-bar {
	background: url(../images/navtop-bar.png) no-repeat top;
	width: 100%;
	height: 9px;
}
#navtop UL {
	overflow: auto; /* clear floated list items */
	width: 100%;
}
#navtop LI, #navtop LI.open {
	font-weight: 600;
	font-size: 100%;
	float: left;
	padding-right: 2px;
	display: block;
	padding: 7px 8px 8px 8px;
	text-decoration: none;
	color: #000098;
}
#navtop LI.open {
	color: #fff;
	background: url(../images/navtop-li_on.gif) repeat-x bottom;
}

/*-----------------------------------------
row and column structure
-----------------------------------------*/
#main {
	padding-top: 2.5em;
}
#row1, #row2 {
	overflow: hidden; /* encompass floated elements */
	clear: both;
}
.leftcol {
	float: left;
	width: 475px;
}
.rightcol {
	margin-left: 495px; /* 475+20 */
}
.rightcol p {
	line-height: 118%;
	margin-bottom: 10px;
}
#row1 .rightcol {
	height: 340px;
	line-height: 1.25em;
	position: relative;
}
#row2 .leftcol DIV {
	background: url(../images/divider.gif) no-repeat 135px 50%;
	border-bottom: 1px solid #73abfe;
	height: 83px;
	position: relative;
}
#row2 .leftcol IMG {
	height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
#row2 .leftcol P {
	height: 3em;
	margin-top: -1.5em;
	position: absolute;
	top: 50%;
	left: 155px;
}
#row2 .leftcol A {
	color: #000098;
	font-weight: bold;
	text-decoration: none;
}
#row2 .leftcol A:hover {
	text-decoration: underline;
}
#row2 .rightcol IMG {
	margin-top: 20px;
}
/*-----------------------------------------
photos
-----------------------------------------*/
#photo3 {
	float: left;
}
#photo4 {
	float: right;
}
/*-----------------------------------------
contact
-----------------------------------------*/
#contact {
	background: url(../images/contact-bg.gif) repeat-x bottom;
	width: 305px; /* 800-495 */
	position: absolute;
	bottom: 0;
}
#contact H1 {
	margin: 0;
}
#contact UL {
	margin: 0px 0 10px 20px;
}
#contact LI {
	list-style-image: url(../images/bullet.gif);
}
#contact P {
	margin-top: .5em;
}
#contact SPAN {
	color: #000098;
	font-weight: bold;
}
.uniquelink A {
	color: #fff;
	background: url("../images/unique-spaces.png");
	font-weight: 700;
	text-decoration: none;
	height: 20px;
	padding: 3px 20px 0;
	vertical-align: middle;
	display: block;
}
.uniquelink a:hover { 
	background-position: 0 -23px;
}
/*-----------------------------------------
footer
-----------------------------------------*/
#footer {
	background: url(../images/footer-bg.png) repeat-x bottom left;
	width: 100%;
	padding: 30px 0 20px 0;
	clear: both;
}
#footer P {
	font-size: 85%;
	font-weight: bold;
	color: #000098;
}
#footer P#copyright {
	line-height: 1.25em;
}
#footer P#iso {
	margin: 0.5em 0 .75em 0;
}
#footer A {
	color: #000098;
}
#footer A:hover {
	color: #333;
}
#footer-logos
{
	margin: 0 20px;
	float: left;
}
#simpleclick {
	width: 143px;
	float: right;
	padding: 32px 20px 0 0;
}
