@charset "UTF-8";
/* CSS Document */
/* Used for printing all the main website pages */
#heading{
	background-color: #FFFFFF;
	width: 750px;
}

#tagline {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-style: italic;
	text-align: center;	
}


#headingleft {
	width:258px;
	height: 83px;
	float: left;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
#headingright {
	width: 491.7px;
	height: 83px;
	float: left;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	top: 0px;
	clear: both;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
#left {
	width: 300px;
	float: left;
	height: 550px;
	padding-right: 20px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
#right {
	width: 410px;
	float: left;
	height: 550px;
	padding-right: 20px;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#fullpage {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: static;
}

#footer
{
	height: 30px;
	background-color: #999999;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	width: 750px;
	background-image: url(images/greytexture.gif);
	bottom: 0px;
	position: relative;
	clear: both;
}
#currentpositions
{
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	color: #FFFFFF;
	padding: 10px;
}

/*light grey box for brochure and other sections on index.html page left side*/
#brochure
{
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#highlightsection
{
	width:650px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 15px;
	background-image: url(images/staffprofilebg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#emailform
{
	padding:20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
}
strong {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	text-align: left;	
}

h1 {
	color: #99CC66;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
}

h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	text-align:center;
}

#serviceheading {
	color: #99CC66;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;

}
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
