﻿/* RESET CSS*/
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,
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;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************RESET CSS CLOSE*****************************/


body
{
	background-color:#f8f8f1;
}

/********************Layout****************/
.wraper
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	
}

h1 {
	color:#15A7BB;
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;

}

#header
{
	height:125px;
	background-color:Transparent;
	width:100%;
	
}
#header ul, #header li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#content
{
	background-color:#f8f8f1;
	min-height:400px;
	
	/*padding-top:550px;*/
	/*padding-left:10px;
	padding-bottom:20px;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	width:100%;
	float:left;
}

#content h2, h3 
{
	color:#372211;
	
}

#content .body_image
{
	margin-top: 40px;
	margin-left: 40px;
	float:left;
}

#content .body_text3
{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	padding-right:30px;
	width:820px; 
	float:right;

}
#content .body_text3 table td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	padding-top:10px;
	padding-left:5px;
}

table.field td
{
	font-family:Arial, Regular;
	line-height:22px;
	font-size:12px;
	padding-top:10px;
	
}

#content .body_text2
{
	/*overflow:auto;
	overflow-x:hidden;*/
	font-family:Arial, Regular;
	height:100%;

	/*padding-top: 20px;*/
	padding-bottom: 20px;

	width:60%; 
	float:left;
	color: #372211

}

#content .body_text2 a
{
	color:#372211;
}


#contentImg
{
	float: left;
	width:30%;
	/*margin-top: 65px;*/
	padding-left: 60px;
}

#contentImg img
{
	border: 5px solid #15A7BB;
}

#content .body_text2 h1
{
	font-size: 14pt;
	color:#15A7BB;
}

#content .body_text1
{
	height:100%;
	padding-right:50px;
	width:500px; 
	float:left;

}

#content .body_text1 a
{
	color:#372211;
}

#content .body_text1 ol li, #content .body_text2 ol li {
	list-style-type:decimal;
	list-style-position:outside;
}
.body_text1 p, .body_text1 li, .body_text2 p, .body_text2 li
, .body_text3 p, .body_text3 li
{
	padding-top:10px;
	padding-bottom:5px;
}


/********************Right Content****************/
.right_content
{
	width:224px;
	height:147px;
	float:right;
	background-image:url('/imgs/blueBox.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	color:White;
	margin-right:30px;

}
.right_content .login
{
	color:BLACK;
}

/********************HEADER****************/
#header ul.parallel {
  
  list-style-type:none;
  list-style-position:outside;
  
  
}

#header ul.parallel li
{
  float: left;
  padding-right:5px;
  
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;
  
}
#header ul.parallel li:first-child
{
	list-style-image:none;
	float: left;
	padding: 0px 8px;

	padding-left:20px;   
}

#header a
{
	color:#494949;
	text-decoration:none;
	line-height:1.5em;
}
#header a:hover, #header a:active, #header a:focus
{
	color:White;
	background-color:#15A7BB;
}	
/********************Footer****************/
#footer
{
	/*padding-left:40px;
	padding-right:40px;*/
	font-family: Arial, Helvetica, sans-serif;
	height: 149px;
	font-size:10px;
	background-image:url('/imgs/footer_bg.jpg');
	background-repeat: repeat-x;
	width:100%;
	vertical-align:bottom;
	display:inline-table;
	/*background-color:#e8e6e3;
	color:Gray;*/
	
}

.divfooter
{
	
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:40px;
	color:White;
	/*padding-left:40px;
	padding-right: 120px;*/
	margin-top: 30px;
	float:left;
	width:90%;
	display:inline-table;
	height:149px;
}

.divFooterPicture
{
	
	/*
	 position:relative;
	 top:-125px;
	 left:950px;
	 height: 45px;
	 width:47px;*/
	
	float:left;
	display:inline-table;
	
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#midContentHeader
{
	background-image:url('/imgs/midContent.jpg');
	background-repeat: repeat-x;
	height:418px;
	width: 100%;
}

.divMidContentPicture
{
	float:left;
	width: 48%;
}

.midContentPicture
{
	margin-top: 40px;
	margin-left: 10px;
	border: 5px solid #15A7BB;
}


.midContentText
{
	font-family: Arial, Helvetica, sans-serif;
    padding-top: 35px;
	float:left;
	color:White;
	width:52%;
	font-size: 10pt;
	line-height: 1.5em;
}

.midContentText h1
{
	color:#15A7BB;
}
.horizontalNav 
{
	margin-left:0px;	
	padding-left:0px;
}
.horizontalNav li 
{
	list-style-type:none;
	list-style-position:outside;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	/*padding-left: 5px;*/
	padding-right: 5px;
	color:#f8f8f1;
	height: 2em;
	line-height: 2em;
	
	
}

.horizontalNav li a
{
	color:#f8f8f1;
	text-decoration:none;
}

#midInternalHeader
{
	background-image:url('/imgs/contentNav.jpg');
	background-repeat: repeat-x;
	height: 168px;	
}

.li_title
{
	font-family: Arial, Helvetica, sans-serif;
	color: #15A7BB;
	font-weight: bold;
	padding-top:275px;
	/*padding-left:45px;*/
	font-size: 12pt;
}

.menuTitle
{
	padding-top: 20px;
	/*padding-left: 137px;*/
}

/*** Forum ***/

table.Mainforum
{
	border:solid 1px BLACK;	
	padding-left:10px;
	margin-left:1px;

}
table.Mainforum th
{
	border:solid 1px BLACK;
	padding-left:5px;
	padding-right:5px;
	background-color:#15a7bb;
	color:White;
}
table.Mainforum td
{
	padding:1px 1px 1px 1px;
}
table.Mainforum td.new, 
table.Mainforum td.forumTitle,
table.Mainforum td.topic,
table.Mainforum td.posts,
table.Mainforum td.postsIcon,
table.Mainforum td.lPost,
table.Mainforum td.view,
table.Mainforum td.replies
{
	border:solid 1px BLACK;
}
table.Mainforum td.new
{
	width:35px;
}
table.Mainforum td.postIcon
{
	border-bottom:solid 1px BLACK;
	border-top:solid 1px BLACK;
	border-right: None; 
	width: 1px;
}

/* SUPPORT GROUP */

.hiddenText
{
	color: #F7F7F7;
}

.CatHeader {
	background-color: #15a7bb;
	color: #FFFFFF;
}

.CatColor {
	color: #FFFFFF;
	background-color: #15a7bb;
	padding: 5px;
}
.CatColor b {
	color: #FFFFFF;
}

.Column1 {
	background-color: #FFFFFF;
	color: #000000;
}

CatColor a , CatColor a:visited {
  	color: #FFFFFF;
	background-color:  #15a7bb;
}

CatColor a:hover{
	color: #FFFFFF;
	background-color:  #15a7bb;
}

.ShadedCol {
	background-color: #dedfdf;
	color: #000000;
}

.Column2 {
	background-color: #dedfdf;
	color: #000000;
}
.GridMessageHeader
{
	color: White;
	background-color: #15a7bb;
	padding: 5px;
}
.GridMessageColumn
{
	background-color: #dedfdf;
	color: #000000;
	padding: 5px;
}
.BorderedTable
{
	border: Solid 1px #15a7bb;
	border-collapse: collapse;
}
.BorderedTable td
{
	border: Solid 1px #15a7bb;
	border-collapse: collapse;
}
/* END SUPPORT GROUp */


#forumContent
{
	background-color:#f8f8f1;
	min-height:400px;
	
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	width:900px;
	float:left;
}

#forumContent a
{
	color:#15A7BB;
}

#forumContent .body_text3
{
	height:100%;
	/*padding-right:120px;*/
	width:650px; 
	float:left;

}
#forumContent .body_text3 table td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	padding-top:10px;
	padding-left:5px;
}

table.field td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	padding-top:10px;
	
}

#forumContent .body_text2
{

	height:100%;
	padding-left:30px;
	width:615px; 
	float:left;

}
#forumContent .body_text1
{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	padding-right:30px;
	width:550px; 
	float:left;

}

#forumContent .body_text1 h2, h3
{
	color:#15A7BB;
	
}


#forumContent .body_text1 h2
{
	font-size: 14pt;
	color:#15A7BB;
	
}

#forumContent .body_text1 ol li, #content .body_text2 ol li {
	list-style-type:decimal;
	list-style-position:outside;
}
.body_text1 p, .body_text1 li, .body_text2 p, .body_text2 li
, .body_text3 p, .body_text3 li
{
	padding-top:10px;
	padding-bottom:5px;
}

#forumContent table.Mainforum th {
background-color:#15A7BB;
border:1px solid BLACK;
color:White;
padding-left:5px;
padding-right:5px;
}

/********************Right Content****************/
.right_content
{
	width:224px;
	height:147px;
	float:right;
	background-image:url('/imgs/blueBox.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	color:White;
	margin-right:30px;

}
.right_content .login
{
	color:BLACK;
}
/********************Left Content****************/
.left_content
{
	width:230px; 
	padding-right:20px;
	float:left;
}

.left_content ul, .left_content li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.left_content ul.verticalNav 
{
	list-style-type:none;
	list-style-position:outside;	
}
ul.verticalNav li
{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	
	border-style:solid;
	border-color:#15a7bb;
	border-width:1px;
	border-top:0px;
	
	
}
ul.verticalNav li:first-child,ul.verticalNav li.h
{
	font-size:16px;
	color:White;
	background-image:url('/imgs/header-blue.jpg');
	border-top:1px;
	
}
ul.verticalNav a
{
	font-size:14px;
	color:#494949;
	text-decoration:none;
	font-weight:bold;
}
ul.verticalNav a:hover, ul.verticalNav a:active, ul.verticalNav a:focus
{
	text-decoration:underline;
}


/*** Admin ***/

#adminContent
{
	background-color:#f8f8f1;
	min-height:400px;
	
	padding-top:50px;
	padding-left:40px;
	padding-right:10px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	width:1050px;
	float:left;

}
#adminContent .body_text3
{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	padding-right:30px;
	width:720px; 
	float:right;

}
#adminContent .body_text3 table td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:12px;
	padding-top:10px;
	padding-left:5px;
}



#adminContent .body_text2
{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	padding-left:100px;
	width:550px; 
	float:left;

}
#adminContent .body_text1
{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	padding-right:30px;
	width:550px; 
	float:left;

}
#adminContent .body_text1 ol li, #adminContent .body_text2 ol li {
	list-style-type:decimal;
	list-style-position:outside;
}

#adminContent table.Mainforum th {
background-color:#15A7BB;
border:1px solid BLACK;
color:White;
padding-left:5px;
padding-right:5px;
}

ul.fileList li.catagory
{
	
	background-color:#C8C1B7;

	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	color:White;
	font-weight:bold;
	font-size:12px;
}
ul.fileList li.file
{
	padding-left:0px;
	font-size:12px;
}

table.WikiCPG tr td.items {
padding-left:40px;
}

table.WikiCPG tr td.catagory {
font-size:12px;
font-weight:bold;
/*
padding-bottom:10px;
padding-left:20px;
padding-top:10px;
*/
}

.titleHeader
{
	font-size: 18px;
}
	