/*CSS Template
filename : tgpollard_global.css
related files : none
last revision : 20060222
*/

* {
padding : 0;
margin : 0;
}

img {
border : 0;
}

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

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


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

p.bannerSub{
 font-size : 0.5em;
 font-family : Arial, Helvetica, sans-serif;
 color : #fff;
}

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

ul {

}

h1 {
padding-top : 0.5em;
padding-bottom: 0.75em;
font-size : 1.6em;
color : #000;
}

h2 {
padding-top : 0.5em;
padding-bottom: 0.5em;
font-size : 1.2em;
color : #5C788F;
}

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

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

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 2px black;
}

/*Main divs*/

#header {
background-color : #66a;
height : 80px;
width : 720px;
text-align : left;
float : left;
clear : right;
color : #fff;
padding : 20px;
font-size : 3em;
font-family : Garamond, Geneva, Arial, Helvetica, sans-serif;
}

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

#headercontent{
float : left;
width : 760px;
clear : both;
}

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

#topnav ul {
list-style : none;
}

#topnav li {
float : right;
}

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

#topnav a:hover {
display : block;
background-color : #ccc;
color : #5C788F;
text-decoration : underline; 
}

/* Main Content area */

#content{

width : 760px;	

}

/*  Main Panel */

/* Divs */

#mainPanel {
float : left;
width : 551px;
background-color : #fff;
padding-left : 10px;
border-left : solid 1px #5C788F;
}

html>body #mainPanel {
float : left;
width : 559px;
background-color : #fff;
padding-left : 10px;
border-left : solid 1px #5C788F;
}


.fullContent {
float : left;
width : 535px;
text-align : left;
padding-bottom : 1em;
padding-right : 15px;
}

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

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

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

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

/*Left Panel */

#leftPanel{
float : left;
text-align : left;
width : 190px;
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 : 10px 0 0 5px;
}

#leftNav li{
margin : 1px 0 0 0;
width : 78px;
width : 10em;
padding : 5px 3px 5px 3px;
border-top : dotted 1px #5C788F;
}

#leftNav li.noborder{
border-top : none;
}

#leftNav a, #leftNav a:link {
color : #000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 85%;
text-decoration : none;
display : block;
}

#leftNav a:hover {
color : #5C788F;
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 : #66a;
color : White;
}

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

.fullContent ul {
	margin-left : 20px;
}

.fullContent ul li{
 list-style : disc;
 padding-bottom : 10px;
 font-size : 90%;
}


/* =img (Images)
================================ */

.imgLeft{
  float: left;
  margin-right: 15px;
  border: 4px solid #ccc;
  padding: 2px;
}

span.email{
   padding-left : 10px;
	display : block;
	float : left;
	width : 10em;
	clear : left;
}
