 
* {
   margin:0;
   padding:0;
}

/* puts an ugly border around an element. useful when developing :-) */
.ugly {
	border: 2px solid #f0f;
}
/* hides an element, also useful for developing */
.hide {
	display: none;
}

/*** MAIN STUFF ***/

html {
   height: 100%;
}

body {
   background-color: white;
   height: 100%;
   font-family: arial,verdana,sans-serif;
   color: #333333;
   font-size: 12px;
}

td {
   vertical-align:top;
}

table {
   border-collapse: collapse;
}


table.container {
   width: 100%;
   height: 100%;
   background-color:#fff;
}


td.background {
   height: 100%;
   background-image: url(../img_layout/background.gif);
   background-repeat: repeat-y;
}

table.page {
   height: 100%;
}

/*** BODY AKA THE HEADER ***/
div.body {
   width: 921px;
   height: 200px;
   position: relative;
   overflow: visible;
   margin-left: 9px;
   margin-right: 9px;
   background: #184c97 url(../img/layout/header-bgNotest.jpg);
}

	div.body #header-omnyx-logo {
		position: absolute;
		left: 31px;
		top: 19px;
		color: #fff;
		border: none;
		width: 227px;
		height: 55px;
	}
		div.body #header-omnyx-logo a,
		div.body #header-omnyx-logo a:link,
		div.body #header-omnyx-logo a:visited,
		div.body #header-omnyx-logo a:hover,
		div.body #header-omnyx-logo a:active {
			border: none;
			text-decoration: none;
		}
		
/*** CONTACT US ***/
div.body div.contact-us {
	width: 500px;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 10px;
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: normal;
}
	div.body div.contact-us a, div.body div.contact-us a:link, div.body div.contact-us a:visited {
		font-family: Arial;
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}
	div.body div.contact-us a:active, div.body div.contact-us a:hover {
		text-decoration: underline;
	}
	div.body div.contact-us form input:text {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #184c97;
		color: #184c97;
		background-color: #fff;
		font-weight: normal;
	}
	div.body div.contact-us form input:selected,
	div.body div.contact-us form input:active,
	div.body div.contact-us form input:hover {
		background-color: #fff;
	}

/*** NAVIGATION ***/

div.navigation {
	padding:0px;
	margin:0px;
	font-size: 1px;
	height: 25px;
	position: absolute;
	top: 53px;
	right: 69px;
	z-index: 100;
}

div.navigation ul {
	list-syle-type: none;
}

div.navigation ul li {
   display: block;
   float: right;
}

div.navigation ul li  a {
   padding-left:12px;
   float:left;
   text-decoration: none;
}

div.navigation ul li.hover  a {
	padding-left: 12px;
   background-image: url(../img_layout/tab_left.gif);
   background-repeat: no-repeat;
}


div.navigation ul li  a span {
   font-family: Arial;
   font-size: 12px;
   color: white;
   font-weight: normal;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 10px;
   float:left;
   cursor: pointer;
}

div.navigation ul li.selected a {
   background-image: url(../img_layout/tab_left.gif);
   background-repeat: no-repeat;
}
/*HIT STATE*/
div.navigation ul li.selected a span {
   background-image: url(../img_layout/tab_right.gif);
   background-repeat: no-repeat;
   background-position: right top;
   color: #ff6600;
}

div.navigation ul li.dim a {
/*   background-image: url(../img_layout/tab_left_dim.gif);*/
   background-repeat: no-repeat;
}
/*HIT STATE*/
div.navigation ul li.dim a span {
	/*   background-image: url(../img_layout/tab_right_dim.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	/*   color: #33807a;*/
	/*    color: #FFFF00;*/
	/*font-weight: bold;*/
	color: #ff6600;
}


/*HOVER OF OTHERS*/
div.navigation ul li.hover a span {
	background-image: url(../img_layout/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ff6600;
   
}

div.navigation ul li .info {
	display: none;
	width: 228px;
	background-image: url(../img_layout/background_info.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #f8faf8;
	border-bottom: 1px solid #b0b9b8;
	
	top: 24px;
	position: absolute;
	left: 0px; 
	
	padding: 10px;
	font-size: 12px;
	color: #727272;
}

/*** BANNER **/

#banner {
	padding:0px;
	margin:0px;
	margin-top:-1px;
}


/*** columns **/
div.column1 {
	float: left;
	width: 623px;
/*	background: #2b6bd3 url(../img/layout/header-col1-bg.jpg);*/
	background: #fff url(../img/layout/header-col1-bg.jpg);
	background-repeat: no-repeat;
/*	background-position:bottom center;*/
	background-position: top left;
/*	height: 27px;*/
	padding: 0px;
	margin: 0px;
	margin-left: 9px;
	margin-top: -3px;
	padding-top:2px;
}

div.column2 {
	float: left;
	width: 298px;
/*	height:27px;*/
	background-image: url(../img/layout/header-col2-bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
/*	background-color: #5880d9;*/
	background-color: #f9fbf9; /* light grey */
	background-color: #ccc;
/*	margin-top: -3px;
	padding-top:2px;*/
}

div.header {
 /*  height: 247px;*/
    height: 40px;
}

div.headerquote {
   font-family: Times New Roman, Georgia, Times, serif;
   font-size: 18px;
   color: #a9d6a5;
   padding-top:8px;
   padding-left: 10px;
   padding-right: 40px;
   /*height: 192px;*/
   height: 10px;
}

div.headerbyline {
   font-size: 12px;
   padding-top: 15px;
   text-align: right;
}

div.sidebar {
   padding: 10px;
}

/** utils **/

.floats {
   width: 100%;
   overflow: hidden;
   clear: both;
}

.clear {
   clear:both;
}

div.clearfloats {
   clear:both;
   font-size: 1px;
}

.left {
   float: left;
}

.right {
   float: right;
}

/*** NEWS AND EVENTS ***/

div.newsandevents {
   width: 279px;
   margin-left: 10px;
}

div.newsandevents div.tabs {
   width: 100%;
   overflow: hidden;
}

div.newsandevents div.tab {
	width: 135px;
	height: 24px;
	padding-top: 3px;
	text-align: center;
	font-size: 15px;
	/*   color: #6c9492; */
	/*   background-image: url(../img_layout/tab_sidebar_off.gif);*/
	background-image: url(../img/layout/header-tab-sidebar-off.gif);
	color: #081854;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.newsandevents div.tabs .selected {
	/*   background-image: url(../img_layout/tab_sidebar_on.gif);*/
	background-image: url(../img/layout/header-tab-sidebar-on.gif);
	/*	color: #136c66; */
	color: #184c97;
}

div.newsandevents div.tabbody {
   display:none;
   background-color: #f9fbf9;
   background-image: url(../img_layout/background_news.gif);
   background-position: left bottom;
   background-repeat: repeat-x;
   padding-top: 30px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   overflow:hidden;
   
}

div.tabcontent {
   display: none;
   padding-bottom: 30px;
}

/*** BOXED CONTENT ***/

div.box {
   background-image: url(../img_layout/background_cap_white_left.gif);
   background-repeat: no-repeat;
   clear:both;
   margin-bottom: 1em;
}

div.boxcap {
   background-image: url(../img_layout/background_cap_white_right.gif);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: 3px;
}

div.boxcontent {
   background-image: url(../img_layout/background_box.gif);
   background-repeat: repeat-x;
   background-position: left bottom;
   background-color: white;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #767676;
   padding:10px;
}


div.boxhoveroff {
	margin: -10px; 
	padding: 10px;
}

div.boxhoveron {
	background-color: #f1f5fb;
	margin: -10px; 
	padding: 10px;
	cursor: pointer;
}

.column2 div.box {
   background-image: url(../img_layout/background_cap_gray_left.gif);
}

.column2 div.boxcap {
   background-image: url(../img_layout/background_cap_gray_right.gif);
}

.column1 div.box {
   margin-left: -10px;
   margin-right: -10px;
}




div.boxcontent h1 {
   color:#ff6600;
   font-weight: bold;
   margin-bottom: .5em;
   font-size: 12px;
}

div.boxes {
   margin-left: -10px;
   margin-right: -10px;
   margin-bottom: 10px;
   overflow: hidden;
   clear:both;

}

div.boxleft {
   float: left;
   width: 280px;
}

div.boxright {
   float: right;
   width: 280px;
}

.column1 .boxes div.box {
   margin-left: 0px;
   margin-right: 0px;
}


div.boxcontent table td.image {
   padding-right: 10px;
}

div.boxcontent table td.text {
   width: 100%;
}



/***** CONTENT STYLES *******/

div.majorcontent {
   padding: 30px;
}

.header {
    font-size: 26px;
	font-weight:normal;
	  color: #333333;
    line-height: 28px;
    /* border-bottom: 1px solid #cccccc;*/
    padding-bottom: 5px;
}

.intro {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.second {
    font-size: 14px;
    line-height: 18px;
}

p {
   margin-bottom: 1em;
}

h1 {
    font-size: 14px;
    color: #ff6600;
    font-weight: normal;
    margin-bottom: .25em;
}


h2 {
   font-weight: bold;
   color: #ff6600;
   font-size: 12px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
}

h4 {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

img.left {
   padding-right: 10px;
}

p span.link a {
   font-weight: bold;
   color: #5880da;
   background-image: url(../img_layout/icon_arrow.gif);
   background-position: right center;
   background-repeat: no-repeat;
   padding-right: 10px;
   text-decoration: none;
}

.intro a {
    font-size: 14px;
}

p a:hover {
   text-decoration: underline;
}

span.link {
    display: block;
    padding-top: 5px;
}


/*******  CONTENT TABLES ************/

.content_wrapper {
    overflow: hidden;
}

.majorcontent div.tabs {
    margin-left: -10px;
    margin-right: -10px;
}

.majorcontent .tabs ul {
    list-style-type: none;
    width: 100%;
    overflow: hidden;
}

.majorcontent .tabs ul li {
    display: block;
    float: left;
    margin-right: 10px;
}

.majorcontent .tabs ul li a {
    padding-left: 10px;
    float: left;
    text-decoration: none;
    background-image: url(../img_layout/tab_table_left_off.gif);
    background-position: left top;
    background-repeat: no-repeat;
}


.majorcontent .tabs ul li  a span {
    padding-top: 1px;
    padding-bottom: 2px;
    background-image: url(../img_layout/tab_table_right_off.gif);
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    float:left;
    padding-right: 10px;
}

.majorcontent .tabs ul li.selected a {
    background-image: url(../img_layout/tab_table_left.gif);
}

.majorcontent .tabs ul li.selected a span {
    background-image: url(../img_layout/tab_table_right.gif);
    color: #666666;
}

div.table {
    border: 10px solid #d4d6d4;
    margin-bottom: 1em;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.table table {
    width: 100%;
}

.table td {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.table .alt td {
    background-color: #f2f5fb;
}

.outset {
    margin-left: -10px;
    margin-right: -10px;
}


a.inline {
    color: #333333;
    background-image: none;
    padding: 0;
    text-decoration: underline;
    font-weight: normal;
}

p a.inline {
	font-size: 12px;
}



a.expand {
    color: #5880d8;
    background-image: url(../img_layout/icon_plus.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
    font-weight: bold;
    text-decoration: none;
}

.alt a.expand {
    background-image: url(../img_layout/icon_plus_alt.gif);
}

a:hover.expand {
    text-decoration: underline;
}


div.contents_modal {
    display: none;
    position: absolute;
    z-index: 20;
}

.contents_modal .boxcontent {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.contents_modal td {
    padding-right: 10px;
}

.contents_modal .boxcontent h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: .5em;
}

.contents_modal div.box {
   background-image: url(../img_layout/background_cap_modal_left.gif);
}

.contents_modal div.boxcap {
   background-image: url(../img_layout/background_cap_modal_right.gif);
}


div.modal_closebox {
    font-size: 1px;
    padding-right: 3px;
}


div#modal_backdrop {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2c4b82;
    z-index: 10;
    opacity: .9;
    filter: Alpha(opacity=90);
    
}

table.modal {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 15px;
    border-top: 1px solid #999999;
}

table.modal td {
	padding-left: 30px;
	padding-top: 10px;
	width: 50%;
}

table.modal .alt td {
    background-color: #f2f5fb;
}




.jobs ul {
    list-style-position: inside;
}

.jobs li {
    margin-bottom: 1em;
}

/* Forms */

textarea {
    width: 350px;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

input.text {
	font-size: 12px;
	width: 170px;
}

/* news */

.column2 .news h1 {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
