/* CSS Document */

/* Undo some default styling of common (X)HTML browsers */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input { 
	margin:0; 
	padding:0
}
a img,:link img,:visited img { 
	border:none 
}
address { 
	font-style:normal 
}

/* WT Formatting Styles */
* {
  padding: 0;
  margin: 0;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#edit {
	display:block;
	border:2px dotted #4A6DBF;
	padding:4px;
	margin-bottom:4px;
	/*background-color:#FDFCDF;*/
}
#editbar {
	display:block;
	font-size:12px;
	padding:2px;
	background-color:#3D5FA6;
	color:#CCCCCC;
	text-align:center;
	background-image: url(../images/bg-editbar-blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#editbar.black {
	background-color:#000000;
	background-image: url(../images/bg-editbar-black.jpg);
}
#editbar a {
	color:#ffffff !important;
	text-decoration:none !important;
	display:inline !important;
	background: url(none) !important;
	padding:0px !important;
	margin:0px !important;
	text-transform:none !important;
	font-weight:normal !important;
	border:none !important;
}
#editbar a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}
#note {
	padding:5px;
	background-color:#FFFFCC;
	border:1px dashed red;
	color:#333333;
	font-size:11px;
	margin-bottom:5px;
}
#amm_wt_url_hint_box {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px dotted red;
	color: black;
	font-family: verdana,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 8.5pt;
	padding: 8px;
	margin: 5px;
	background: #ffeecc;
	width: 400px;
}
#amm_wt_url_hint_box input {
	width: 100%;
	font-family: 'courier new',courier,monospace,verdana;
	font-weight: bold;
	font-size: 10pt;
	background: white;
	margin-top:4px;
}
#amm_wt_url_close_box {
	text-align:right; 
	float:right; 
	padding-left:10px;
}
#metaDataHolder {
	width:760px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #ffffff;
	color:#000000;
	margin:0px auto;
	margin-top:25px;
}
#metaDataHolder td {
	padding:10px;
	border:1px solid #475056;
}
/* Page Styles */
body {
	margin: 0px;
	background-color:#ffffff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #868788;
}
a {
	color:#045A8D;
}
a:hover {
	text-decoration:none;
}
#shadowHolder784 {
	margin:0px auto;
	width:784px;
	text-align:left;
}
#shadowTop {
	background: url(../images/shadow-top.jpg) no-repeat center top;
	padding-top: 8px;
}
#shadowRightTop {
	background: url(../images/shadow-rightTop.jpg) no-repeat right top;
	text-align: right;
}
#shadowRightBottom {
	background: url(../images/shadow-rightBottom.jpg) no-repeat right bottom;
	text-align: right;
}
#shadowRight {
	background: url(../images/shadow-right.jpg) repeat-y right top;
	text-align: right;
}
#shadowBottom {
	background: url(../images/shadow-bottom.jpg) no-repeat center bottom;
	padding-bottom: 14px;
}
#shadowLeftTop {
	background: url(../images/shadow-leftTop.jpg) no-repeat left top;
	text-align: left;
}
#shadowLeftBottom{
	background: url(../images/shadow-leftBottom.jpg) no-repeat left bottom;
	text-align: left;
}
#shadowLeft {
	background: url(../images/shadow-left.jpg) repeat-y left top;
	text-align: left;
}
#holder760 {
	width:760px;
	margin:0px auto;
	padding:8px 14px 0px 10px;
	_padding:8px 13px 0px 9px;
	text-align:left;
}
#logo {
	height:86px;
}
#logo h1 {
	display:none;
}
#homeBanner {
	height:155px;
	background: url(../images/bannerShadow.jpg) no-repeat center bottom;
}
#homeBannerPic {
	width:502px;
	height:149px;
	float:left;
}
#homeBannerText {
	width:258px;
	height:149px;
	float:left;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #055A8D;
}
#homeBannerText h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 55px;
	padding-left: 13px;
	line-height: 26px;
	padding-right: 8px;
	
}
#navigation {
	height:21px;
	width:760px;
	background-color:#5E9FC9;
	text-transform:lowercase;
	color:#FFFFFF;
}
#navigation ul#sfLight {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
#navigation ul#sfLight li {
	float:left;
	background: url(../images/divider.gif) no-repeat right center;
	height:21px;
	display:block;
}
#navigation ul#sfLight li.end {
	background:none;
}
#navigation ul#sfLight li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 10px 0px 10px;
	height:17px;
	display:block;
	float:none;
	_float:left;
}
#navigation ul#sfLight li a.current {
	text-decoration:underline;
}
#navigation ul#sfLight li a:hover {
	text-decoration:underline;
}
/* Submenu */
#navigation ul#sfLight ul
{
	display: none;
	list-style:none;
}
#navigation ul#sfLight ul li
{
	margin:0px;
	padding:0px;
	text-align:left;
}
#navigation ul#sfLight ul li a {
	padding:3px 0px 2px 8px;
	border:1px solid #055A8D;
	text-decoration: none;
	display:block;
	width:120px;
	color:#03324E;
	background-color:#A9CBE2;
	font-size:95%;
}
#navigation ul#sfLight li:hover li a,
#navigation ul#sfLight li.sfhover li a,
#navigation ul#sfLight li li a
{
}
#navigation ul#sfLight ul li a.noLine {
	border-bottom:none;
	padding-top:4px;
	padding-bottom:2px;
}
#navigation ul#sfLight li li a:hover {
	text-decoration:none;
	background-color:#80B3D5;
}
#navigation ul#sfLight li li
{
	clear: both;
}
#navigation ul#sfLight li:hover ul,
#navigation ul#sfLight li.sfhover ul
{
	float: left;
	clear: both;
	position: absolute;
	display: block;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
#navigation ul#sfLight li:hover ul,
#navigation ul#sfLight li.sfhover ul
{
	margin-top:0px;
}
#navigation ul#sfLight li:hover ul li a:hover,
#navigation ul#sfLight li.sfhover ul li a:hover,
#navigation ul#sfLight li ul li a:hover
{
}
#middle {
	padding:6px;
	border-bottom:8px solid #5B8FB3;
	background-color:#FFFFFF;
	line-height: 19px;
	width:748px;
}
#middle h2, #middle h3 {
	color:#377BA4;
	font-size:13px;
	margin:0px;
	padding-bottom:2px;
	font-weight:bold;
}
#middleLeft {
	width:490px;
	float:left;
	margin-right: 6px;
}
#middleRight {
	border:1px solid #E1E1E1;
	width:230px;
	float:left;
	padding: 5px 10px 15px 10px;
}
#middleRight em {
	color:#045A8D;
	font-style: normal;
}
#middleRightHolder {
	width:250px;
	_width:251px;
	float:left;
}
#middleRightHolder em {
	color:#045A8D;
	font-style: normal;
}
#middleRight2 {
	border:1px solid #E1E1E1;
	padding: 5px;
}
#middleRightHolder img {
	border:1px solid #E1E1E1;
}
#box {
	border:1px solid #E1E1E1;
	padding: 8px;
	margin-bottom:6px;
}
#box1 {
	border:1px solid #E1E1E1;
	padding: 5px 10px 10px 10px;
	margin-bottom:6px;
	/*height:100px;*/
}
#box1 ul {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
#box2 ul {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
#box3 ul {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
#box1 ul li {
}
#box2 {
	width:226px;
	border:1px solid #E1E1E1;
	float:left;
	margin-right: 6px;
	padding: 7px;
	/*height:215px;*/
}
#box3 {
	width:226px;
	border:1px solid #E1E1E1;
	float:left;
	padding: 7px;
	height:258px; /*was 215px 18 Sept 2009 CM*/
}
#footerLine {
	background-color:#5B8FB3;
	width:760px;
	height:8px;
	margin-top: 6px;
}
.more {
	margin:0px;
	padding:0px;
	margin-top:4px;
}
#requireds {
	margin:0px auto;
	width:750px;
	text-align:right;
	padding-bottom:10px;
}
#requiredsLeft {
	float:left;
	width:50%;
	text-align:left;
}
#requiredsRight {
	float:left;
	width:50%;
}
#content {
	border:1px solid #E1E1E1;
	padding: 5px;
}
#content ul {
	margin-left:25px;
}
#content ul li {
	margin-bottom:1px;
}
.required {
	font-size:130%;
	color:#CC0000;
	font-weight:bold;
}
.formFields {
	color: #055A8D;
	font: bold;
}
#box table {
	color:#5F6061;
}
#box ul {
	margin-left:25px;
	margin-top:7px;
	margin-bottom:7px;
}
#box ul li {
	padding-bottom:1px;
}