/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	padding: 0px;
	margin: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	float: left;
	width: 900px;
	height: 100px; /* Set height to fix Firefox gap problem */
	padding: 0px;
	margin: 0px;
}

#header h1{
	width: 900px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow:hidden;
}


#header h1 span{
	background:url(../images/header_bg.jpg) no-repeat;
	position:absolute;
	width: 100%;
	height: 100%;
}

#content{
	float: left;
	background-color: #295caf;
}

#three_col{
	float: left;
	width: 900px;
	height: auto;
	min-height: 450px;
	margin: 0px;
	padding: 0px;
	background: url(../images/content_bg1.jpg) no-repeat;
}

#three_col_left{
	float: left;
	width: 250px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#three_col_mid{
	float: left;
	width: 250px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#three_col_right{
	float: left;
	width: 250px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#two_col{
	float: left;
	width: 900px;
	height: auto;
	min-height: 450px;
	margin: 0px;
	padding: 0px;
	background: url(../images/content_bg2.jpg) no-repeat;
}

#two_col_left{
	float: left;
	width: 545px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#two_col_right{
	float: left;
	width: 250px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#one_col{
	float: left;
	width: 855px;
	height: auto;
	min-height: 450px;
	margin: 0px;
	padding: 20px 15px 20px 30px;
	background: url(../images/content_bg.jpg) no-repeat;
}

#one_col_mid{
	float: left;
	width: 250px;
	height: auto;
	padding: 20px 15px 20px 30px;
	margin: 0px;
}

#nav{
	float: left;
	width: 900px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#nav li {
	float: right;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
/*
#nav a {
	font-size: 80%;
	color: #EEEEEE;
	margin: 0px;
	font-weight: bold;
	padding: 4px 5px 4px 15px;
	background:url(../images/nav_bullet.gif) no-repeat 0px 8px;
}
*/
#nav a {
	font-size: 80%;
	color: #EEEEEE;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}

#nav a:active, #nav a:hover{
	color: #00FF00;
}

#footer{
	font-size:70%;
	float: left;
	width: 900px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background: url(../images/footer_bg.jpg) no-repeat;
	text-align: left;
	color: #eeeeee;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color:#eeeeee;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #144fa5;
}

a {
	color: #eeeeee;
	text-decoration: underline;
}

a:link {
	color: #eeeeee;
	text-decoration: underline;
}

a:active {
	color: #eeeeee;
	text-decoration: none;
}

a:visited {
  color: #eeeeee; 
  text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #33FF00;
}

p {
	font-size: 80%;
	color: #eeeeee;
	line-height: 140%;
}

p.green{color: #33FF00;}

h1 {
	font-size: 90%;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 0px 35px;
	background:url(../images/star_bullet.gif) no-repeat 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 90%;
	width: 200px;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px 0px 35px;
	background:url(../images/star_bullet.gif) no-repeat 0px 2px;
	clear:both;
}

h4 {
	font-size: 60%;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 0px 8px;
	clear:both;
}

#two_col_left ul{font-size: 80%;}

#three_col_right img, #two_col_right img{
	margin: 0px 0px 5px 6px;
	padding: 0px;
	border: 1px solid #295caf;
}

#two_col_left .list{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

#two_col_left .list li{
	float:left;
	margin: 3px 7px 3px 7px;
	padding: 0px;
}

#one_col .list{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

#one_col .list li{
	float:left;
	margin: 3px 7px 3px 7px;
	padding: 0px;
}


#two_col_left img{border: 1px solid #295caf;}
#two_col_left img:hover{border: 1px solid #ffffff;}

.more_info {
	padding: 0px 15px 0px 180px;
	margin: 0px;
	background: url(../images/link_arrow.gif) no-repeat right center;
}

.goto {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	background: url(../images/link_arrow.gif) no-repeat right center;
}


.footer_left{
	float:left;
	padding: 8px 0px 0px 8px;
}

.footer_right{
	float:right;
	padding: 8px 8px 0px 0px;
}

#myform{
	padding: 0px;
	margin: 0px;
}

#myform label{
	float:left;
	width:75px;
}


#myform .input_text{width:160px;}
#myform .input_textarea{ width:160px; height:60px;}
#myform .input_submit{ margin:0px 0px 0px 10px;}
#myform .input_reset{ margin:0px 0px 0px 75px;}
#myform .hide{display:none;}

#tracking{display:none; float:left;}


