@charset "UTF-8";
html  {
height:100%;

}
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #c3e8ec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3d423c;
	height:100%; 
	
}
p, h1, h2, h3, h4, td {
margin:0;
padding:0;
}
h1 {
font-size: 1.3em;
margin: .4em 0;
color: #28367e;
}
h2 {
color: #28367e;
font-size: .9em;
margin: .4em 0;
}
h3 {
color: #f15a2b;
font-size: 1.2em;
margin: .4em 0;
}
h4 {
color: #f15a2b;
font-size: 1em;
margin: .4em 0;
}
p {
margin: 0 0 .8em 0;
}
.orange  {
color: #f15a2b;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #fff;
	background-image:url(../img/COP_header.jpg); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:229px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	/*float:left;*/
	padding: 10px 25px 10px 95px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
	background: #FFFFFF;
	background-image:url(../img/left_stripe.gif);
	background-repeat:repeat-y;
	height:100%;
	
}
.oneColFixCtrHdr #mainContent p {
font-size:0.75em;
}
.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:hover, .oneColFixCtrHdr #mainContent a:visited, .oneColFixCtrHdr #mainContent a:active, .joinEmail a:link, .joinEmail a:hover, .joinEmail a:visited {
color:#31a749;
text-decoration:none;
border-bottom: 1px dotted;
}
.oneColFixCtrHdr #mainContent a:link .nodecorLink  {
border-bottom:8px dotted;
}

.clearfix {
	DISPLAY: inline-block;
	OVERFLOW: hidden !important;
	_height: 1%
}


.oneColFixCtrHdr #footer {
bottom:0;
color:#11cc11;
background:transparent url(../img/footer.gif) bottom left no-repeat;
height:30px;
padding:0;
display:block;
position:fixed;
width:100%;
z-index:99;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #presence_bar {

}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0 0 0 0; /* set margins as desired */
font-size: .75em; /* set font as desired */
font-weight:bold;
/* border-bottom: 1px solid #6c6; set border COLOR as desired */
list-style-type: none;
padding: 185px 10px 3px 90px !important; padding: 183px 10px 3px 90px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
/* border-bottom: 1px solid #fff; set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #f15a2b; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #28367e; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #afe0e6; /* set unselected tab background color as desired */
color: #28367e; /* set unselected tab link color as desired */
margin-right: 2px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.minheight  {
min-height:1300px;
}
.joinEmail {
float:right;
padding-right:5px;
font-size:0.75em;
