/*------------------------------------ CSS STYLE -----------------------------*/

html {
	position: relative;
	display: table;
	background: #112266; 
	width: 100%;
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; }

body {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
/*	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0; 
	padding: 0; }

.wrapper {
	position: relative;
	display: table;
/*	border: 1px dotted #0BF; */
	width: 960px;
	margin: 0 auto;
	padding: 0; }


/*------------------------------------ PERIMETER 1 -----------------------------*/

#perimeter1 {
	position: relative;
	display: table;
	width: 100%;
	background: none; 
	margin: 0 auto;
	padding: 0; }

#top {
	display: block;
	width: 100%;
	background: #000;	
	margin: 0 auto;
	padding: 5px 0; }

#top-wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0; }

#mast {
	position: relative;
	display: table;
	background: #126;
	width: 100%;
	margin: 0 auto; 
	padding: 0 0; }

#mast-wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0; }

#logo {
	display: table-cell;
	width: 160px;
	margin: 0 auto; 
	padding: 0 0; }

#placard {
	position: relative;
	display: table-cell;
	background: url('/templates/crise/images/bg_mast.gif') top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDD;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	margin: 0 auto; 
	padding: 5px 0; }


/*------------------------------------ PERIMETER 2 -----------------------------*/

#perimeter2 {
	position: relative;
	display: table;
	width: 100%;
	background: none; 
	margin: 0 auto;
	padding: 0; }

#navigation {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0; 
	z-index: 1000; }

#navigation-wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0; }

#content {
	display: table;
	background: #FFF; 
	border-collapse: collapse;
	border-spacing: 0; 
	width: 100%; 
	margin: 0 auto; 
	padding: 0; }

#content-wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0; }

#left {
	display: table-cell;
	left: 0;
	width: 85px;
	background: #126; 
	margin: 0 auto;
	padding: 0 0; 
	vertical-align: top; }

#center {
	display: table-cell;
	width: auto; 
	margin: 0 auto;
	padding: 5px 30px 2.5em; 
	vertical-align: top; }

#right {
	display: table-cell;
	right: 0;
	width: 180px;
	margin: 0 auto;
	padding: 5px 0; 
	vertical-align: top; }

#base {
	display: block;
	width: 100%;
/*	border: 1px solid #DDD; */
	margin: 0 auto;
	padding: 5px 0; }


/*------------------------------------ PERIMETER 3 -----------------------------*/

#perimeter3 {
	position: relative;
	display: table;
	width: 100%;
	background: none; 
	margin: 0 auto;
	padding: 0; }

#foot {
	position: relative;
	display: table;
	width: 100%;
	color: #FFF;
	margin: 0 auto; 
	padding: 5px 10px; }

#foot-wrapper {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0; }

#bottom {
	display: block;
	width: 100%;
	background: #000; 
	margin: 0; 
	padding: 5px 0; }

#foot-wrapper {
	display: table;
	margin: 0 auto;
	padding: 0; }


/*------------------------------------ NAVIGATION ---------------------------*/

#mainmenu {
	position: absolute;
	bottom: 0px;
	display: table;
	clear: both;
	background: url('/templates/crise/images/bar_left.gif') top left no-repeat #0C0;
	border: 1px solid #9F9;
	border-width: 1px 0;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin: 0 auto;
	padding: 0 0 0 26px; }

#mainmenu li {
	position: relative;
	list-style: none;
	line-height: 1.1em;
	float: left; 
	background: url('/templates/crise/images/bar_space.gif') top right no-repeat; 
	margin: 0;
	padding: 0 23px 0 3px;
	z-index: 1010; }

#mainmenu li a {
	display: table-cell;
	color: #FFF;
	text-decoration: none;
	padding: 4px 5px; }

#mainmenu li a:hover {
	color: #FFF;
	background: #0099DD;
	text-decoration: underline; }

#mainmenu li.active {
	color: #FFF;
	background: url('/templates/crise/images/bar_space.gif') top right no-repeat rgba( 255, 255, 255, 0.2 );
	text-decoration: underline; }

#mainmenu li ul {
	display: none;
	box-shadow: 0 4px 6px rgba( 0, 0, 0, 0.6 );
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute; }

#mainmenu li:hover ul {
	display: table; }

#mainmenu li ul li {
	z-index: 1020;
	float: none; }

#mainmenu li ul li a {
	display: block;
	color: #07F;
	background: #EEE;
	text-decoration: none;
	padding: 0.4em 2.0em; }

#mainmenu li ul li a:hover {
	color: #FFF;
	background: #07F;
	text-decoration: underline; }

/*------------------------------------ SUBNAVIGATION ---------------------------*/

#submenu {
	position: relative;
	display: table;
	clear: both;
	background: #FFF;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	padding: 0; }

#submenu li {
	position: relative;
	display: table;
	list-style: none;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	z-index: 1010; }

#submenu li a {
	display: table-cell;
	color: #090;
	text-decoration: none;
	padding: 4px 5px; }

#submenu li a:hover {
	color: #FFF;
	background: #126;
	text-decoration: underline; }

#submenu li.active {
	color: #FFF;
	background: #DDD;
	text-decoration: underline; }

#submenu li ul {
	display: none;
	box-shadow: 0 4px 6px rgba( 0, 0, 0, 0.6 );
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute; }

#submenu li:hover ul {
	display: table; }

#submenu li ul li {
	z-index: 1020;
	float: none; }

#submenu li ul li a {
	display: block;
	color: #07F;
	background: #EEE;
	text-decoration: none;
	padding: 0.4em 2.0em; }

#submenu li ul li a:hover {
	color: #FFF;
	background: #07F;
	text-decoration: underline; }



/*------------------------------------ FORMS -------------------------------*/

.formrow {
	display: table;
	width: 100%;
	margin-top: 0.6em; }

.formrow dd {
	display: table-cell; 
	padding: 0; }

.formrow dt {
	display: table-cell; 
	padding: 0; }

.contact label {
	font-weight: bold;
	margin-right: 0.5em; 
	vertical-align: middle; }

.contact .calendar {
	vertical-align: middle; }

.contact textarea {
	vertical-align: top; }

.contact .form-error {
	margin: 2px 0 0; }

.contact input {
	margin: 0 0.5em;
	vertical-align: middle; }

.formrow .checkset {
	display: inline-table; }

.formrow .checkset span {
	display: table-cell; }

.form-error {
	color: #C00; 
	font-size: 11px; 
	font-style: italic; }

input[type="checkbox"],
input[type="radio"] {
	clear: left;
	float: left; 
	margin-right: 0.5em; 
	vertical-align: middle; }

.hidden { display: none; }

.tip-wrap {
	background: #FFE;
	border: 1px solid #EEE;
	box-shadow: 0 1px 2px #000; 
	font-size: 10px;
	line-height: 1.2em;
	padding: 2px 3px; 
	margin: 0; }

.tip-wrap .tip-title {
	font-weight: bold; }

.tip-wrap .tip-text {
	font-style: italic; }



/*------------------------------------ CUSTOM -------------------------------*/

.breadcrumb {
	display: table;
    color: #999;
	margin: 4px 0;
	font-size: 10px;
	font-style: italic; }

.breadcrumb li {
    display: table-cell; }

.section {
	background: #FFF;
	color: #090;
	text-align: center;
	font-weight: bold;
	width: 100%; }

.actions {
	position: relative;
	display: table;
	list-style: none;
	float: right; }

.actions li {
	display: table-cell;
	list-style: none; }

.items-leading,
.items-intro {
	clear: both;
	margin-bottom: 2.0em; }

.items-more li {
	margin-bottom: 6px; }

.items-more li.year {
	list-style: none;
	margin: 10px 0 0; 
	padding: 0; }

.article-info {
	font-style: italic;
	color: #666; 
	margin: 0; }

.article-info-term {
	display: none; }

.createdby {
	float: left;
	color: #137;
	margin: 0 10px 0 0; }

.published {
	font-style: italic;
	line-height: 11px;
	color: #999; }

.pagination {
	text-align: center; }

.pagination ul {
	display: table;
	margin: 0 auto; }

.pagination ul li {
	display: table-cell;
	padding: 0 0.4em; }

.copyright img {
	float:right; 
	vertical-align: middle; }

#foot a {
	color: #FFC; 
	font-weight: bold; }

/* Print styles!
-----------------------------------------------------------------------------*/
@media print {

#top { display: none; }

#mast { display: none; }

#logo { display: none; }

#placard { display: none; }

#neck { display: none; }

#wrap {}

#content {}

#left { display: none; }

#center {}

#right { display: none; }

#base { display: none; }

#foot {}

#bottom { display: none; }
 }


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	 }

@media all and (orientation: portrait) {
	 }

@media all and (orientation: landscape) {
	 }
