/* HTML Reset
______________________________________________________*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* HTML selectors 
_____________________________________________________*/
body {
	color: #333;
	font: 62.5%/1.6em Verdana, sans-serif;
	background: #858686 url(../images/body-bg2.jpg) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
input {
	font-size: 11px;	
}
ol, ul {
	list-style: none;
}
dt {
	font-weight: bold;
}
a {
	color: #99013E;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
table {
	margin: 1em 0 1.5em 0;
	border-collapse:collapse;
	border: none;
	/*width: 100%;*/
}
td, th {
	padding: 4px 8px;
	vertical-align:top;
}
th {
	background-color: #555;
	color: #fefefe;
	text-align:left;
	font-weight:bold;
}

tbody td {
	border-bottom: 1px solid #aaa;
}
tfoot td {
	font-weight: bold;	
}
table.layout tbody td {
	border-bottom: none;	
}
caption {
	margin: 1em 0;	
}
* html caption, * +html caption { /* ie hack */
	padding: 11px 0;
}

/**************** layout ****************/
#skipNav {
	position: absolute;
	left: -9999px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#masthead {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: url(../images/masthead.jpg) no-repeat;
	overflow: hidden;
}
		h2#logo {
		background: url(../images/logo.gif) no-repeat;
		display: inline;
		float: left;
		height: 77px;
		margin: 15px 0 0 15px;
		text-indent: -9999px;
		width: 188px;
	}
	h2#logo a {
		display: block;
		width: 188px;
		height: 77px;
	}	
		#globalMenu {
		display: inline;
		float: right;
		margin: 10px 10px 0 0;
	}
		ul#globalMenu li {
			display: inline;			
		}
		ul#globalMenu a {
			color: #111;
			display: block;
			float: left;
			font-size: 11px;
			padding: 0 10px;
			position: relative;			
		}
	form#search {
		clear: right;
		display: inline;
		float: right;
		margin: 10px 10px 0 0;
		text-align: right;
		width: 240px;
	}
		form#search input#query, form#search input#q {
			vertical-align: middle;			
		}
		form#search label#queryLabel {
			position: absolute;
			left: -9999px;			
		}
		form#search input#submit {
			vertical-align: middle;			
		}
	ul#tabs {
		background: url(../images/tabs-footer.jpg) repeat-x left 40px;
		clear: both;
		float: left;
		height: 60px;
		width: 740px;
		padding-left: 220px;
	}
		ul#tabs li {
			display: inline;
		}
		ul#tabs a {
			display: block;
			float: left;
			width: 160px;
			height: 60px;
			color: #FFF;
			text-align: center;
			font-size: 11px;
			padding-top: 8px;
			margin-right: 2px;
		}
	#tabsFooter {
		background: url(../images/tabs-bottomBorder.gif) repeat-x;
		height: 20px;
	}
		ul#tabs a#lnkSubcom {
			width: 240px;
			background: url(../images/tab-subcom-inactive.jpg) no-repeat;
		}
		ul#tabs a#lnkMembers {
			background: url(../images/tab-members-inactive.jpg) no-repeat;
		}
		ul#tabs a#lnkMeeting {
			background: url(../images/tab-meeting-inactive.jpg) no-repeat;
		}
		ul#tabs a#lnkTraining {
			background: url(../images/tab-training-inactive.jpg) no-repeat;
		}
		ul#tabs a.active {
			color: #FDCC29;
		}
		ul#tabs a#lnkSubcom.active {
			background: url(../images/tab-subcom-active.jpg) no-repeat;
		}
		ul#tabs a#lnkMembers.active {
			background: url(../images/tab-members-active.jpg) no-repeat;
		}
		ul#tabs a#lnkMeeting.active {
			background: url(../images/tab-meeting-active.jpg) no-repeat;
		}
		ul#tabs a#lnkTraining.active {
			background: url(../images/tab-training-active.jpg) no-repeat;
		}

/* Breadcrumb
_____________________________________*/

#breadcrumbWrapper {
	background: #fefefe url(../images/bodyHeader-bg.gif) repeat-x;
	clear: both;
	height: 62px;
	width: 100%;
}
#breadcrumb {
	float: left;
	height: 27px;
	padding-top: 20px;
	width: 100%;
}
#breadcrumb ul {
	background: transparent url(../images/breadcrumb-bg.gif) no-repeat;
	display: inline;
	float: left;
	height: 27px;
	margin: 0 10px;
	padding: 0 10px;
	list-style: none;
	width: 920px;
}
#breadcrumb ul li {
	float: left;
	font-weight:bold;
	line-height: 27px;
	padding: 0 10px;
	position: relative;
	text-align:center;
}
#breadcrumb ul a {
	background: transparent url(../images/breadcrumb-divider.jpg) no-repeat right center;
	color: #99013e;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 27px;
	padding: 0 20px 0 10px;
	position: relative;
	text-align:center;
}
#content {
	background-color: #fefefe;
	float: left;
	width: 100%;
	min-height: 360px;
}
.twoColumn #content {
	background: url(../images/content-bg-twoColumn.gif) repeat-y;	
}
.threeColumn #content {
	background: url(../images/content-bg-threeColumn.gif) repeat-y;	
}
#content .contact {
	float: right;
	width: 460px;
	border-bottom: solid thin #CCC;
}
#content .contact img {
	float: right;
	margin: 10px 0 20px 20px;
	border: #000 solid 1px;
}
#team {
	float: right;
	width: 460px;
}
#team .tmember {
	float:left; 
	margin: 10px;
	text-align:center;
}
#team .tmember p {
	font-weight:bold;
	margin-top: 5px;
	border-top: solid 1px #CCC; 
	border-bottom: solid 1px #CCC; 
	padding:5px;
}
#news div{
	float:right;
}
#news .newsevent{
	width:460px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
}
#news .newsevent img{
	margin: 0 0 10px 20px;
}
#news .newsevent div p{
	margin: 0 0 10px 20px;
}
* html #content {
	height: 360px;	
}
#mainContent {
	float: left;
	margin: 0 10px;
	display: inline;
}
.oneColumn #mainContent {
	padding: 20px 0;
	width: 940px;
}
.twoColumn #mainContent {
	/*width: 700px;*/
	margin-left: 0;
	width: 710px;
}
.threeColumn #mainContent {
	width: 460px;	
}
.twoColumn #mainContent table {
	width: 700px;
	margin: 1.5em auto;
}
.threeColumn #mainContent table {
	width: 460px;
	margin: 1.5em auto;
}
#mainContent h1, #mainContent h2, #mainContent h3,
#mainContent h4, #mainContent h5, #mainContent h6 {
	color: #000;
}
#mainContent p {/*, .column p*/
	font-size: 12px;
	line-height: 1.6em;
	margin: 1em 0;
	}
	#mainContent ul{/*, .column ul*/
		font-size: 12px;
		line-height: 1.6em;
		list-style: disc;
		margin: 1em 20px 1.5em 50px;
	}
	#mainContent ol { /*, .column ol*/
		font-size: 12px;
		line-height: 1.6em;
		list-style: decimal;
		margin: 1em 20px 1.5em 50px;
	}
	#mainContent dl { /*, .column dl*/
		font-size: 12px;
		line-height: 1.6em;
		margin: 1em 0 1.5em 0;
	}
	#mainContent dt { /*, .column dt*/
		font-weight: bold;
		margin: .8em 0 .4em 0;
	}
	#mainContent h1 {/*, .column h1*/
		background-color: #4a4a4c;
		border-radius-topleft: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-radius-topright: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		color: #fff;
		font-family: 'helvetica neue', helvetica, sans-serif;
		font-size: 15px;
		margin: 0;
		padding: 15px 5px 20px 5px;
		text-align:center;
	}
	#mainContent h2 { /*, .column h2*/
		font-size: 14px;
		margin: 1em 0;
	}
	#mainContent h3 {/*, .column h3*/
		font-size: 12px;
		margin: 1em 0;
	}
	#mainContent h4, #mainContent h5, #mainContent h6 {/*.column h4, .column h5, .column h6*/
		margin: 1em 0;
	}
	#mainContent blockquote p {/*, .column blockquote p*/
		border-left: 2px solid #999;
		color: #888;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0 20px 1.5em 20px;
		padding-left: 10px;
	}
	/* reset font sizes for nested lists, etc. */
	#mainContent ul ul, #mainContent ol ol, #mainContent ul ul ul, 
	#mainContent ol ol ol, #mainContent td p, #mainContent td ul,
	#mainContent td ol, .column ul ul, .column ul ul ul {
		font-size: 12px;
		margin: .5em 0 .5em 15px;
	}
	#mainContent .highlight {
		margin: 1em 20px;
		overflow: hidden;
	}
	#mainContent .highlight img {
		float: left;
		margin: 1em;
	}
	#mainContent .highlight .txtleft {
		float: left;
		width: 46%;
		margin: 1em;
	}
	#mainContent .highlight .txtright {
		float: right;
		width: 46%;
		margin: 1em;
	}
	#mainContent .highlight h2, #mainContent .highlight h3, #mainContent .highlight p {
		
	}
	#mainContent a.lnkTop {
		background: transparent url(../images/arrow-dk-up.gif) no-repeat left 5px;
		display: block;
		margin-left: 15px;
		padding-left: 12px;
	}
#secondaryContent {
	float: left;
	width: 220px;
	margin: 0 10px;
	display: inline;
}
	#secondaryContent p, #sidebar p {
		font-size: 11px;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
#sidebar {
	float: right;
	width: 220px;
	margin: 0 10px;
	display: inline;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #e9e9e9 url(../images/footer-bg.jpg) repeat-x;
	overflow: hidden;
	position: relative;
}
#footerContent {
	font-size: 11px;
	margin: 0 auto;
	width: 960px;
	padding: 30px 0 40px 0;
}
	#doeInfo, #footerMenu, #legalInfo {
		background: transparent url(../images/footer-bg-rule-solid.gif) repeat-x;
		padding-top: 20px;
		width: 240px;
		display: inline;
		float: left;
		margin: 10px 40px;
	}
	#footerContent #doeInfo p {
		/*font-size: 8px;	*/
	}
#noScript {
	clear: both; 
	width: 960px; 
	margin: 0 auto; 
	padding: 10px 0; 
	color: #fff; 
	text-align:center;	
}
/*
	layout helpers
______________________________________________________*/
.row {
	clear: both;
	float: left;
	width: 100%;
}
.column {
	float: left;
	/*margin: 0 10px;*/
}
.column.half {
	/*width: 50%;*/
	width: 460px;	
}
.column.fourth {
	/*width: 25%;*/	
	width: 220px;	
}
.column p, .column h1, .column h2, .column h3, .column h4,
.column h5, .column h6, .column dl {
	padding: 0 10px;	
}
/*
	utility classes
______________________________________________________*/

.hide {display: none;}
.show {display: block;}
.noPrint{} /* dummy class for print stylesheet */
.insetLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.insetRight {
	float: right;
	margin: 0 0 10px 10px;
}
.alignCenter {
	text-align: center;	
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.toDo {
	color: #f00;	
}
.brokenLink {
	background-color:#FF6;	
}
.odd {
	background-color: #ddd;	
}



/* Accordion styles
____________________________________________________________*/

.pane {
	
}
.trigger { 	/* element to trigger panes */

}
#mainContent h3.trigger {
	background: transparent url(../images/add.gif) no-repeat left top;
	padding-left: 18px;
}
#mainContent h3.trigger.selected {
	background: transparent url(../images/delete.gif) no-repeat left top;
	padding-left: 18px;
}
#siteMap .pane {
	margin-left: 30px;	
}
#mainContent #siteMap h2 {
	margin: 20px 0 0 0;	
}
#mainContent #siteMap h3 {
	margin: .5em 0;	
}

/* Menus
______________________________________________________*/

#sectionNavigation, #relatedLinks {
	
}
#sectionNavigation ul a, #relatedLinks ul a {
	
}
#secondaryContent ul a, #sidebar ul a {
	background-color: #5d5d5d;
	border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #7d7d7d;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0;
}
#secondaryContent ul a {
	border-right: 7px solid #4e4e4e;
}
#sidebar ul a {
	border-left: 7px solid #4e4e4e;
}
#secondaryContent ul a.active, #sidebar ul a.active,
#secondaryContent ul a.current, #sidebar ul a.current
{
	background-color: #99013e;
	color: #FDCC29;
	border-top: 1px solid #c24777;
	border-bottom: 1px solid #6e022c;
}
#secondaryContent ul a.active, #secondaryContent ul a.current {
	border-right: 7px solid #4f011f;
}
#secondaryContent ul a.top.active, #secondaryContent ul a.top.current {
	border-top: 4px solid #4f011f;
}
#sidebar ul a.active, #sidebar ul a.current {
	border-left: 7px solid #4f011f;
}
#secondaryContent h3 {
	background-color: #9e9e9e;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #7a7a7a;
	border-right: 7px solid #7e7e7e;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
}
#sidebar h3 {
	background-color: #9e9e9e;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #7a7a7a;
	border-left: 7px solid #7e7e7e;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
}

#secondaryContent h3.trigger, #sidebar h3.trigger {
	padding-left: 20px;	
}
#secondaryContent ul a.top, #sidebar ul a.top {
	border-top: 4px solid #3a3a3a;
}
#secondaryContent .pane ul a {
	background-color: #ebebeb;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #cacaca;
	border-right: 7px solid #d0d0d0;
	color: #222;
	padding-left: 20px;	
}
#sidebar .pane ul a {
	background-color: #ebebeb;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #cacaca;
	border-left: 7px solid #d0d0d0;
	padding-left: 30px;	
}

#secondaryContent .pane ul a.active, #secondaryContent .pane ul a.current {
	background-color: #fff5d4;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #ded0af;
	border-right: 7px solid #dedda3;
	color: #820135;
}
#sidebar .pane ul a.active, #sidebar .pane ul a.current {
	background-color: #fff5d4;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #ded0af;
	border-left: 7px solid #dedda3;
	color: #820135;
}
#secondaryContent h3.trigger, #sidebar h3.trigger {
	background: #5d5d5d url(../images/arrow-lt-right.gif) no-repeat 8px center;
	border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #7d7d7d;
	color: #fff;
}
#secondaryContent h3.trigger.selected, #sidebar h3.trigger.selected {
	background: #5d5d5d url(../images/arrow-lt-down.gif) no-repeat 6px 10px;
}
#secondaryContent h3.trigger {
	border-right: 7px solid #4e4e4e;
}
#sidebar h3.trigger {
	border-left: 7px solid #4e4e4e;
}
#sidebar p.sharepoint, #sidebar p.passRequest {
	margin: 0;
	padding: 0;
}
#sidebar p.sharepoint a {
	display: block;
	padding: 7px  10px 7px 35px;
	background: #fff url(../images/sharepoint-logo.gif) no-repeat 7px center;
	border-left: 7px solid #eee;
	border-bottom: 1px solid #bbb;
}
#sidebar p.passRequest a {
	display: block;
	padding: 7px 10px 7px 35px;
	background-color: #fff;
	border-left: 7px solid #eee;
	border-bottom: 1px solid #bbb;
}

* html #secondaryContent ul a, * html #secondaryContent li,
* html #sidebar ul a, * html #sidebar li { /* ie hack */
		zoom: 1;
}
/*	Images
__________________________________________________*/
.image {
	margin: 1em 0 1.5em 0;	
}


/*	Buttons
	- Exercise and drill subcommittee and COOP WG gateway pages
_________________________________________________________________*/
#buttons {
	float:left;
}
.button {
	float:left;
	margin: 0 10px 0 10px;
	width:138px ;
}
.button.first {
	margin-left: 0;
}
.button.last {
	margin-right: 0;
}

#buttons .button h2 a {
	background-image: url(../images/button-bground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
	color: #333;
	display:block;
	font-weight: bolder;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#buttons .button h2 a:hover, #buttons .button h2 a:active, #buttons .button h2 a:focus {
	background-image: url(../images/button-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*logins
__________________________________________________________*/

#login {
	float:left;
}
.Loginbutton {
	float:left;
	margin: 0;
	width:220px ;
}

#login .Loginbutton h3 a {
	background-image: url(../images/button-bground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
	color: #333;
	display:block;
	font-weight: bolder;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 10px 40px;
}
#login .Loginbutton h3 a:hover, #login .Loginbutton h3 a:active, #login .Loginbutton h3 a:focus {
	background-image: url(../images/button-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Sidebar module
_____________________*/
.module {
	background-color: #fefefe;
	padding: 10px;
}


