/* ----- ELEMENTS ----------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	border: 0;
}

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	margin: 0 auto;
	background-color: #162753;
	background-image: url('/_images/public/background_large.jpg');
	background-repeat: no-repeat;
	background-position: center top; 
	background-attachment: fixed;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

p {
	margin-bottom: 15px;
	text-align: justify;
}

ul, ol {
	margin-bottom: 15px;
	margin-left: 10px;
}

fieldset {  
	margin: 1.5em auto 0 auto;  
	padding: 10px; 
	border: 1px dotted #00a8dc;
} 

legend {  
	margin-left: 1em;  
	font-weight: bold;
	background-color: #c8f2ff;
} 

a:link, a:visited {
	color: #3a8ada;
}

a:hover, a:active {
	color: #3a8ada;
}

li {
	margin-left: 20px;
}

/* ----- PUBLIC PAGES ----------------------------------------------------------- */

.clr {
	clear: both;
}

#container {
	margin: 0px auto;
	width: 900px;
	background-image: url(/_images/public/transparent.png);
	background-repeat: repeat;
}

#subtop {
	float: left;
	width: 900px;
	height: 178px;
	clear: both;
	vertical-align: top;
}

#subleft {
	float: left;
	width: 220px;
}

#subright {
	float: right;
	width: 680px;
}

#nav {
	width: 680px;
	height: 25px;
	background-color: #000000;
	padding-top: 5px;
}

#content {
	width: 680px;
	background-color: #FFFFFF;
}

#mainlogo {
	float: left;
	width: 217px;
	height: 77px;
	margin-top: 50px;
	margin-left: 20px;
}

#login {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
}

#bar1, #bar2, #bar3, #bar4, #bar5, #bar6 {
	width: 140px;
	height: 21px;
	float: left;
	margin-bottom: 10px;
	background-color: #cd0000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 6px;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #9f0000;	
}

#content-internal {
	width: 640px;
	padding: 20px;
	padding-bottom: 40px;
}

#footer {
	margin: 0px auto;
	width: 900px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.pageheadings {
	font-weight: bold;
	font-size: 14px;
}

.esix {
	color: #3a8ada;
	font-weight: bold;
}

#photoaccent {
	margin-top: 25px;
	float: left;
}

#services {
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;}

#services th {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	background-color: #c6d9f1;
	border: 1px solid #000000;
}

#services td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #000000;
	width: 25%;
	line-height: 20px;
}

#ot {

}

#otname {
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 5px;
}

#otphoto {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

#ottitle {
	padding-bottom: 10px;
	font-weight: bold;
}

#otemail {
	padding-bottom: 10px;
}

#otphone {
	padding-bottom: 10px;
}

#otbio {
	padding-bottom: 10px;
	line-height: 18px;
	vertical-align: top;
}

#personnel {
	margin-left: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
}

#personnel a {
	color: #FFFFFF;
	text-decoration: none;
}

#testimonials {
	width: 100%;
	border-collapse: collapse;
}

#testimonials td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	padding-bottom: 15px;
	width: 33%;
}

/* ----- APP PAGES ---------------------------------------------------------- */

#appcontainer {
	width: 1150px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 7px;
}

#apptitle {
	width: 100%;
	height: 68px;
	background-color: #0097d1;
	margin-bottom: 7px;
	border-collapse: collapse;
}

#apptitle td {
	vertical-align: top;
	text-align: center;
}

#apptitlename {
	width: 25%;
	border-right: 1px solid #FFFFFF;
}

#apptitleother {
	/*width: 75%;*/
}

#apptitlelogo {
	width: 25%;
	border-left: 1px solid #FFFFFF;
	text-align: right;
}

#appnav {
	background-color: #000000;
	width: 100%;
	color: #FFFFFF;
}

#appnav td {
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

#appnav td a {
	color: #ff9000;
	border-bottom: 1px #ff9000 dotted;
	text-decoration: none;
}

#appsubcontainer {
	width: 100%;
	background-color: #c8f2ff;
	border-collapse: collapse;
}

#appcontent {
	padding: 20px;
	vertical-align: top;
}

#appfunctions {
	width: 150px;
	background-color: #cecece;
	padding: 10px;
	vertical-align: top;
}

#appnotify {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px #00a8dc dotted;
	background-color: #d7d7d7;
	vertical-align: middle;
}

#appfooter {
	width: 1150px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 7px;
}

#appfooter td {
	vertical-align: top;
}

/* ----- CLASSES ------------------------------------------------------------ */

.field {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	font-size: 10pt;
	padding: 2px;
	background-color: #FFFFFF;
}

.button, .button_accept, .button_cancel {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.button {
	background-image: url(/_images/buttonfade.gif);
	background-repeat: repeat-x;
}

.button_accept {
	background-image: url(/_images/buttonfadeaccept.gif);
	background-repeat: repeat-x;
}

.button_cancel {
	background-image: url(/_images/buttonfadecancel.gif);
	background-repeat: repeat-x;
}

.functions {
	width: 100%;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 15px;
}

.functions a {
	color: #0097d1;
	border-bottom: 1px #0097d1 dotted;
	text-decoration: none;
}

.titling {
	font-size: 14pt;
	margin-bottom: 20px;
}

.pubcontent {
	width: 75%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.contable {
	border-collapse: collapse;
}

.contable td {
	padding: 3px;
}

.formtable {
	border-collapse: collapse;
	margin: 0 auto; 
}

.formtable td {
	padding: 3px;
}

.datagrid {
	width: 100%;
	border: 1px solid #0097d1;
	border-collapse: collapse;
}

.datagrid th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #0097d1;
	color: #FFFFFF;
	font-size: 10px;
}

.datagrid td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0097d1;
	font-size: 10px;
}

.searchgrid {
	width: 100%;
	border: 1px solid #0097d1;
	border-collapse: collapse;
}

.searchgrid th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #0097d1;
	color: #FFFFFF;
	font-size: 10px;
}

.searchgrid td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background-color: #F4F4F4;
	color: #000000;
	font-size: 10px;
}

.warning
{
	color: #ac0000;
	font-style: italic;
}

.certvalid {
	background-color: #FFFFFF;
}

.certexpiring {
	background-color: #fae79a;
}

.certexpired {
	background-color: #fa9a9a;
}

/* ----- AJAX LIST ---------------------------------------------------------- */

#ajax_listOfOptions
{
  position: absolute;  /* Never change this one */
  width: 405px;  /* Width of box */
  height: 300px;  /* Height of box */
  overflow: auto;  /* Scrolling features */
  border: 1px solid #0097d1;  /* Dark green border */
  background-color: #FFFFFF;  /* White background color */
  text-align: left;
  font-size: 0.9em;
  z-index: 100;
}

#ajax_listOfOptions div
{  /* General rule for both .optionDiv and .optionDivSelected */
  margin: 1px;    
  padding:  1px;
  cursor: pointer;
  font-size: 0.9em;
}

#ajax_listOfOptions .optionDiv
{  /* Div for each item in list */
  
}

#ajax_listOfOptions .optionDivSelected
{ /* Selected item in the list */
  background-color: #0097d1;
  color: #FFFFFF;
}

#ajax_listOfOptions_iframe
{
  background-color: #F00;
  position: absolute;
  z-index: 5;
}

/* ----- SPECIAL PAGES ------------------------------------------------------ */

.group {
	width: 634px;
	background-color: #d9d9d9;
	color: #c00000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	font-style: italic;
	float: left;
	margin-bottom: 10px;
}

.section {
	width: 640px;
	background-color: #aaaaaa;
	height: 2px;
	float: left;
	margin-bottom: 10px;
}

.section_header {
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

.section_header_alt {
	font-size: 12px;
	font-weight: bold;
	color: #c00000;
}

.coverage_button {
	height: 28px;
	color: #000000;
	background-color: #edbe00;
	background-image: url(/_images/buttonbg.gif);
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
}

.coverage_button:hover {
	background-color: #edbe00;
	background-image: none;
	cursor: pointer;
}
