/*CSS Template
filename : pccomms_global.css
related files : none
last revision : 20051125
*/

* {
padding : 0;
margin : 0;
}

img {
border : 0;
}

.clear {
clear : both;
height : 0;
}

body {
background-color : #fff; 
color : #007073; 
font-family : Georgia, Times New Roman, serif;					
font-size : 90%; 
text-align : center; 
}

p {
font-size : 95%;
line-height : 160%;
padding : 0 0 1em 0;
color : #007073;
}

p.menuheader{
text-align : left;
padding-left: 5px;
font-size : 90%;
}

ul {

}

h1 {
padding-top : 0.5em;
padding-bottom : 1.5em;
font-size : 1.2em;
color : #007073;
}

h2 {
padding : 0.25em 0 0.75em 0;
font-size : 1.0em;
color : #EA8A00;

}

h3 {
padding : 0.1em 0;
font-size : 0.8em;
color : #000;
}

a, a:link {
color : blue;
text-decoration : none;
}

a:hover, a:active {
color : red;
text-decoration : none;
}

a:visited {
color : blue;
}

/* container */

#container {
width : 760px;
margin : 5px auto;
background-color : white;
border : solid 3px #007073;
}

/*Main divs*/

#header {
background-color : #fff;
height : 122px;
width : 760px;
text-align : left;
float : left;
clear : right;
}

#topnav{
width : 760px;
height : 25px;
background-color : #007073;
color : #f00;
border-top : solid 1px #FCC917;
border-bottom : solid 1px #FCC917;
clear : both;
}

#topnav ul {
list-style : none;
}

#topnav li {
float : right;
}

#topnav a, #topnav a:link, #topnav a:visited	{
display : block;
font-size : 85%;
padding : 5px 10px 5px 10px;
text-decoration : none;
color : #fff;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#topnav a:hover {
background-color : #FCC917;
text-decoration : underline; 
}

/* Main Content area */

#content{

width : 760px;	

}

/*  Main Panel */

/* Divs */

#mainPanel {
float : left;
width : 581px;
background-color : #fff;
padding-left : 10px;
}

html>body #mainPanel {
float : left;
width : 589px;
background-color : #fff;
padding-left : 10px;
}


.fullContent {
float : left;
width : 565px;
text-align : left;
padding-bottom : 1em;
border-bottom : solid 2px #007073;	
border-right : dotted 1px #007073;
padding-right : 15px;
}

.leftContent {
float : left;
text-align : left;
width : 275px;
padding-right : 15px;
border-right : dotted 1px #007073;
}

.rightContent {
float : left;
width : 274px;
margin-left : 15px;
text-align : left;
border-right : dotted 1px #007073;
}

/* Hidden from IE */
html>body .rightContent {
padding : 0 0;
}

/*Right Panel */
#rightPanel{
float : right;
text-align : right;
width : 160px;
background-color : white;
padding-right : 5px;
}

html>body #rightPanel {
padding-right : 0px;
}


/* Divs */


/*footer*/

#footer {
font-size : 80%;
width : 760px;
height : 2.0em;
padding-top : 5px;
text-align : center;
background-color : #007073;
color : #FCC917;
}

#copyright {
font-size : 80%;
width : 90px;
margin : 10px 0 0 22px;
line-height : 1em;
}


img.icon {
	float : left;
	margin-right : 8px;
}

================================== */

.note {
  float : right;
  margin-right : 10px;
}

.note {
  width: 150px;
}

.note h2 {
  border : 1px solid #007073;
  background-color : #007073;
  padding-top: 10px;
  color : #fff;
}

.note .last {
  padding-bottom: 5px;
  border-bottom : 1px solid #007073;
  margin-bottom : 10px;
}

.note h2, .note p {
  border-left : 1px solid #007073;
  border-right : 1px solid #007073;
  padding-left: 5px;
  padding-right: 5px;
  margin : 0 0;
  font-size: 0.8em;
  text-align : left;
}


table.support td{
	
	padding : 2px 5px 0 0;
	width : 12em;
  font-size: 0.8em;
	
	
}

table.support td.label{
font-weight : bold	
}

table.support td.address{
width : 20em;
}

span.label {
  display : block;
  float : left;
  width : 10em;
  text-align : right;
}
