*{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #535353;
	font-size: 12px;
}
body{
	background-color: #424241
}

p{
	font-size: 13px;
}
h1 {
    color: #a29061;
    font-size:23px;
	line-height:41px;
	font-weight:700;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	letter-spacing:-2px;
}
h2, h3, h4, h5,h6{color: #8e1313;font-weight: normal;}
h1{font-size: 23px}
h2{font-size: 15px; font-weight: bold}
h3{ font-size: 14px; font-weight: bold}
h4{font-size: 17px}
h5{ font-size: 13px;color: #4e4b4b; font-weight: bold}
h6{font-size: 13px; font-weight: bold}

#top-wrapper{
	height: 20px;
	background: #d50c0c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTE3MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5d0c0c 0%, #ae1717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d0c0c), color-stop(100%,#ae1717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d0c0c 0%,#ae1717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d0c0c 0%,#ae1717 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d0c0c 0%,#ae1717 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d0c0c 0%,#ae1717 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d0c0c', endColorstr='#ae1717',GradientType=0 ); /* IE6-8 */
}
#background{
	background-color: #FFF;
	padding-bottom: 10px;
    min-height: 700px;
}
#top-bar{
	height: 21px;
	border-bottom: 1px solid #a29061;
}
#top-nav{
	width: 960px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#top-nav ul{
	float: right;
}
#top-nav li{
	display: inline-block;
	border-left: 1px solid #FFF;
	padding: 1px 5px 4px 8px;
}
#top-nav li:first-child{
	border-left: none;
}

#top-nav li a{
	text-decoration: none;
	color: #FFF;
	font-size: 9px;
    text-transform: uppercase;
}
#head-wrapper{
	border-bottom: 3px solid #333332;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	width: 362px;
	height: 82px;
	margin-top: -10px;
	margin-left: -15px;
	float: left;
}
#content-wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#search{
	float: right;
	margin-bottom: 13px;
}
#search a{
	font-size: 10px;
	color: #8e1313;
	text-decoration: none;
}
#search a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}
#search input{
	background-image: url(../../Content/Images/Shared/bg-search.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 3px 0 5px;
	height: 20px;
	border: 1px solid #CCC;
	margin: 10px 0 0 5px;
	color: #CCC;
}

#main-nav ul{
    clear: both;
	float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
    z-index: 1000;
}

#main-nav ul li{
	display: inline-block;
    margin: 0 0 0 1px;
	border-left: 1px solid #585858;
	padding-left: 5px;
    position: relative;
    top: 1px;
}
#main-nav ul li:first-child{
	border-left: none;
}

#main-nav ul li a{
	color: #7C7C7C;
    margin: 0;
	font-size: 11.2px;
	text-decoration:  none;
    position: relative;
    line-height: 1.3em;
    display: block;
}

#main-nav ul li a:hover{
    color: #fff;
    background: #8e1313;
}

#main-nav ul li:hover a,
#main-nav ul li.hover a{
    color: #fff;
    background: #8e1313;
}

/* Submenu Items */
#main-nav ul ul {
    position: absolute;
    display: none;
    left: auto;
    float: right;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    border-color: #333333;
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-bottom: 2px;
    width: 15em;
}

#main-nav ul ul li {
    border-left: none;
    border-top:1px solid #ddd;
    right: auto;
    margin: 0;
    clear: right;
    width: 95%;
}

#main-nav ul li ul li:first-child {
    border-top: none;
}

#main-nav ul li ul li a,
#main-nav ul li.active ul li a,
#main-nav ul li:hover ul li a,
#main-nav ul li.hover ul li a {
    background: #fff;
    color: #585858;
    line-height: 1.4em;
    font-size: 11px;
}

#main-nav ul li ul li a:hover,
#main-nav ul li.active ul li a:hover,
#main-nav ul li:hover ul li a:hover,
#main-nav ul li.hover ul li a:hover{
    color: #fff;
    background: #8e1313;
}

#main-nav ul li:hover ul {
    display: block;
}
#left{
	width: 15%;
	float: left;
}
#right{
	width: 83%;
	float: right;
    padding-left: 10px;
}
#side-nav li{
	list-style: none;
	border-top: 1px solid #CCC;
    padding-top: 4px;
    padding-bottom: 4px;
}
#side-nav li a{
	text-decoration: none;
	font-size: 12px;
	color: #585858;
}

#side-nav li a:hover {
    font-weight: bold;
}

#side-nav .active{
	font-weight: bold;
}
#footer-wrapper{
	width: 960px;
    height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#footer-top{
	height: 40px;
	background-color: #333333;
}
#footer-wrapper li{
    color: #ccc;
	list-style: none;
    margin-bottom: 0.2em;
}
#footer-wrapper li a{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-wrapper ul{
	display: inline-block;
	padding-left: 15px;
}
#footer-wrapper ul:first-child{
	padding-left: 0;
}

#footer-wrapper .row{
	margin-bottom: 30px;
}

.tablesorter-default .tablesorter-header {
    padding-right: 18px;
}

.tablesorter-default .tablesorter-header.filter-false {
    background-image: none;
}

.tablesorter thead .disabled {
    display: none;
}

.table-wrapper .tablesorter-default {
    margin: 0;
}

.table-wrapper {
	padding: 10px 0 10px 0;
	background-color: #dfdddd;
	border: 1px solid #CCC;
	margin-top: 10px;
}
.table-wrapper table{
	width: 100%;
    table-layout: auto;
}
.table-wrapper td{
	min-width: 10%;
	border-bottom: 1px solid #CCC;
	margin-bottom: -1px;
}

.table-wrapper td a
{
    display: block;
    padding: 10px 0 10px 10px;
    text-decoration: none;
}

.table-wrapper .head td{
	color: #8e1313 !important; 
    padding: 10px 0 10px 10px;
	font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.table-wrapper .head td:hover {
    cursor: pointer;
}

.table-wrapper .even, 
.table-wrapper tr:nth-of-type(even) {
	background-color: #f4f4f4;
}

.table-wrapper .even td:first-child {
     padding-left: 15px;
}

.table-wrapper tbody tr:hover {
    background-color: #b0afaf;
}
.table-wrapper h2{
	margin-left: 10px;
}

.table-noheader {
    padding: 5px 0 0 0;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	margin-top: 10px;
    width: 475px;
}

.table-noheader table{
    width: auto;
    table-layout: auto;
}

.table-noheader td{
	min-width: 10%;
	padding: 10px 0px 10px 10px;
	margin-bottom: -1px;
    vertical-align: top;
}

.table-noheader .firstcolumn {
    color: #8e1313;
	font-weight: bold;
    font-size: 13px;
}

table.table-firstcolumn tr td:first-of-type,
table.table-oddcolumn tr td:nth-of-type(odd) {
    color: #8e1313;
	font-weight: bold;
    font-size: 13px;
}

.table-header label {
    color: #8e1313;
	font-weight: bold;
    font-size: 13px;
}

.table-noheader p {
    color: #8e1313;
	font-weight: normal;
    font-size: 12px;
}

.table-calculator {
    padding: 5px 0 0 0;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	margin-top: 10px;
    width: 40%;
}

.table-calculator table{
    width: auto;
    table-layout: auto;
}

.table-calculator td{
	min-width: 10%;
	margin-bottom: -1px;
}

.table-calculator .firstcolumn {
    color: #8e1313;
	font-weight: bold;
    font-size: 13px;
}

.table-calculator .secondrow {
    padding-bottom: 10px;
}

.table-calculator p {
    color: #8e1313;
	font-weight: normal;
    font-size: 12px;
}

.buttons{
		background-color: #8e1313;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
		font-size: 14px;
        font-family: 'Droid Serif', serif;
		text-transform: capitalize;
		padding: 5px 10px;
		text-decoration: none;
		border: none;
		font-weight: bold;
		cursor: pointer;
	}

a.buttons,  a.buttons:link, a.buttons :visited,  a.buttons:active {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.auditbutton{
		background-color: #8e1313;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
		font-size: 12px;
        font-family: 'Droid Serif', serif;
		text-transform: capitalize;
		padding: 1px 4px;
		text-decoration: none;
		border: none;
		font-weight: bold;
		cursor: pointer;
        margin-left: 10px;
	}

.addcpbutton{
		background-color: #8e1313;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #FFF;
		font-size: 11px;
        font-family: 'Droid Serif', serif;
		text-transform: capitalize;
		padding: 5px 10px;
		text-decoration: none;
		border: none;
		font-weight: bold;
		cursor: pointer;
	}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #8E1313;
    display: block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #8E1313;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #8E1313;
}

.validation-summary-errors li {
    color: #8E1313;
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.tabletop{
margin:0 auto;
/* background-color: #99CCFF; */
}

.tablehead{
padding-right:3px;
padding-left: 8px;
background-color: #ff0000; /**SAM Added 04/08/2012 ***/
color: #8e1313;
font-size: 14px;
}

/***SAM : Added th.tablehead and TH.tablehead and InfoGrid items 04/08/2012 ****/
TH.tablehead
{
background-color: #dfdddd;
/*background-color:#7F0814;*/
}

th.tablehead
{
background-color: #dfdddd;
/*background-color:#7F0814;*/
}

TR.InfoGrid{
background-color: #99CCFF;
}

tr.InfoGrid{
background-color: #99CCFF;
border-bottom:1px dashed #6C6C6C;
}

tr.InfoGrid:last-child td {
    border-bottom: none;
}

TD.InfoGrid{
padding:0 5px 0 5px;
background-color: #f4f4f4;
border-bottom:1px dashed #6C6C6C;
height:40px;
}

td.InfoGrid{

background-color: #f4f4f4;
height:40px;
}

td.InfoGrid a {
    display: block;
    padding: 10px 0 10px 10px;
    /*text-decoration: none;*/
}

td.InfoGrid:hover {
    background-color: #b0afaf;
}


.calculator {
    width: 100%;
    display: inline-block;
    padding: 28px 0 0 0;
}

.input-data {
    width: 220px;
    float: left;
}

.kyCityValidation {
    border: 1px solid red;

}

/****** Aegis ******/

.text-right { text-align:right; }