/* Light blue: #29619F */
/* Dark blue: #38465D */

/* Redefined tags */
html { 
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
}

body {
	font-family: "Franklin Gothic Medium", Arial, Helvetica;
	font-size: 10pt;
	margin:0px;
}

blockquote {
	text-align: justify;
}

div.missionstatement {
	font-weight: bold;
	font-style: italic;
}

ul{
	margin-top:0px;
	padding-top:0px;
}

li{
	margin-bottom:4px;
}

p {
	color: #666666;
}

td {
	vertical-align:top;
}

th {
	text-align: center;
}

a img {
	border-color: black;
}

/* Tag-specific classes */
table.service {
	border:thick;
	border-color:#FFFFFF;
}
td.cell1, th.cell1, td.cell2, th.cell2, td.cell3, th.cell3 {
	width: 180px;
}

td.cell1 p, th.cell1 p, td.cell2 p, th.cell2 p, td.cell3 p, th.cell3 p {
	color: #000000;
}

td.cell1, th.cell1 {
	background-color:#00CCCC;
	text-align: center;
}

td.cell2, th.cell2 {
	background-color:#99FF99;
}

td.cell3, th.cell3 {
	background-color:#CCFFFF;
}

td.cell2, td.cell3 {
	text-align: left;
}

td.cell3 ul {
	padding-left: 20px;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#0066FF;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}

a.bottomMenu, a:link.bottomMenu, a:visited.bottomMenu {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

a:hover.bottomMenu {
	color:#990000;
	text-decoration:underline;
}

a.menu, a:link.menu, a:visited.menu {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	left: -40px;
	top: 4px;
}

hr.gray {
	height: 1px; 
	border: none; 
	color: gray; 
	background: gray;
}

/* Named elements */
#divPage {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	width: 800px;
}

#divBanner {
	width: 800px;
	height: 243px;
}

#bannerNoFlash {
	background-image:url('../img/banner.png');
	height: 206px;
	width: 800px;
}

#navigationNoFlash {
	background-image:url('../img/menubar.png');
	height: 31px;
	width: 796px;
}

#divContentWrapper, #divContentFooterWrapper{
	width: 800px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	clear: both;
}

#divMenuSpacer, #divContentSpacer {
	width: 5px;
	float: left;
}

#divMenu {
	width: 200px;
	border: none;
	float: left;
	padding-top: 16px;
}

#divMainContent {
	width: 580px;
	float: left;
	margin-left: 20px;
}

#divContent, #divHeader {
	width: 580px;
	clear: both;
	text-align: justify;
}

#divHeader {
	font-weight: bold;
	font-size: 16pt;
}

#divMenuFooter {
	width: 800px;
	height: 29px;
	background:url('../img/footer_bar.gif');
	background-repeat:no-repeat;
	clear: both;
}

#divFooter {
	clear: both;
	width: 800px;
}

#divValidation {
	width: 550px;
	float: left;
	vertical-align: top;
}

#divAddress {
	width: 250px;
	float: left;
	text-align: right;
	vertical-align: top;
}

/* Menu Design (not position) */
#divMenu {

}

#divMenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divTopMenuImage {
	height: 13px;
	width: 190px;
	margin: 0px 0px 0px 20px;
	background:url('../img/side_nav_top.gif');
	background-repeat: no-repeat;
}

#divBottomMenuImage {
	height: 26px;
	width: 190px;
	margin: 0px 0px 0px 20px;
	background:url('../img/side_nav_bottom.gif');
	background-repeat: no-repeat;
}

#divMenu li {
	list-style-type:none;
	height: 26px;
	width: 190px;
	background:url('../img/side_nav_button.gif'); 
	background-repeat:no-repeat; 
	white-space:nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	font-weight:bold;
	font-size:12pt;
}

#divMenu li a, #divMenu li a:link, #divMenu li a:visited {
	display: block;
	text-decoration:none;
	color:#666666;
	text-align: right;
	position: relative;
	right: 40px;
	top: 2px;
}

#divMenu li a:hover {
	display: block;
	text-decoration:none;
	color:#666666;
}

#divMenuFooter {

}

#divMenuFooter ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divMenuFooter li {
	list-style-type: none;
	width: 100px;
	float: left;
	white-space:nowrap;
}

#divMenuFooter li p {
	line-height: 0px;
}

#divMenuFooter li a, #divMenuFooter li a:link, #divMenuFooter li a:visited {
	display: block;
	text-decoration: none;
	text-align: right;
}

#divMenuFooter li a:hover {
	display: block;
	text-decoration: none;
}

/* Login */
#divLogin {
	width: 190px;
	background:url('../img/loginbg_03.jpg');
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}

#divLogin p {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

#divLogin div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divLogin blockquote, #divLogin #divResponse {
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#divLogin blockquote p {
	margin-top: 5px;
}

#divTopLoginImage {
	background:url('../img/loginbg_01.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#divTopLoginImage span, #divTopLoginImage {
	height: 32px;
	width: 190px;
	display: block;
}

#divTopLoginImage span {
	display: none;
}

#divBottomLoginImage {
	height: 20px;
	width: 190px;
	background:url('../img/loginbg_04.jpg');
	background-repeat: no-repeat;
}

/* Custom classes */
.blueBorder {
	border: thin solid #29619F;
}

.topAndBottomBorder {
	border-top: #2961A0 thin solid;
	border-bottom: #2961A0 thin solid;
}

div.bottomMenu {
	width: 100px;
	text-align: center;
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	height: 100%;
	display: table;
	overflow: hidden;
}

div.bottomMenu p {
	line-height: 0px;
}

.topBorder {
	border-top: #2961A0 thin solid;
}

.forminputsmall {
	text-decoration: none; 
	font-size: 6pt; 
	font-weight : normal; 
}

.tinytext {
	font-size: 8pt; 
}

.serviceHeader {
	font-weight: bold;
	white-space:nowrap;
	text-align:center;
}

.disclaimer{
	font-size: 6pt;
}

.menuitem {
	height: 26px;
	background:url('../img/side_nav_button.gif'); 
	background-repeat:no-repeat; 
	white-space:nowrap;
}

.nospace {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.preload, p.preload {
	visibility:hidden;
	display:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: inherit;
}

.S3 {
       font-size: 10pt;
       font-weight: bold;
}

.clientName {
  font-size: 12pt;
  font-weight: bold;
  white-space: nowrap;
}

#divResponse.ajax-loading {
	padding: 20px 0;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
