body, td{ /* Page and Editor body */
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

#body { /* Page body */
	background-color: #000;
	margin-top: 10px;
	background: url(../images/body_bkgd.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,.componentheading, .contentheading{
	font-size: 26px;
	margin-bottom:3px;
	color: #333;
	margin-bottom: 0px;
	margin-top:0px;
}

h3 {
	font-size: 18px;
	margin-top:3px;
	margin-bottom:3px;
	font-weight: bold;
	color: #000;
}
h4 {
	font-size: 18px;
	margin-top:3px;
	margin-bottom:3px;
	font-weight: bold;
	color: #666;
}

a:link, a:active, a:visited{
	color:#003756;
	text-decoration: none;
}

a:hover{
	color:#003756;
}


a img{
	text-decoration: none;
	max-width:100%;
}

th{
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B1B0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B0;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	background-color: #CCCCCC;
}

img{
	border: 0;
	max-width:100%;
}

/*************************/
/* Layout Table Settings */
/*************************/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	border: 1px solid;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/white_90.png);
}

#headerrow{
	padding: 0;
	margin: 0;
	position:relative;	
    overflow: hidden;
	vertical-align:top;	
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #e7e7e7;	
	border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
	background-color:#fff;
}

#header_div{
	margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}

#header_div p{
	margin: 0px;
	padding: 0px;
}

#menurow{
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#middlerow{
	padding: 0;
	margin: 0;
	position:relative;	
}

#leftcolumn{
	color: #0E50AE;
	vertical-align:top;
}

#maincolumn{
	vertical-align:top;
}

#rightcolumn{
	color: #003756;
	vertical-align:top;
}

#bottomrow{
	text-align:center;	
	font-size:10px;
}

#wrapperfooter{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	margin-top:10px;
	z-index:20; /*bring to top*/
}

#pathway{
	width: 100%;
	height: 24px;
	background-color: #000;
	position: relative;
	color: #FFF;
}

#pathway a{
	color: #FFFF99;
}

/**************************/
/*          Menus         */
/**************************/

/* Footer Menu */
ul#footermenu {
    margin: 5px 0 0 450px;
    padding: 0;
	font-size:10px;
}
#footermenu li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
}
#footermenu li a {
    display: block !important;
    text-align: center;
    text-decoration: none;
}
#footermenu li + li {
    border-left: 1px solid #979797;
    padding-left: 10px;
}
#footermenu li a:hover {
    color: #000;
}
#footermenu .active a {
}

.contentpaneopen {
	width:100%;
}

/*Article formats*/
.item-separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	clear: both;
}


/* Slideshows */
div#organicslider_wrapper10 {
	margin-bottom:10px;
}

/*Bootstrap override */
.form-horizontal .control-label {
    text-align: left;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin-bottom: 12px;
}

.btn-inverse {
	color:#fff;
    border-color:#CCC !important;
	background-color:#222;
}

.page-header{
	margin-top:5px;
}

/*Custom*/
.introbox {
	padding:20px;
	border-radius:10px;
	text-align:center;
	font-size:24px;
	color:#fff;
	background-color:#188738;
	margin-top:30px;
	margin-bottom:30px;
}


.highlighttext{
	font-size:20px;
	color:#A2550B;
	font-style:italic;
	padding:20px;
	text-align:center;
}

.wf_caption{
	text-align:center;
	font-size:12px;
	padding-bottom:10px;
}

/*Ignite Gallery */
.ig_grid_cell {
	text-align:center;
	font-size:12px;
	padding-bottom:10px !important;
}
