/*----- Styling for the Four Columns of the DOT Front Page -----*/


div#menu_buttons img, div#content img {
	border: none;	
}

#content #col_one{
	width: 230px;
	float: left;
	padding-right: 20px;
}

#content #col_two{
	float: left;
	width: 222px;
	padding-right: 10px;
	padding-top: 17px;
}

#content #col_three{
	float: left;
	width: 222px;
	padding-right: 10px;
	padding-top: 17px;

}

#content #col_four{
	float: left;
	width: 222px;
	padding-top: 17px;

}

ul.hp_links {
	list-style: none;
	margin: 3px 0 7px 0;
	padding: 0;
}

ul.hp_links li {
	padding: 2px 5px 4px 15px;
	background: url(/images/styls/bullet_l1.png) no-repeat 2px 6px;
}

ul.hp_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.hp_links li li { 
	margin-left: 0;
	padding: 2px 5px 2px 20px;
	background: url(/images/styls/bullet_l2.png) no-repeat 2px 6px;
}



#col_two table, #col_three table, #col_four table {
	width: 218px;
	border: none;
}

#col_two table td, #col_three table td, #col_four table td {
	padding: 2px;
	vertical-align: top;
}

#col_two table td.arrow, #col_three table td.arrow, #col_four table td.arrow {
	width: 8px;
	padding: 2px 0 2px 0;
	text-align: center;
}

div#left_col {
	width: 230px;
	float: left;
	padding-right: 20px;
	min-height: 650px;
}

div#howdoi {
	margin-top: 15px;
}

div#howdoi h2 {
	width: 150px;
	margin-left: 20px;
	padding: 3px 20px;
	display:inline-block;
	text-decoration:none;
	color: 	#fff;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.4em;
	background: #15365b url(/images/styls/dot_HeaderBar.png) top;
	border: 1px solid #FC0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px; /* top left corner */
	-webkit-border-top-right-radius: 8px;  /* top right corner */
	-webkit-border-bottom-left-radius: 0; /* bottom left corner */
	-webkit-border-bottom-right-radius: 0; /* bottom right corner */
	border-radius: 8px 8px 0 0 ; /* top-left, top-right, bottom-right, bottom-left */	
}

#howdoi_links {
	border: 1px solid #FC0;
	font-size: 0.9em;
	padding: 10px 7px 10px 0;
	background: url(/images/spec/howdoi_bg.gif) right top no-repeat;
}

#howdoi_links li {
	padding-bottom: 7px;
}

div#tab_box1 {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	margin-top: 17px;
	padding-top: 43px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(/images/spec/photohead_hm_1.gif) no-repeat;
	
}

div#tab_box2 {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 44px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(/images/spec/photohead_hm_2.gif) no-repeat;
}

div#tab_box1 div {
	margin-top: -3px; /* to close the gap below the tabs */
	padding:10px;
	width:660px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-top-left-radius: 0; /* top left corner */
	-webkit-border-top-right-radius: 0;  /* top right corner */
	-webkit-border-bottom-left-radius: 8px; /* bottom left corner */
	-webkit-border-bottom-right-radius: 8px; /* bottom right corner */
	border-radius: 0 0 8px 8px; /* top-left, top-right, bottom-right, bottom-left */
}



ul.tabs {
	margin: 0;
	padding-left: 0;  /* for left tab to be flush on left side */
	width: 100%;
}

.tabs li {
	list-style:none;
	display:inline;
}

.tabs a h2{
	padding: 3px 20px;
	display:inline-block;
	text-decoration:none;
	color: 	#fff;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.3em;
	background: #15365b; /* for IE */
	background: rgba(0,51,102, .7);
	border-bottom: 1px solid #FFCC00;
	margin-left: -1px; 
	position: relative;
	left: 1px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.tabs a.active h2{
	background:#fff;
	color:#000;
	border-bottom: 3px solid #fff;  /* 3px needed to keep yellow line off white tab in IE */
}

div#tab_box1 div li, div#tab_box2 div li {
	padding-bottom: 7px;
}

table.two_col {
	width: 100%;
	margin-top: 2px;
}

table.two_col td {
	width: 50%;
	vertical-align: top;
}

div#tab_box1 h3, div#tab_box2 h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	padding-bottom: 0;
	margin-top: 7px;
}

div#tab_box1 p, div#tab_box2 p {
	margin-top: 3px;
	padding-top: 0;
}

table.two_col td#region_map {
	width: 400px;
}
table.safety table {
	width: 100%;
}

table.safety td {
	vertical-align: middle;
}

table.safety td.icon {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-bottom: 7px;
	padding-right: 3px;
}


img.doc_img {
	border: none;
	vertical-align: middle;
}

table#banner_caption {
	width: 100%;
}

table#banner_caption td {
	height: 15px;
	padding: 1px;
	background-color: #eeeeee;
	text-align: center;
}



/*new News & Highlights section */

div#news_highlights {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	margin-top: 17px;
	padding-top: 53px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(/images/spec/photohead_hm_1.gif) no-repeat;
}

div#news, div#highlights {
	width: 340px;
	float: left;
}

div#news h2, div#highlights h2 {
	display: inline;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: #fff;
	color: #000;
	padding: 5px 20px 4px;
	margin: 0 0 -4px 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}

div#news_content, div#highlights_content {
	padding-top: 10px;
	padding-right: 5px;
}

div#news_content ul, div#highlights_content ul{
	margin-left: 0;
}
div#news_content li, div#highlights_content li{
	padding-bottom: 10px;
}