/*********************************
	       Name: default.css
	Description: Master CSS file for basic-solutions.net
	    Created: 09/07/2006
	    Updated: 11/14/2006
*********************************/

body {
	background: #F1F2ED url(../_images/page_background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #09699E;
	text-decoration: none;
	border-bottom: 1px dotted #49BDE9;
}

a:hover {
	color: #49BDE9;
	border-bottom: 1px solid #49BDE9;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #09699E;
	margin: 20px auto 20px auto;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#MainContainer {
	width: 746px;
	/* height: 1000px; */
	background-color: #FFFFFF;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	margin: 0px auto 0px auto;
}

#HeaderContainer {
	width: 746px;
	height: 98px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}

img#BSLogo {
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 99;
}

object#HeaderContact {
	position: absolute;
	top: 0px;
	right: 0px;
}

#MenuContainer {
	width: 726px;
	height: 60px;
	/* background-color: #F5F5F5; */
	background-color: #FFFFFF;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin: 0px auto 0px auto;
}

#ContentContainer {
	width: 726px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#FooterContainer {
	clear: both;
	border-top: 1px solid #999999;
	margin-top: 40px;
}

#HeaderIcon {
	margin-right: 10px;
}

.ParagraphAccent {
	color: #09699E;
	font-size: 16px;
	font-weight: bold;
}

.ImageFrame {
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.ImageCaption {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-right: 6px;
}

.Justified {
	text-align: justify;
}

ul li {
	font-weight: bold;
}

ul li ul li {
	font-weight: normal;
	font-style: italic;
}

#frmContact fieldset {
  margin: 10px 0px 10px 0px;
}

#frmContact legend {
	color: #09699E;
	padding: 0 2px;
	text-transform: uppercase;
	font-weight: 700;
}

#frmContact label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

#frmContact fieldset ol {
	margin: 0;
	padding: 0;
}

#frmContact fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#frmContact fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

#frmContact fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

#frmContact fieldset fieldset label {
	display: block;
	width: auto;
}

#frmContact em {
	font-weight: bold;
	font-style: normal;
	color: #09699E;
}

#frmContact label {
	width: 120px; /* Width of labels */
}

#frmContact fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

.FormField {
	width: 300px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #09699E;
	border: 1px solid #CCCCCC;
}

.ItemContainer {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.ItemSpacer {
	clear: both;
	height: 20px;
}

.ItemImage {
	float: left;
	width: 225px;
	text-align: center;
}

.ItemDesc {
	float: left;
	width: 401px;
}

.ItemHeader {
	font-size: 12px;
	font-weight: bold;
	color: #09699E;
}

.PRItem {
	display: none;
}