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

* {
padding : 0;
margin : 0;
}

img {
border : 0;
}

.clear {
clear : both;
height : -10;
}

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


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

ul {

}

h1 {
padding-top : 0.5em;
font-size : 1.2em;
color : #000;
}

h2 {
padding-top : 0.5em;
font-size : 1.0em;
color : #f00;
}

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

#box{
width : 350px;
border : solid 1px black;
padding 3px;
margin : 0 auto;
}

a, a:link {
color : black;
text-decoration : none;
font-size : 1.5em;
}


a:visited {
color : black;
}

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

/* container */

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

/*Main divs*/

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

#headerlogo {
float : left;
width : 150px;
}

#headercontent{
float : left;
width : 600px;
}

#contactbar{
width : 760px;
font-size : 80%;
height : 25px;
padding-top : 8px;
background-color : Black;
color : #fff;
border-top : solid 1px red;
border-bottom : solid 1px red;
clear : both;
}

#TopNavigation { 
	float : right;
	clear : both;
	width : 760px;
	line-height : normal;
	list-style-type : inline;
	background-color : #000;
	color : #fff;
}

#TopNavigation ul {
	list-style : none;
	list-style-type : inline;
	margin : 0;
	margin-right: 25px;
}						

#TopNavigation li { 
	float : right;
	list-style-type : inline;
	border-right : solid 1px #fff;
}						

#TopNavigation a { 
	float : left;
	list-style-type : inline;
	font-weight : bold;
	font-size : 85%;
	text-decoration : none;
	color : #fff;
	padding : 2px 5px;
}
						
#TopNavigation a:hover { /* Top navigation unordered list item links on mouse over*/
	color : #F00;
}

/* Main Content area */

#content{

width : 760px;	

}

/*  Main Panel */

/* Divs */

#mainPanel {
float : left;
width : 550px;
background-color : #fff;
padding-left : 10px;
border-left : solid 1px #f00;
text-align : left;
}

/* ignored by explorer *.
html>body #mainPanel {
float : left;
width : 585px;
background-color : #fff;
padding-left : 10px;
border-left : solid 1px gold;
}


.fullContent {
float : left;
width : 580px;
text-align : left;
padding-bottom : 1em;
/* border-bottom : solid 1px black;	*/
padding-right : 15px;
}

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

/* Hidden from IE */
html>body .leftContent {
float : left;
width : 270px;
/*margin-top : -25px;*/
}

.rightContent {
float : right;
width : 280px;
margin-right : 15px;
text-align : left;
padding : 0 0;
}

/* Hidden from IE */
html>body .rightContent {
float : right;
width : 280px;
text-align : left;
padding : 0 0;
}

/*Left Panel */

#leftPanel{
float : left;
text-align : left;
width : 160px;
background-color : white;
}

#leftNav {
float : left;
text-align : left;
width : 148px;
}

#leftNav ul{
/* margin : 2px 0 0 5px; */
list-style : none;
}

html>body #leftNav ul{
margin : 5px 0 0 5px;
}

#leftNav li{
margin : 0px 0; 
width : 140px;
padding : 1px 2px; 
display : block;
}

#leftNav a, #leftNav a:link {
border: solid 1px #000;
padding : 1px 2px; 
color : #000;
text-decoration : none;
display : block;
text-align : center;
}

#leftNav a:hover {
color : #f00;
/*text-decoration : underline;
*/
}

/*Right Panel */

/* Divs */

#rightPanel{

}


/*footer*/

#footer {
font-size : 80%;
width : 760px;
height : 2.0em;
padding-top : 5px;
text-align : center;
background-color : #fff;
color : #000;
border-top : solid 1px black;
}

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

#imgInsertLeft{
	float : left;
	padding : 5px;
	margin-right : 10px;
	margin-bottom : 20px;
	text-align : center;
	border : solid 1px #000;
}

