/*CSS Template
filename : ssoha_global.css
related files : none
*/

* {
padding : 0;
margin : 0;
}

img {
border : 0;
}

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

body {
background-color : #007f7f; 
color : #007f7f; 
font: 110% "Tempus Sans ITC", "Zapf Chancery", "Georgia", "Times New Roman", serif;			
text-align : center; 
}

html>body {
font: 95% "Tempus Sans ITC", "Zapf Chancery", "Georgia", "Times New Roman", serif;			
}

p {
line-height : 160%;
padding : 0 0 1em 0;
}

ul,ol {
padding-left: 25px;
margin-bottom: 10px;
font-size: 90%;
}

h1 {
padding-top : 0.5em;
margin-bottom : 0.5em;
font-size : 1.2em;
}

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

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

.imgLeft {
float: left;
padding-right: 20px;
margin-right: 20px;
}

.imgRight {
float: right;
padding-left: 20px;
margin-left: 20px;
}

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 4px #ed6728;
}

/*Main divs*/

#header {
background-color : #fff;
height : 200px;
width : 760px;
text-align : left;
float : left;
clear : right;
border-bottom : solid 4px #ed6728;
}

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

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

#topnav{
width : 760px;
height : 25px;
background-color : #007f7f;
color : #ed6728;
border-top : solid 1px red;
border-bottom : solid 1px red;
clear : both;
}

#topnav ul {
list-style : none;
}

#topnav li {
float : left;
}

#topnav a, #topnav a:link, #topnav a:visited	{
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 {
background-color : #ed6728;
text-decoration : underline; 
}

/* Main Content area */

#content{

width : 760px;	

}

/*  Main Panel */

/* Divs */

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

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


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


.quote{
margin-left : 100px;
float : left;
}

.imgmain{
float : left;
}
/*footer*/

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

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

/* Links
================================= */

#content a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 15px;
}

#content a[href^="mailto:"] {
  background: url(../images/email.png) no-repeat right top;
  padding-right: 15px;
}

/* =acronym =abbr */

acronym, abbr { border-bottom : 1px dotted; text-decoration : none; cursor : help; }

a acronym, a abbr { cursor : pointer; }


/* Events
=================== */

body.news p.address {
	color : #800000;
}
body.news p.event span{
display : block;
float : left;
width : 5.5em;
}

p.event_underline{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}


