body{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}

#header{ background-image:url(../images/top-bg.jpg); background-repeat:repeat-x;}
.tableText{margin:0px; padding:0px; font-family:Trebuchet MS, Helvetica, sans-serif;}
.text{font-size:12px; color:#000000; text-decoration:none; line-height:18px;}
.white-text{font-size:12px; color:#ffffff; text-decoration:none;}
.red-text{font-size:12px; color:#fc0000; text-decoration:none; font-weight:bold; line-height:18px;}
.orange-text{font-size:12px; color:#C33; text-decoration:none; font-weight:bold; line-height:18px;}
.text-bold{font-size:12px; color:#000000; text-decoration:none; font-weight:bold; line-height:18px;}
.green-text{font-size:12px; color:#060; text-decoration:none; font-weight:bold; line-height:18px;}

.combox{width:185px; height:20px; font-size:12px;}

.txtbox{width:365px; font-size:12px; color:#000000; text-decoration:none;font-family:Verdana,Arial,sans-serif}

.text-blue{font-size:12px; color:#007ebb; text-decoration:none; font-weight:bold; line-height:18px;}

.page-heading{font-size:20px; color:#007ebb; text-decoration:none;}

.mid-links:link, .mid-links:visited{font-size:12px; color:#000000; text-decoration:none; line-height:18px;}
.mid-links:hover{font-size:12px; color:#007ebb; text-decoration:none; line-height:18px;}

#middle{ width:959px; margin:20px;margin-left:20px}

.border{border:1px solid #e1e0e0;}

.dashed-border-horiz{border-bottom:1px dashed #e0e0e0;}

.dashed-border-top{border-top:1px dashed #e0e0e0;}

.dashed-border-vert{border-left:1px dashed #e0e0e0;}

#footer{background-color:#007dba; width:100%; height:81px;}


.footer-links:link, .footer-links:visited{font-size:12px; color:#ffffff; text-decoration:none; padding:0px 5px;}
.footer-links:hover{font-size:12px; color:#000000; text-decoration:none;}


/* About us page tabber css */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 945px;
height: 500px; /* Set height to be able to contain height of largest content shown*/
border: 4px solid #F4F4F4;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 930px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 950px;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #007ebb;
padding: 2px 5px;
margin-right: 5px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #F4F4F4;
color: black;
}

.glidecontenttoggler a:hover{
background: #F4F4F4;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.c {
	color: #FFF;
}
