/* default styles */
body {
	padding: 0;
	margin: 0;
	font: 11px/16px Tahoma, verdana, sans-serif;
	color: #454545;
	background-color: #dde3ee;
	background-image: url(images/striped_bg.gif);
	background-position: 50% 0;
	background-attachment: fixed;
}

.hr {
	height: 15px;
	background: #fff url(images/dotted_pattern.gif) repeat-x center;
	clear: both;
}

.hr hr {
  display: none;
}

a, a:visited {
	color: #7bba00;
}

a:hover {
	color: #6ba200;
	text-decoration: underline;
}

p {
	margin: 0 0 5px 0;
}

/* layout */
#wrapper {
	background-image: url(images/shadowed_sides.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 50% 0;
	width: 785px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

#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;
	left: 280px;
	float: left;
	margin: 0;
	padding: 35px 0 0;
}

.hidden {
	display: none;
}

#cities_bar {
	color: white;
	font-size: 10px;
	background-color: #b8bdc8;
	background-image: url(images/cities_bar_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
	width: 785px;
	height: 17px;
	padding-top: 1px;
}

#menu {
	margin: 0 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 */
}
/*<agl.folder "alertbar">*/
	.alertbar_topcap { font-size: 0; line-height: 0; background-image: url(images/alertbar_topcap.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 755px; height: 4px; margin: 10px 16px 0; }
	.alertbar_bottomcap { font-size: 0; line-height: 0; background-image: url(images/alertbar_bottomcap.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 755px; margin-bottom: 0; height: 4px; margin-right: 16px; margin-left: 16px; }
	.alertbar { background-color: #ffc; background-image: url(images/alertbar_bg.gif); background-repeat: repeat-y; background-attachment: scroll; width: 739px; margin-right: 16px; margin-left: 16px; padding-right: 8px; padding-left: 8px; }
	.alertbar h2 { color: #ff8200; font-size: 11px; font-weight: bold; display: inline; }
	.alertbar p { margin: 0; display: inline; }
/*</agl.folder>*/
#leftcolumn_bg {
	background-image: url(images/leftcolumn_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 785px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*<agl.folder "Left Column">*/
#left {
	width: 189px;
	float: left;
	margin-left: 15px;
	display:inline
}

#left h3 {
	font-family: Verdana, sans-serif;
	color: #001e3c;
	font-size: 10px;
	margin-bottom: 0;
}

.square_ad {
	margin-bottom: 20px;
	border-style: none;
	border-width: 0;
}

/*</agl.folder>*/
/*<agl.folder "Sidebar Box">*/
	.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: 10px 0;
	list-style-type: none;
}

.sidebar_box li {
	background-image: url(images/bullet_l_greendot.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 0;
	padding: 0 0 5px 21px;
}

li.generic_file {
	background-image: url(images/bullet_page.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.sidebar_box li.goto {
	background-image: url(images/bullet_l_goto.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.sidebar_box li.download {
	background-image: url(images/bullet_l_download.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.sidebar_box li.checkmark {
	background-image: url(images/bullet_l_checkmark.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.sidebar_box li.plus {
	background-image: url(images/bullet_l_plus.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
	.sidebar_box li.star {
	background-image: url(images/bullet_l_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.sidebar_box h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
	padding: 0;
}
	.sidebar_box h2.warning { background-image: url(images/warning_icon.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 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;
}

/*</agl.folder>*/
/*<agl.folder "Right Column">*/
#one_big_column {
	width: 735px;
}

#right {
	width: 535px;
	float: right;
	margin-right: 15px;
	display:inline
}

#right ul {
	margin: 0;
	padding: 10px 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_r_goto.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right li.download {
	background-image: url(images/bullet_r_download.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right li.checkmark {
	background-image: url(images/bullet_r_checkmark.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right li.plus {
	background-image: url(images/bullet_r_plus.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right li.warning {
	background-image: url(images/bullet_r_warning.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right li.star {
	background-image: url(images/bullet_r_star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-indent: 10px;
}

#right h1, #one_big_column h1 {
	color: #001e3c;
	font-family: Verdana, sans-serif;
	font-size:16px;
	background-image: url(images/sectionbarbg.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 25px;
	clear: both;
	margin: 0 0 10px;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}

#right h2, #one_big_column h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #496090;
	margin-top: 11px;
	margin-bottom: 0px;
}

#right h3, #one_big_column h3 {
	font-family: Verdana, sans-serif;
	color: #001e3c;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}

#right h5, #one_big_column h5 {
	font-size: 9px;
}

.leftmargin20px {
	margin-bottom: 10px;
	margin-left: 20px;
}

.green {
	color: #9fcb3a;
}

/*</agl.folder>*/

.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: 10px;
	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 */
/*<agl.folder "Footer">*/
#footer {
	min-height: 20px;
	margin: 0 auto;
	padding: 4px 10px 0 10px;
	text-align: left;
	color: #9eb9e3;
	font-size: 9px;
	font-family: Arial;
	line-height: 11px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 765px;
	clear: both;
}

#footer a {
	color: #9eb9e3;
}

#footer a:hover {
	color: white;
}

#footer_left {
	float:left;
	display:inline;
	width: 690px;
}

#footer_right {
	float:right;
	display:inline;
	width:75px;
	text-align:right;
}

#footer_bottomcap {
	background-image: url(images/shadowed_bottomcap.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0 auto;
	width: 813px;
	height: 20px;
}

/*</agl.folder>*/
/*<agl.folder "spectable">*/
.spectable {
	padding: 0;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.spectable_text {
	text-align: center ;
	padding: 4px;
	border: 1px solid #c8d2dc;
}

.spectable_header {
	color: #6984ba;
	font-weight: bold;
	background-color: #dde3ee;
	text-align: center ;
	padding: 4px;
	border: 1px solid #6984ba;
}

.spectable .left_align {
	text-align: left;
}

.spectable .strong {
	font-weight: bold;
}

/*</agl.folder>*/
/*<agl.folder "DFS Contact Directory">*/
.dfs_contact_left {
	width: 84px;
	float: left;
	display: inline;
}

.dfs_contact_right {
	width: 400px;
	float: left;
	display: inline;
}
/*</agl.folder>*/



