/* 
  Adapted by Tania Lazib
  OnCourse4wd.com
  30/12/2007
  
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

/* BASE RESET - ERIC MEYERS: v1.0 | 20080212
-----------------------------------------------  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent; this is causing a problem with tables - background in ie*/
}
body {
	line-height: 1;
}
/* Meyer: tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* BODY
----------------------------------------------- */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 100%;
	color: #222222;
	background: #FFFFFF;
}
/* CONTAINERS
----------------------------------------------- */
#wrapper {
	width: 985px;
	margin: 0 auto;
}
#masthead {
	background-color: #000000;
	border: 1px solid #000000;
}
#column_wrapper {
	background-image: url(/template/img/clm07_middle.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
}
#center {
	width: 555px;
	float: left;
}
#left {
	width: 230px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#footer {
	clear: both;
	background-color: #000000;
	border: 1px solid #000000;
}
/* CONTENT STYLES
----------------------------------------------- */

#center .content {
	padding: 0px 32px 24px 32px;
	line-height: 1.65em;
}
#left .content {
	padding: 0 1px 24px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #58564F;
}
#right .content {
	padding: 0 10px 24px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #58564F;
}
#masthead .content {
	font-size:0.8em;
}
#footer .content {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FEFFED; 
}
/*  MASTHEAD DIVS
------------------------------------------------------------ */
#header {
	padding: 16px;
	color: #FFFFFF;
	text-align:right;
}
#header p { /* web summary */
	font-size:1.1em;
	margin-bottom:0;
	line-height: 1.65em;
}
#logo { /* holds logo box  logo is 156x81*/
	width:160px;
	height: 84px;
	float:left;
}
#headerstrip {  /* road texture strip  */ 
	background-image:  url(/template/img/header_bgd.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	height: 50px;
}
/*  MAIN CONTENT AREA
------------------------------------------------------------ */
#subcontent { /*content below main center content */
	border-top: 1px dotted #000000;
	margin-top:20px;
	font-size: 1.0em;
}
/*  FOOTER CONTENT
------------------------------------------------------------ */

#footerstrip /* road texture strip  */ {
	background-image:  url(/template/img/header_bgd.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#footerbtm {
	padding: 16px;
}
#copyrightbox {
	width: 275px;
	margin-left: 25px;
	float:right;
	text-align: right;
	border-left: 1px dotted #ccff6b;
}
/*  GLOBAL STYLES
------------------------------------------------------------ */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.content p {
	margin: 12px 0;
}
.nomargintop {
	margin-top: 0!important;
}
.center {
	text-align:center;
}
.smaller {
	font-size: .8em;
	padding:0!important;
}
.author { /*under title and removes standard p margin*/
	font-size: .8em;
	border-bottom: 1px solid #7F302D;
	padding-bottom: 5px;
	margin-top: 0!important;
	text-align:center;
}
.rss {/* rss orange colour feed link  */
	color:#EE8533!important;
} 
.highlight { /* search results form and in text  */
	background: #F3CB6E;
} 
.stop {
	color:#FF0000;
}
.go {
	color:#ccff6b;
}
/* ARCHIVE PAGES
----------------------------------------------- */

.feature {
	padding: 5px;
	margin: 10px 0;
	border-top: 1px solid #7F302D;
	border-bottom: 5px solid #7F302D;
}
.smaller {
	font-size: .8em;
	padding:0!important;
}
/* FOCUS BAR and STANDARD LIST STYLES
----------------------------------------------- */

#center ul, #center ol { /* eric meyer indent suggestion */
	margin: 10px 0 5px 2.5em;
	padding-left: 0; 
	}
#center ul { /* eric meyer indent suggestion */
	list-style-type: disc;
}
#center li {
	padding-bottom: 8px;
}
.focusbar { /* used on quick links or highlights, etc */
	background-color:#FFFF99;
	border-left: 10px solid #FFA418;
	margin: 10px 0;
	padding: 5px;
}
.focusbar ul {
	margin: 0;
	padding: 0;
}
#footer ul {
	padding-top: 5px;
}
#header li, #footer li, .focusbar li {
	list-style: none;
	display: inline;
}
#header li {
	padding: 0 5px;
}
.focusbar li {
	padding: 0 5px;
}
.menulist { /* USED ON SIDEBARS - hover bar style*/
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.menulist li {
	padding-bottom: 4px;
}
/*  LINK STYLES
------------------------------------------------------------ */

/* STANDARDISE LINKS */
a {
	text-decoration: underline;
}
a:link {
	color:#000099;   
}
a:visited {
	color: #333333;
}
a:hover, a:active, a:focus {
	color:#000000;
	text-decoration:none;
	background-color: #FFFF99;
}
a.nohover, #logo a:hover  { /* to remove the background colour on a:hover img and on top logo */
	background:none;
} 
 
#header a {
	text-decoration: none;
	padding: 0 8px;
}
#header a:link, #header a:visited {
	color:#ccff6b;
}
#header a:hover {
	color:#000000;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color:#000099;
	border-left: 6px solid #7F302D;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #FFA418;
}
a.linkopacity img {
	filter:alpha(opacity=80);
	opacity: 0.8;
}
a.linkopacity:hover img, a.linkopacity:active img, a.linkopacity:focus img {
	filter:alpha(opacity=100) !important; /*for IE*/
	opacity: 1.0;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color:#000;
	padding: 0 8px;
}
#footerbtm a:link, #footerbtm a:visited {
	color:#ccff6b;
}
#footerbtm a:hover {
	color:#000000;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
/* HEADING STYLES
----------------------------------------------- */

h1, h2, h3, h4 {
	line-height: normal;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 1.6em;
	border-top: 3px solid #EEB054;
	padding-top: .5em;
	text-align: center;
}
h2 {
	font-size: 1.1em;
	margin: 15px 0 0 0;
}
h3 { /*sets left and right coloumn h3 format */
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

h4 { /*mostly left side search, etc */
	font-size: 1.1em;
	margin: 20px 0 0 0;
}

#left h4, #right h3 {
	font: 18px/24px 'Lucida Sans', 'Myriad Pro', Myriad, Arial, sans-serif;
	letter-spacing: -1px;
}

#right h3 {
	border-top: 2px solid #7F302D;
	padding: 10px 0;
}
#center h3 {
	font-size: .95em;
	margin: 15px 0 0 0;
}

.hbar, h3.course, h3.gear { /* course module and equipment breakdown */
	background-color:#FFFF99;
	border-left: 10px solid #000;
	margin: 0 0 1.5em 0;
	padding: 5px 20px;
}

/*  IMAGE STYLES
------------------------------------------------------------ */

#left img, img.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.imgright, .archive img, .related img {
	margin: 12px 0 5px 10px;
	display: inline;
	float: right;
	clear: right;
}
img.imgleft, .feature img {
	margin: 12px 10px 5px 0;
	display: inline;
	float: left;
	clear: left;
}
img.border, .archive img, .feature img {
	border: 1px solid #000;
}
img.icons { /* removes float border */
	border: none!important;
}
img.imgrss { /* used on rss image placement  */
	margin: 0 0 -3px 10px;
	display:inline;
	width:16px;
	height: 16px;
}
/* FORMS - SEARCH /NEWSLETTER
----------------------------------------------- */
#search {
	padding: 20px 15px;
	border-top: 10px solid #FFA418;
	background-image: url(/template/p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
input {  
	display: inline;
}
input:focus {  
	background:#FFD940;
	border:1px solid #000;
}
/* DT
----------------------------------------------- */

dl {
}
dt {
}
dd {
	padding: 0 0 6px 0;
}
dl.archive, dl.related {

}
.archive dt, .related dt {
	padding-top: 8px;
	border-top: 1px dotted #7F302D;
}
.archive dd, .related dd {
}

/* DATA TABLE STYLES
----------------------------------------------- */

#datatable table {
	/*border-collapse: collapse; - already used on top */
	border: 0;
	font-size: 0.75em;
	width: 98%;
	/*margin: 0 auto;*/
}
#datatable th, #datatable td {
	text-align: left;
	padding: 4px;
	border: 1px solid #4a4a4a;
	font-weight: normal;
}
#datatable tr.rowLite { /* Used with p7 javascript row hover effect */
	cursor: default;
	background-color: #96CC36;
}
#datatable .row0 {
	background-color:#ffffff;
}
#datatable .row1 {
	background-color:#FFF5B8;
}
#datatable .numeric{
	text-align:right;
}
.mainheader {
	background-image: url(/template/p7pm/img/pmgoranji_root.jpg);
	background-repeat: repeat-x;
	background-color: #FFA418;
	color: #000000;
}

#datatable a {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 2px 6px;
	display: block;
	cursor: pointer !important;
}
#datatable a:hover {
	background-color: #444444;
	color: #FFFFFF;
	background-image: none;
	border-color: #000;
}
/* MAINTENENCE STYLES
----------------------------------------------- */

#announce {
position: absolute;
top: 7px;
right: 20px;
width: 200px;
height: 200px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.5em;
color: #000;
}
