@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F1FCFF;
	background-image: url(../graphics/header/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 115%;
}
.twoColFixRtHdr #shadwrap #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E8F6FE;
	background-image: url(../graphics/main/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: center 240px;
	margin-right: auto;
	margin-left: auto;
	list-style-position: outside;
	list-style-type: none;
} 
.twoColFixRtHdr #header {
	background-image: url(../graphics/header/header.jpg);
	background-repeat: no-repeat;
	height: 223px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 43px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #shadwrap #container #sidebar1 img {
	padding-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #footer {
	background-image: url(../graphics/footer/back.jpg);
	height: 190px;
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer #footmid {
	background-image: url(../graphics/footer/footer.jpg);
	background-repeat: no-repeat;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 150px;
	text-align: left;
	padding-left: 40px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #143149;
	line-height: 110%;
	margin-top: 30px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.twoColFixRtHdr #shadwrap {
	background-image: url(../graphics/main/shadbacktile.png);
	background-repeat: repeat-y;
	width: 976px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #footer #footwrap {
	background-image: url(../graphics/main/shadbacktile.png);
	background-repeat: repeat-y;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #footer #footwrap #footmid a {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar {
	background-image: url(../graphics/header/1pix.jpg);
	background-repeat: repeat-x;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	}

#navbar  ul {
	list-style-type: none;
	margin: 0px;
}
	
#navbar li {
	float:left;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	line-height: 36px;
}


#navbar li a {
	margin-right: 20px;
	display:block;
 width: auto padding:0;
	margin:0;
	padding-bottom:13px;
 height: 14px float: left;
	text-decoration: none;
	color: #FFFFFF;
}

#navbar li a.open  {
	color:#fff;
	background-image: url(../graphics/header/triangle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#navbar li a:hover  {
	color:#003399;
}
.twoColFixRtHdr #shadwrap #container #mainContent #form1 .textfield {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 28px;
	background-image: url(../graphics/main/back.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #shadwrap #container #mainContent #form1 fieldset {
	margin-left: 90px;
	width: 300px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #shadwrap #container #sidebar1 li {
	margin-bottom: 10px;
	color: #686868;
}
.twoColFixRtHdr #shadwrap #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #143149;
}
.twoColFixRtHdr #shadwrap #container #sidebar1 ul {
	list-style-type: none;
	padding: 0px;
}
.twoColFixRtHdr #shadwrap #container #mainContent #form1 #enquiry {
	display: block;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../graphics/main/back.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #shadwrap #container #mainContent #form1 label {
	color: #666666;
}
.twoColFixRtHdr #footer #footwrap #footmid #emailink {
	float: right;
	margin-right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
.twoColFixRtHdr #shadwrap #container #header #emaillink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 659px;
	top: 168px;
}
.twoColFixRtHdr #shadwrap #container #header #emaillink a {
	color: #FFFFFF;
	text-decoration: none;
}

