﻿@import url(layout.css);
.LeftMargin40 {
	margin-left: 40px;
}
.PhotoAlign {
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}
.Font-0000FF {
	color: #0000FF;
}
.PriceTable {
	text-align: center;
	border-color: #DA8316;
	border-width: 0;
}
.CenterwithBorder {
	text-align: center;
	border: 1px solid #2C709F;
}
.XSmallwithBorder {
	font-size: x-small;
	border: 1px solid #2C709F;
}
.PriceHeader {
	border-width: 0;
	text-align: center;
}
.Color-446699 {
	color: #446699;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #DFDDD7;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #DFDDD7;
	position: relative;
	height: 989px;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #BDB29C;
	background-image: url('../images/SMB-mainbanner-back.jpg');
}
#navigation {
	background-color: #00233D;
	overflow: hidden;
	background-image: url('../images/BlkButton.jpg');
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00233D;
	background-color: #DFDDD7;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #DFDDD7;
	float: none;
	height: 100%;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #2C709F;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('../images/bluetech.jpg');
	color: #90C6E5;
	background-repeat: repeat;
	height: 95%;
}
#footer {
	background-color: #AFAFA5;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #397095;
	color: #EEE732;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #C8C6BE;
	background-repeat: repeat-x;
	background-image: url('../images/BlkButton.jpg');
	font-weight: bold;
}
#navigation a:hover {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #DA8316;
	color: #003399;
	text-decoration: none;
	background-color: #2C709F;
	background-repeat: repeat-x;
	background-image: url('../images/BluButton.jpg');
	font-weight: bold;
}
/* Styles for Content */
h1 {
	font-size: 1.35em;
	color: #393939;
}
h2 {
	font-size: 1.25em;
	color: #469;
}
h3 {
	font-size: 1.20em;
	color: #469;
}
h4 {
	font-size: 1.10em;
	color: #000099;
}
h5 {
	font-size: 1.10em;
	color: #99CCFF;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
.sidebar-h3 {
	color: #DA8316;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#navigation a:hover {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #3D392A;
	color: #000;
	text-decoration: none;
	background-color: #AAA59E;
}
.NoBorder {
	border-style: solid;
	border-width: 0;
}
.StyleCenter {
	border-width: 0px;
	text-align: center;
}
.FontXSmall {
	font-size: x-small;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid black;
padding: 2px;
background-color: #C9D6EA;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.Underline {
	text-decoration: underline;
}
.LargeFont {
	color: #FFFFFF;
	font-size: large;
}
.Yellow {
	color: #EEE732;
}
.PhoneBlock {
	text-align: center;
	font-size: medium;
	color: #FFFF00;
}
.AlignLeft {
	text-align: left;
}
.AlignCenter {
	text-align: center;
}
.AlignLeftNoWrap {
	text-align: left;
	white-space: nowrap;
}
.YellowBackground {
	background-color: #FFFF00;
}
.Color-2C709F {
	color: #2C709F;
}
a:link.LinkWhite {
	color: #FFFFFF;
}
a:visited.LinkWhite {
	color: #FFFFFF;
}
a:hover.LinkWhite {
	color: #FF9900;
}
a:active.LinkWhite {
	color: #FFFFFF;
	font-weight: bold;
}
.ContentTable {
	border-collapse: collapse;
	border: 1px solid #808080;
	background-color: #C8C6BE;
}
.BBBBox {
	border: 2px solid #EEE732;
	text-align: right;
	font-size: medium;
	color: #FFFF00;
	background-color: #99CCFF;
	margin-left: 150px;
}
.LightBlue {
	color: #90C6E5;
}

