body {
  overflow:auto;
  padding:0px;
  margin:0px;
  background: #132737;
  background: #122637;
  font:100%/1.25 Helvetica, Tahoma, Arial, sans-serif;
}

/* Headings
------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:normal; }
h1 { padding:0px 0 25px 0; letter-spacing:-1px; font-size:2em; }
h2 { padding-bottom:1.5em; font-size:1.5em; }
h3 { padding-bottom:1em; font-size:1.5em; }
h4 { padding-bottom:1em; font-size:1.3em; }
h5 { padding:1.5em 0em 0.5em 0em; font-size:1.5em; }

#container_wrapper {
	background: url('../images/css/container_bg.gif') no-repeat;
	width: 970px;
	margin: 0 auto -40px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#footer {
	height: 40px;
	text-align: center;
}
#push {
	height:70px;
	}
#container_page {
	width: 670px;
	margin: 0 auto;
	text-align: left;
	float: left;
	}
#container_content {
	background: url('../images/css/content_container_bg.gif') repeat-y;
	}
#content_wrapper {
	background: url('../images/css/content_bg.jpg') no-repeat;
	}
#left_column {
	float: left;
	width: 147px;
	background: url('../images/css/container_bg.gif') no-repeat;
	color: white;
	}
#content_foot {
	height: 16px;
	background: #1A4C6D;
	}

/* Header
 ----------------------------------------------*/

#header_main {
	background: #132737 url('../images/css/header.png') no-repeat;
	margin: 0 auto;
	height: 100px;
	}
	
#header {
	background: #132737 url('../images/css/header_light.png') no-repeat;
	margin: 0 auto;
	height: 100px;
	}

/* Title
 ----------------------------------------------*/

.titletd {
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	color: #0F0F0F;
	padding-top: 10px;
	padding-bottom: 20px;
}

.title5 {
	font-weight: bold;
	color: #0F0F0F;
}

/* Navigation Bar
 ----------------------------------------------*/
#navigation_bar {
	background: url('../images/css/nav_bg.gif') no-repeat;
	overflow: hidden;
	
	margin: 0px 0px 0px 0px;
	}
/* left-padded by 9px by default */
#navigation_list {
	overflow: hidden;
	margin: 0px 0px 0px 9px;
	list-style-type: none;
	padding: 0 0 0 0;
	width: 1100px;
	height: 30px;
	}
#navigation_list li {
	display: inline;
	list-style-type: none;
	margin: 0px 6px 0;
	color: #fff;
	text-transform: uppercase;
 	font-family: verdana;
 	font-size: 12px;
	}
#navigation_list li.navItem a { 
	padding: 7px 10px 8px 10px;
	}
#navigation_list a, 
#navigation_list a:link, 
#navigation_list a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-weight: normal;
	background: #283A49;
	margin-right: 4px;
	}
#navigation_list a:hover {	
	background: #194B6C;
	color: #fafafa;
	}
.mission #navigation_list li#mission a,
.programs #navigation_list li#programs a,
.pastprograms #navigation_list li#pastprograms a,
.media #navigation_list li#media a,
.intranet #navigation_list li#intranet a,
.contact #navigation_list li#contact a {
	background: #D2D5D8;
	color: #233C51;
	}	

/* Breadcrumbs
 ----------------------------------------------*/
#crumbtrail {
	padding: 2em 0em 0em 2em;
	color: #fff;
	font-size: 1em;
	}
#crumbtrail a, a:link, a:visited {
	color: #aaa;
	font-weight: normal;
	}
#crumbtrail a:hover {
	text-decoration: underline;
	color: #fff;
}
	
/* Content
 ----------------------------------------------*/
#content {
	padding: 0.5em 2em 0em 2em;
	color: #fafafa;
	font-size: .87em;
	line-height: 20px;
	min-height: 510px;
	}
#spacer {
	background: #D2D5D8;
	height: 6px;
	/*margin-left: 0px;
	margin-right: 0px;*/
	line-height: 0px;
	font-size: 0.1em; /* IE HACK */
	}

#header_image {
	margin: 0px;
	padding: 1.7em 0em 0em 1.7em;
	width: 620px;
	overflow: hidden;

	}
#corner_image {
	position: absolute;
	left: 0px;
	
	}
/* Sidelinks
 ----------------------------------------------*/
#missing_link {
	background: url('../images/css/side_bg.gif') no-repeat;
	position: relative;
	margin-top: 195px;
	height: 390px;
	width: 150px;
	float: left;
	}
#sidemenu {
	color: white;
	background: #D2D5D8;
	margin-top: -65px;
	height: 400px;
	width: 147px;
	float: left;
	text-align: left;
	}
#sidelinks {
	list-style-type: none;
	margin: 0;
	padding-left: 0.5em;
	padding-top:38px;
	}
#sidelinks li {
	margin: 0.5em 0;
	}
#sidelinks li#first {
	margin-top: 0 !important;
	}
#sidelinks a {
	font-weight: normal;
	font-size: 0.85em;
	}
#sidelinks .child {
	width: 130px;
	clear:both;
	font-size: 14px;
	background: #B5BCC4 url('../images/css/sidelinkshade.jpg') no-repeat;
	}
#sidelinks .child a {
	display: block;
	padding:8px 8px;
	/*background: #B5BCC4;*/
	color: #185889;
	text-decoration: none;
	border: solid #B5BCC4;
	border-width: 1px 0px;
	}
#sidelinks .child a:hover {
	background: #185889;
	color: #E0E9EF;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #777777;
	text-decoration: none;
	}

#sidelinks .child a#selected {
	background: #185889;
	color: #E0E9EF;
	}
#sidelinks .child#selected a:hover {
	text-decoration: none;
	color: #E0E9EF;
	}

#footer {
	width: 670px;
	margin: 0 auto;
	color: #D2D5D8;
	font-size: .8em;
	line-height: 20px;
	}
#footer a {
	color: #3084C5;
	font-weight: normal;
	}
#footer li {
	border-right: 1px solid #3084C5;
	padding: 0em 6px 0 4px;
	}
#footer li.last {
	border-right: 0;
	}
#copyright {
	color: #D2D5D8;
	font-size: 90%;
	}
	
	
p {
	color: white;
	line-height: 20px;
	}
	
	
ul.horizontal {
	margin: 0;
	padding: 0;
	}
ul.horizontal li {
	display: inline;
	list-style-type: none;
	}
	
	
/* Custom CSS
   - Philip Ramirez */
#sidemenu a, a:link, a:visited {
	text-decoration:none; 
	color:#154172;
}
#sidemenu a:hover {
	color:#0099FF;
}
#page_content {
	padding: 0 1.2em 1.5em;
	text-align: justify;
}
#page_content a, a:link, a:visited {
	text-decoration:none; 
	color:#0099FF;	
}
#page_content a:hover {
	color:#ddd;
}

.indented {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
}
	
.italic {
	font-style: italic !important;
}
.cite-person {
	margin-bottom: 2em;
	}
.cite-person .position {
	float: left;
	width: 130px;
	
	text-align: right;
}

.cite-person .details {
	display: block; 
	margin-left: 150px;
	color: #CCC;
	}
	
/**
 * Form Styling
 **/
h2.applicant_form {
	color: #FFF;
	text-align: center;
	font-size: 1.3em;
	}
fieldset.default label
{ 
	font-weight: normal;
}	
fieldset.default
{ 
	padding: 1em 0px 0px 0px;
	margin-bottom: 10px; 
	border: none;
	border-top: 1px solid #EB4A40;
}
fieldset.default legend
{
	color: #FFF;
	font-size: 1.5em;
	padding: 10px 2px;
	font-weight: normal;
	_margin: 0 -7px; /* IE Win */
}
.right
{
	text-align: right;
	color: #CCC;
	padding: 0px 30px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	}
textarea.short_answer {
	height: 10em;
	margin: 1em 0 2em;
	}
textarea#short_essay {
	margin: 2em 0;
	width: 90%;
	height: 20em;
	}
#resume_suggestions {
	margin-bottom: 2em;
	}
#resume_suggestions li {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAA;
	font-weight: normal;
	line-height: 20px;
	}
/* Forms
------------------------------------------------------------*/
form 	  { margin:0; padding:0; display:inline; }
textarea  { line-height:1.25; }
.txtInput, .txtInput-RO { width:160px; font-size:1em; margin-bottom:5px; }
.txtArea  { width: 20em; font-size: 1em; margin-bottom: 5px; }
.txtSelect  { width: 160px; font-size: 1em; margin-bottom: 5px; }
input, select, textarea  { font:1em Arial, Helvetica, sans-serif; }
label 	  { cursor:pointer; padding:0; margin:0; }
label.nostyle { cursor: default; }
label.radio {
	width: auto !important;
	}
.first-radio {
	margin-left: 0;
	}

/* Contact Form
------------------------------------------------------------*/

#contactform {
    vertical-align: center;
    border: 1px solid #999999;
    overflow:visible;
    padding: 5px;
}

.contactlabel {
    font-weight: normal;
    width:25%;
    text-align: right;
    margin-right: 10px;
    float:left;
    display:block;

}

/* Form Error Styling
------------------------------------------------------------*/
.error { 
	margin-left: 14em;
	}
li.radio div.error,
li.checkbox div.error {
	clear: both;
	}
li.long div.error {
	margin-left: 0;
	}
#general_app_error {
	text-align: center;
	margin: 1em auto;
	}

/* Form Input Styling (non-IE)
------------------------------------------------------------*/
.txtInput, .txtSelect {
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #7499B2 #91ADC2 #CBD8E1 #91ADC2;
	}
.txtInput:hover,
.txtInput:focus {
	border-color: #2D6D95 #3187BB #009ADF #3187BB;
	}
.txtInput:focus {
	background-color: #fff;
	outline: #c9f3ff solid 1px;
	}
.txtInput { 
	_height: 1.2em;
	}
.txtSelect {
	padding: 0 !important;
	}
.txtArea {
	width: 27em;
	height: 7em;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #7499B2 #91ADC2 #CBD8E1 #91ADC2;
	}
.txtArea:hover,
.txtArea:focus {
	border-color: #2D6D95 #3187BB #009ADF #3187BB;
	}
.txtArea:focus {
	background-color: #fff;
	outline: #c9f3ff solid 1px;
	}
.txtArea { 
	_height: 4em;
	}
	
	
.event_schedule img {
    margin: 10px 0px;
    border: 1px solid #AAA;
}
.lightborder {
    border: 1px solid #1F81BF;
}
.event_desc {
    border: 1px solid #1671AA;
    padding: 5px 10px;
}
.delegate_desc {
    border: 1px solid #1671AA;
    padding: 5px 10px;
}

/* Buttons
------------------------------------------------------------*/
.submit {
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	color: #fff;
	background-color: #273A4B;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px #AAA;
	padding: .2em 1.5ex;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: 0 0 0 #000;
	}

*+.submit {
	margin-left: 1ex;
	}
/*
::root input.submit {
	font-size: inherit;
	}
*/
.submit:hover {
	outline-width: 2px;
	background-color: #fafafa;
	color: #273A4B;
	outline: #c9f3ff solid 1px;
	}
/*
::root .submit>* {
	position: relative;/* Safari 2 throws outlines around everything inside button. Newer Webkits address this bug. For now, this puts the button text on top of all the outlines. */
	}
*/
a.submit { 
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 100%;
	white-space: nowrap;
	color: #fff;
	margin-left: 0px;
	}
/* Standard Classes
------------------------------------------------------------*/
.float-left 	{ float: left; }
.clear 			{ clear: both; }
.error, .notice { color:#EB4A40; font-weight:bold; margin-bottom:10px; vertical-align:top; }

#page_content ul.newslinks li a, 
#page_content ul.newslinks li a:link, 
#page_content ul.newslinks li a:visited { 
	color: #FFF;
	size: 5px;
}
#page_content ul.newslinks li a:hover {
	color: #132737;
	color: #0099FF;
	size: 16px;
	text-decoration: none;
}

ul.sectionlist {
	color: #CCC;
}

ul.none li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
ul.form li,
ul.form li.radio {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #dadada;
	font-weight: bold;
	line-height: 20px;
	vertical-align: bottom;
	}
ul.form li label {
	float: left;
	display: block;
	width: 14em;
	}
ul.form li.long label {
	width: 100%;
	float: none;
}
ul.form li.long {
	margin-bottom: 1.5em;
}
ul.form li.long textarea {
	width: 100%;
	}
.paragraph {
	text-align: justify;
	display: block;
}
.paragraph li {
	margin-bottom: 6pt;
}
.centered {
	text-align: center;
}

.gallerybox {
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

.whiteborder {
	padding: 0px;
	border: solid 2px #aaa;
}

.textessay {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	padding-right: 1em;
}

.text5 {
	color: #CCC;
}