/* Minification failed. Returning unminified contents.
(266,2): run-time error CSS1031: Expected selector, found '/'
(266,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: url('../Images/contentbg.jpg') repeat;
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #FFF;
}

a, a:visited {
    color: #FFF;
    text-decoration: none;
}

    a:hover {
        color: #333;
    }

    a:active {
        color: #12eb87;
    }

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

#main p {
    padding: 30px 30px 15px 30px;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #00452E;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 10px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    width: 90%;
    background: url('../Images/bg.png') no-repeat;
    position: relative;
    color: #000;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 15px 0 15px 0;
    background: #aaacac;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

footer,
#footer {
    background-color: #415050;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 auto 30px auto;
    font-size: 0.9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    width: 90%;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu {
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 10px 20px;
    width: 80%;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    color: #FFF;
    border: none;
    background: #595959;
    -webkit-box-shadow: inset 1px 1px 10px 0px #333333;
    -moz-box-shadow: inset 1px 1px 10px 0px #333333;
    box-shadow: inset 1px 1px 10px 0px #333333;
    font-size: 16px;
}

input[type="text"],
input[type="password"] {
    color: #FFF;
    border: none;
    background: #595959;
    -webkit-box-shadow: inset 1px 1px 10px 0px #333333;
    -moz-box-shadow: inset 1px 1px 10px 0px #333333;
    box-shadow: inset 1px 1px 10px 0px #333333;
    font-size: 16px;
    height: 25px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    color: #FFF;
    border: none;
    background: #959595;
    background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b));
    background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
    background: -o-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
    background: -ms-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
    background: linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -1px 1px 10px #333;
    /*filter: dropshadow(color=#333, offx=-1, offy=1);*/
    cursor: pointer;
}



/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #415050;
        border: solid 1px #e8eef4;
    }

*/
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    /* [disabled]margin-top: 40px; */
    background-color: #415050;
}

div#title {
    display: block;
    width: 30%;
    padding: 20px;
}

#title .logo {
    float: left;
    margin-left: 20px;
}

#title .titletext {
    /* [disabled]float: left; */
    /* [disabled]margin: 0px 20px 10px0; */
}

#logindisplay {
    font-size: 1.3em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
    padding-right: 50px;
    float:right;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

.centerimage {
    display: block;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.margin {
    margin-left: 20px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-column, .display-column {
    float: left;
    padding-right: 20px;
}

.display-element, .editor-element {
    padding: 3px;
    clear: both;
    font-size: 1.3em;
}

.display-label {
    margin: 5px;
    float: left;
    width: 220px;
    text-align: right;
    padding: 3px;
}

.editor-label {
    margin: 1em 0 0 0;
    width: 30%;
}

.display-field {
    min-height: 20px;
    width: 320px;
    border: 1px solid #000;
    background: #595959;
    margin: 5px;
    padding: 5px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.display-field-no-background {
    min-height: 20px;
    width: 320px;
    margin: 5px;
    padding: 5px;
    float: left;
}

.editor-field {
    margin: 0.5em 0 0 0;
    width: 30%;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.Margin20 {
    margin: 20px;
}

.borderless {
    border: none;
}

    .borderless th, .borderless td {
        border: none;
    }

ol.question {
    list-style-type: lower-alpha;
}

.question li {margin-bottom:5px;}
#menu {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: baskerville;*/
	/*font-family:cambria;*/
	line-height: 21px;
	text-align: left;
	color: #FFF;
	list-style: none;
	width: inherit;
	margin: 0px auto 0px auto;
	height: 50px;
	padding: 0px 20px 0px 20px;
	/* [disabled]z-index: 101; */	/* Rounded Corners *//*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/	/* Background color and gradients 
	
	background: #444;
	background: -moz-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#111));*/	/* Borders 
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
	background-color: #415050;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
	z-index:102;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #415050;
/*	background: -moz-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#111));*/
	
	/* Rounded corners */
	
/*	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
	
	z-index:103;
}

#menu li a {
		font-family: Verdana, Geneva, sans-serif;
	/*font-family: baskerville;*/
	/*font-family:cambria;*/
	font-size:14px; 
	color: #FFF;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	z-index:104;
}

#menu li:hover a {
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
	z-index:105;
}
#menu li .drop {
	padding-right:21px;
	background:url("../img/drop.png") no-repeat right 8px;
	z-index:106;
}
#menu li:hover .drop {
	background:url("../img/drop2.png") no-repeat right 7px;
	z-index:107;
}

.dropdown_1column,
.dropdown_12column,
.dropdown_15column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#415050;
	background: -moz-linear-gradient(top, #415050, #141c1c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#415050), to(#141c1c));

	/* Rounded Corners */
/*	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;*/
	
	z-index:108;
}

.dropdown_1column {width: 140px;}
.dropdown_12column {width: 108px;}
.dropdown_15column {width: 155px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 580px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_12column, 
#menu li:hover .dropdown_15column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
	z-index:109;
}

.col_1,
.col_12,
.col_15,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
/*	margin-left: 5px;
	margin-right: 5px;*/
	z-index:110;
}
.col_1 {width:130px;}
.col_12 {width:98px;}
.col_15 {width:145px;}
.col_2 {width:290px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
	z-index:111;
}
#menu li .align_right {
	/* Rounded Corners */
/*	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;*/
	z-index:112;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
	z-index:113;
}

#menu p, #menu h2, #menu h3, #menu ul li {
		font-family: Verdana, Geneva, sans-serif;
	/*font-family: baskerville;*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #000;
	z-index:114;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 0px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
	z-index:115;
}

#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	z-index:116;
	color:#a5a5a5;
}
#menu h3:hover {
	color:#e5e5e5;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
	z-index:117;
}

#menu li:hover div a {
	font-size:12px;
	color:#fff;
	z-index:118;
}
#menu li:hover div a:hover {
	color:#e5e5e5;
	z-index:119;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
	z-index:120;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #000;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
/*	width:130px;*/
	z-index:121;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
	z-index:122;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

