
#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#graybox , #graybox p {
	background-color:#000;
	color: #000;
	font-size:10px;
	padding-bottom: 4px;
	padding-top: 9px;
	padding-left: 2px;
}

#graybox a {
	background-color:#000;
	color: #CCC;
	padding-bottom: 0px;
	text-decoration: none;
}

#graybox a:hover {
	color: #CCC;
	text-decoration: none;
}


div#aKeys {
	display:none;
}

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 2em;
	z-index:999;
	margin: 0 auto;
	background: #FFF;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 2.2em 1em 0 0 !important;
  margin: 2.2em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  
  padding: 0 1em;

  font: 400 1.0em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #AAA;
  border-right: 1px solid #DDD;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #FFF;
}



/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 200px;
  z-index:1;
}



/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #3B5D77 url(../images/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #41637D;
  border-bottom: 15px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #4A5C6A;
  border-top: 7px solid #455660;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/* Top menu icons */
#menu ul li a span.speaker {
  padding-left: 22px;
  background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
  background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
  padding-left: 24px;
  background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
  background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
  padding-left: 20px;
  background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
  background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}


#menu ul li a span.dollar {
  padding-left: 20px;
  background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
  background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}




/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 2em !important;
  margin-top: 1em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}

.right {
text-align:right;
}

/* Column widths */
.width {
  width: 976px;
}

.widthPad {
  width: 976px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.width200 {
  width: 210px;
}

.width220 {
  width: 210px;
}

.width536 {
  width: 476px;
}

.paddingRight25 {
  padding-right: 45px;
}

.paddingLeft30 {
  padding-left: 30px;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  /*margin-top: -5em;*/
}

#footer #bg {
  position: relative;
  height: 12em;
  margin: 0 auto;
  /*background: #49525B url(../images/bg/header.gif) repeat-x bottom left;*/
  background: #FFF;
  border-top: 1px #CCC solid;
}

#footer #bg ul {
  float: left;
  margin: 1em 4em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0px 0px 0px 10px ;
  margin-left: 110px;
  /*border-left: 1px solid #DDD;*/
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  /*float: left;*/
  padding: 0 1em;
  font: 400 0.9em tahoma, arial, helvetica, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8em !important;
  line-height: 1em;
  color: #669933;
}

#footer #bg p {
  Padding-top: 10px;
  line-height: 1.8em !important;
  line-height: 1em;
  
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
  text-decoration: none;
}

#footer #bg ul li a:hover {
  color: #669933;
  text-decoration: none;
}

#footer #bg img {
  /*position: absolute;*/
  float: left;
  top: 6%;
  left: 10px;
}



/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/**************************************************************
      Style Portfolio list-style
**************************************************************/

a.pimgslink {
margin: 0px;
padding: 0px;
background: none;
}

a.pimgslink img {
height: 101px;
width: 189px;
margin: 0px 5px 0px 0px;
padding: 10px;
border: 0px solid #f2f2f2;
background: #fff url(../images/bg/thumb_bg.gif) no-repeat 50% 0;
}

a.pimgslink:hover img {
background: #AAA url(../images/bg/thumb_bg.gif) no-repeat 50% 0;
}

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #f2f2f2;
/*background: #fff url(../images/bg/thumb_bg.gif) no-repeat 50% 0;*/
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #CCCCCC;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0px 0 20px 0;
  margin-right: 20px;
  padding: 0;
  font-size: 1.0em;
  /*border-top: 1px #CCC solid;*/
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  list-style: none;
  list-style-image: url(../images/foo.gif); /* because IE is balls */
  border-bottom: 1px #CCC solid;
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../images/bullet.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #FFF;
  background-color: #2e6cc3;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}



.header_msg {
  color: #14396d;
  font: 400 2.2em helvetica, sans-serif,tahoma, arial;
  padding-left: 220px;
  text-align:right;
  width: 235px;
}

ul.header_menu {
  float: left;
  margin: 0px 0 20px 0;
  width: 210px;
  padding-left: 0px;
  font-size: 1.0em;
  padding-top: 3px;
}

ul.header_menu li{
  margin: 0;
  list-style: none;
  list-style-image: url(../images/foo.gif); /* because IE is balls */
}

ul.header_menu li a {
  color: #FFF;
  display: block;
  /*height: auto !important;*/

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */
   margin-left: 0px;
  padding: 6px 5px 6px 50px ;
  text-align: left;
}

ul.header_menu li a {
	font: 400 1.1em tahoma, Verdana ,Lucida,Trebuchet MS, arial;
	font-weight: none;
	letter-spacing: 1px;
	text-decoration: none;
  /*background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;*/
}

ul.header_menu a:hover {
  color: #CCC;
  /*: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;*/
 background: #333;
}

ul.header_menu li#active a {
  background: #333;
  text-decoration: none;
  color: #FFF;
}

/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

.light {
  color: #24569f;
}

/************************************************************
*  Header Drop
************************************************************/

div#hContainer {
	z-index:2;
	position:absolute;
	top:-169px;
	left:0;
	background-image:url(../images/misc/mozilla-header-bg.png) !important;
	background-image:none;
}

div#hContainer {display:none;}

div#header2 {
	height:173px;
	background-color:transparent !important;
	background-color:#695d54;
	overflow:hidden;
}

div#hCont {
	margin:0 auto;
	width:800px;
	text-align:left;
	overflow:hidden;
}

div#hCont h4 {
	color:#2a64b6;
	font-weight:bold;
	font-size:14px;
	padding:25px 0 6px 0;
	margin-left:32px;
	margin-bottom: -15px;
}

div#hCont div {
	float:left;
	padding:0 40px 0 0;
	height:300px;
	overflow:hidden;
}

div#hCont i {
	display: none;
}

div#hCont div.noPad {
	padding:0;
}

div#hCont div ul {
	padding:0 0 0 42px;
	list-style:none;
	float:left;
}

div#hCont div a {
	color:#000;
	font-size:12px;
}

div#hCont div i {
	display:none;
}

.qN {
	width:19px;
	z-index:3;
	position:absolute;
	top:170px;
	left:50%;
}

#qnd a {
	display:block;
	height:14px;
	width:19px;
	background-image: url(../images/misc/quicknav-down.png) !important;
	background-image: url(../images/misc/quick3-down.gif);
}

#qnu {
	visibility:hidden;
}

#qnu a {
	display:block;
	height:14px;
	width:19px;
	background-image: url(../images/misc/quicknav-up.png) !important;
	background-image: url(../images/misc/quicknav-up.gif);
}

div.sh1 {
	background-color:transparent !important;
	background-color:#000;
	height:1px;
}

div.sh2 {
	background-color:transparent !important;
	background-color:#000;
	height:1px;
}

#printLogo {display: none;}


/* Full screen portfolio viewer */
div#portfolioBG, div#portfolioFlash {
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}


/* commented backslash hack for ie mac \*/
div#hContainer, div#portfolioBG, div#portfolioFlash, div#footer {
	width:100%;
}

div#aKeys {
	display:none;
}

/*****************************
end 
*********************/

#dontseeme {

	display: none;

	text-indent: -99999px;

	color: #000000;

	font-size: 0px;

	letter-spacing: -1px;

}
/* Tooltip
----------------------------------------------- */
div#qTip {
  padding: 4px;
  border: 1px solid #bfbfbf;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background: white url('images/tooltip-bg.gif') repeat-x bottom left;
  color: #444444;
  font-weight: bold;
  text-align: left;
  position: absolute;
  font-size: 12px;
  z-index: 1000;
}
