/*
Theme Name: DOD Supply Chain Management
Theme URI: http://www.tgfi.net/
Description: A custom theme created by TGFI, Inc. for DOD Supply Chain Management.  All Rights Reserved.
Version: 1.0
Author: TGFI, Inc.
Author URI: http://www.tgfi.net/

	This theme was designed and built by TGFI, Inc.

*/

/*--- 

	Note: for IE7 specific styles precede selector with #ie7, for IE6 precede selector with #ie6
	Always put selector below the general defaults.  This will prevent having to use any browser specific CSS hacks.

---*/

/*---Eric Myers' CSS Reset---*/
html, hr,body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ul, ol, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/*---END CSS Reset---*/

/*---Stylize---*/
h1 {font: normal 2.5em "Whitney",arial,sans-serif;padding: 18px 0 3px 0;color:#015FB1;}
h2 {font: normal 1.8em "Whitney",arial,sans-serif;color:#015FB1;padding-top:9px;}
h3 {font: normal 1.6em "Whitney",arial,sans-serif;color:#333;padding-top:9px;}
h4 {}
p {margin-bottom:12px;}
ul {margin-bottom: 12px;}
ol {}
li {}
blockquote {}
small{font-size:.8em;font-family:verdana, sans-serif;}
a {color:#600100;}

a:hover {color:#333;}
hr {margin:36px 0 30px 0;display: block;border-top: 1px solid #ccc;}

.clear {
	clear:both;
}

img.alignRight {
	display: block;
	float: right;
	margin: 0 0 6px 6px;
}

/*---END Stylize---*/

/*---Page Layout---*/

html,body {
	height:100%;
}

body {
	font: normal 14px "Eurostile","Eurostyle",helvetica, arial, sans-serif;
	color:#555;
	background: #999 url(/_Assets/images/page_bg.jpg) repeat-x top;
}

.pageWrapper {
	display: block;
	width:898px;
	margin:0 auto;
	background: #EFEFEF url(/_Assets/images/content_bg_tile.png) repeat-y;	
}

.header {
	display: block;
	width:100%;
	height:138px;
	background: #fff url(/_Assets/images/header_bg.jpg) no-repeat;
}

.headerLogo {
	float:right;
	margin:15px 45px;
}

#ie6 .headerLogo {
	margin:14px 25px;
}

.headerNav {
	display: block;
	width:898px;
	height:56px;
	background: transparent url(/_Assets/images/nav_bg.png) no-repeat;	
}

#ie6 .headerNav {
	height: 55px;
}

.headerNav ul {
	list-style-type: none;
	margin: 0 0 0 18px;
	padding-top: 8px;
}

.headerNav li {
	display: block;
	float: left;
}

.headerNav li a {
	font: bold 1em "Eurostile","Eurostyle",helvetica,arial,sans-serif;
	color:#FFF;
	margin-right: 2.5em;
	text-decoration: none;
}

.headerNav li a:hover {
	color:#DDD;
}

.headerNav li.current_page_item a {
	color:#E6E8FA;
}

.headerNav li.current_page_parent a {
	color:#E6E8FA;
}

.contentWrapper {
	display: block;
	width:100%;
	background: transparent url(/_Assets/images/content_bg.png) no-repeat;
	
}

.page {
	display: block;
	float: left;
	width:593px;
	padding: 0 36px 16px 36px;
}

.page h3 {
	font-size: 1.4em;
	font-weight: bold;
}

.page ul {
	padding-left: 20px;
	list-style-type: square;
}

.page li {
	margin-bottom: 9px;
}

.sidebar {
	display: block;
	float: right;
	width:201px;
	padding: 0 16px 16px 16px;
}

.sidebar ul {
	margin-top: 64px;
	padding-left: 20px;
	list-style-type: square;
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 12px;
}

.sidebar label {
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	margin-left: 1px;
}

.sidebar input.single {
	width:185px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.sidebar input.cf_error {
	border:2px solid red;
}

.sidebar #cf_field_5 {
	width:190px;
	height:80px;
}

.sidebar input.sendbutton {
	display: block;
/* 	width:198px; */
/* 	height:40px; */
	margin:0;
	padding:0;
	margin-top: 6px;
/* 	border:none;	 */
/* 	background: transparent url(/_Assets/images/guide_submit.png) no-repeat; */
}

.sidebar ol.cf-ol {
	list-style-type: none;
}

.sidebar p.linklove {
	display: none;
}

.sidebar legend {
	display: none;
}

.sidebar div.cf_info.success {
	color:green;
	margin-bottom: 1em;
}

.sidebar div.cf_info.failure {
	color:red;
	margin-bottom: 1em;
}

.footer {
	display: block;
	width:826px;
	height:17px;
	padding: 18px 36px;
	background-color: #900000;
	border-top: 8px solid #203E6E;
	color:#EFEFEF;
}

#ie6 .footer {
	margin-bottom: -12px;
}

.footer a {
	color:#EFEFEF;
}

.footer .footerCopyright {
	float: left;
}

.footer .footerCredit {
	float: right;
}