/* Master Styles

.p - prints link's URL

.h - hides element from printer

---------------------------------------------------------- */



/*~ Clear Browser Defaults  */

* {margin: 0; padding: 0;}

img {border: 0;}
body {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #222;
	background: #fff;
}
	/*~ links */

#content a:link, #content a:visited, #header a, #footer a {
	padding-bottom: 1px;
	color: #135291;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}

#content a:hover, #footer a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #ccc;
	}

#content #side-column a:hover {
	color: #383D44;
	}

p.more {
	margin-top:3em;
	}

.more a {
	font-family: "trebuchet ms", Verdana, sans-serif;
	font-size: 24px;  

	font-weight: bold;  

	padding-right: 12px;
	background: url(../i/more.gif) no-repeat center right;
	}

#header a, #bottom-nav a {
	color: #d6e5ff;
	padding: 0;
	border: 0;
	text-decoration:none;
	}

#aux-nav a:hover, #bottom-nav a:hover {
	color:#fff;
	}

#aux-nav a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #244d9d;
	}

#content a:hover img {
  border-color:#ddd;
  }
/*~ page structure

---------------------------------------------------------- */

#header {
	border-bottom: #ccc 0px solid;
	font-family: Tahoma, sans-serif;
	font-size: 85%;
	color: #5772aa;
	background: #133d91 url(../i/bg_header.gif) repeat-x top left;
	}

#header-inner {
	position:relative;
	background: url(../i/logo.gif) no-repeat center right;
	}

#content {
	border-top: #f5f5f5 1px solid;
	background: url(../i/bg_content_top.gif) repeat-x 0 -1px;
	}

#header-inner,
#nav-inner,
#subnav,
#content-inner,
#bottom-nav-inner,
#footer-inner,
#breadcrumb {
	width: 750px;
	margin: 0 auto;
	}

#content-inner {
	position:relative;
	margin-top: 30px;
	font-size: 95%;
	line-height: 1.6em;
	}

#main-column {
	width: 65.5%;
	float: left;
	overflow:hidden;
	}

#side-column {
	width: 29.5%;
	float: right;
	margin-left: 2em;
	font-size: 90%;
	font-family: Verdana, sans-serif;
	line-height: 1.3em;
	color: #777;
	overflow:hidden;
	}

#home #main-column {
	width: 100%;
	}

#home #side-column {
  display:none;
	}
	
	
#sm #main-column{
	float: right;
	}
#sm #side-column {
	float: left;
	margin: 0 2em 0 0;
}
	/*~ home styles

---------------------------------------------------------- */

#content-inner {
	background-position: 78% 0;
	}

#main-column {width: 75%;}

#side-column {width: 19.5%;}
#prework {
	padding: 40px 0;
}
	#wrap {
	padding-bottom: 30px;
}
	/*~ footer

---------------------------------------------------------- */

#footer {
	margin: 0 auto;
	padding: 1.5em 0;
	font-size: 90%;
	color:#aaa;
	line-height: 1.4em;
	text-align:center;
	border-top: #eee 1px solid;
	background: #fafafa;
	background: #fdfdfd  url(../i/footer.gif) repeat-x 0 -15px;
	}

#footer p {
	margin: 0;
	font-size: 95%;
}
	

/*~ content styles

---------------------------------------------------------- */

/*~ basic elements */

p {
	margin:0 0 1.5em;
	}

blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #666;
	margin:1.5em 0 1em 37px;
	padding-left: 25px;
	}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #ddd;
	cursor: help;
	}

a abbr {
	border: none;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

del {
	text-decoration: line-through;
}
	/*~ lists */

#content ul, #main-column ol, #main-column dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

#main-column ol {
	margin-left: 20px;
	}

#content ul {
	margin-left: 15px;
	}

#content ul.pdf, #content ul.audio, #content ul.solution {
  _height:1%;
  margin-left: 0;
  padding: 5px 14px;
  border: #eee 1px dashed;
  background: #fafafa;
	}

#content #side-column ul {
	margin-left: 0;
	}

#main-column ol {
	padding-left: 20px;
	}

#content ul {
	list-style: none;
	}

#content ul li {
	padding: 0 0 4px 25px;
	line-height: 1.4em;
	background: url(../i/arrow_right.gif) no-repeat 0 1px;
	}

#content ul.pdf li  {
	padding: 5px 0 5px 32px;
	background: url(../i/Write_24x24.gif) no-repeat left 1px;
	}

#content ul.audio li {
	padding: 5px 0 5px 32px;
	background: url(../i/mp3-download_24x24.gif) no-repeat left center;
	}

#content ul.solution li {
	padding: 5px 0 5px 32px;
	background: url(../i/Help-_24x24.gif) no-repeat 0 3px;
}
	

/*~ Side Column - .RELATED

---------------------------------------------------------- */

#content #side-column ul.related {
  margin: 0 0 1em;
  }

#content #side-column ul.related li {
  margin: 0;
  padding: 0;
  text-align:left;
  font-family: Georgia, serif;
  background: transparent;
  _height:1%;
  }
#content #side-column ul.related li a {
  display: block;
  padding: 10px 5px;
  border-bottom: #ddd 1px dashed;
  _height: 1%;
  }

#content #side-column ul.related li a:hover {
  background: #fafafa;
  }






/*~ Headings

---------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	padding-bottom: .15em;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: capitalize;
	color: #0e3687;
	}

#main-column h1, #side-column h2 {
  border: 0;
  background: url(../i/dot_horz.gif) repeat-x bottom left;
  }

  

	}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	padding: 0 !important;
	border: 0 !important;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #0069d1;
	}

#main-column h1 {
  margin-bottom: .5em;
  font-size: 195%;
	}

#main-column h2 {
  margin-top:1.5em;
  border-bottom: #eee 0px dashed;
	font-size: 145%;
	}

#side-column h2 {
  margin: 14px 0 0;
  padding-bottom: .8em;
  font-size: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  }




/*~ Images & Tables

---------------------------------------------------------- */

#content img {
  float: left;
  margin: 0 1.5em 1em 0;
  padding: 6px;
  border: #ddd 1px dashed;
  background: #f8f8f8;
	}

#content img.right {
	float: right;
	margin: 0 0 1em 1.5em;
}
	

.table th {
  text-align:right;
  white-space:nowrap;
  }
table th, table td {
  padding:5px;  

  }


/*~ misc.

---------------------------------------------------------- */

#copyright, hr, .hide, #subnav {display: none;}

h1.topmargin {margin-top:1.5em;}

h2.ntm {margin-top:-.4em !important;}

a img {border: none;}

.video {margin: 0 0 4em;}

.left {float: left !important;}

.right {float: right !important;}

.nobg {
  background: none !important;
  margin-top: 0 !important;
  }

.clear {  

  clear: both;
  height: 0;
  }

#breadcrumb {
  padding: 15px 0;
	}

#breadcrumb p {
  margin:0;
  font-family: Tahoma, sans-serif;
  font-size: 85%;
  }

.error {color:#CF0000;}
  

/*~ self-clearing floats */

#nav-inner:after,
#wrap:after,
#content-inner:after,
#footer-inner:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/*~ sIFR Screen Styles 

---------------------------------------------------------- */



.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* "decoy" styles  */



.sIFR-hasFlash h1 {
	visibility: hidden;
}

#main-column .sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 85px;
}

#main-column .sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

#side-column .sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}
/*  Fixes for IE/win

----------------------------------------------------- */



/* fixes font-size keyword problem for IE5/Win */

body {
	font-size: x-small; /* IE5 Win */

  	voice-family: "\"}\"";
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */

	font-size: small;
}
	



/* self-clearing floats

----------------------------------------------------- */

/* ie5+6/win */



* html #nav-inner,
* html #wrap,
* html #content-inner,
* html #footer-inner  {
	height: 1%;
	}

/* ie7/win */

*:first-child+html #nav-inner,
*:first-child+html #wrap,
*:first-child+html #content-inner,
*:first-child+html #footer-inner {
	min-height: 1px;
}
	form.inline {
  display:inline;
  margin:0;
  padding:0;
  }
  /**************************************************************
* FORMS
**************************************************************/

fieldset {
	margin: 0em 0 2em ;
	padding: 15px 15px 0;
	border: 1px solid #eee;
}

legend {
	padding: 0 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.25em; /*15px*/
	color: #000;
	font-weight: normal;
	line-height: 2em; 
	background-color: #f7f7f7;
}
label {
	line-height: 2em;
	padding-bottom: 4px;
}
input, textarea {
	margin: 4px 0;
}
/**************************************************************
* Notes
**************************************************************/
div.note {
position:relative;
margin-bottom: 2em;
padding:1em 2%;
width:96%;
float:left;
_float:none;
clear:both;
border: 1px solid #ddd;
border-width: 1px 0;
background:#fafafa;
}

p.note {
padding: 4px 10px;
border: 1px solid #ece4b2;
border-width: 1px 0;
background:#fffeed;
}
.light {
color:#666;
}
/**************************************************************
* Blog (wins)
**************************************************************/
/* Listings */
.blog_listing h3{
  margin-bottom:2px;
  }
.blog_listing {
  margin: 1em 0;
  padding: 8px 15px;
  background: #fafafa;
  }
p.listing_date,
p.comment_date {
  margin: 0;
  font-size:10px;
  color:#666;
  }


/* Entry */
p.entry_author {
  margin: -5px 0 1.5em;
  }
p.entry_authorx span {
  margin-left: 5px;
  color:#666;
  }


/* Entry Comments */
.wrap_comments{
  }
p.total_comments{
  margin-top: -10px;
  font-size: 11px;
  }
.comment {
  margin: 1em 0;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.5em;
  background: #fafafa;
  }
.comment_author {
  margin: 0 0 .5em;
  font-size: 13px;

  }
.titlex {

  }
.titlex {

  }




























