/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-03-30
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   margin: 0;
	padding: 0;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
}
html, #footer a {
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #9ACCFF;
} 
body {
   margin: 0; 
   padding: 0 0 20px 0;
   background: #0C4CA7 url('images/bg_body.jpg') top left repeat-x;
   
}
   a:link {
		color: #FFF;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #DECCB2; }
   	a img { border: 0; }
    
h1, h2, h3, h4, h5, h6, a, .homeTitle {
	margin: 0;
	padding: 0;
	font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
}
	h1.pg_title, h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
		line-height: 1.25em;
		font-weight: normal;
		color: #FFF;
		text-shadow: #171818 0.1em 0.1em 4px;
	}
		h2, h1.pg_title { font-size: 1.8em; }
		h3 { font-size: 1.5em; }
		h4 { font-size: 1.3em; }
		h5 { font-size: 1.1em; }
		h6 { font-size: 0.9em; }

.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }

div.hr, hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	padding: 0;
	background: #29659E no-repeat scroll center;
	border: 0;
/* border-bottom: 1px solid #001B4C;*/
}
	div.hr hr {
		display: none;
	}

#wrapper {
	position: relative;
	width: 927px;
	margin: 0 auto;
}

pre { color: #FFF; }

* html #default #contentWrapper,
* html #default #contentTop,
* html #default #contentBottom {
	behavior: url("/globals/iepngfix_v1/iepngfix.php");
}

/** Header
-------------------------- **/
/** @group header */
#header { 
   width: inherit;
   position: relative;
}
#header #banner {
	width: inherit;
	height: 100px;
}
#header #banner a, 
#header #banner a:visited
{
	position: absolute;
	display: block;
	background: url("images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 244px;
	height: 74px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 14px;
	left: 9px;
}
/** @group contactBlock */
#header #contactBlock {
   position: absolute;
   width: 182px;
   height: 61px;
   top: 20px;
   right: 4px;
   background: #001431 url('images/bg_contactBlock.gif') top left no-repeat;
}
#header #contactBlock #vcard {
   font-size: 1.2em;
   text-align: right;
   padding: 14px 17px 0 0;
   line-height: 1.5em;
}
#header #contactBlock #vcard .type { color: #FFF; }
/* @end contactBlock **/
/** @group hdrImg */
#hdrImg {
   width: 911px;
   height: 395px;
   padding: 8px 9px;
   background: transparent url('images/bg_hdr_home.jpg') top left no-repeat;
   overflow: hidden;
}
   #default #hdrImg { height: 191px; }
/* @end hdrImg **/

/** @group topNavigation */
#header #topNavigation {
   background: transparent url('images/bg_nav.gif') top left repeat-x;
   height: 44px;
   margin: 0 4px 0 5px;
}
/* @end topNavigation **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { font-size: 1.3em; }
   #contentWrapper * { 
      line-height: 1.5em;
      white-space: normal;
   }
   * html #default #contentWrapper { height: 290px; }
#home #contentWrapper {
   background: transparent url('images/bg_content_home_M.jpg') top left repeat-y;
   padding: 0;
   margin-top: -8px;
}
   #default #contentWrapper { background-image: url('images/bg_content_default_M.png'); }
      #default.nomargin #contentWrapper { background-image: none; }
/** @group contentSlot */
   #home #contentSlot { background: transparent url('images/bg_content_home_T.jpg') top left no-repeat; }
/** @group homeTable */
#contentSlot .homeTable { background: transparent url('images/bg_content_home_B.jpg') bottom left no-repeat; }
#contentSlot .homeTitle {
   font-size: 2.0em;
   color: #FFF;
   text-shadow: #171818 0.1em 0.1em 4px;
}
#contentSlot .homeOuterContent { 
   width: 281px;
   padding: 7px 14px;
}
   #contentSlot .column1 { 
      padding-left: 10px;
      padding-right: 2px;
   }
   #contentSlot .column2 { padding-right: 0; }
#contentSlot .homeImage { padding-bottom: 8px; }
   #contentSlot .homeImage img, #default #sideBar img { border: 2px solid #FFF; }

#contentSlot .homeTitle, #contentSlot .homeContent { padding: 5px 10px 0 10px; }
/* @end homeTable **/
/** @group default */
#default #contentTop, #default #contentBottom { 
   background: transparent url('images/bg_content_default_T.png') top left no-repeat;
   height: 8px;
   overflow: hidden;
   margin-top: -6px;
}
   #default #contentBottom {
      background-image: url('images/bg_content_default_B.png');
      margin: 0 0 6px 0;
   }
   #default.nomargin #contentTop, #default.nomargin #contentBottom { 
      background-image: none; 
      margin: 0; 
   }
#default #contentSlot {
   width: 568px;
   float: left;
   padding: 0 25px;
}

#default #contentSlot table { margin-top: -10px; width: 847px; }
   #default #contentSlot td.content table { margin: 0; width: inherit; }
   #default #contentSlot td.content { padding: 0; }

   #default.nomargin #contentSlot {
      width: 877px;
      float: none;
      padding: 0 25px;
   }

#contentSlot img {   }
   #contentSlot div#thumbnails div.shadowbox_img {
      width: 120px;
      height: 75px;
      overflow: hidden;
      margin: 4px;
      border: 5px solid white;
      padding: 0;
   }

#contentSlot canvas, #contentSlot var {
   float: left;
   clear: left;
   padding: 0 10px 10px 0;
}

#default #sideBar {
   width: 270px;
   float: left;
   padding: 6px 19px 0 20px;
}
   * html #default #sideBar { height: 100px; }
   #default #sideBar h4 {
      margin-top: 0.8em;
   }
   #default #sideBar img {
      margin: 0 -7px;
   }
/* @end default **/

/* @end contentSlot **/
/* @end contentWrapper **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
	text-align: right;
	padding: 12px 5px 5px 5px;
	color: #296192;
	font-weight: bold;
	line-height: 1.25em;
	background: #033A78 url('images/bg_footer.gif') top left repeat-x;
	margin: 3px 4px 0 5px;
	height: 18px;
	overflow: hidden;
}
   #footer a { 
      color: #296192;
      text-decoration: none;
   }
      #footer a:hover { 
         color: #3683C9;
         text-decoration: underline;
      }
#copyright { float: left; }
#siteBy { float: right; }
/* @end footer **/


/** @group formContent */
#formContent td.content { padding: 2px 0 8px 0; }

#formContent td.content label { padding: 0 5px; font-weight: bold; }

#formContent input.input, #formContent textarea.textarea { 
   border: 1px solid #001431;
   padding: 3px;
   margin: 2px 0;
   vertical-align: middle;
}

#formContent input.submit {
   background-color: #001431;
   border: 1px solid #001029;
   border-left-color: #002B6C;
   border-top-color: #002B6C;
   padding: 3px;
   margin: 2px 0;
   color: #FFF;
}

#formContent img { border: 0; }
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden {
	display: none;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

