/* CSS RESET */
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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */

body {
	background:#003853 url(../images/background.gif) repeat-x top;
	color:#a7ac77;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8ba121;
	text-decoration: underline;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 140%; list-style-type: disc; margin:5px 0 15px 0; }

h1, .head {
	color: #8ba121;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 18px;
}

h2, .subHead {
	color: #8ba121;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 {
	color: #8ba121;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #203C91; display: inline}

p {
  margin-bottom: 24px;
}

td { 
  vertical-align: top; }

ul { 
  padding-left: 30px; }

strong { font-weight: bold;}

.color { display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
  background: url(../images/logo.jpg);
	display:block;
	height:100px;
	width:350px;
	position: absolute;
	top: 61px;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 0px 0 20px;  voice-family: "\"}\""; voice-family: inherit;}

#home_top_row {
  background: url(../images/home_top.jpg);
  height: 301px;
  width: 943px;
}

#home_bottom_row {
  background: url(../images/home_bottom_row.jpg);
  clear: both;
  height: 292px;
  width: 933px;
}

#welcome_block {
  color: #b1bd78;
  float: left;
  font-size: 14px;
  margin-left: 26px;
  padding-top: 50px;
  line-height: 20px;
  width: 298px; }

#welcome_block  p {
  margin-bottom: 16px; }

#home_bottom_row a {
  color: #fff; }

#home_bottom_row div {
  color: #ddcbb9;
  float: left;
  margin-left: 0;
  margin-right: 18px;
  padding: 44px 15px 0;
  position: relative;
  width: 268px;
}

#home_bottom_row .more {
  position: absolute;
  top: 256px;
  left: 235px;
}

#home_bottom_row #block_item_3 {
  margin: 0;
}

#home_gallery {
  float: left;
  margin-left: 30px;
  margin-top: 16px;
  width: 568px;
}

/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#wrapper {
	margin:0 auto;
	text-align:left;
	width: 980px;
}

#headContainer {
  height: 180px;
}

  #button_menu {
    clear: both;
    float: right;
    padding-right: 10px;
    padding-top: 40px; }

    #button_menu a {
      display: block;
      float: left;
      text-indent: -999999px;
      margin-left: 10px;
      height: 88px; }
    
    #button_events {
      background: url(../images/button_events.jpg);
      width: 143px; }
      
      #button_events:hover { background: url(../images/button_events.jpg) bottom; }
      
    #button_creative {
      background: url(../images/button_creative.jpg);
      width: 148px; }
      
      #button_creative:hover { background: url(../images/button_creative.jpg) bottom; }

      
    #button_tradeshows {
      background: url(../images/button_trade_shows.jpg);
      width: 156px; }
      
      #button_tradeshows:hover { background: url(../images/button_trade_shows.jpg) bottom; }

#bodyContent {
  background: url(../images/body_content_repeat.gif) repeat-y;
}

#bodyContent_top {
  background: url(../images/body_content_top.gif) no-repeat left top; }
  
#bodyContent_bottom {
  background: url(../images/body_content_bottom.gif) no-repeat left bottom;
  margin-bottom: 20px;
  padding: 20px; } 

/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
  float: right;
	margin:0;
	padding:0;
}

.majorNavLink {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}

.majorNavLink li {
	background:url(../images/navMajor_divider.jpg) no-repeat right top;
	float:left;
	height:42px;
	list-style:none;
	margin:0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
  background: url(../images/major_nav_divider.gif) no-repeat left;
	color: #fff;
	display:block;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 15px;
	height:36px;
	line-height:36px;
	padding:0 15px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.majorNavLink a:hover {
	text-decoration: underline;
}

/* Minor Nav */

#minorNav {
  clear: both;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
	display:block;
	height:25px;
	margin:0;
	padding:0;
}

.minorNavLink li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 100%;
	padding-left:13px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.minorNavLink a:hover {
	text-decoration: underline;
}
	
/* Sub Nav */

#subnav_header {
  text-transform: uppercase;
  color: #767e7e;
  padding-left: 12px;
  padding-top: 15px;
  font-size: 15px; }
	
div.subNav {margin: 0px 0 20px;}

.subNav_hdr {
	border-top:7px solid #4c1714;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
	margin:15px 0 0 0;
	padding:10px 20px 0 23px;
}

.subNavList_1 {
	margin:0;
	padding:0;
}

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #21759d;
	display:block;
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height:120%;
	padding:10px 10px 10px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
  text-decoration: underline;
}

.subNavList_2 {
	margin:0;
	padding:0;
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	color: #9a8944;
	display:block;
	font-size: 12px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #000;
}


.subNavList_3 {
	margin:0;
	padding:0;
}

.subNavList_3 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	color: #9a8944;
	display:block;
	font-size: 11px;
	line-height:120%;
	margin-left:30px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #000;
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	background:#002131 !important;
}
	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.leftCol {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


.leftCol td, .leftCol div, .leftCol {color: #ccc; font-size: 12px; line-height: 140%;}

.leftCol h1, .leftCol .head, .leftCol h2, .leftCol .subHead {color: #eee; font-size: 12px; padding-bottom: 2px; font-weight: bold;;}

/* Body Column */

.bodyWrapper {
  background: #002131;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#footer { 
  background: #6e7171 url(../images/footer_top.gif) repeat-x top; }

#footerContainer {
	font-size: 12px;
	color: #fff;
	margin: 0px auto;
	padding-top: 20px;
	width: 980px;
}

#footerContainer ul {margin:0; padding:0;}
#footerContainer ul li {line-height:140%; list-style:none; float:left; padding:0 20px;}

#footerContainer li.gsa { float: right;}

#footerContainer a:visited, #footerContainer a:link {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}