﻿/*********************************************
css reset
*********************************************/
* {
	margin:0;
	padding:0;
	font-family:Arial;
}

/*********************************************
ie6 png fix
*********************************************/
img, div { 
	behavior:url(iepngfix.htc);
	border:none;
}

/*********************************************
layout styles
*********************************************/
body {
	background:#E9E9E9 url(images/body.png); 
	background-position:center; 
	background-repeat:repeat-y;
}
#pageWrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
#pageArea {
	float:left;
	width:740px;
	margin-top:10px;
}
#header {
	float:left;
	height:76px;
	width:740px;
	margin:14px 0 0 0;
}
#header .logo {
	float: left;
	margin-top:15px;
}
#header .flags {
	float:left;
	background:url('./images/map_header.gif') no-repeat;
	width:182px;
	height:33px;
	margin-top:15px;
	z-index:100;
}
#header .phone {
	margin-top:15px;
}
#header .phone p {
	font-size:13px;
	text-align:right;
	margin:0;
}
#header .phone p span {
	font-size:14px;
	font-weight:bold;
	color:#005fa9;
}
#header .phone #search {
	margin:15px 0 0 0;
	float:right;
}
#header .phone #search form label {
	font-size:13px;
}
#header .phone #search form input {
	width:130px;
}
#header .phone #search form a.search-but {
	float:right;
	margin:0 0 0 3px;
}
#menu {
	float:left;
	height:31px;
	width:740px;
	margin:14px 0 0 0;
	border-bottom: 2px solid #0060A9;
}
#menu a {
	cursor: pointer;
}

#menu #menuTab2 { position: relative; left: -6px; }
#menu #menuTab3 { position: relative; left: -12px; }
#menu #menuTab4 { position: relative; left: -18px; }
#menu #menuTab5 { position: relative; left: -24px; }
#menu #menuTab6 { position: relative; left: -30px; }
#menu #menuTab7 { position: relative; left: -36px; }
#menu #menuTab8 { position: relative; left: -42px; }
#menu #menuTab9 { position: relative; left: -48px; }


#content {
	float:left;
	width:740px;
	min-height:500px;
}	
#subheader {
	float:left;
	height:160px;
	width:740px;
	margin:14px 0 0 0;
}
#subheader .left {
	float:left;
	width:368px;
}
#subheader .left h2 {
	font-size:20px;
	font-weight:normal;
	color:#4c4c4c;
	letter-spacing:-1px;
	line-height:19px;
}
#subheader .left h2 span {
	font-size:16px;
	font-weight:bold;
	color:#005fa9;
	text-transform:uppercase;
}
#subheader .left p {
	font-size:12px;
	margin:6px 0 0 0;
	line-height:16px;
}
a.more {
	float:right;
	margin:6px 0 0 0;
}
#subheader .right {
	float:left;
	display:inline;
	width:352px;
	margin:0 0 0 20px;
	z-index:50;
}
#content-inner {
	float:left;
	width:740px;
	margin:20px 0 0 0;
}
#buck-wrap {
	float:left;
	width:740px;
	margin:5px 0 0 0;
}
#buck-wrap h2 {

}
#buck-wrap h2 a {
	width:100%;
	height:20px;
	font-size:13px;
	color:#005fa9;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-decoration:none;
}
#buck-wrap h2 a span {
	font-size:14px;
	color:#e2171f;
}
#sidebar {
	float:left;
	width:180px;
}
#main {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:540px;
}
#main .odd {
	float:left;
	height:70px;
	width:500px;
	background-color:#ededed;
}
#main .even {
	float:left;
	height:70px;
	width:500px;
	background-color:#fff;
}
#main .odd p.date, #main .even p.date {
	margin-left:20px;
	font-weight:bold;
}
#main .odd p.title, #main .even p.title {
	margin-top:2px;
	margin-left:20px;
}
#main .odd p.title a, #main .even p.title a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#main .odd p.title a:hover, #main .even p.title a:hover {
	text-decoration:underline;
}
#side-right {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:150px;
}
img.down-but {
	float:left;
}
#side-right-inner {
	float:left;
	display:inline;
	margin:0;
	width:150px;
	border-top:1px solid #c4c4c4;
}
#side-right-inner img {
	
}
#side-right-inner p {
	font-size:12px;
	line-height:14px;
	margin-top:7px;
}
#side-right-inner p a {
	color:#005fa9;
	text-decoration:none;
}
#side-right-inner p a:hover {
	text-decoration:underline;
}
.buck {
	float:left;
	display:inline;
	width:166px;
	margin:0 0 0 20px;
}
.buck p {
	font-size:11px;
	line-height:15px;
	height:154px;
}
ul.list1 {
	width:100%;
	padding:0 0 8px 0;
}
ul.list1 li {
	list-style-type:none;
}
ul.list1 li a {
	height:22px;
	width:96%;
	margin:2px 0 0 0;
	padding-left:4%;
	background-color:#e6e6e6;
	font-size:12px;
	color:#3d3d3d;
	line-height:22px;
	text-decoration:none;
	float:left;
}
ul.list1 li a.plus {
	background:#e6e6e6 url(images/plus.gif) no-repeat 168px 9px;
}
ul.list1 li a.current {
	color:#fff;
	background-color:#005fa9;
}
ul.list1 li a.current:hover {
	background-color:#005fa9;
}
ul.list1 li a:hover {
	background-color:#d1d1d1;
}
ul.list1 li ul li a {
	float:left;
	height:22px;
	width:88%;
	margin:2px 0 0 0;
	padding-left:12%;
	background-color:#f1f1f1;
	font-size:12px;
	color:#005fa9;
	line-height:22px;
	text-decoration:none;
}
ul.list1 li ul li a.current {
	color:#000;
	background-color:#fff;
}
ul.list1 li ul li a:hover, ul.list1 li ul li a.current:hover {
	color:#000;
	background-color:#fff;
}
p.cap {
	font-size:13px;
	line-height:13px;
}	
p.cap a {
	font-weight:bold;
	color:#005fa9;
	text-decoration:underline;
}
#buck-wrap2 {
	float:left;
	width:740px;
	margin:25px 0 0 0;
}
#buck-wrap2 .left {
	float:left;
	width:368px;
}
#buck-wrap2 .left .pro1 {
	float:left;
	width:180px;
	margin:5px 0 0 0;
}
#buck-wrap2 .left .pro2 {
	float:left;
	display:inline;
	width:180px;
	margin:5px 0 0 2px;
}
#buck-wrap2 .right {
	float:left;
	display:inline;
	width:352px;
	margin:0 0 0 20px;
}
#buck-wrap2 .right form {
	float:right;
	width:180px;
	margin:8px 0 0 0;
}
#buck-wrap2 .right form input {
	float:right;
	height:18px;
	width:167px;
	margin:2px 0 0 0;
	padding:3px 0 0 3px;
}
#buck-wrap2 .right form a.signup {
	float:right;
	margin:6px 0 0 0;
}
#buck-wrap2 h2 {
	float:left;
	width:100%;
	height:26px;
	font-size:16px;
	color:#005fa9;
	letter-spacing:-1px;
	text-transform:uppercase;
}
#buck-wrap2 p {
	font-size:13px;
}
#footer {
	float:left;
	width:740px;
	border-top:2px solid #DF1921;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	margin:25px 0 0 0;
	padding:3px 0 0 0;
	padding-bottom:25px;
}
#footer a {
	font-size:12px;
	color:#005fa9;
	font-weight:bold;
	text-decoration:none;
	margin:0 13px 0 0;
}
#footer img {
	margin:0 3px 0 0;
}

#footer .leftColumn  {float:left;}
#footer .rightColumn {float:right;}

/*********************************************
hover buckets
*********************************************/
#int-buck-wrap {
	float:left;
	width:388px;	
	margin:10px 0 0 0;
}
.int-buck {
	float:left;
	height:105px;
	width:388px;
	margin:6px 0 0 0;
	background:url(images/box.gif) no-repeat 0 0;
}
.int-buck2 {
	float:left;
	height:105px;
	width:388px;
	margin:6px 0 0 0;
	background:url(images/box.gif) no-repeat 0 -105px;
	cursor:pointer;
}
.int-buck img, .int-buck2 img {
	float:left;
}
.int-buck h2 a, .int-buck2 h2 a {
	float:left;
	width:238px;
	display:inline;
	margin:12px 0 0 15px;
	font-size:18px;
	color:#005fa9;
	letter-spacing:-1px;
	text-decoration:none;
}
.int-buck2 h2 a {
	text-decoration:underline;
}
.int-buck p, .int-buck2 p {
	float:left;
	width:200px;
	display:inline;
	margin:5px 0 0 15px;
	font-size:12px;
	color:#646464;
	line-height:14px;
}

/*********************************************
default text
*********************************************/
h3 {
	font-size:22px;
	font-weight:normal;
	color:#4c4c4c;
	letter-spacing:-1px;
}
p {
	margin:15px 0 0 0;
	font-size:13px;
	color:#3c3c3c;
	line-height:18px;
}
#main ul {
	margin:15px 0 0 20px;
}	
#main ul li {
	font-size:13px;
	color:#3c3c3c;
	line-height:18px;
}
#main a {
	color:#005fa9;
}

/******IE 6 Fixes*******/

ul.list1 li a {
	float:none;
	display:block;
	height:auto;
}

ul.list1 {
	padding:0;
}

#header .logo {
	width:295px;
}

#header .phone #search form a.search-but {
	float:none;
}

#map1 {
	float:left;
	width:200px;
	margin-left:15px;
}

#clear {
	clear:both;
}

.contact select {
	width:200px;
}

.contact input.text {
	border:1px solid #7f9db9;
	width:204px;
}

form.contact {
	background-color:#ebebeb;
	margin-top:12px;
	padding:11px;
	width:365px;
}

form.contact textarea {
	width:360px;
	border:1px solid #7f9db9;
}

form.contact .submit {
	float:right;
}

#buck-wrap2 .right form #signup {
	width:133px;
	height:26px;
}

form #newssignup {
	float:right;
	margin-top:5px;
	width:50px;
	height:20px;
}

#TB_ajaxContent {
	background:url('./images/map.jpg') no-repeat;
	height:500px;
	width:675px;
}

#TB_ajaxContent h3 {
	font-size:16px;
}

#TB_ajaxContent .mapcontent {
	width:200px;
	float:left;
}

#TB_ajaxContent .mapcontent p a {
	color:#005FA9;
	text-decoration:none;
}

.flags p a {
	text-decoration:none;
	color:#005FA9;
	text-align:center;
}

#header .flags p {
	margin-top:8px;
	text-align:center;
}