/*
	theme - doittoit
	global.css - SiteBase v1.25
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
	
	Copyright 2009. All Rights Reserved.
		
*/
/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html { overflow: auto; }
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	background-color: #adadad;
	text-align: center;
}
#container {
	position: relative;
  	margin: 0 auto;
	padding: 20px 0 0;
	width: 820px;
	text-align: left;
}
#top {
	height: 12px;
	width: 826px;
	background: url(/lib/images/bg-top.gif) 0 0 no-repeat;
}
#page {
	min-height: 550px;
	width: 820px;
	margin: 0;
	padding-right: 6px;
	background: url(/lib/images/bg-page.gif) 0 0 repeat-y;
}
#base {
	padding: 20px 6px 0 0;
	width: 820px;
	background: url(/lib/images/bg-base.gif) 0 0 no-repeat;
}
/****************************************|TYPOGRAPHY|****************************************/
body {
	color:#000000;
	font: normal normal 11px/15px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}
/*standard*/
h1 {
	margin: 19px 0 28px;
	padding: 0;
	font: normal normal 32px/32px;
	color: #333;
}
.body-default .subheader .page-title h1 {
	margin: 14px 0;
	padding: 0;
	color: #0071be;
	font: normal normal 30px/30px;
}
.body-default .feature .page-title h1 {
	margin: 14px 0;
	padding: 0;
	color: #157294;
	font: normal normal 36px/36px;
}
h2 {
	margin: 19px 0 13px;
	padding: 0;
	font: normal normal 24px/24px;
	color: #333;
}
h2.blue { color: #157294; }
h2.green { color: #0a6e2b; }
.body-default #main h2 {
	margin: 52px 0 28px;
	padding: 0;
	font: normal normal 32px/32px;
	color: #333;
}
.body-default #main h2 span {
	color: #00817C;
}
h3 {
	margin: 12px 0;
	padding: 0;
	font: normal normal 21px/21px;
	color: #333;
}
h3.gray { color: #d2d3ce; }
h4 {
	margin: 12px 0 0;
	padding: 0;
	font: normal bold 14px/14px;
	color: #333;
}
.body-default #main h3 { margin: 28px 0 12px; color: #157294; }
#sidebar h2 {
	margin: 19px 0 12px;
	padding: 7px 18px 0 14px;
	font: normal bold 14px/14px  Arial;
	color: #000;
}
p {
	margin: 0 0 12px;
	text-align: left;
}
ul,ol {
	margin: 18px 70px 18px 35px;
	padding: 0;
}
ul li {
	padding: 3px 0;
	list-style-image: url(/lib/images/li-arrow.gif);
}
ol li {
	padding: 3px 0;
}
blockquote {
	margin: 35px 0;
	padding: 0 30px;
	font-style: italic;
	font-size: 16px;
	color: #000000;
}
blockquote .signature {
	color: #00817C;
	text-align: right;
}
blockquote .signature:before {
	content: "~ ";
}
a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
/****************************************|SIFR|****************************************/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


@media screen {
  .sIFR-active h1.page-title {
  	  margin: 0;
	  padding: 0;
	  font-size: 34px;
	  text-transform: uppercase;
	  visibility: hidden;
	  font-family: Verdana;
  }
}
/****************************************|ALWAYS|****************************************/
img { border: 0; }
.section_break { display:none; }
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}


a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
object { outline: none; }