/*general*/

body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #333; line-height: 16px;
	margin: 10px 0 10px 0; padding: 0px; 
	background-color: #E7F1FF; 
	}
	
/*if liquid*/ 
#c//ontainer {
	margin-left: 10px; margin-right: 10px;
	}

/*if fixed*/ 
#container {
	width: 740px; margin-left: auto; margin-right: auto;
	}

h3 {
	display: none;
	}
	
.break {
	clear: both;
	}
	
a:link, a:visited { text-decoration: none; color: #333;  }
a:hover { text-decoration: underline; color: #333;  }
	
/*header*/

#header {
	height: 100px; margin-bottom: 10px;
	background-color: #355481;
	
	text-align: center;
	}
	
/*logo*/

/* if centered logo*/
#logo {
	display: block; f/loat: left; width: 740px; height: 100px; 
	margin-left: auto; margin-right: auto;
	background-image: url(img/logo3.gif); 
	background-position: 0 0; 
	}
#logo span {display: none;}

/* if left or right logo*/
#l//ogo {
	display: block; float: left; width: 435px; height: 100px; 
	margin-left: 10px;
	background-image: url(img/logo.gif); 
	background-position: 0 0; 
	}
	
/* nav */

#globalNav {
	color: black; font-weight: bold; text-transform: lowercase;
	position: relative; height: 30px; 
	padding: 0px ; margin: 0px; 
	background-color: #355481;
	}
	
#globalLink {
	padding-left: 3px;
	}

a.glink, a.glink:visited { 
	height: 22px;
	color: #004950;
	display: block; float: left;
	margin-right: 3px; margin-top: 3px; padding: 2px 10px 0 10px;
	background-image: url(img/nav-bg.gif);
	}

a.glink:hover {
	background-image: url(img/nav-rollover.gif); 
	text-decoration: none; color: white; 
	}

.skipLinks {
	display: none;
	}
	
/* subnav */

.subglobalNav { 
	color: #ff0000;
	position: absolute; top: 150px;
	height: 26px; 
	padding: 4px 0px 0px 18px; visibility: hidden; 
	}
	
.subglobalNav a:link, .subglobalNav a:visited {
	color: #ff0000; font-family: verdana, sans-serif; font-size: 11px; font-weight:bold;
	}
.subglobalNav a:hover { 
	color: black; text-decoration: underline; 
	}
.subglobalNav a:active {
	color: #000; text-decoration: none;
	}
	
/*===== content =====*/

#contentContainer, #absContainer {
	background-color: #FFF;
	border: 1px solid #355481;
	overflow: auto;
	margin-top: 25px; padding: 15px;
	}
	
#contentContainer2 {
	background-color: #FFF;
	border: 1px solid #355481;
	overflow: auto;
	margin-top: 25px; padding: 15px;
	}
	
	
/* headings */

#contentContainer H1 {
	margin: 0; padding: 0 0 5px 0; 
	color: #355481; font-size: 18px;
	}
	
#contentContainer2 H1 {
	margin: 0; padding: 0 0 5px 0; 
	color: #355481; font-size: 18px;
	}
	
#contentContainer H2 {
	font-size: 14px; color: #0E3337;
	}
	
#contentContainer H4 {
	font-size: 12px; color: #355481;
	}
	
#contentContainer H2 b {
	color: #666; padding-left: 5px;
	}
	
#contentContainer H5 {
	font-size: 9px
	}
	
/* images */

#contentContainer IMG {
	float: right; 
	margin-left: 15px; margin-top: 18px; padding: 4px;
	border: 1px solid #355481;
	}
	

	
#contentContainer .about {
	width: 350px; height: 233px ; 
	}
	
#contentContainer .staff img {
	width: 120px; height: 175px;
	}
	
/* staff container */
	
#contentContainer .staff {
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	overflow: auto;
	}
	
/*contact details*/

#contentContainer dl {
	width: 320px; _margin-top: 20px;
	}
	
#contentContainer dl#headOffice {
	float: left;
	}
	
#contentContainer dl#secondaryOffice {
	float: right;
	}

#contentContainer dl dt {
	float: left; width: 90px;
	padding-bottom: 5px; padding-top: 5px;
	font-weight: bold; color: #000;
	}

#contentContainer dl dd {
	width: 220px;
	padding-bottom: 5px; padding-top: 5px;
	}

/* features buttons - on home page */

#features {
	float: left; width: 340px;
	}

#features SPAN {
	font-size: 12px; font-weight: bold; padding-bottom: 0; display: block;
	}

#features a:link, #features a:visited {
	display: block; margin-bottom: 10px; padding: 5px 0 0 60px;
	width: 250px; height: 52px;
	background-color: #E9FBFD;
	border-bottom: 1px solid #004950;
	background-repeat: no-repeat;
	font-size: 12px; text-decoration: none; color: #355481;
	}
#features a:hover {
	text-decoration: none;
	background-color:#D3FBFF;
	}

#features .appr {
	background-image:url(img/ico_appr.gif);
	}
#features .wish {
	background-image:url(img/ico_wish.gif);
	}
#features .calc {
	background-image:url(img/ico_calc.gif);
	}

/* pdf buttons */

.buttonPdf a:link { 
	width:120px; height:32px;
	display:block;
	background-image:url(img/ico_pdf.gif);
	background-repeat:no-repeat;
	padding-left:40px;
}

.buttonDownload a:link { 
	width:220px; height:51px;
	display:block;
	background-image:url(img/ico_acrobat.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-left:98px; padding-top:12px;
	font-size:9px;
	line-height:12px;
	border-top:1px solid #999;
	color:#333333;
	text-decoration:none;
}

.buttonDownload a:hover { 
	color:#999999;
}
	
/*=== end content ====*/

/* forms */

.formContainer {
	margin-top:20px;
	width:700px;
	}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #98D7DD;
	}

.formContainer fieldset legend {
	color: #004950;
	font-size: 120%;
	text-transform: lowercase;
	font-weight: bold;
	}

.formContainer input, .formContainer textarea, .formContainer select {
	color:#000;
	}

.formContainer input, .formContainer textarea {
	width: 250px;
	}

.formContainer input.small {
	width: 100px;
	}
	
.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 320px;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#333;
	}

.formContainer div.row span.field {
	float: right;
	width: 350px;
	text-align: left;
	}

.formContainer .required {
	color: #355481;
	font-style: normal;
	}

.formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.formContainer input, .formContainer textarea, .formContainer select  {
	border: 1px solid #C6C7DB;
	}

.formContainer .buttonRow input {
	width: auto;
	background-color: #355481;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
	}

.stampState {float:left;width:50px;padding-right:10px;text-align:right}
.stampHeads {float:left;width:120px;font-size:9px;line-height:12px}
.stampFields {float:left;width:120px}

/*footer*/

#footer {
	clear: both; height: 28px;
	margin-top: 10px;
	background-color: #355481;
	font-family: Arial, sans-serif; line-height: 32px; color: #FFF; text-align: center;
	}
#footer ul {
	display: inline; list-style: none;
	font-size: 9px; color: #CCC;
	}
#footer ul li {
	display: inline;
	margin-right: 8px;
	}
#footer a:link, #footer a:visited {
	color: #FFF; font-weight: bold; text-decoration: none;
	}
#footer a:hover {
	color: #DDD; text-decoration: underline;
	}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1633891904 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:800px;
	height:600px;
	text-align:left;
}

#MMMenuContainer0506124732_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0506124732_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:270px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0506124732_0 {
/* This class defines things about menu MMMenu0506124732_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:110px;
	height:58px;
}

.MMMIFVStyleMMMenu0506124732_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124732_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:110px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:106px;
	height:16px;
}

.MMMIVStyleMMMenu0506124732_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124732_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:110px;
	height:19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:106px;
	height:16px;
}

#MMMenu0506124732_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0506124732_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0506124732_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0506124732_0 so we can set its position */
	left:0px;
	top:20px;
}

#MMMenu0506124732_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0506124732_0 so we can set its position */
	left:0px;
	top:39px;
}

#MMMenuContainer0506124732_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0506124732_0 a {
/* Controls the general apperance for menu MMMenuContainer0506124732_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:1px;
	background-color:#99ccff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0506124732_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0506124732_0 */
	color:#ffffff;
	background-color:#000084;
}
#MMMenuContainer0506124217_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0506124217_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:182px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0506124217_1 {
/* This class defines things about menu MMMenu0506124217_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:122px;
	height:77px;
}

.MMMIFVStyleMMMenu0506124217_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124217_1 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:122px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:118px;
	height:16px;
}

.MMMIVStyleMMMenu0506124217_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124217_1 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:122px;
	height:19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:118px;
	height:16px;
}

#MMMenu0506124217_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0506124217_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0506124217_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0506124217_1 so we can set its position */
	left:0px;
	top:20px;
}

#MMMenu0506124217_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0506124217_1 so we can set its position */
	left:0px;
	top:39px;
}

#MMMenu0506124217_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0506124217_1 so we can set its position */
	left:0px;
	top:58px;
}

#MMMenuContainer0506124217_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0506124217_1 a {
/* Controls the general apperance for menu MMMenuContainer0506124217_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:1px;
	background-color:#99ccff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0506124217_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0506124217_1 */
	color:#ffffff;
	background-color:#000084;
}
#MMMenuContainer0506124039_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0506124039_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:117px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0506124039_2 {
/* This class defines things about menu MMMenu0506124039_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:122px;
	height:58px;
}

.MMMIFVStyleMMMenu0506124039_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124039_2 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:122px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:118px;
	height:16px;
}

.MMMIVStyleMMMenu0506124039_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506124039_2 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:122px;
	height:19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:118px;
	height:16px;
}

#MMMenu0506124039_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0506124039_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0506124039_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0506124039_2 so we can set its position */
	left:0px;
	top:20px;
}

#MMMenu0506124039_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0506124039_2 so we can set its position */
	left:0px;
	top:39px;
}

#MMMenuContainer0506124039_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0506124039_2 a {
/* Controls the general apperance for menu MMMenuContainer0506124039_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:1px;
	background-color:#99ccff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0506124039_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0506124039_2 */
	color:#ffffff;
	background-color:#000084;
}
#MMMenuContainer0506123651_3 {
/* This ID is related to the master menu div for menu MMMenuContainer0506123651_3 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:56px;
	top:30px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0506123651_3 {
/* This class defines things about menu MMMenu0506123651_3's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:129px;
	height:115px;
}

.MMMIFVStyleMMMenu0506123651_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506123651_3 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:129px;
	height:20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	height:16px;
}

.MMMIVStyleMMMenu0506123651_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu0506123651_3 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:129px;
	height:19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	height:16px;
}

#MMMenu0506123651_3_Item_0 {
/* Unique ID for item 0 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0506123651_3_Item_1 {
/* Unique ID for item 1 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:20px;
}

#MMMenu0506123651_3_Item_2 {
/* Unique ID for item 2 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:39px;
}

#MMMenu0506123651_3_Item_3 {
/* Unique ID for item 3 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:58px;
}

#MMMenu0506123651_3_Item_4 {
/* Unique ID for item 4 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:77px;
}

#MMMenu0506123651_3_Item_5 {
/* Unique ID for item 5 of menu MMMenu0506123651_3 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenuContainer0506123651_3 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0506123651_3 a {
/* Controls the general apperance for menu MMMenuContainer0506123651_3's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:1px;
	background-color:#99ccff;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0506123651_3 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0506123651_3 */
	color:#ffffff;
	background-color:#000084;
}