﻿@import url('navigation.css');

/*#layout_edgetop, #layout_edgebottom {
	background: url('../img/background.layout_edges.png') no-repeat left top;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
	width: 709px;
}

#layout_edgebottom {
	background-position: left bottom;
}*/

#header, #header0 {
	height: 25px;
	background-color: #EEEEEE;
	width: 670px;
	margin-left: 20px;
}

#masthead h1 {
	font-weight: normal;
	color:  purple;
	text-transform: uppercase;
	display: inline;
}

#masthead h3 {
	font-weight: normal;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}

#body {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
/*	background-color: #000033;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background: url('../img/background.png') repeat-y left top;
/*	background: url('../img/gradient_bottom.bmp') repeat-x right bottom;*/
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=navy, endColorstr=#EEEEFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=navy, endColorstr=#EEEEFF);*/

}

#table {
	height: 100px;
	width: 709px;
	background-color: #FFFFFF;
}

#table_header {
	text-align: left;
	vertical-align: top;
	background-color: white;  /*#FFFFCC; */
}

#website_header {
	font-family: "Comic Sans MS";
	font-size: large;
}

#website_span {
	font-size: x-small;
	font-family: "Comic Sans MS";
}

#website_purpose {
	font-size: x-small;
	font-family: "Comic Sans MS";
	margin-left: 5px;
	color: black;
}

#date_span {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 365px;
	font-weight: bold;
	color: black;
	text-align: right;
	top: 0px;
	width: 300px;
	height: 0px;
	font-size: x-small;
	font-family: "Comic Sans MS";
}

#digiTime {
	width: 300px;
	height: 0px;
/*	border: solid 1px Maroon;*/
	color: Maroon;
	font-size: xx-small;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Comic Sans MS";
}

#clock {
	 height: 60px;
	 width: 30%;
}

#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #739CBA url('../img/miami.jpg') no-repeat left bottom;
	margin-top: 10px;
	margin-bottom: 0px;
	height: auto;
}

#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar_right, #sidebar_left {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: gray;
	width: 7px;
	height: 4000px;
}

#sidebar_left {
	float: left;
}

#footer {
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	height: 5px;
	left: 0px;
}

#counter {
	margin-top: 0px;
	margin-left: 0px;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}

/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

/* Link Styles */
a {
	color:  navy;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: red;	
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	color: black;
	font-weight: bold;
	height: auto;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=10)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=10);
/*	filter:shadow(color:gray, strength:10, direction=135);*/
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
