/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

html,body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-image: url(img/grey_fade.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	border:0;
	margin: 0px;
	padding: 0px;
}
#masthead {
	color: #999999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#wrapper {
	min-height:100%;
	width: 770px;
	background-color:#FFFFFF;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding: 15px;
	margin: 0 auto;
}
#column_wrapper {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
form { 
	display: inline;
	margin:0;
	padding:0;
	 }

#left .search input.zoom_button {
	border:0;
    height: 20px;
    width: 20px;
    background: url("../images/go_button.gif") no-repeat;
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
	margin-left: 4px; 
	margin-right: auto;
	margin-top:2px;
	margin-bottom: 0px;
}
.search_field {
	border: 1px;
	border-color:#000000;
	height:18px;
	width: 129px;
	padding-left:20px;
    background-image: url("../images/text_field_backg.gif");
}
#right {
	width: 570px;
	float: right;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: normal;
}
#right .content a:link {
	color: #333333;
}
#right .content a:visited {
	color: #666666;
}
#right .content a:hover {
	color: #CC0000;
}
#right .content ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
}
#right .content li a, #right .content li a:visited {
	color: #333333;
	text-decoration: none;
}
#right .content li a:hover {
	color:#FF3333;
	text-decoration:underline;
}
#left .content {
	padding: 5px 5px 5px 0px;
	color:#666666;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 0px;
}
#left .search {
	padding: 5px 10px;
	height:52px;
	color:#FFFFFF;
	background-color:#333333;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 0px;
	border-bottom:1px solid #CCCCCC;
	width: 179px;
}
#left .how_do_i {
	padding: 5px 10px;
	color:#FFFFFF;
	background-image:url(img/white_div_backg.jpg);
	min-height: 180px;
	height:auto !important;
  	height:180px;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 0px;
	border-bottom:1px solid #333333;
	width: 179px;
}
#left .quicklinks {
	padding: 5px 10px;
	color:#333333;
	background-image:url(img/quicklinks_div_backg.jpg);
	min-height: 200px;
	height:auto !important;
  	height:200px;
	background-repeat: no-repeat;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 0px;
	width: 179px;
}

#masthead .content {
	padding: 0px 0px 0px 0px;

}

#footer {
	color: #666666;
	background-color: #FFFFFF;
	padding: 6px;
	border-top: 1px solid #666666;
	margin: 30px 0px 0px 0px;
	font-size: 0.7em;
	
}
.how_do_list {
	margin: 6px 0 12px 0;
	width:179px;
	list-style-type: none;
	padding: 0;
}

.pdflist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#right. a:link {
	color: #CCCCCC;
}
#right. a:visited {
	color: #333333;
}
#right. a:hover {
	color: #000000;
}
#left a:link {
	color: #CCCCCC;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}

#wrapper .how_do_list a, #wrapper .how_do_list a:visited {
	display:block;
	width:164px;
	height:1%;
	font-size: 11px;
	color: #FFFFFF!important;
	border-left: 4px solid #CC0000;
	border-top: 1px solid #CCCCCC;
	border-bottom:1px solid #333333;
	border-right:1px solid #666666;
	text-decoration:none;
	padding: 3px 3px 3px 6px;
}
#wrapper .how_do_list a:hover {
	width:164px;
	border-left: 4px solid #F3BD01;
	border-top: 1px solid #F3BD01;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	letter-spacing:normal;
	background-image:url(../images/bcrumb_backg.gif);
}
.selected {
	border-left: 4px solid #F3BD01!important;
	border-top: 1px solid #F3BD01!important;
	font-weight:bold;
	background-image:url(../images/bcrumb_backg.gif)!important;
}

#wrapper .pdflist ul, #wrapper .pdflist li{
	list-style: none; 
	padding: 5px 0px 5px 20px;
	text-indent:inherit;
	background: url(../images/pdf_icon_small.gif) no-repeat 0px 0.4em;
}
#wrapper .pdflist a, #wrapper .pdflist a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
#wrapper .pdflist a:hover {
	color:#FF3333;
	text-decoration:underline;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #CC0000;
}
/*.p7uberlink {
	letter-spacing: normal;
	color: #FFFFFF!important;
	background-color: #333333!important;
}*/
.nomargintop {
	margin-top: 0;
}
.content p {
	margin:0px 0px 0px 0px;
}
.top_image {
	border: 0;
	padding: 0px 0px 0px 0px;
}
#top_space {
	background-color:#FFFFFF;
	font-size: 1.25em;
	text-align:right;
	margin: 10px 0 0 0;
	color: #999999;
	height:50px;
}
#navcontainer {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color:#FFFFFF!important;
	margin-bottom:0;
	height:20px;
	padding: 0;

}
.home_btns_right {
  float: right;
  width:200px;
  padding:0px 0px 5px 10px;
}
a {
  outline: none;
}
/*Fixes Focus Rectangle Bug in Firefox but must be hidden from IE5 Mac*/
/* hide from IE mac \*/ 
#p7PMnav a {overflow: hidden;}
#p7PMnav ul a {overflow: visible;}
/* end hiding from IE5 mac */
