/*
-----------------------------------------------
Coppervine Base Styles
Date:  25 January 2010
----------------------------------------------- */

/* text styles
----------------------------------------------- */
p, li, .text {
font-size:100%; 
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
color:#333333; 
padding-bottom: 0;
margin-bottom: 0;
}
#breadcrumbs {
font-size: 70%;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #CC6633;
padding: 0% 0% 3% 4.7%;
}
#breadcrumbLocation {
color: #000000;
font-weight: bold;
}
#breadcrumbs a, #breadcrumbs a:visited {
font-style: normal;
text-decoration: underline;
/*color: #4A6B82; */
color: #CC6633;
}
#breadcrumbs a:hover {
font-weight: bold;
color: #CC6633;
}
p.glossaryHeading{ 
color: #333333;
font-size: 70%;
font-weight: bold;
line-height: 100%;
padding-bottom: 0;
 }
dt.glossaryHeading{
color: #333333;
font-size: 80%;
font-weight: bold;
line-height: 100%;
padding-bottom: 0;
}
p.glossaryText{ 
color: #333333;
font-size: 80%;
font-weight: normal;
line-height: 150%;
 }
dd.glossaryText{
color: #333333;
font-size: 80%;
font-weight: normal;
line-height: 150%;
margin-left: 0;
padding-bottom: 3%;
}
ul.glossaryHeading{
color: #333333;
list-style: none;
margin-left:0;
padding-left:0;
font-size: 80%;
font-weight: bold;
}
li.glossaryText{
color: #333333;
font-size:100%;
font-weight: normal;
line-height: 150%;
}

/* FAQ */
h1.faq {
color:#666666;
font-weight: bold;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:120%;
letter-spacing: -1px;	
}
h2.faq{
font-family:Arial, Helvetica, sans-serif;
width: 100%;
	font-size: 110%;
	font-weight: bold;
	/* text-transform : uppercase; */
	letter-spacing: -1px;
	/* color: #0056a2; from another website*/
	color: #002978; /* also from another website */
	/* color: #4A6B82; */
	float: left;
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 0%;
}
h3.faq {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
/* font-weight: bold; */
text-align: left;
font-size:100%;
}
p.faq{ 
color: #333333;
font-size: 80%;
font-weight: normal;
line-height: 120%;
text-align: left;
 }
ul.faq{
color: #333333;
margin-left:0;
padding-left:0;
font-size: 100%;
font-weight: bold;
text-align: left;
}
li.faq { 
color: #333333;
font-size:80%;
font-weight: normal;
line-height: 150%;
text-align: left;
list-style: none;
}
li.faq li { 
color: #333333;
font-size:100%;
font-weight: normal;
line-height: 150%;
text-align: left;
list-style-type: disc;
}
/* a.faq:link a.faq:visited a.faq:hover { */
a.faq {
/* color: #002978; */
color: #cc6633;
font-size: 100%;
text-decoration: underline;
}


/* structure of layout
----------------------------------------------- */

html, body, table {
    width: 98%;
    height: 98%;
    }
body {
	text-align:center;
	padding: 0;
	background: #CCCC99;
	color: Black;
	font: normal 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* added 25.01.10.  formerly no margin specified */
}
table {
    position: absolute;
    top: 0;
    left: 0;
	border: 0;
    }

td {
    text-align: center; 
} 
#layoutTable {
	margin: 0;
	border: 0;
	padding: 0;
}
#container {
	text-align: left;
	width : 1024px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #FFFFFF;
}
#header {
	width: 100%;
	padding: 0% 0% 0% 0%; /* changed 25.01.10. formerly 1% 0% 0% 0% */
	margin: 0;
	background:#CC6633;
	float: left;
}
#siteLogo {
float:left;
}
#siteTagline {
margin-left:20px;
margin-top:18px;
}
#content {
/* 	clear: left; */
	float: left;
	width: 94%; 
	background : white;
	padding: 0% 2% 2% 4%;
	margin: 0;
	border: 0;
}
#bottomPic { 
	/* background: #FFFFFF; */
	background: #666666;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
} 
#footer {
	float: left;
	background: #666666;
	color: #CCCCCC;
	font-size:60%;
	text-align: left;
	width: 98%;
	height: 20%;
	margin: 0% 0% 0% 0%;
	border: 0;
	padding: 0.3% 1% 0.5% 1%; /* changed on 15.01.10 from 0.3% 1% 0.5% 1% */
}
#bottom_menu {
	float: left;
	background: #666666;
	color: #CCCCCC;
	font-size:100%;
	text-align: center;
	width: 98%;
	height: 5%;
	margin: 0% 0% 0% 0%;
	border: 0;
	padding: 1% 1% 0.5% 1%;
}
/* Links
----------------------------------------------- */
a:link {
	text-decoration: underline;
	font-weight: bold;
}
a:visited { 
	font-weight: bold; 
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a.greyText:link{ 
	color: #333333;
	font-weight: bold;
 }
a.greyText:visited {
	font-weight: bold;
	color: #333333;
}a.greyText:hover {
	color: Gray;
}
a.copperText { 
	color: #CC6633;
	font-weight: bold;
 }
a.copperText:hover {
	font-weight: bold;
	color: Gray;
}
a.copperHeader {
	color: #CC6633;
	font-weight: bold;
	font-size: 90%;
	float: left;
}
a.copperHeader:hover {
	font-weight: bold;
	font-size: 90%;
	color: Gray;
}
a img {
  border-width:0;
  }


/* Content classes
----------------------------------------------- */
.content-left-and-center {
	color: #333333;
	float: left;
	width: 100%; 
	/* padding: 0 2% 2% 0%; */
	font-size: 75%;
	line-height: 150%;
}
h1.content-left-and-center {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 180%;
	/* font-weight: bold; */
	/* text-transform : uppercase; */
	letter-spacing: -1px;
	color: #666666;
	float: left;
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 0%;
}
h2.content-left-and-center {
	color: #666666;
	font-size: 125%;
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin-top: 2%;
	margin-bottom: 0;
}
.content-box-color1 {
	color: #333333;
	margin: 0;
	line-height: 150%;
}
p.content-box-color1 {
	color: #333333;
	font-weight: normal;
	line-height: 150%;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 4% 0%; /* 25.01.10 formerly margin: 0% 0% 2% 0% */
}
h2.content-box-color1{
	color: #CC6633;
	font-size: 100%;
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin-top: 2%;
	margin-bottom: 0;
}
h3.content-box-color1 { 
	color: #333333;
	font-size: 90%;
	font-weight: bold;
	margin: 1% 0% 0% 0%;
	padding: 2% 0% 1% 0%;
 }
h2 h3, h1 h2, h3 p {
	margin-top: 0;
	padding-top: 0;
}
h2 p {
	padding-top: 1%;
}
ul.bulleted {
	background-color: #FFFFFF;
	color: #333333;
	float: left;
	width: 95%;
	margin: 0% 0% 0% 1%;
	/* padding: 0% 3% 3% 4%; */
	padding: 0% 0% 0% 3%;
	list-style-position: outside;
	list-style-type: disc;
}

li.bulleted {
	color: #333333;
	margin-left: 0%;
	padding-left: 0%;
}

table.content-box { 
	border-collapse: collapse;
	border: 2px solid black;
   position:relative;
   top:0%;
   left: 0%;
	width: 85%;
	height: auto;
	font-size: 90%;
	color: #333333;
    }
table.content-box td{
	border: 1px solid black;
	padding: 2% 2% 2% 2%;
	width: 140px;
}
*#row1, *#col1 {
	border: 2px solid black;
}
  /* Outline format
----------------------------------------------- */ 
.column1 {
	margin-left: 0em;
	font-size: 90%;
	list-style-type: none;
}
.column2 {
	margin-left: 3em;
	font-size: 90%;
	list-style-type: none;
}
.column3 { 
	margin-left: 6em;
	font-size: 90%;
	list-style-type: none;
 }
.twoCols {
	float: left;
	padding: 1% 0% 0% 0%;
}
.floatLeft {
	float: left;
	padding: 0;
	margin: 0% 3% 0% 0%;
	width: 38%; /* 23.01.10 formerly 40% */
}
.centerSection { /* 23.01.10 added this */
        float: left;
        padding: 0;
        margin: 0% 3% 0% 0%;
        width: 35% /* 23.01.10 added this */
}
.floatRight {
	float: right;
	padding: 0;
	margin: 0;
	width: 15%; /* 23.01.10 formerly 40% */
}
.imgFloatLeft {
float:left;
margin: 0px 15px 0px 0px;
}
/* Footer
----------------------------------------------- */
.footer-left {
	background: #666666;
	float: left;
	margin: 0;
	width:19%;
	padding: 0% 0% 0% 0%;
}
.footer-sub {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-middle {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0% 0% 0% 0%;
}
 .footer-right{ 
 	background: #666666;
 	float: right;
	margin: 0;
	width: 35%;
	padding: 0% 0.5% 0% 0%;	
 }
 a.footer {
	color: #CCCCCC;
	font-weight: normal;
	font-size:100%;
}
a.firstFooter {
	color: #CCCCCC;
	text-align :left;
	float : left;
	}
a.lastFooter {
	color: #CCCCCC;
	text-align: right;
	float : right;
	text-decoration: none;
}
a.firstFooter:hover, a.lastFooter:hover, a.footer:hover{ 
	color: #FFFFFF;
  }
  
/* menu
------------------------------------------------*/
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	background: #4A6B82;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	border: none;
	/* margin: 0 0 1em 0; */
	margin: 0;
	background-color: #4A6B82;
}

#nav a {
	display: block;
	width: 8em;
	color: #FFFFFF;
	text-decoration: none;
	/*
	padding: 0.25em 2em; */
	padding: 0.25em 0.7em;
}

#nav li {
	float: left;
	padding: 0;
/*	width: 10em;  */
	width: 8em; /* width seems to have no effect in IE, but does in Firefox */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/* width: 13.9em; */
	width: 14em;
	font-weight: normal;
	border: none;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #CC6633;
}
