* , table{
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:9pt;
}
body {
	margin:0px;
	padding:0px;
	background-color:#67999a;
	background-image:url('images/body-bg.jpg');
	text-align:center;
}
img {
	border:0;
	margin:0;
	vertical-align:bottom;
}
ul {
	margin-top:0.5em;
	list-style-position: inside;
}
h1 {
	font-size:13pt;
	color:white;
	font-weight:bold;
	margin-bottom:1em;
}
h2 {
	font-size:11pt;
	color:white;
	font-weight:bold;
	margin-bottom:0.5em;
}
p {
	margin-bottom:1em;
}
p.noheading {
	padding-top:3em;
	margin-bottom:1em;
}
a {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
	color:red;
}
a.underlinelink {
	text-decoration:underline;
}
@media print  {
	.noprint
	{
		display:none;
	}
}

#bodywrapper {
	border:1px solid #333;
	width:1000px;
	min-height:580px;
	background-color:#3f617e;
	text-align:left;
	margin:auto;
	height:100%;
	margin-bottom:1em;
}





#header
{
	background-color:white;
	border-bottom:1px solid #333;
}
#logo {

	background-color:white;
	width:180px;
	display:inline;
	float:left;
	margin:1em;
	text-align:center;
}
#toptwo {
	float:left;
	border-left:0px solid #333;
	color:white;
	display:inline;
	width:795px;
	background-position:top right;
	background-repeat:no-repeat;
	height:100%;
	border-left:1px solid #333;
	height:165px;
}
#topleft {
	float:left;
	width:418px;	
	height:150px;
	overflow:hidden;
	color:white;
	height:165px;
}
#topright {
	float:right;
	width:356px;
	padding:10px;
	overflow:hidden;
	background-image:url('images/topright-bg.jpg');
	color:white;
	border-left:1px solid #333;
	height:145px;
}



#mainContent {
	overflow:hidden;
	background-image:url('images/bg.gif');
	color:white;
	padding:1em;
	min-height:376px;
	border-left:1px solid #333;
}





/*left nav*/
#leftnavwrapper {
	width:204px;
	background-color:#3f617e;
	float:left;
	display:inline;
	overflow:hidden;
	padding-top:0.5em;
	
	min-height:376px;
}
#leftnavwrapper a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#leftnavwrapper span.mainlink {
	padding:0.5em 0 0.5em 0.5em;	
	background-color:#3B4E5D;
	margin-bottom:0.5em;
	cursor:pointer;
	color:white;
	font-weight:bold;
	display:block;
}
#leftnavwrapper span.mainlink:hover {
	background-color:#061830;
}
#leftnavwrapper .sublinklist {
	background:transparent;
	color:white;
	font-weight:bold;
	padding:0 0 1em 1em;
	list-style-type:disc;
}
#leftnavwrapper a.sublink {
	color:white;
	font-weight:bold;
}
#leftnavwrapper a.sublink:hover {
	text-decoration:underline;	
}
#leftnavwrapper a.sublink:active {
	color:red;	
}




#footer {
	background-color:#061830;
	width:980px;
	display:block;
	text-align:center;
	color:white;
	border-top:1px solid #333;
	float:left;
	overflow:hidden;
	padding:10px;
	height:33px;
}











/*home page*/
#hometitle {
	color:#061830;
	font-size:15pt;
	font-weight:bolder;
	margin:110px 10px 0px 10px;
}
#homeaddress {
	margin:5px 10px 10px 12px;
	font-size:8pt;
	display:inline;
	color:#061830;
}
.largeletter {
	font-size:18pt;
}









/*contact us */
table.contact td {
	vertical-align:top;
	padding:2px;
}
table.contact .required {
	font-size:1.5em;
	color:#FF5500;
}
table.contact .error {
	color:#FF5500;
	text-align:left;
	font-weight:bold;
	border:1px solid #FF5500;
	display:none;
}
table.contact input {
	width:400px;
	font-family:arial;
	font-size:10pt;
}
table.contact textarea {
	width:400px;
	height:100px;
	font-family:arial;
	font-size:10pt;
}
table.contact input.submit {
	width:100px;
}





/*log in*/
#clientLogin {
	border:1px solid #ccc;
	margin:18px 18px 0 18px;
	max-width:300px;
}
#loginTitle {
	padding:0.5em;
	background-color:#3B4E5D;
	color:white;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom:1px solid #ccc;
}
#clientLogin form {
	padding:10px 4px 4px 4px;
	background-color:#83a9be;
	text-align:center;

}
#clientLogin input {
	font-size:9pt;
	font-family:arial;
}
#clientLogin .text {
	height:16px;
	width:98%;
	margin-bottom:8px;
	display:block;
}
.error {
	color:#FF5500;
	text-align:left;
	font-weight:bold;
	display:none;
	margin-bottom:1em;
	background-color:white;
	padding:0.5em;
	font-size:10pt;
	border:2px solid #FF5500;
}
.error h1 {
	color:#FF5500;
	margin-bottom:0.5em;
}
.error a {
	color:#FF5500;
	font-size:10pt;
	text-decoration:underline;
}

.error {
	color:#FF5500;
	text-align:left;
	font-weight:bold;
	display:none;
	margin-bottom:1em;
	background-color:white;
	padding:0.5em;
	font-size:10pt;
	border:2px solid #FF5500;
}
.error h1 {
	color:#FF5500;
	margin-bottom:0.5em;
}
.error a {
	color:#FF5500;
	font-size:10pt;
	text-decoration:underline;
}

.success {
	color:#228B22;
	text-align:left;
	font-weight:bold;
	display:none;
	margin-bottom:1em;
	background-color:white;
	padding:0.5em;
	font-size:10pt;
	border:2px solid #228B22;
}
.success h1 {
	color:#228B22;
	margin-bottom:0.5em;
}
.success a {
	color:#228B22;
	font-size:10pt;
	text-decoration:underline;
}

.userLoggedIn {
	padding:0.5em 0 0.5em 0.5em;
	background-color:#730d0d;
	margin-top:1em;
	cursor:pointer;
	color:white;
	font-weight:bold;
	display:block;
	margin-bottom:0.5em;
}




/*view reports*/
table.callReports
{
	border-collapse:collapse;
}
table.callReports th
{
	border:1px solid black;
	padding:0.5em;
	background-color:#061830;
	text-align:center;
	font-size:10pt;
	color:white;
}
table.callReports td
{
	border:1px solid black;
	padding:0.5em;
	text-align:center;
}

a.sortheader
{
	text-decoration:none;
	color:white;
}




/*tabs*/
div.tab
{
	border:1px solid white;
	display:inline;
	margin-right:1em;
	padding:0.2em 0.5em 0.2em 0.5em;
	background-color:#3B4E5D;
	font-weight:bold;
}
div.tab:hover
{
	background-color:#3f617e;
	border-bottom:1px solid #3f617e;
}

div.selected
{
	border-bottom:1px solid #3f617e;
	background-color:#3f617e;
}
a.tab
{
	text-decoration:none;
}
a.tab:active
{
	color:white;
}


/*time period report*/
.reportInnerWrapper 
{
	background-color:white;
	color:black;
}
.reportInnerWrapper h1
{
	font-size:18pt;
	margin:0;
	padding-bottom:0.5em;
	color:black;
}
.reportInnerWrapper h2
{
	color:black;
	margin:0;
	padding-bottom:1em;
}

.reportInnerWrapper table
{
	border-collapse:collapse;
}
.reportInnerWrapper table th
{
	border:1px solid black;
	padding:0.5em;
	background-color:#3B4E5D;
	text-align:center;
	font-size:10pt;
	color:white;
}
.reportInnerWrapper table td
{
	border:1px solid black;
	padding:0.5em;
}
.headerInfo
{
	font-size:10pt;
	font-weight:bold;
	padding:0.5em;
	border:1px solid black;
	background-color:#3B4E5D;
	color:white;
}
a.showQDetail {
	text-decoration:none;
	font-size:8pt;
	color:#000;
}
a.showQDetail:hover {
	text-decoration:underline;
}

ol li
{
	list-style-type: lower-alpha;
}




/*progress reports*/
table.progressData
{
	border-collapse:collapse;
	margin:auto;
}
table.progressData td
{
	padding:0.5em;
	border:1px solid white;
}
div.progressDataWrapper
{
	float:left;
	margin-left:2em;
}
div.progressDataWrapper h2
{
	font-size:9pt;
	margin-bottom:1em;
}
div.progressSectionWrapper
{
	border-bottom:1px solid white;
	margin-bottom:1em;
	padding-bottom:1em
}




/*Report docs*/
table.reportDocs
{
	border-collapse:collapse;
}
table.reportDocs th
{
	border:1px solid black;
	padding:0.5em;
	background-color:#061830;
	text-align:center;
	font-size:10pt;
	color:white;
}
table.reportDocs td
{
	border:1px solid black;
	padding:0.5em;
	text-align:left;
	vertical-align:top;
}
a.downloadLink
{
	background-image:url('/images/dl.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right:20px;
	height:20px;
}
a.nounderline:hover
{
	text-decoration:none;
}