@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    /*background-color: #ff9900;*/
    background-color: #fce3b7;
    background-image: url('images/back_gradient.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    min-height: 100%;
    height: 100%;
    /* \*/
    height:100%;
}

#main_stack {
	position: relative;
	width: 830px;
	background: #fff1db;
    /*border: 1px solid #FF6600;*/
    border: 1px solid #666666;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
    margin-bottom: 20px;
    height: auto;
}

#content {
    width: 440px;
    min-height: 570px;
    height: auto !important;
    height: 570px;
    padding: 15px 0px 10px 225px;
    margin-right: 165px;
    background: #fff1db;
    text-align: justify;
    display: block;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	height: 25px;
    width: 830px;
	text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #8F8F88;
    /*background: #D9D9D0;*/
    background: #D9D9D0;
}

#index{
    width: 610px;
    height: auto !important;
    height: auto;
    min-height: 670px;
    padding-left: 220px;
    background: #fff1db;
}

#green_it {
    width: 435px;
    min-height: 570px;
    height: auto;
    padding: 15px 0px 10px 225px;
    margin-right: 170px;
    background: #fff1db;
    text-align: justify;
    display: block;
}

.right_image {
	height: auto;
	width: 135px;
	float: right;
    padding: 10px;
    margin-top: 50px;
    margin-left: -155px; /* IE float drop bug fix */
    background: #fff1db;
    display: inline;
    text-align: left;
}

.green_it_image {
    height: auto;
	width: 150px;
	float: right;
    padding: 10px 10px 10px 15px;
    margin-top: 50px;
    margin-left: -175px; /* IE float drop bug fix */
    background: #fff1db;
    display: inline;
    text-align: left;
}

.navbar {
	float: left;
	height:50px;
	width: 560px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.sidenav {
	float: left;
	height: 528px;
	width: 220px;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: -220px; /* IE float drop bug fix */
    display: inline;
}


.movbox {
	background-color: #fff1db;
	float: left;
	height: 270px;
	width: 330px;
    padding: 0px 5px 10px 5px;
    margin-right: 10px;
    text-align: justify;
}

.news_events {
	height: auto;
	width: 188px;
	float: right;
    background-color: #d9d9d0;
    text-align: center;
    margin-top: 5px;
    /*border: 1px dotted #FF6600;*/
    border: 1px solid #8f8f88;
}

.form_input {
	width: 290px;
}

.form_label {
	width: 128px;
}

#success {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/icons/success.png');
}

#error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	color: #D8000C;
    background-color: #FFBABA;
    background-image:url('images/icons/error.png');
}

#success p, #error p{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#form_table {
	width: 418px;
	margin: 0;
	padding: 0;
	border-spacing: 5px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 120%;
}

#form_table tr{
	margin: 5px 0px;
}

#form_table td {
	text-align: right;
}

.form_label label {
	width: 118px;
	padding-right: 10px;
}

#FrmInput {
	text-align: right;
	padding: 10px;
	width: 418px;
}

.news_events .event{
    font-size: 90%;
    border: 1px solid #8f8f88;
    margin: 3px;
	padding: 5px;
}

.news_events .event h3, .news_events .event a, .news_events .event a:visited{
    background-color: #D9D9D0;
	margin-top: 0;
}

.sideani {
	height: 210px;
	width: 550px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

.news_events h3, .right_image h3, .news_events h3 a, .news_events h3 a:visited {
    color: #ff6600;
    background-color: #c1c1b9;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.news_events p {
    color:#444444;
    font-family: georgia,serif;
    line-height: 120%;
    text-indent: 0;
    padding: 0;
}

#partners {
	height: 60px;
    width: 830px;
	background-repeat: no-repeat;
    text-align: center;
    margin: 15px 0px 10px 0px;
}

.movietextbox {
	height: 282px;
	width: 550px;
    padding: 10px;
}

a:link {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	color: #FF3300;
}

a:visited {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
    color: #4f64af;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #6699cc;
	text-decoration: none;
}
.subscript {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 85%;
	color:#333333;
    line-height: 110%;
	text-decoration: none;
}

ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

li {
    text-align: left;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #333333;
}

li p{
    text-indent: 0;
}
/***************************Top Menu *****************************/
#top_menu {
	height: 105px;
    overflow: visible;
	width: 830px;
    margin: auto;
    padding: 0;
	position: relative;
    background-image: url('images/menu/header.png');
    background-color: #c8d7dc;
    background-repeat: no-repeat;
}

ul#top_menu, li#top_menu{
    list-style-type: none;
}

ul#top_menu a {
	height: 20px;
	position: absolute;
    bottom: 0px;
}

li#home a {
	right: 494px;
	width: 83px;
	background: url(images/menu/home.png) 0 0px no-repeat;
}

li#home a:hover {
	background-position: 0 -20px;
}

li#about a {
	right: 406px;
	width: 85px;
	background: url(images/menu/about.png) 0 0 no-repeat;
}

li#about a:hover {
	background-position: 0 -20px;
}

li#careers a {
	right: 312px;
	width: 91px;
	background: url(images/menu/careers.png) 0 0 no-repeat;
}

li#careers a:hover {
	background-position: 0 -20px;
}

li#events a {
	right: 226px;
	width: 83px;
	background: url(images/menu/events.png) 0 0 no-repeat;
}

li#events a:hover {
	background-position: 0 -20px;
}

li#news a {
	right: 149px;
	width: 74px;
	background: url(images/menu/news.png) 0 0 no-repeat;
}

li#news a:hover {
	background-position: 0 -20px;
}

li#blog a {
	right: 81px;
	width: 65px;
	background: url(images/menu/blog.png) 0 0 no-repeat;
}

li#blog a:hover {
	background-position: 0 -20px;
}

li#hr a {
	right: 10px;
	width: 68px;
	background: url(images/menu/hr.png) 0 0 no-repeat;
}

li#hr a:hover {
	background-position: 0 -20px;
}

li a#selected, li a#selected:hover{
    background-position: 0 -40px;
}

/***************************End of Top Menu *****************************/

ul#oracle {
    width: 100%;
    background: url(images/oracle.png) 0 0 no-repeat;
    background-position: center right;
}

ul#compact p{
    padding: 0;
}

table {
    border: 0;
    width: 100%;
    color: #333333;
}

td {
	text-align: center;
}

tr.highlighted {
    background-color: #d9d9d0;
}

tr.heading {
    background-color: #ff9900;
    color: #555555;
    border: 1px solid #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
}

b {
    font-weight: bold;
}
i {
	font-style: italic;
}

.orange {
	color: #ff9900;
}

.green {
    color: #006600;
}

.grey {
    color: #333333
}

blockquote {
    padding: 5px 25px 5px 25px;
}

h1 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	color: #ff9900;
	margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

h2 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}

h3 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #ff9900;
	margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

h4 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #ff9900;
	margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

h5 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

h6 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

p {
    color:#333333;
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    line-height: 150%;
    padding: 5px 0px 5px 0px;
    text-indent: 1.5em;
}

a img, a:hover img, a:visited img{
    border: 0;
}

.no_indent{
    text-indent: 0;
}

.box {
    padding: 5px;
    margin: 5px 0px 5px 0px;
    background-color: #fff1db;
    /*border: 1px solid #FF6600;*/
    border: 1px solid #8F8F88;
    width: auto;
    height: auto;
	text-align: left;
}

.grey_box {
    padding: 5px;
    margin: 5px 0px 5px 0px;
    /*border: 1px solid #FF6600;*/
    border: 1px solid #8F8F88;
    background-color: #d9d9d0;
    width: auto;
    height: auto;
}

.position {
    padding: 5px;
    margin: 5px 0px 10px 0px;
    background-color: #fff;
    /*border: 1px solid #FF6600;*/
    border: 1px solid #9FB1BC;
    width: auto;
    height: auto;
    text-align: left;
}

.position li{
    font-size: 80%;
}

.position-list {
    list-style-image: url(images/icons/check.png);
}

.position-list a:link, .back-to-top a:link, .back-to-top a:visited{
    color: #4f64af;
}

.position-list a:visited{
    color: #9FB1BC;
}

.career_announce, .career_announce a:link, .career_announce a:visited {
    background: #9FB1BC;
    color: #fff;
    font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
    font-size:100%;
    line-height: 200%;
    font-style:normal;
    font-weight:normal;
    margin-bottom:5px;
    margin-top:5px;
    text-align:center;
}

.career_announce a:link, .career_announce a:visited {
    text-decoration:underline;
}

.position h3 {
    background: #9FB1BC;
    color: #fff;
}

.back-to-top a:link, .back-to-top a:visited{
    color: #4f64af;
    background: url(images/icons/arrow_up.png) center left no-repeat;
    padding-left: 12px;
}

.back-to-top {
    text-align: right;
}

.no_margin {
    margin: 0;
}

.tabs-about {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt 0pt 0pt 4px;
    clear: both;
}

.tabs-about li{
    float:left;
    margin:0pt 0pt 0pt 1px;
    min-width:84px;
}

.gov {
    background: url(images/gov_logos.jpg) center no-repeat;
    min-height: 827px;
}

.mission {
    list-style-image: url(images/icons/star.png);
    margin: 5px 0px;
}

.awards {
    list-style-image: url(images/icons/award.png);
    margin: 5px 0px;
}

.certificates {
    list-style-image: url(images/icons/certificate.png);
    margin: 5px 0px;
}

.mission li, .awards li, .certificates li{
    font-size: 80%;
    margin: 3px 0px;
    line-height: 150%;
}

.awards li{
    text-align: justify;
    padding-right: 35px;
}

.box h2 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 80%;
	color: #333;
	margin: 0;
	padding: 0;
    text-align: center;
}

.box h3 {
	font-family:Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 80%;
	color: #333;
	margin: 0;
	padding: 0;
    text-align: left;
}