html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
}

body, td, p, div
{
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

img
{
	border: 0px;
}

a {text-decoration: underline; color: #3f4f8a;}
a:hover {text-decoration: underline; color: #000000;}

h1
{
	font-family: Arial Black;
	font-size: 22px;
	color: #3f4f8a;
	font-weight: normal;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 5px;
}

form
{
	margin: 0px;
}

.imageleft
{
      float: left; 
      border: 1px solid #666666; 
      margin-right: 16px;
      margin-top: 5px; 
      margin-bottom: 3px;
}
.imageright 
{
      float: right; 
      border: 1px solid #666666; 
      margin-left: 16px; 
      margin-top: 5px; 
      margin-bottom: 3px;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: url(/images/wrap_bg.jpg) no-repeat center top;
}

#header
{
	width: 960px;
	height: 135px;
	padding-top: 5px;
	background-image: url('../images/bds-header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
}

#header input
{
	width: 153px;
}

#header-subtitle
{
	position: absolute;
	top: 117px;
	margin-left: 280px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#page-main
{
	clear: both;
}

#breadcrumbs
{
	width: 989px;
	padding-left: 28px;
	height: 20px;
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
}

#breadcrumbs a
{
	color: #00af9f;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	color: #333333;
	text-decoration: none;
}

#content
{
	width: 960px;
	padding-top: 40px;
	* padding-top: 55px;
	padding-bottom: 50px;
}

#content-googlead
{
	width: 724px;
	padding-left: 98px;
	text-align: center;
}

#content-bottom
{
	width: 920px;
	padding: 20px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center;
}

#footer
{
	width: 100%;
	height: 80px;
	border-top: 3px solid #3f4f8a;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #444444;
}

#copyright
{
	float: left;
	text-align: left;
	width: 400px;
	font-size: 12px;
}

#address
{
	float: right;
	text-align: right;
	width: 500px;
	font-size: 12px;
}

#mainmenu
{
	position: absolute;
	z-index: 99;
	width: 960px;
	height: 35px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	line-height: 35px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-right: 30px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	width: 160px;
	background-color: #3f4f8a;
	text-align: left;
	margin-left: -8px;
	margin-top: -3px;
	* margin-left: -95px;
	* margin-top: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu li ul li
{
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
}


#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
	left: 8em;
}

/* Fix IE. Hide from IE Mac */
* html #menu-site ul li { float: left; height: 1%; }
* html #menu-site ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }        

/* Make-up syles */
#menu ul, li {
	margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu li a {
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	line-height: 35px;
	text-decoration: none;
	font-variant: small-caps;
}
/* Hover Styles */
#menu li a:hover { 
	color: #000000; 
	text-decoration: none;
} 

/* Sub Menu Styles */
#menu li ul a {
	color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	line-height: 25px;
	text-decoration: none;
	display: block;
	width: 144px;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000000; 
	text-decoration: none;
} 

#home-rightcol
{
	float: right;
	width: 240px;
	height: 701px;
	padding: 10px;
	margin-left: 20px;
	background-color: #3f4f8a;
}

#home-rightcol h2
{
	color: #dddddd;
	font-size: 13px;
}

.rightcol-list
{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12px;
}

.rightcol-list a
{
	color: #ffffff;
	text-decoration: none;
}
.rightcol-list a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.silverboxes
{
	position: relative;
	display: block;
	width: 680px;
	height: 280px;
}

.silverbox
{
	float: left;
	width: 320px;
	height: 260px;
	margin-right: 20px;
}

.silverbox-top
{
	width: 320px;
	height: 58px;
	background-image: url('../images/silverbox_01.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.silverbox-top h2
{
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	font-variant: small-caps;
	color: #3f4f8a;
	font-weight: bold;
}

.silverbox-list
{
	width: 280px;
	height: 202px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/silverbox_02.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 15px;
	text-align: center;
}

.silverbox-list a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
.silverbox-list a:hover
{
	font-weight: bold;
	color: #3f4f8a;
	text-decoration: underline;
}

.home-bottom
{
	width: 680px;
	position: relative;
	display: block;
	height: 230px;
}

.home-bottom-left
{
	float: left;
	width: 400px;
}

.home-bottom-right
{
	float: left;
	width: 280px;
	text-align: center;
	font-size: 12px;
	padding-top: 50px;
}

