/* CSS Document */

* {margin: 0; padding: 0;}

body {
	margin: 0;
	background-image: url(images/Header-Background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color:#FFFFFF
}

#width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

span.little {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Tahoma;
	margin-left: 2px;
}

span.little-black {
	font-size: 10px;
	color: #333;
	font-family: Tahoma;
	margin-left: 2px;
}

/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0px;
}

#header ul {
	list-style-type: none;
	margin: 0;
}

#logo {
	position: absolute;
	width: 100px;
	height: 119px;
}

#topspace {
	height: 110px;
	margin-bottom: 2px;
	padding-left: 510px;
	overflow:hidden;
}

#topspace h1 {
	font-size: 30px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Tahoma;
	margin-top: 5px;
}

#topspace p {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	line-height: 21px;
	color: #FFF;
	text-align: right;
	margin-right: 3px;
	margin-top: 10px;
}

#topspace h4 {
	font-family: Tahoma;
	font-size: 16px;
	font-style: italic;
	font-weight: 100;
	line-height: 21px;
	color: #FFF;
	text-align: right;
	margin-right: 5px;
}

.borders li {
	float: right;
	background: none;
	border-bottom-width: 0;
}

.borders .noBd{
	border-right: 0;
}

/*-------------------------------------------------
Main
-------------------------------------------------*/


p, li {
	font-size: 12px;
	line-height: 1.4em;
	font-family: Tahoma;
	margin: 0 0 20px 0;
	font-weight: normal;
}

ul {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

h1 {
	font-size: 16px;
	margin: 0 0 4px 0;
	font-family: Tahoma;
}

h2 {
	font-family: Tahoma;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 3px 0;
}

h3 {
	margin: 0 0 2px 0;
	font-family: Tahoma;
	font-size: 12px;
}

div.container {
	width: 880px;
	margin: 0 auto;
}

span.highlight {
	background-color: #fdfcda;
}

td, th {
	vertical-align: top;
	font-family: Tahoma;
}

div.colorless {
	background-color: transparent;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------------------------------------------
Home Top
-------------------------------------------------*/

div.top {
	width: 880px;
	height: 90px;
	text-align: center;
}

div.top h1 {
	font-size: 30px;
	margin-bottom: 2px;
	color: #111;
	font-family: Tahoma;
}

div.top h2 {
	font-size: 20px;
	color: #111;
	font-family: Tahoma;
	font-weight: normal;
}

/*-------------------------------------------------
Home Left
-------------------------------------------------*/

div.home-left {
	float: left;
	width: 420px;
	background-color: #f9f9f9;
	padding: 20px;
	text-align: left;
}

div.home-left h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #111;
	font-family: Tahoma;
}

div.home-left p {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #222;
	margin-bottom: 5px;
}

div.home-left li{
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	list-style-image: url(images/List-Bullet.gif);
	color: #111;
}

div.home-left ul {
	margin-top: 0px;
}

div.home-left img {
	border: 1px solid #cccccc;
	padding: 1px;
}

/*-------------------------------------------------
Home Right
-------------------------------------------------*/

div.home-right {
	float: right;
	width: 350px;
	background-color: #f1f1f1;
	padding: 20px;
	text-align: left;
	border: 1px solid #ffffff;
}

div.home-right h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #111;
	font-family: Tahoma;
}

div.home-right p {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #222;
	margin-bottom: 1px;
}

.fieldbg {
	font-family: Tahoma;
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 14px;
	color: #222;
	line-height: 13px;
	padding: 6px;
	margin-bottom: 8px;
	width: 320px;
}

.fieldbg-long {
    font-family: Tahoma;
	background-image: url(images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 14px;
	color: #222;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 15px;
	width: 320px;
	
}

/*-------------------------------------------------
Home Image
-------------------------------------------------*/

div.band {
	text-align: center;
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border: 1px solid #F1F1F1;
}

div.picture {
	float: right;
	width: 410px;
}


/*-------------------------------------------------
PictureRow
-------------------------------------------------*/

div.picturerow {
	clear: both;
	padding-top: 5px;
	margin-bottom: 15px;
}

div.picturerow p {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #222;
	margin-bottom: 5px;
}

div.picturerow h1 {
	text-align: center;
	color: #111;
	font-family: Tahoma;
	font-size: 16px;
}

div.picturerow img {
	border: 1px solid #e1e1e1;
	padding: 1px;
}

div.picturerow table {
	margin-top: 5px;
	width: 100%;
}

div.picturerow table td {
	width: 1%;
	text-align: center;
	margin-top:10px
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

div.footer {
	text-align: center;
	background-color: #F9F9F9;
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	clear: both;
	padding: 15px 0px;
	border: 1px solid #F1F1F1;
}


/*-------------------------------------------------
Privacy Policy
-------------------------------------------------*/

div.top-privacy {
	width: 880px;
	height: 350px;
	text-align: left;
}

div.top-privacy h1 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #111;
	font-family: Tahoma;
	text-align: center;
}

div.top-privacy h2 {
	font-size: 20px;
	color: #111;
	font-family: Tahoma;
	font-weight: normal;
}

div.top-privacy p {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #222;
	margin-bottom: 15px;
}

/*-------------------------------------------------
Links
-------------------------------------------------*/

a:link {
	color: #051c91;
	text-decoration: underline;
}
a:visited {
	color: #235ba5;
	text-decoration: none;
}
a:hover {
	color: #B6615B;
	text-decoration: underline;
}

/*-------------------------------------------------
Browser Outlines Off
-------------------------------------------------*/

a {
	outline:none;
}

.wrapTextPic {
	float: left;
	height: auto;
	width: auto;
	margin-right: 8px;
	margin-top: 4px;
}
