﻿html 
{
	background-color: #81A4CA;
}

body 
{
	font-family: "Franklin Gothic Book", "Tahoma", "Arial";
    min-width:980px;
    margin-top: 0;
    margin-bottom: 0;
	font-size: 16px;
} 

#wrapper 
{
	background-color: #ffffff;
    position:relative;
	width: 980px; 
    margin-top: 25px;
	margin-right:auto;
    margin-bottom: 25px;
	margin-left:auto;
	border: solid 3px rgb(251,230,251);
    -moz-border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

.nodisplay 
{
	display: none;
}


#header 
{ 
    height: 100px;
    text-align: center;
    padding-top: 20px;
	border-bottom: solid 3px rgb(251,230,251);
}

#header h1 
{
	background: transparent url(./tcm_header.gif) no-repeat top left; 
	margin-top: 0;
	width: 830px; 
	height: 100px;
    margin-bottom: 0pt; 
    margin-left: 2%;
	float: left;
	display:inline;
}

#header h1 span 
{
    display:none;
}

#topmenu
{
font: bold 10px Verdana;
background: white;
margin-right: 10px;
margin-left: 10px;
height: 1px;
}

#topmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#topmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
#topmenu ul li a{
display: block;
background: rgb(249,248,223); /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
color: #2d2b2b;
text-decoration: none;
}

#leftcallout 
{
    width: 170px;
    position: absolute;
    left: 0px;
    top: 38px;
    text-align:center;
    margin-top: 106px;
    margin-left: 10px;
	border: 2px solid rgb(251,230,251);
	background-color: rgb(251,230,251);
    -moz-border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-moz-box-shadow: -10px 10px 5px #888;
	-webkit-box-shadow: -10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}

#leftcallout ul
{
	font-style: normal;
	font-size: 0.9em;
	padding-left: 14px;
	padding-right: 0%;
	margin-left: 0%;
	text-align: left;
}

#leftcallout ul li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0.4em 0;
	line-height:1em;
	color: inherit;
}

#rightcallout 
{
    width: 170px;
    position: absolute;
    top: 38px;
    right: 0px;
    text-align:center;
    margin-top: 106px;
    margin-right: 10px;
	border: 2px solid rgb(251,230,251);
	background-color: rgb(251,230,251);
    -moz-border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-moz-box-shadow: -10px 10px 5px #888;
	-webkit-box-shadow: -10px 10px 5px #888;
}

#content 
{
    text-align:center;
    margin-bottom: 10px;
    margin-left: 200px;
    margin-right: 200px;
    color:Navy;
}

#content p
{
    font-size: 0.9em;
}

/*#content ul
{
    font-style: normal;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0%;
    text-align: center;
}

#content ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    line-height:1em;
    color: inherit;
}*/

.FocalPointImg
{
    width:25em;
    height:12em;
    margin-top: 5px;
    margin-bottom: 10px;
}

#footer
{
	background-color: white;
	border-top: solid 3px rgb(251,230,251);
    position: relative;
    text-align: center;
    bottom: 0%;
	width: 980px; 
	height: 80px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}

img.borderOff
{
    color: InfoBackground;
    border: 0;
}

img.Ghr
{
    position: absolute;
    left: 27%;
    top: 5px;
    margin-top: 0.7em;
    height: 48px;
    width:140px;
}

img.Ghsc
{
    position: absolute;
    left: 60%;
    top: 5px;
    margin-top: 0.6em;
    height: 50px;
    width:130px;
}

img.HAssoc
{
    position: absolute;
    left: 46%;
    top: 5px;
    height:70px;
    width:80px;
}

img.HRlogo
{
    position: absolute;
    left:10%;
    top: 5px;
    height: 65px;
    width: 75px;
}

img.FHlogo
{
    position: absolute;
    left: 80%;
    top: 5px;
    margin-top: 0.7em;
    height: 40px;
    width: 160px;
}

a.ExtLink 
{
    color: rgb(167, 95, 43);
    font-size: 1.2em;
    font-weight:bold;
    text-decoration: none;
}

p.BList
{
    font-size: 0.9em;
	margin: 0.5em 0.5em 1em 0.5em;
} 

.ContactDetails
{
    text-align: center;
    font-family:  "Verdana", "Arial";
    font-weight: bold;
    color:Navy;
	font-size: 0.7em;
    margin-top: 0pt; 
    margin-bottom: 10px; 
    margin-right: auto; 
	margin-left: auto;
	clear:both;
}

.ContactDetails p
{
    margin-top: 0pt; 
    margin-bottom: 0pt; 
    margin-right: auto; 
	margin-left: auto;
}
.highlight 
{
    color: rgb(167, 95, 43);
    font-weight:bold;
    text-decoration: none;
}

.highlightUl 
{
    color: rgb(167, 95, 43);
    font-weight:bold;
    text-decoration: underline;
}

.mailme
{
    text-decoration: none;
}