/*	Outformations Main CSS 
	Extra home page styles are found in the out-home-styles.css file
	Masthead Menu Dividers: #680000
	Border for Header Illst & Footer: #640202
	Header Color: #650202
	Link Color: #02336F
	FOR FORCE.COM PAGES
*/

/*
html { height: 100%; margin-bottom: 1px; } /* forces scrollbar even when not needed so page doesn't jump */
*/

body {
	/*background-color: #000;*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	line-height: 1.3em;
}

h6 {
	font-family: "Arial Black", Arial,  Helvetica, sans-serif ;
	margin-right: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding-left: 30px;
	
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.small {
	font-size: .86em;
}

a, a:visited, a:active { 
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bolder;
	color: #02336F;
	text-decoration: none;
}

a:hover { 
	color: #650202;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, blockquote, cite, ul, li {
	font-family: Arial, Helvetica, sans-serif ;
	margin-right: 20px;
}

p {
	padding-top: .6em;
}

h1 {
	font-size: 24px;
	color: #666;
	line-height: 1.1em;
}

h2, h3,{
	font-weight: normal;
	font-size: 18px;	
	text-transform: uppercase;	
}
h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.1em;
	padding-left: 30px;


} 

#sidebar h2, #sidebar h3, #sidebar h4 {
	font-size: 15px;
}

h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

h2, h3  { 
	color: #650202;
}

h4 {
	color: #666;
}

h5 {
	font-weight: bold;
	color: #650202;
}

blockquote {
	margin-top: 0.6em;
	font-size: 13px;
	line-height: 16px;
	font-weight: bolder;
}

blockquote:before {
	content: "\201C";
}

blockquote:after {
	content: "\201D";
}

cite {
	display: block;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	text-indent: -0.6em;
	padding-left: 0.7em;
	
}

cite:before {
	content: "- ";
}

ul { 
	list-style: disc inside;
	margin-left: 4px;
	padding-top: 4px;
	text-indent: -13px;
	padding-left: 16px;
}

li {
	margin-top: 0.4em;
}

.more {
	text-transform: uppercase;
	font-size: 11px;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #000 ;
}

#main {	
	clear: both;
	border-bottom: 1px solid #640202;
	background-color: #FFFFFF;
}

#main-column {
	float: left;
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-right: 2px solid #000;
}

#main-column > h3, #sidebar h3  {
	padding-top: 20px;
	margin-top: 20px; 
	border-top: 1px solid #CCC;
}

#main-column > h3:first-child, #main-column > h3.first, #sidebar h3:first-child, #sidebar h3.first {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}

.centered-table tr.first td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	padding-right: 20px;
}

.centered-table tr.last td {
	text-align: center;
	vertical-align: top;
	padding-right: 20px;
}


/* CONTENT STYLES */

.top {
	margin-bottom: 20px;
	padding-top: 0;
	width: 580px;
	clear: both;
}

.top p {
	font-size: 14px;
	color: #333;
}

.image-blurb {
	padding-top: 20px;
	margin-bottom: 20px;
	margin-right: 24px;
	border-top: 1px solid #CCC;
	clear: both;
}

.image-blurb img {
	float: left;
	margin-bottom: 20px;
}

.image-blurb .content {
	display: block;
	margin-left: 177px;
}

table.image-float {
	margin-right: 20px;
	clear: both;
}

table.image-float td {
	vertical-align: top;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}

table.image-float tr:first-child td, table.image-float .first td {
	padding-top: 0;
	border-top: none;
}

.image-float img {
	margin-right: 24px;
}

.top table.image-float {
	border: none;
	margin-top: 0;
}

/* Column Layout Tables */

.column-table {
	border-top: 1px solid #CCC;
	margin-right: 24px;
}

.column-table td {
	padding: 20px 0 20px 20px;
	border-left: 1px solid #CCC;
}

.column-table h3 {
	margin-top: 15px;
	margin-bottom: 9px;
	height: 3em;
}
/*
h3 a {
	display:block; 
}
*/

.column-table td:last-child p, .column-table td:last-child h1, .column-table td:last-child h2, .column-table td:last-child h3, .column-table td:last-child li, .column-table td:last-child ul {
	margin-right: 0;
}

/* Four Column Layout */

.four-column td.col-one, .four-column td.col-two, .four-column td.col-three {
	width: 26%;
}

.four-column td.col-four {
	width: 22%;
}

.four-column td.col-one {
	border-left-width: 0;
	padding-left: 0;
}

/* Two Column Layout */

.two-column td {
	padding: 20px 0 0 20px;
}

.two-column h3 {
	height: auto;
}

.two-column td.col-one {
	width: 51%;
	border-left-width: 0;
	padding-left: 0;
}

.two-column td.col-two {
	width: 49%;
}

/* Events */

.event {
	font-size: 12px;
	line-height: 1.2em;
}

.event h3, #home .event h3 {
	border-top: 1px solid #CCC;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	color: #02336F;
	font-weight: bold;
	text-transform: none;
}

.event:first-child h3 {
	border-top: none;
	padding-top: 0;
}

.event .date {
	margin-top: 0px;
	color: #444;
}

.small-people a {
	padding-left: 20px;
	background: url(/img/design/lil-head.png) no-repeat center left;
}

/* Sidebar */

#sidebar{ 
	float: right;
	width: 180px;
	padding-top: 6px;
}

#sidebar .content {
	margin: 20px 0 20px 0;
}

#sidebar > div.last {
	margin-bottom: 0;
}

/* Header */

#header {
	background: #000 url(/img/design/masthead-gradient.gif) repeat-x bottom left;
	border-bottom: 1px solid #640202;
}

#header div#logo {
	height: 40px;
	padding: 0 0 0 9px;
	margin: 8px 0 0;
	overflow: hidden;
}

/* Banner */

#banner {
	position: relative;
	color: white;
	height: 60px;
	background: #9A0000 url(/img/design/masthead-banner.png) no-repeat top left;
}

#banner a, #banner a:visited, #banner a:active {
	color: #FFF;
}

#banner a:hover {
	color: #FFF;
}

#banner .content {
	position: relative;
	top: 6px;
}

#banner #breadcrumbs, #banner h1 {
	margin: 0;
	margin-left: 20px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
}

#breadcrumbs a {
	font-weight: normal;
}

#banner h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	margin-left: 0;
	text-transform: uppercase;
}

#divider {
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #640202;
	height: 8px;
	background: #000 url(/img/design/masthead-div.gif) repeat-x bottom;	
}

#footer {
	clear: both; 
	font-size: 11px;
	color: #BBB;
	padding-top: 10px;
	border-top: 2px solid #000;
	background: url(/img/design/footer-gradient.gif) repeat-x top left;
}

#footer .bar {
	padding: 0 8px;
	color: #777;
}

#footer .contact {
	padding-left: 22px;
	background: url(/img/design/envelope-on-black.gif) no-repeat left top;
}

#footer p {
	margin-left: 20px;
	line-height: 16px;
	padding-top: 0;
}

#footer a, #footer a:visited, #footer a:active {
	color: #BBB;
	font-weight: normal;
}

#footer a:hover {
	color: #EEE;
}


.hidden {
	display: none;
}

/* Navigations Styles */

#nav {
	display: block;
	margin-top: 13px;
	margin-left: 9px;
	height:29px;
	clear: both;
}

#nav #utility {
	float: right;
	padding-right: 19px;
}

#nav #utility a {
	margin: 0 1px;
}

#search, #search form {
	display: inline;
}

#search input {
	margin: 1px 5px;
	padding-left: 2px;
	display: inline;
	width: 10em;
	font-size: 1em;
	border: 1px solid #737360;
	height: 17px;
	float: left;
}

#nav {
	position: relative;
	background: url(/img/design/menu_divider.gif) no-repeat left top;
	z-index: 9000;
	font-weight: bolder;
}

div.nav {
	position: relative;
	display: block;
	float: left;
	height: 29px;
	background:	transparent url(/img/design/menu_divider.gif) no-repeat right top;
}	

div.menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	border-top: 1px solid #B60000;
}

div.menu a, div.menu a:visited, div.menu a:active {
	display: block;
	color: #FFF;
	padding: 7px 12px 7px 10px;
	background-color: #850000;
	text-decoration: none;
	border-right: 1px solid #CB0202;
	border-left: 1px solid #CB0202;
	border-bottom: 1px solid #CB0202;
	white-space: nowrap;
}

div.menu a:hover, div.menu a.selected {
	background-color: black;
	text-decoration:none;
	color: #FFF;
}