﻿/* Fusion Web Development CSS */
/* Main CSS for every page */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
	
}
div.OuterContainer 
{
	width : 100%;
	margin-right : auto;
	margin-left : auto;
}

div.InnerContainer
{
	width : 100%;
	text-align : left;
	margin-top : 15px;
	float : left;
	clear : none;
	border-top: solid 1px #3D4144;
}

div.title
{
	width : 100%;
	height: 116px;
	margin-bottom: 0px;
     
}
div.helpBar 
{
	text-align: right;
	font-size: 10px;
	background-image: url(webbanner1.jpg);
	height: 116px;
}

 div.footer
{
	width : 100%;
	margin-bottom : 1px;
	background-color: #EDDC12;
	font:Candara;
	font-size:14px;
	clear:both;
	border-top: solid 1px #3D4144;	
	border-bottom: solid 1px #3D4144;
}
/* End of Main CSS for every page */

/* Background image */
div.background
{
	width : 100%;
	float: left;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}

/* Layer inside the background image for content - Text, images etc */
div.maincontent
{
	width : 95%;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Rollover Link properties */
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #3D4144;
	text-decoration: none;
}
a:hover {
	color: #7AADC2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* Main Fonts used on all pages */
.basictxt{
	font-size : 14px;	
	line-height: 15px;
	font:Verdana;
}
.headertxt{
	font-size : 18px;
	line-height: 19px;
	font:verdana;
	font-weight : bold;
}
.largetxt{
	font-size : 22px;
	line-height: 23px;
	font:verdana;
	font-weight : bold;
}
/* End */
