@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #173688;	
}

#signtalk {
	position:relative;
	left:0px;
	top:10px;
	width:998px;
	height:681px;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:998px;
	height:216px;
}

#topmenu_ {
	position:absolute;
	left:0px;
	top:225px;
	width:998px;
	height:30px;
}

#flash-imgs_ {
	position:absolute;
	left:0px;
	top:264px;
	width:998px;
	height:78px;
}

#maincontent_ {
	position:absolute;
	left:0px;
	top:351px;
	width:998px;
	min-height:254px;
	_height:254px;
	background-color:#FFFFFF;
	text-align: left;
}

#maincontent_text {
	position: relative;
	width: 910px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	min-height:244px;
	_height:244px;
}

#footer_ {
	position:relative;
	left:0px;
	top:0px;
	width:998px;
	height:68px;
}

/* =============================== Heading Stylings =================================== */

h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #FF0000;
}

p {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}
	
ul.tick {
	list-style-image: url(../images/tick.gif);	
	font-family: Verdana;
	padding-left: 20px;
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.red {
	color: #FF0000;
}

.blue {
	color: #00249b;
}

strong.faq {
	color: #00249b;
}

/* =============================== Gallery =================================== */

#gallery a img.gallery {
	border:3px solid #0220BA;
	margin:2px;
}

#gallery a:hover img.gallery {
	border:3px solid #FF0000;
}

/* =============================== Blog =================================== */

.content-list h1 {
	color:#0220BA;
}

.content-list .date {
	font-family: Verdana;
	font-size: 13px;
	color: #5578d4;
	font-weight:bold;
	margin-top:-13px;
}

/* =============================== Form =================================== */

td.left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000000;
	padding: 5px;
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
}

div.button a {
	color: #FFF;
}

.noborder {
  border:none;
}
