﻿@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------- Customizable Items -------------------------------------------------- */


body {
	background-color: #19292b; 	/* change BG of entire page */
}

/* ------------------------------- Page Wrapper ------------------------------- */

#wrap {
	border: 1px solid #5f9296; /* give the content area a new border */
}

/* ------------------------------- Page Header ------------------------------- */

#header {
	background-image: url('../images/header-blue-style2a.jpg'); /* image size 744 x 213 - use this to change the main page header image */
}

/* -------------- Page Logo [NOTE: Logo dimension should be NO LARGER than 280H x 90W pixels]--------------- */

#siteLogo {
	padding:40px 0 0 21px;  /* adjust values to move your logo into position */
}

/* ------------------------------- Main Text Header for Page ------------------------------- */

#mainHeader h1 {
	color:#000000; /* to change the color of the main text header */
	font-size:28px; /* to change font size of main text header */
}

/* ---------------------------------- First Right Column ---------------------------------- */

#rightCol1 h2 {
	font-size:18px; /* to change font size of top right subheader */
	color:#000000; /* to change color of the top right subheader */
}

#rightCol1 p {
	font-size:12px; /* to change font size of any p tag in top right column */
	line-height: 16px; /* to change line spacing of any p tag in top right column */
}

#rightCol1 ul li {
	font-size: 12px; /* to change font size of any lists in top right column */
	font-weight: bold;
}

/* ---------------------------------- Second Left Column ---------------------------------- */

#leftCol2 h2 {
	font-size:18px; /* to change font size of bottom left subheader */
	color:#000000; /* to change color of the bottom left subheader */
}

#leftCol2 p {
	font-size:12px; /* to change font size of any p tag in bottom left column */
	line-height: 16px; /* to change line spacing of any p tag in bottom left column */
}

#leftCol2 ul li {
	font-size: 12px; /* to change font size of any lists in  bottom left column */
	font-weight: bold;
	
	}

/* ---------------------------------- Text Link Download Box ---------------------------------- */

.txtLnkDLBox {
	background-color: #ffe3ba; /* to change bg color of the box */
	border-top:5px solid #a58350; /* to change color of top border */
	border-bottom:5px solid #a58350; /* to change color of bottom border */
}

.txtLnkDLBox span {
	font-size:30px; /* to change font size of text in DL box */
	color:#000000; /* to change color of text in DL box */
}

/* ---------------------------------- Footer ---------------------------------- */

#footer {
	background-color: #7f9ea0; /* to change bg color of the box */	
}


/* ------------------------- **** ONLY ADVANCED USERS SHOULD CHANGE THE FOLLOWING CSS **** ------------------------------ */


/* ---------------------------------------------------- Global -------------------------------------------------- */

body {
	text-align: center;
	font-family: Verdana;
	margin:0;
	padding:0;
}

span {
	margin:0;
	padding:0;
}

blockquote {
	margin:0;
	padding:0;
}

select {
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

input {
	margin:0;
	padding:0;
}

fieldset {
	margin:0;
	padding:0;
}

ol {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
}

h6 {
	margin:0;
	padding:0;
}

h5 {
	margin:0;
	padding:0;
}

h4 {
	margin:0;
	padding:0;
}

h3 {
	margin:0;
	padding:0;
}

h2 {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
}

a {
	border-style:none;
	
}

img {
	border-style:none;
	
}



/* ---------------------------------------------------- Page Wrapper -------------------------------------------------- */

#wrap {
	background-color: #FFFFFF;
	margin:0 auto;
	width:744px;
	text-align:left;
}

/* ---------------------------------------------------- Header -------------------------------------------------- */

#header {
	height:213px;
	background-repeat: no-repeat;
}

#header img { 
	position: relative;
}

/* ---------------------------------------------------- Content -------------------------------------------------- */

#content {
	background-color: #FFFFFF;
}

/* ------------------- Main Page Header ------------------ */

#mainHeader {
	text-align: center;
	margin:0 10px 10px 10px;
}

#promoArea {
	padding:30px 0 0 20px;
}

#promoArea p {
	font-size:18px;
	color:#FFFFFF;
	padding:8px 0 0 8px;
}

/* ------------------- Columns ------------------ */


/* ----- Left Column #1 ------ */

#leftCol1 {
	float:left;
	padding:0 0 0 20px;
	width:284px;
}

* html #leftCol1 { /*IE6 Box Model Fix*/
	width:304px;
	w\idth:284px;
}

/* ----- Right Column #1 ------ */

#rightCol1 {
	float: left;
	width:410px;
	padding:10px 30px 0 0;
}

* html #rightCol1 { /*IE6 Box Model Fix*/
	width:440px;
	w\idth:410px;
}

#rightCol1 h2 {
	margin-bottom:16px;
}

#rightCol1 p {
	margin-bottom:16px;
}

#rightCol1 ul {
	list-style-position: inside;
}

#rightCol1 ul li {
	margin-bottom: 18px;
}

/* ----- Left Column #2 ------ */

#leftCol2 {
	width:410px;
	padding:30px 0 0 30px;
	float:left;
}

#leftCol2 ul {
	list-style-position: inside;

}

#leftCol2 ul li {
	margin-bottom:18px;
}


#leftCol2 h2 {
	margin-bottom:16px;
}

#leftCol2 p {
	margin-bottom:16px;
}

/* ----- Right Column #2 ------ */

#rightCol2 {
	float:left;
	width:304px;
}

#img2ndRtCol2 {
	margin-left:20px;
}

/* ------------------- Text Link Download Box ------------------ */

.txtLnkDLBox {
	clear:both;
	text-align:center;

}

/* ------------------- Footer ------------------ */

#footer {
	clear:both;
	height:30px;

}

/* ------------------- Global Classes ------------------ */

.floatLeft {
	float:left;
}



