
/**

Navy			: #2E4F80
Orange			: #EB6419
Light orange	: #F57B2B
Dark grey		: #3C3C3C
Mid grey 		: #5C5C5C
Light grey		: #E8E8E8
Background 		: #EFEFEF
Links			: #004B89
Button hover	: #406BAC
Negative text	: #BF1722
Postive text	: #000800
Mandatory		: #FF0000
Error block		: #F2DEDE
Description		: #EAEDF2
**/

html { font-weight:normal; font-style:normal; font-size:0.8em; font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; margin: 0px; padding: 0px; border: 0px; outline: 0px;}

h4,h5, h6 { font-size:100%; margin-bottom:0.8em; color:#3C3C3C;}

a           { color:#004B89; text-decoration:none; cursor:pointer !important; }
a:link      {  }
a:hover     { color:#004B89; text-decoration:underline; }
a:visited   {  }
a:active    { color:#004B89; background-color: #E8E8E8; text-decoration:underline; }
a:focus     { color:#004B89; background-color: #E8E8E8; text-decoration:underline; }
a img {
      border: none;
}

body { background:#EFEFEF; margin: 0px; padding: 0px; border: 0px; outline: 0px;}

/**
    Logo
**/
#qg-coa img {
    width: auto;
    height: 90px;
    float: left;
    padding-top: 10px;
}

span.qg-coa-text {
    width: 18em;
    font-size: 1em;
    padding-right: 0.5em;
    padding-top: 25px;
    margin: 1.7em 0 0 .5em;
    font-family: arial, sans-serif;
    font-weight: bold;
    display: block;
    float: left;
}

span.qg-coa-text a {
	color:#004b89;
	text-decoration:none;
}

/**
	Global Layout
**/
#topBar {
	background-color: #db6f24;
	height: 5px;
}

#appHeader {
	background-color:#FFFFFF;
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: auto;
	min-height: 105px;
	overflow: hidden;
	padding-right: 1%;
	padding-left: 1%; 
}

#appHeader .inner {
    margin: auto;
    display: block;
	position: relative;
}


#appHeader #logo {
	margin-top: 12px;
	left: 0.7em + 5px;
}

#appHeader #logo img {
	height: 41px; 
	margin: 5px;
	padding: 0;
}

#appHeader #text {
	font-size:17px; color:#2E4F80; font-weight: bold; display: inline-block; left: 0.7em + 5px;
}

#header_user {
    font-size: 0.95em;
    margin:0 0 0 1em;
    color:#556;
    text-align: right;
}

#header_username {
	font-weight: bold;
}


#appMenuContainer {
	background-color: #3c3c3c;
	min-height: 35px;
}
#appMenu {
    display: block;
    margin: auto;
	position: relative;

}
#appMenu ul#nav {
    list-style-type: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 2;
}
#navigation ul#nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: initial;
    height: auto;
    opacity: 1;
    overflow: inherit;
    padding: 0;
    position: relative;
    right: auto;
    width: auto;
}
#navigation ul#nav:after {
    display: none;
}
#navigation ul#nav.active {
    opacity: 1;
    right: 0;
}
#navigation ul#nav li ul li a, #navigation ul#nav li.active ul li a {
    font-size: 1em;
}

ul#nav {
    list-style-type: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 2;
}
ul#nav li {
    border-right: 1px solid #6A6A6A;
    color: #FFFFFF;
    float: left;
    list-style-type: none;
    padding: 0;
	font-weight: bold;
}
ul#nav li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0 15px;
}
ul#nav > li > a {
    line-height: 2.3em;
    min-height: 2.3em;
}

ul#nav li.active ul {
    left: -9999px;
    position: absolute;
    width: 230px;
}
ul#nav li:hover ul, ul#nav li.open-nav ul {
    left: auto;
}
ul#nav li a {
    font-size: 1.2em;
}

ul#nav > li > a:hover, ul#nav > li > a:focus, ul#nav > li:hover > a, ul#nav > li.active:hover > a ul#nav li.open-nav > a, ul#nav > li.active > a:hover, ul#nav > li.active > a:focus {
	border-top: 4px solid #EB6419;
	background: none repeat scroll 0 0 #173860;
    line-height: 1.8em;
    min-height: 1.8em;
}
ul#nav li ul li {
    border-bottom: 1px solid #264e71;
    border-right: medium none;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#nav li.active ul {
    border-top: medium none;
}
ul#nav li ul {
    height: auto;
    left: -99999em;
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0 0 5px;
    position: absolute;
    top: auto;
    width: 230px;
    z-index: 3;
}
ul#nav li a.mobile-only, ul#nav li.active a.mobile-only {
    display: none;
}
#header_left {
	overflow: hidden;
	position: relative;
	float: left;
	max-width: 80em; 
}
#header_right {
	overflow: hidden;
	position: relative;
	max-width: 80em; 
}
#header_right #global_links {
	width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 0.95em;
	float: right;
}
#header_right #global_links #tools {
	padding-left: 0px;
}
#header_right #global_links ul {
    display: block;
    margin: 0;
    float: right;
    list-style: none;
}
#header_right #global_links ul li {
    display: block;
    float: left;
    margin: 0 0 0 18px;
    padding: 0.5em 0;
}
#header_right #global_links ul li.site-search-list {
    padding: 0;
}
#header_right #global_links ul li a {
    color: #686a69;
}
#header_right #global_links ul li a:hover {
    color: #DC6F23;
}
#header_right #global_links ul li.active a {
    color: #DC6F23;
}

#header_right #phone {
    display: block;
    width: auto;
    clear: both;
    color: #db6f24;
    font-size: 1.4em;
    font-weight: bold;
    padding: 2px 0 0 15px;
    background: url(../images/gen-sprite.png) no-repeat -147px 0px;
    float: right;
    margin: 30px 0 0px 0;
}

#header_right #phone a {
    color: #;
}

#header_right #logo {
    float: left;

}

#header_right #text {
    float: left;

}

@media 
only screen and (min-device-width : 320px) and (max-device-width: 480px),
only screen and (max-device-width: 640px) and (orientation: landscape),
only screen and (max-width: 241px),
only screen and (max-width : 480px) {
	#appHeader #logo {
		float: left;
	}
	
	#appHeader #logo img {
		height: 25px; 
		margin: 0;
		padding: 0;
	}
	
	#appHeader #text {
		font-size:100%; color:#2E4F80; font-weight: bold;
	}
}


#appFooterContainer {
    background-color: #4f4f4f;
    margin-top: 15px;
    min-height: 100px;
    text-align: center;
}
#appFooter {
    background-color: rgb(60, 60, 60);
    color: #ffffff;
    font-size: 0.9em;
    margin: auto;
    min-height: 60px;
    position: relative;
}
#footer_nav {
    padding: 1em 1em;
}
#footer_nav a {
    color: #ffffff;
}
#footer_nav #copyright {
    padding: 1em 0em;
    display: block;
    
}
#footer-nav-links {
	display: block;
}
#footer-nav-links ul {
	display:inline-block;
	list-style:none outside none;
	margin:0 auto;
	padding:0;
}
#footer-nav-links ul li {
    float: left;
    margin: 0 10px 0 0;
}
#footer-nav-links ul li a {
    text-decoration: none;
}
#footer-nav-links ul li a:after {
    content: "";
    padding: 0 0 0 1em;
	display:inline-block;
}
#footer-nav-links ul li a:hover span {
    text-decoration: underline;
}
#footer-nav-links ul li a:focus {
    background-color: #3c3c3c;
}

#globalErrors {
	background-color:#F2DEDE; min-height: 25px; margin: 1em; color:#3C3C3C; padding: 2px 0 2px 0;
}

#flashMessages { margin:auto; position:relative; text-align:center; min-height: 15px;}

#flashMessages .message {color:#008000;}

#flashMessages .warning {color:#004B89;}

#flashMessages .errors {color:#BF1722;}

.hasSideBar {max-width:1000px;}

.noSideBar {max-width:800px;}

#appContentContainer {margin:auto; position:relative;}

#appContent {min-height: 550px; background-color:#FFFFFF;}

#appSidebar {background-color:#FFFFFF;}

#appSidebar ul {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#appSidebar ul li {
	background: url(../images/bullet-sprite.png) -1249px -3px no-repeat;
	width: 80%;
	padding: 0px 0px 12px 12px;
	margin-left: 15px;
}

@media screen and (min-width: 47.5em ) {
	.withSideBar { margin-right: 19.5em; }
	#appSidebar { position: absolute; top: 0; right: 0; width: 18.75em; }
}


#appContent ul {}
#appContent li {padding: 0.2em;}


/**
	Sections
**/
h2      {font-size:140%; padding:0.8em 0 0.6em; text-indent: 0.8em; display: inline-block; color:#2E4F80; font-weight: bold; width: 100%;}
.section {}
.section .sectionLabel {font-size:140%; padding:0.8em 0 0.6em; text-indent: 0.8em; display: inline-block; color:#2E4F80; font-weight: bold; width: 100%;}
.section .sectionDescription {display: block; color: #3C3C3C; margin: 15px;  margin: 15px; background-color: #EAEDF2; padding: 0.5em;}

h3      {font-size:120%; margin-bottom:0.8em; color:#3C3C3C; font-weight: bold;}
.subSection {background-color:#FFFFFF;}
.subSection .sectionLabel {font-size:120%; margin-bottom:0.8em; color:#3C3C3C; font-weight: bold;}
.subSection .sectionDescription {display: block; color: #3C3C3C; margin: 15px; background-color: #EAEDF2; padding: 0.5em;}

.breakHR { margin-left: 5px; margin-right: 20px; height:3px; background-color:#EFEFEF; margin-bottom: 10px;}

@media 
only screen and (min-device-width : 320px) and (max-device-width: 480px),
only screen and (max-device-width: 640px) and (orientation: landscape),
only screen and (max-width: 241px),
only screen and (max-width : 480px) {
	.section {margin: 1em 0 1em 0;}
}

/**
	Display
**/
.displayField {margin: 1em;}
.displayField label {color:#3C3C3C;	margin-left: 15px; display: block; font-weight: bold;}
.displayField span {margin-left: 15px; display: inline; max-width: 90%;}

/**
 	Content
**/
#contentHeader {}
#contentHeader .sectionLabel {font-size:140%; padding:0.8em 0 0.8em; text-indent: 0.8em; display: inline-block; color:#FFFFFF; background-color: #2E4F80; font-weight: bold; width: 100%;}
#contentHeader .sectionDescription {display: block; color: #3C3C3C; margin: 15px;  margin: 15px; background-color: #F0F0FF; padding: 0.5em;}

/**
	Forms
**/
h1      {font-size:140%; padding:0.8em 0 0.8em; text-indent: 0.8em; display: inline-block; color:#FFFFFF; background-color: #2E4F80; font-weight: bold; width: 100%;}
#formHeader {}
#formHeader .sectionLabel {font-size:140%; padding:0.8em 0 0.8em; text-indent: 0.8em; display: inline-block; color:#FFFFFF; background-color: #2E4F80; font-weight: bold; width: 100%;}
#formHeader .sectionDescription {display: block; color: #3C3C3C; margin: 15px;  margin: 15px; background-color: #F0F0FF; padding: 0.5em;}

#formBody {margin-left: 15px; padding-bottom: 15px;}

.formField {margin: 0 1em 1em 1em;}

.formField .mandatory {color:#FF0000; position:absolute; margin-left: -10px;}

.formField label {color:#3C3C3C; display: block;}

.formField .description {display: block; font-size:75%; color: #5C5C5C; padding-top: 1em;}

.formField .error {color:#BF1722; display: inline; background-color:#F2DEDE; width: 100%;}

.formField .errorSpan {display: block;}

.formField textarea {display: block; max-width: 90%; border: 1px solid #d3d3d3; padding: 5px 8px 3px; color: #686a69; resize: none;}

.formField textarea:focus {border: 1px solid #004b89;}

.formField input {font-family: "Verdana"; display: inline; max-width: 90%; border: 1px solid #d3d3d3; padding: 5px 8px 3px; color: #686a69;}

.formField input:focus {border: 1px solid #004b89;}

.formField input[type="radio"] {border: none;}

.formField input[type="file"] {background-color: #FFFFFF; color: #FFFFFF; border: none;}

.formField select {font-family: "Verdana"; display: inline; max-width: 90%; border: 1px solid #d3d3d3; padding: 5px 8px 3px; color: #686a69;}

.formField select:focus {border: 1px solid #004b89;}

button {font-family: "Verdana"; border-style: none; color:#FFFFFF; background-color: #2E4F80; padding: 0.2em 0.5em 0.2em 0.5em;}

button:hover{background-color: #406BAC;}

input[type="submit"] {font-family: "Verdana"; border-style: none; font-size:110%; color:#FFFFFF; background-color: #2E4F80; 
padding: 0.5em 1.5em 0.5em 1.5em; cursor:pointer !important;}

input[type="submit"]:disabled {
   background-color: #D3D3D3;
}

.primary:hover{background-color: #406BAC; color:#FFFFFF;}
.primary {background-color: #2E4F80; color:#FFFFFF;}

.secondary:hover{background-color:#5C5C5C; color:#FFFFFF;}
.secondary {background-color:#E8E8E8; float:right; color:#3C3C3C;}

.formField .radioButton {padding-left: 25px; padding-top: 2px;}
.formField .radioButton label {display: inline; font-size: 0.9em;}

#uploaded {}
#uploaded span {display: inline;}

#captchaControls {margin-left: 12px; }
#captchaChallenge {height: 53px; width: 240px; }
#audioCaptchaDownloadLink { margin-top: 5px; }

.clearFloat {clear: both;}

.wizard a {
    color: #3C3C3C;
}
.wizard div {
    margin-top: 5px;
    float: left;
}
.wizard a:not([href]) {
    text-decoration: none !important;
    cursor: default !important;
}
.wizard a {
    padding: .95em;
    margin-right: .5em;
    background: #E8E8E8;
    position: relative;
    display: inline-block;
}
.wizard div a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard div a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #E8E8E8;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.wizard div:first-child a:before,
.wizard div:last-child a:after {
    border: none;
}
.wizard div:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard div:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.wizard div a.visited:hover:after {
    border-left-color: #8b8b8b;
}

.wizard a:hover.visited {
    background-color: #8b8b8b;
}

.wizard .visited {
    background: #5C5C5C;
}

.wizard .visited:after {
    border-left-color: #5C5C5C;
}

.wizard .current {
    background: #2E4F80;
}

.wizard .visited, .wizard .current, .wizard :hover.visited {
    color: #FFF;
}

.wizard .current:after {
    border-left-color: #2E4F80;
}

.wizard span {
    margin-left: 18px;
}

.wizard div:first-child span {
    margin-left: 0;
}

.wizard a:hover {
    text-decoration: none !important;
}

.resultsTable {
	width:100%; 
    margin:5px 0; 
    border-collapse:collapse;
    border-bottom:1px solid #AAA;
}

.resultsTable thead{
    border-collapse:collapse;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
}

.resultsTable thead th {
    background:#BBBBBB;
    padding:0.5em;
    vertical-align: middle;
    font-weight: bold;
    text-align:left;
    color: #000000;
}

.resultsTable thead a {
    color:#045F9E;
}

.resultsTable thead th.sorted {
    background-color:#EEEEEE;
}

.resultsTable thead th.alignRight {
    text-align:right;
}    

.resultsTable thead th.sortable {
	padding-right: 1.5em;
    color:#1391C9;
}

.resultsTable th.order1 {
    padding-right: 1.5em;
    background-image: url(../images/arrow_up.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.resultsTable th.order2 {
    padding-right: 1.5em;
    background-image: url(../images/arrow_down.gif);
    background-position: right;
    right: 10px;
    background-repeat: no-repeat;
}

.resultsTable td {
	vertical-align:middle;
	padding:0.6em 0.5em;	
}

.resultsDiv {
	padding: 1em;
}

@media
only screen and (min-device-width : 320px) and (max-device-width: 480px),
only screen and (max-device-width: 640px) and (orientation: landscape),
only screen and (max-width: 241px),
only screen and (max-width : 480px) 
.resultsDiv {
	padding: 1em;
}

.resultsItemDiv {
	border-collapse:collapse;
    border:1px solid #AAA;
}

.resultsItemPropertyDiv {
	margin: 0.5em;
} 

.resultsItemPropertyDiv label {
	color:#3C3C3C; font-weight: bold;
}

.resultsItemPropertyDiv span {
	
}

.odd {
	
}

.even {
	background: #E8E8E8;
}

.injuredPeopleNav {
    padding-left: 0px !important;
}

.injuredPeopleNav div {
    float: left;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 6px 3px 8px 3px;
    background: #E8E8E8;
    width: 80px;
    height: 30px;
}

.injuredPeopleNav div:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.injuredPeopleNav div:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.injuredPeopleNav div:hover.visited {
    background: #8b8b8b !important;
}

.injuredPeopleNav div.visited {
    background: #5C5C5C;
}

.injuredPeopleNav div.current {
    background: #2E4F80;
}

.injuredPeopleNav div.visited, .injuredPeopleNav div.current, .injuredPeopleNav div:hover.visited {
    color: #FFF;
}

.injuredPeopleNav div a {
    color: inherit;
    background: inherit;
}

.injuredPeopleNav div a:hover {
    text-decoration: none !important;
}

.injuredPeopleNav div:not(.visited) {
    cursor: default !important;
}
