/* This style sheet is used for the intro "homepage" only*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../siteimages/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-color: #000b55;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	height: 100%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	font-family: "Times New Roman", Times, serif;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	height: 720px;
}


h1{
	text-transform:capitalize;
	font-size: 1.1em;
}

#homeflash h1 a{
	font-family:"Times New Roman", Times, serif;


	font-size 22px;
	color: #fff;
	margin-top:50px;
	font-weight:normal;
}

#homeflash h1 a:hover{
	
	color: #0066CC;
}
h2 {
	margin: 0 0 0 4px;
	font-size: 1.3em;
}
.linktxt {
	color: #0066CC;
}
.linktxt a {
	color: #0066CC;
}



/* Logo is centered*/
#logo {
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
#homeflash {
	width: 700px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	
}

/*used for the link bottom left hand corner of the intro page*/

#homeBottom {
	width: 960px;
	height: 220px;
	margin: 10px auto;
	padding-left: 30px;
}
#homeBottomLeft {
	float: left;
	width: 310px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	margin-top: 40px;
	margin-right: 10px;
}
#homeBottomLeft ul {
	list-style-type: none;
	text-align: center;
	padding: 0 10px 10px 10px;
	margin: 15px 0 0 0;
}
#homeBottomLeft li {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	display: inline;
}
#homeBottomLeft h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;

}

#homeBottomRight {
	float: left;
	width: 555px;
	background-image: url(../siteimages/images/transBg.png);
	height: 174px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: thin solid #fff;
}
#homeBottomRight p {
	margin: 4px 0 4px 5px;
	font-size: 12px;
}

#homeBottomLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	float: left;
	width: 555px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 45px;
}
#footer li {
	display: inline;
	color: #FFFFFF;
}
#homeBottomLeft img {
	margin-top: 5px;
	margin-right: 10px;
}
