/* 
	sbdefault.css
	default styles for the sightboss web site
*/

body {
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

img {
	border: 0;
}

#container {
	background: #E0E4F7;
}

#header {
	background: url(../images/headerbg.gif) repeat-x top left;
	border-bottom: 1px solid #4C5787;
	float: left;
	width: 100%;
}

#innerhd {
	background: url(../images/monitors.gif) no-repeat left top;
	padding: 10px 0 20px  200px;
	margin-left: 10px;
	float: left;
}

#innerhd h1 {
	font-family: Aldine401BT "Times New Roman", Times, serif;
	color: #630D0D;
	font-size: 250%;
	margin: 20px 0 10px;
}

#innerhd h1 sup {
	font-size: 40%;
}

* html #innerhd h1 sup {
	font-size: 80%;
}

#dvr365h1 {
	color: #21557D;
}

#innerhd h1.h1sub {
	font-style: italic;
	margin: 10px 0;
}

#shortcut {
	float: right;
	margin: 20px;
}

#shortcut ul {
	list-style-type: disc;
}

#shortcut ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#shortcut ul li a {
	color: #630D0D;
	text-decoration: underline;
}

#shortcut ul li a:hover {
	color: #21557D;
	text-decoration: none;
}

#main {
	float: left;
	width: 75%;
	color: #344C77;
}

* html #main {
	width: 73%;
}

#main div.wrap {
	background: #FFFFFF;
	padding: 10px;
}

#main h2 {
	margin: 10px 0 0;
	color: #21557D;
	font-size: 140%;
}

#main a {
	color: #000000;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}

div.wrap {
	margin: 5px;
}

#sidebar {
	float: left;
	width: 25%;
}

#whatplan, #whatemap, #compconfig {
	margin: 10px auto;
	background: #FFFFFF;
	padding-bottom: 5px;
}

#sidebar p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	color: #4C5787;
}

#sidebar ul {
	font-size: 80%;
	color: #4C5787;
}

#sidebar h3 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: #4C5787;
	font-size: 100%;
	color: #FFFFFF;
}

#sidebar h3 a {
	color: #FFFFFF;
}

#othersites ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

* html #othersites ul li {
	height: 1%;
}

#othersites ul li a {
	display: block;
	border: 1px outset #878787;
	background: url(../images/menuitembg.png) repeat-x top left;
	text-align: center;
	margin: 5px;
	padding: 10px 0;
	font-weight: bold;
	color: #630D0D;
	text-decoration: none;
}

* html div#othersites ul li a {
	margin: 2px 5px;
}

#othersites ul li a:hover {
	border: 1px inset #4C5787;
	color: #21557D;
}

#footer {
	clear: left;
	border-top: 2px solid #ACB5DB;
	padding: 10px 25%;
	text-align: center;
	background: #FFFFFF;
}

#footer p {
	font-size: 80%;
	color: #666666;
}
