@charset "utf-8";
/* CSS Document */
/*
#0092dd = Pantone 2965 = Process Blue
#d15b05 = Pantone 1595 = Orange
#c1bf0a = Pantone  397 = Green
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, td, li, input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 5px 5px 5px;
	color: #000033;
}

p
{
	text-align: justify;
}

h1, h2, h3
{
	font-size: 16px;
	margin: 0px;
	margin: 10px 5px 5px 5px;
}


h1
{
	color: #000;
	text-transform:capitalize;
	border-bottom: 1px solid #c1bf0a;
}

h2
{
	color: #0092dd; /* Process Blue */
	font-size: 14px;
	margin: 5px;
}

h3
{
	color: #0092dd; /* Process Blue */
	font-size: 12px;
}

a,
a:link,
a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0092dd; /* Process Blue */
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#scrollup
{
	POSITION: relative;
	OVERFLOW: hidden;
	BORDER: #F3D533 1px solid;
	border: #004B8D 1px solid;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	WIDTH: 140px;
	WIDTH: 260px;
	HEIGHT: 140px
}

.headline
{
	POSITION: absolute;
	TOP: 150px;
	LEFT: 5px;
	WIDTH: 130px;
	WIDTH: 250px;
	HEIGHT: 135px;
}

.footer,
.footer p
{
	background-color: #0092dd;
	color: #FFF;
	text-align: center;
}

.footer a, .footer a:visited
{
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover
{
	text-decoration: none;
}

.btnSquare,
.btnSquare:link,
.btnSquare:visited
{
	background-image: url(images/squareRoundGreenDark.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 116px;
	height: 116px;
	color:#F0CB00;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 20px;
}

.btnSquare:hover
{
	background-image: url(images/squareRoundGreenLight.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 116px;
	color: #00704A;
}

td .btnSquare:link
{
	vertical-align: middle;
}



#container
{
}

#text
{
	top: 0;
	left: 0;
	
	position: relative;
	z-index: 1;
	
	visibility: show;
	

	background-repeat:no-repeat;
	width: 800px;
	height: 108px;

	color: #FFF;
	text-align:right;
	
}

.newsHeadline
{
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	text-transform: capitalize;
}

.newsContent
{
}

h2 a,
h2 a:link,
h2 a:visited
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;
}

.white
{
	color: #FFF;
}

#banner
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 798px;
	height: 10px;
	border: 1px solid #004B8D;
}

#contact
{
	position: absolute;
	top: 5px;
	left: 625px;
	text-align: right;
	color: #FFF;
	padding:0px;
	margin:0px;
	
}

.title
{
	font-size: 12px;
	color: #C31230; /* RED */
}

.question
{
	font-weight: bold;
}

ol li
{
	color:#d15b05;
	font-weight: bold;
}

ol li p
{
	font-weight: normal;
}

ol li ul li
{
	color:#000;
}

.right, .right a, .right a:visited, .right p, .right li
{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


.right a:hover
{
	text-decoration: underline;
}

.right h1
{
	color:#0092dd;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.right h2
{
	color:#d15b05;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


#contact_br
{
	border-top: 1px solid #004B8D;
}

#contact_br h2
{
	color: #d15b05;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}


li
{
	list-style-image: url(images/arrowBlack.png);
}

.right li
{
	list-style-image: url(images/arrowWhite.png);
}

hr
{
	color: #c1bf0a;
	background-color: #c1bf0a;
	height: 1px;
	width: 90%;
	text-align: center;
}

.textBlue
{
	color: #0092dd;
}

.textGreen
{
	color: #c1bf0a;
}

.textOrange
{
	color: #d15b05;
}
