/* default styles */
body, div, p, h1, h2, h3, h4, h5, table, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'DroidSansRegular', helvetica, arial, sans-serif;
	background: #DDE3EE url(images/striped_bg.gif) fixed;
}

p, li, td {
	color: #454545;
	font-size: 13px;
	line-height: 17px;
}

p {
	margin: 0 0 10px 0;
}

hr {
	border: 0;
	border-bottom: 1px dotted #C4D5DF;
	margin-top: 1em;
	clear: both;
}

h1, h2, h3, h4, h5, strong {
	font-family: 'DroidSansBold', helvetica, arial, sans-serif;
	font-weight: normal;
}

a, a:visited {
	color: #454545;
	-webkit-transition: color .4s ease-out .1s;
	transition: color .4s ease-out .1s;
}

a:hover {
	color: #7bba00;
	text-decoration: underline;
	-webkit-transition: color .15s ease-out;
	transition: color .15s ease-out;
}

/* layout */
#wrapper {
	background: url(images/shadowed_sides2.png) repeat-y;
	width: 960px;
	margin: 0 auto;
	padding-left: 11px;
	padding-right: 11px;
}

#header {
	font-size: 0;
	line-height: 0;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 87px;
	clear: both;
	margin: 0;
	padding: 0;
}

#header_left {
	font-size: 0;
	line-height: 0;
	float: left;
	margin: 0;
	padding: 17px 0 0 15px;
}

#header_right {
	font-size: 0;
	line-height: 0;
	position: relative;
	right: 15px;
	float: right;
	margin: 0;
	padding: 35px 0 0;
}

.hidden {
	display: none;
}

#cities_bar {
	color: white;
	font-size: 10px;
	letter-spacing: 1px;
	background: #b8bdc8 url(images/cities_bar_bg.gif) repeat-x;
	text-align: center;
	height: 14px;
	padding-top: 4px;
}

#menu {
	margin: 0 auto 10px auto;
	white-space: nowrap;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

#menu a, #menu a:visited {
	-webkit-transition: none;
	transition: none;
}

#menu a:hover {
	-webkit-transition: none;
	transition: none;
}

.alertbar {
	background-color: #FFFFCA;
	border: 1px solid #FFE788;
	padding: 6px 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 0;
}

.alertbar h2 {
	color: #ff8200;
	font-size: 11px;
	display: inline;
}

#leftcolumn_bg {
	background-image: url(images/leftcolumn_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 960px;
	margin-bottom: 10px;
}

#left {
	width: 189px;
	float: left;
	margin-left: 15px;
	display:inline
}

#left p, #left li {
	font-size: 11px;
}

#left h3 {
	color: #001e3c;
	font-size: 11px;
	margin-bottom: 0;
}

.square_ad {
	margin-bottom: 20px;
	border-style: none;
	border-width: 0;
}

.sidebar_box_topcap_nomargin {
	font-size: 0;
	line-height: 0;
	background-image: url(images/sidebar_box_topcap.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 189px;
	height: 4px;
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar_box_topcap {
	font-size: 0;
	line-height: 0;
	background-image: url(images/sidebar_box_topcap.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 189px;
	margin-top: 20px;
	margin-bottom: 0;
	height: 4px;
}

.sidebar_box {
	background-color: #f6f9fd;
	background-image: url(images/sidebar_box_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 173px;
	padding-right: 8px;
	padding-left: 8px;
}

.sidebar_box p {
	margin: 0;
}

.sidebar_box ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

.sidebar_box li {
	background-image: url(images/bullet_small_gray.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 7px;
	margin: 0;
	padding: 0 0 5px 10px;
}

.sidebar_box ul:nth-last-child(1) {
	padding-bottom: 0;
}

.sidebar_box li:nth-last-child(1) {
	padding-bottom: 0;
}

.sidebar_box li.goto {
	background: url(images/bullet_goto.png) no-repeat left 2px;
	padding: 0 0 5px 20px;
}

.sidebar_box li.download {
	background: url(images/bullet_download.png) no-repeat left 2px;
	padding: 0 0 5px 20px;
}

.sidebar_box li.checkmark {
	background: url(images/bullet_checkmark.png) no-repeat left 2px;
	padding: 0 0 5px 20px;
}

.sidebar_box h2 {
	color: #496090;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0 0 0;
}

.sidebar_box h2.warning {
	background: url(images/warning_icon.gif) no-repeat left top;
	text-indent: 20px;
}

.sidebar_box_bottomcap {
	font-size: 0;
	line-height: 0;
	background-image: url(images/sidebar_box_bottomcap.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding: 0;
	height: 6px;
	margin-bottom: 20px;
}

#right {
	width: 710px;
	float: right;
	margin-right: 15px;
	display:inline;
	min-height: 500px;
}

#right ul {
	padding: 0;
	list-style-type: none;
}

#right li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 4px;
	margin-bottom:5px;
	padding-left:12px;
}

#right li li {
	background-image: url(images/bullet_small_purpledot.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 0;
	padding: 0 0 5px 21px;
}

#right li.goto {
	background-image: url(images/bullet_goto.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
	text-indent: 10px;
}

#right li.download {
	background-image: url(images/bullet_download.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
	text-indent: 10px;
}

#right li.checkmark {
	background-image: url(images/bullet_checkmark.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
	text-indent: 10px;
}

#right li.warning {
	background-image: url(images/warning_icon.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right h1 {
	color: #000000;
	font-size: 24px;
	line-height: 1.1em;
	margin-bottom: 20px;
}

/*
#right h1 {
	color: #001e3c;
	font-size:18px;
	background-image: url(images/sectionbarbg.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 25px;
	clear: both;
	margin: 0 0 10px;
	padding: 8px 0 0 10px;
}
*/

#right h2 {
	font-size: 16px;
	color: #496090;
	margin-top: 11px;
	margin-bottom: 0px;
}

#right h3 {
	color: #001e3c;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#right h4 {
	color: #454545;
	font-size: 13px;
	margin-bottom: 0;
}

.leftmargin20px {
	margin-bottom: 10px;
	margin-left: 20px;
}

.green {
	color: #9fcb3a;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.image {
	background-color: white;
	margin-bottom: 20px;
}

.thumb {
	position: relative;
	top: 4px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	border-style: none;
	border-width: 0;
}

.thumb_inline img {
	padding: 3px;
	border: solid 1px #bac6de;
}

.thumb_inline:hover img {
	padding: 1px;
	border: solid 3px #9fcb3a;
}

.thumb_inline:hover {
	color: red;
}
 /* irrelevant definition to overcome IE bug */
#footer {
	min-height: 20px;
	margin: 0 auto;
	padding: 4px 10px 10px 10px;
	text-align: left;
	color: #9eb9e3;
	font-size: 9px;
	line-height: 11px;
	background-color: #4A6191;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 940px;
	clear: both;
}

#footer a {
	color: #9eb9e3;
}

#footer a:hover {
	color: white;
}

#footer_left {
	float:left;
	display:inline;
	width: 800px;
}

#footer_right {
	float:right;
	display:inline;
	width:112px;
	text-align:right;
}

#footer_bottomcap {
	background: url(images/shadowed_bottomcap2.png) no-repeat;
	margin: 0 auto;
	width: 982px;
	height: 17px;
}

.spectable {
	padding: 0;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.spectable_text {
	text-align: center ;
	padding: 4px;
	border: 1px solid #c8d2dc;
}

.spectable_header {
	font-family: 'DroidSansBold', helvetica, arial, sans-serif;
	color: #6984ba;
	background-color: #dde3ee;
	text-align: center ;
	padding: 4px;
	border: 1px solid #6984ba;
}

.spectable .left_align {
	text-align: left;
}

.dfs_contact_left {
	width: 84px;
	float: left;
	display: inline;
}

.dfs_contact_right {
	width: 400px;
	float: left;
	display: inline;
}

.hidden {
	display: none;
}

.form_label {
	text-align: right;
	padding-right: 15px;
	color: #6f8ac2;
}

.form_button {
	font-family: 'DroidSansBold', helvetica, arial, sans-serif;
	font-size: 14px;
	border: solid 2px #8FB347;
	padding: 8px 14px;
	background: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_button:hover {
	border: solid 2px #8FB347;
	background: #FDFFDC;
	color: #8FB347;
	cursor: pointer;
}

form td {
	padding-bottom:10px;
}

.blocky a:link, .blocky a:visited, .blocky a:hover {
	display: block;
	text-decoration: none;
	color: #333;
}

.blocky a:hover .learn_more {
	text-decoration: underline;
}

#right .blocky h2 {
	margin-bottom: 5px;
}

.learn_more {
	color: #7bba00;
	background: url(images/learn_more_arrow.gif) no-repeat right 5px;
	padding-left: 10px;
	padding-right: 12px;
}

.clearfloat {
	clear: both;
}

