/*

	AFMC - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #cccccc url('../images/wrapper/background-tile.jpg') repeat;
	background-attachment: fixed;
	margin: 15px 0 15px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

table tr td {
	color: #666666;
	font-size: 12px;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	background: url('../images/wrapper/main-bg.jpg') repeat-y;
	width: 916px;
	margin: 0 auto 0 auto;
    padding: 0;
}

/* =Splash
---------------------------------------------------------------------------------------------------- */
#splash-menu {
	background: url('../images/wrapper/splash-btm-bg.jpg') 0 0 no-repeat;
	height: 34px;
	width: 856px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
#splash-top-msg {
	background:url(../images/wrapper/splash-top_msg.jpg);
	background-repeat:repeat-y;
	width: 856px;
	text-align: center;
	margin: -3px 0 0 0;

}

#splash-top-msg p{
	padding: 0px 8px 5px 12px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight:100;
	font-size: 12px;
}

#splash-top-msg h2{
	padding: 10px 8px 0px 12px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight:100;
	font-size: 16px;
}

/*
#splash-msg  {
	position:absolute;
	font-weight: bold;
	padding: 3px 0 0 20px;
	color: #ffffff;
	text-decoration: none;
}*/
#splash-menu-items {

	padding: 3px 25px 0 0;
	text-align: right;
}

#splash-menu-items a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

#splash-menu-items a:hover {
	text-decoration: underline;
}

/* =Layout - Hompage Specific
---------------------------------------------------------------------------------------------------- */
#home-banner {
	padding: 10px 0 0 25px;
}

#content #home-text-content {
	padding: 0 0 20px 25px;
}

#afmc-announcements {
	background: url('../images/wrapper/afmc-announcements-bg.gif') repeat-y;
}

#afmc-announcements #header-bg {
	background: url('../images/home/afmc-announcements-hdr-bg.gif') 0 0 no-repeat;
	height: 42px;
	/*width: 375px;*/
	width:517px;
	/* border: 1px solid #000088; */
}

#afmc-announcements #header-bg #header-text {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding: 5px 0 0 15px;
}

#afmc-announcements span {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 11px;
	font-weight: bold;
}

#afmc-announcements p {
	margin: 12px 0 0 0;
}

.read-more-link {
	text-align: right;
	margin: 0;
	padding: 0 15px 10px 0;
}

.read-more-link a {
	font-size: 11px;
	color: #336699;
	margin: 0;
}

#divider-img {
	margin: 0 0 0 176px;
}

#home-sidebar {
	background: url('../images/wrapper/home-sidebar-bg.gif') repeat-y;
	width: 337px;
	text-align: left;
	font-size: 11px;
}

#home-sidebar-publications {
	background: url('../images/wrapper/home-sidebar-bg-small.gif') repeat-y;
	width: 163px;
	text-align: left;
	font-size: 11px;
}

#home-sidebar table {
	color: #666666;
	font-size: 11px;
}

.home-sidebar-header {
	background: #EFF0F1 url('../images/wrapper/home-sidebar-hdr-bg.gif') 0 0 no-repeat;
	height:	42px;
	width: 337px;
}

.home-sidebar-header-text {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 5px 0 0 10px;
}

.home-sidebar-hdrs {
	background: #E6E6E7;
	height:	30px;
	width: 300px;
}

.home-sidebar-hdrs-text {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 6px 0 0 10px;
}

#home-sidebar .home-sidebar-content {
	padding: 5px 5px 5px 10px;
}

#home-sidebar .home-sidebar-content ul {
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}
#home-sidebar .home-sidebar-content ul li {
	padding: 6px 0 6px 0;
}

.rotating-ads {
	background: url('../images/wrapper/rotating-ads-bg.gif') 0 0 no-repeat;
	/*width: 184px;*/
	width: 251px;
	height: 97px;
	text-align: center;
}

.rotating-ads p {
	margin: 5px 0 3px 10px;
	text-align: left;
}

.rotating-ads-f {
	background: url('../images/wrapper/rotating-ads-bg-f.gif') 0 0 no-repeat;
	/*width: 184px;*/
	width: 251px;
	height: 97px;
	/*height: 110px;*/
	text-align: center;
}

.rotating-ads-f p {
	margin: 5px 0 3px 10px;
	text-align: left;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#header {
	background: url('../images/wrapper/header-bg.jpg') repeat-y;
	height: 109px;
	text-align: left;
}

#header #header-content {
	float: left;
	padding: 28px 0 0 15px;
}

#header #header-images {
	margin: 0 0 0 388px;
	_margin: 0 0 0 385px;
	padding: 0;
}

#middle-bar {
	background: url('../images/wrapper/middle-bar-bg.jpg') repeat-y;
	text-align: right;
	padding: 0 18px 0 0;
}

#content {
	background: url('../images/wrapper/content-bg.jpg') repeat-y;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 747px;
	margin: 0 0 0 169px;
}

#content #text-content {
	padding: 20px 0px 20px 0;
	_height: 480px;
	min-height: 480px;
}

#content #text-content #content-pad {
	padding: 0 35px 0 25px;
}

.box {
	border: 1px solid #999999;
	padding: 10px;
}

.box2 {
	border: 1px solid #999999;
	padding: 10px;
	width: 500px;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar-container {
	background: url('../images/wrapper/sb-border-grad.jpg') repeat-y;
	width: 195px;
	margin: 24px 0 30px 10px;
	float: right;
}

#sidebar {
	text-align: left;
	font-size: 11px;
	padding: 0;
	margin: 0 8px 0 7px;
	border-bottom: 1px solid #dddddd;
}

#sidebar #sidebar-header {
/*	background: #EFF0F1;*/
background: #B41845;
	text-align: left;
	padding: 4px 0 4px 10px;
}

#sidebar #sidebar-header h3 {
	font-size: 13px;
/*	color: #737373;	*/
color: #FFFFFF;
	margin: 0;
}

#sidebar #sidebar-content {
	margin: 5px 5px 5px 10px;
}

#sidebar #sidebar-content ul {
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

#sidebar #sidebar-content ul li {
	padding: 3px 0 3px 0;
}

/*
#sidebar-content .right-nav a {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
*/


/* =Layout - Top Nav
---------------------------------------------------------------------------------------------------- */
#top-bar {
	background: url('../images/wrapper/top-bar-bg.jpg') 0 0 no-repeat;
	height: 28px;
	text-align: left;
}

#top-bar #top-bar-menu {
	padding: 10px 0 0 20px;
	/* border: 1px solid #000000; */
}

#top-bar #top-bar-menu #top-bar-menu-items {
	float: left;
	/* border: 1px solid #000000; */
}

#top-bar #top-bar-menu #top-bar-menu-items a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 0;
}

#top-bar #top-bar-menu #top-bar-menu-items a:hover {
	text-decoration: underline;
}

#top-bar #top-bar-menu #top-bar-menu-items-right {
	margin: 0 0 0 695px;
}

#top-bar #top-bar-menu #top-bar-menu-items-right a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 0;
}

#top-bar #top-bar-menu #top-bar-menu-items-right a:hover {
	text-decoration: underline;
}

#top-bar #top-bar-menu #top-bar-menu-items-right-f {
	margin: 0 0 0 650px;
}

#top-bar #top-bar-menu #top-bar-menu-items-right-f a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 0;
}

#top-bar #top-bar-menu #top-bar-menu-items-right-f a:hover {
	text-decoration: underline;
}


/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	background: #cccccc;/*url('../images/wrapper/breadcrumb-bg.jpg') repeat-y;*/
	text-align: left;
	font-size: 11px;
	width: 739px;
	padding: 2px 0 2px 0;
}

#breadcrumb-items {
	padding: 0 0 0 25px;
	background: #cccccc;
	color: #000000;
}

#breadcrumb-items a {
	font-size: 11px;
	color: #000000;
}

#print-item {
	margin-top: -2px;
	float: right;
	padding: 0 10px 0 0;
	color: #000000;
}
#print-item a {
	font-size: 11px;
	color: #000000;
}

/* =Left Nav
---------------------------------------------------------------------------------------------------- */
#left-nav {
	background: url('../images/wrapper/main-left-nav-bg.jpg') repeat-y;
	width: 175px;
	text-align: left;
	position: absolute;
	left: 1px;
	top: 166px;
}

#left-nav .left-nav-item {
	background: url('../images/wrapper/left-nav-bg.jpg') 0 0 no-repeat;
	height: 36px;
	width: 175px;
}

#left-nav .left-nav-item a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0 0 17px;
	padding: 0px 0 4px 0;
/*	padding: 9px 0 4px 0;*/
}

#left-nav .left-nav-item a:hover {
	text-decoration: underline;
	display: block;
}


#left-nav-sub {
	background: url('../images/wrapper/main-left-nav-sub-bg.jpg') repeat-y;
	width: 175px;
	text-align: left;
	position: absolute;
}

#left-nav .left-nav-sub-item_on, .left-nav-sub-item_off {
	background: url('../images/wrapper/left-nav-sub-bg.jpg') 0 0 repeat-y;
	/*height: 30px;*/
	width: 175px;
}

#left-nav .left-nav-sub-item_off a {
	display: block;
	background-color: #DEDEDE;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 18px;
	padding: 3px 0 0 0;
}

#left-nav .left-nav-sub-item_on a {
	display: block;
	background-color: #DEDEDE;
	color: #B41845;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 18px;
	padding: 3px 0 0 0;
}

#left-nav .left-nav-sub-item_on a:hover {
	text-decoration: underline;
	display: block;
}

#left-nav .left-nav-sub-item_off a:hover {
	text-decoration: underline;
	display: block;
}



#left-nav .left-nav-item-last {
	background: url('../images/wrapper/left-nav-bg-last.jpg') 0 0 no-repeat;
}

#left-nav .left-nav-item-last a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 9px 0 4px 0;
}

#left-nav .left-nav-item-last a:hover {
	text-decoration: underline;
}

#left-nav-ads {
	position: absolute;
	left: 12px;
	top: 540px;
}

#top-left-nav-item a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 9px 0 0 0;
}

#top-left-nav-item a:hover {
	text-decoration: underline;
}
/*
#sub-nav {
	background: url('../images/wrapper/sub-nav-border-bg.jpg') right bottom no-repeat;
}

#sub-nav a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 2px 0 3px 0;
}

#sub-nav a:hover {
	text-decoration: underline;
}

#sub-nav a.last {
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 1px 0 10px 0;
}

#sub-nav a.last:hover {
	text-decoration: underline;
}

#sub-nav-last {
	background: url('../images/wrapper/sub-nav-border-bg-last.jpg') right bottom no-repeat;
}

#sub-nav-last a {
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 0 17px;
	padding: 2px 0 3px 0;
}

#sub-nav-last a:hover {
	text-decoration: underline;
}

#sub-sub-nav a {
	display: inline;
	color: #ffffff;
}

#sub-sub-nav ul {
	color: #ffffff;
	margin: -2px 0 0 24px;
	padding: 0 0 0 12px;
}

#sub-sub-nav ul li {
	list-style: none;
	background: url('../images/wrapper/list-nav-bullet.gif') 6px 6px no-repeat;
}
*/

/* Needed this for IE 6 on last item rollover display problem - News & Events
#sub-nav-last a.news-last {
	background: url('../images/wrapper/sub-nav-border-bg-last.jpg') right bottom no-repeat;
}

#sub-nav-last a.news-last:hover {
	text-decoration: underline;
}
*/

/* End IE 6 display prolblem */

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	margin: 0 0 0 193px;
	text-align: left;
}

#footer #footer-content {
	float: left;
	font-size: 11px;
	color: #737373;
}

#footer #footer-items {
	margin: 0 0 0 485px;
	color: #737373;
}

#footer #footer-items a {
	font-size: 11px;
	font-weight: bold;
	color: #737373;
}

#footer #footer-items-f {
	margin: 0 0 0  350px;
	color: #737373;
}

#footer #footer-items-f a {
	font-size: 11px;
	font-weight: bold;
	color: #737373;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #B41845;
	outline: none;
}

a:hover, a.visited {
	color: #B45C75;
}

a.blue-link {
	font-size: 11px;
	color: #336699;
}

a.blue-link:hover {
	color: #B45C75;
}


a.right-nav-item_off {
	/*font-size: 12px;*/
	color: #414141;
	text-decoration: none;
}

a.right-nav-item_off:hover {
	color: #414141;
	text-decoration: underline;
}

a.right-nav-item_on {
	/*font-size: 12px;*/
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a.right-nav-item_on:hover {
	color: #000000;
	text-decoration: underline;
}


a.sub-right-nav-item_off, .txtsub-right-nav-item_off {
	/*font-size: 12px;*/
	color: #414141;
	text-decoration: none;
}

a.sub-right-nav-item_off:hover {
	color: #414141;
	text-decoration: underline;
}

a.sub-right-nav-item_on {
	/*font-size: 12px;*/
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a.sub-right-nav-item_on:hover {
	color: #000000;
	text-decoration: underline;
}



/* =Typography
---------------------------------------------------------------------------------------------------- */
p, table tr td {
	margin: 8px 0 8px 0;
}

h1 {
	font-size: 20px;
	color: #666666;
	margin: 0 0 7px 0;
}

h2 {
	font-size: 15px;
	color: #b51845;
	margin: 5px 0 7px 0;
}

h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 13px;
	color: #000000;
	font-weight: 500;
	margin: 12px 0 3px 0;
}

.title {
	font-size: 13px;
	color: #b51845;
	margin: 5px 0 5px 0;
}

#text-content sup  {
	font-size: 11px !important;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	margin: 12px 0 12px 8px;
	padding: 0 0 0 8px;
}

ul li {
	list-style: square;
	line-height: 16px;
}

.sitemap ul{
	margin: 6px 0 6px 8px;
	padding: 0 0 0 8px;
}

.sitemap ul li {
	margin: 2px 0 2px 0;
}
.sitemap ul li ul {
	margin: 0;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
.button {
	background-color: #B41845;
	border: #B51845 3px;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding: 0.25em;
	width: auto;
}

.indent
{
	text-indent: 3em;
}

.validation
{
	color: #FF0000;
	font-weight: bold;
}

.highlight
{
	color:#b51845;
}


form
{
	margin: 0;
	padding: 0;
}

/* =Data Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-top: 1px solid #737373;
	border-left: 1px solid #737373;
}

.data th {
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
	color: #737373;
	background: #eeeeee;
}

.data td {
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
}

/* =Misc Images
---------------------------------------------------------------------------------------------------- */
.img-pos {
	margin: 3px 0 10px 10px;
}
.img-pos-left {
	margin: 3px 20px 10px 0;
}


#partners-logo {
	background:  url('../images/conference2008/layout/sponsor-bg.jpg') 0 0 no-repeat;
	height:	261px;
	width: 530px;

}
.sponsors-logo {
	background:  url('../images/conference2008/layout/sponsor-bg-small.jpg') 0 0 no-repeat;
	height:	94px;
	width: 251px;
	padding:0;
	margin:0;


}
#partners-logo table
{
	margin-left: 20px;
}

#partners-container {

	width:509px;
	margin:10px;
	padding:0px;

}

/* =Misc Icons
---------------------------------------------------------------------------------------------------- */
.pdf {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.pdf2 {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	margin-top: 4px;
	padding-left: 20px;
}

.web {
	background: #FFFFFF url('../images/icon-web.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.vid {
	background: #FFFFFF url('../images/icon-vid.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.doc {
	background: #FFFFFF url('../images/icon-doc.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 22px;
}

.xls {
	background: #FFFFFF url('../images/icon-xls.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.ppt {
	background: #FFFFFF url('../images/icon-ppt.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}








sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: 1ex;
}


.divStaffPicture {
  float:left;
  width:90px;
  margin-top:10px;
  margin-right:15px;
}

.divStaffBio {
  float:left;
  width:550px;
 }

.divStaffName {
  float:left;
}

.divStaffContact {
  float:right;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color:#000000;
}







.sectionTitle {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#B41845;
}

.sectionTitleWhite {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#FFFFFF;
}



.lnkNormalWhite:link, .lnkNormalWhite:visited {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 11px;
	line-height:15px;
	color:#FFFFFF;
}

.lnkNormalWhite:hover {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 11px;
	line-height:15px;
	color:#FFFFFF;
}


.lnkReadMore:link, .lnkReadMore:visited {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	color:#212121;
	text-decoration: none;
}

.underlineOnHover:hover{
	text-decoration:underline !important;
}

.lnkReadMore:hover {
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	color:#212121;
	text-decoration: underline;
}






.txtNormal {
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#414141;
}


.headerDate {
	font-family: Arial, verdana, sans-serif;
	font-size: 14px;
	font-style:italic;
	line-height:16px;
	color:#343434;
}


.pbTitle {
	font-family: Arial, verdana, sans-serif;
	font-size: 14px;
	font-style:italic;
	line-height:15px;
	color:#343434;
}

.aboutCeoBoldFont{
	font-family: Arial Bold, verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:15px;
	color:#414141;
}
.reflectionsTitle{
	font-family: Arial Italic, verdana, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#414141;
}
#nick_busing{
	float:right;
	background-color:#b51845;
	margin-left:20px;
	margin-bottom:10px;
}
#nick_busing a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	padding:10px;
}
