/*-----------------------------------------------------------------------------
version:   1.0
client:    BR Metal Technologies
author:    Tom Leverenz
email:     tleverenz@mgicommunications.com
website:   http://www.mgicommunications.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h4, h5, h6, p, form, fieldset, ul {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Remove underline from links */
a {
	text-decoration:none;
}

html, body {
	background: url(../images/brm_mainBG.jpg) repeat-y top center #0D2646;
	font-family: Frutiger, Verdana, sans-serif;
	font-size:0.82em;
	line-height:1.65em;
}

#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

/* =Typography
-----------------------------------------------------------------------------*/
p {
	font-size:0.9em;
	line-height:1.8em;
	color:#666;
	margin:0px;
}

p span {
	font-weight:bold;
	color:#0D2646;
}

.sectionBreak {
	border-bottom:1px solid #FF3399;
}

.customLink, .customLink a:visited, .customLinksub {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#FF0066;
}

.customLinksub {
	text-align:left;
	font-size:1.35em;
}
/* =Headings
-----------------------------------------------------------------------------*/
#pageHeader {
	background:url(../images/contGradLeft_blue.gif) #DEE2F2 left top repeat-y;
	width:auto;
	padding: 5px 10px 0px 10px;
	margin-bottom:15px;
}

h1 {
	display:none;
}

h2 {
	font-size:1.20em;
	font-weight:bold;
	color:#003399;
	margin-left:20px;
}

h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#003399;
	margin-bottom:0.25em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#003399;
	margin-bottom:0.25em;
}
	

/* =Links
-----------------------------------------------------------------------------*/

/* =Lists
-----------------------------------------------------------------------------*/
.mainContentHolder ul, .mainContentHolder2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainContentHolder ul li, .mainContentHolder2 ul li {
  background: url(../images/bullet1.gif) no-repeat 0 6px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.mainContentHolder ul li span{
	font-weight:bold;
	color:#000033;
}

.lFloatBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lFloatBox ul li {
  background: url(../images/bullet1.gif) no-repeat 0 6px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.lFloatBox ul ul {
  background:none;
  padding-left: 20px;
  margin-bottom: 3px;
  list-style-type:circle;
}

.lFloatBox ul ul li{
  background:none;
}

.lFloatBox ul li p{
  background:none;
  padding-left: 5px;
  margin-bottom: 5px;
}

.lFloatBox ul li span{
	font-weight:bold;
	color:#000033;
}

.cssbox_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cssbox_body ul li {
  background: url(../images/bullet1.gif) no-repeat 0 6px;
  padding-left: 15px;
  margin-bottom: 5px;
  text-align:left;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
.mainMenu {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	width: 170px;
	float:right;
	font-size:0.9em;
	text-align:right;
}

.mainMenu li a{
	color: #FFF;
	display: block;
	width: auto;
	padding: 4px 15px 4px 0px;
	text-decoration: none;
}

.second{
	padding:0px;
	line-height:1.3em;
}

* html .mainMenu li a{ /*IE only. Actual menu width minus left padding of LINK (15px) */
	width: 155px;
}

.mainMenu li a:hover{
	color: #FF0066;
	background: url(../images/arrow_megent.gif) no-repeat right center;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/
.topNav a{
	font-size:0.9em;
	color: #FFF;
	margin: 5px 10px;
	float:right;
}
.topNav a:hover {
	color:#FF0066;
}

/* =Weird page Nav
-----------------------------------------------------------------------------*/
.weirdNav a{
	font-size:1.2em;
	color: #FFF;
	margin: 5px 10px;
	float:center;
	text-decoration:underline;
}
.weirdNav a:hover {
	color:#FF0066;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#mainContent{
	float:left;
	background: url(../images/contTopGrad_blue.gif) top left repeat-x #FFF;
	width: 618px;
}

#mainContentIn{
	position:relative;
	top: 5px;
	background: url(../images/contGradLeft_white.gif) top left repeat-y;
	width: 618px;
	text-align:left;
}

.mainContentHolder {
	width: 540px;
	margin-left:40px;
	height:auto;
}

.mainContentHolder2 {
	width: 300px;
	margin-left:20px;
	height:auto;
}

.mainContentHolder3 {
	width: 500px;
	margin-left:30px;
	height:auto;
}		

/* =Header Images
-----------------------------------------------------------------------------*/
.headerImagL {
	background: url(../images/header_lt.gif) top left no-repeat;
	width:328px;
	height: 123px;
	float: left;
	text-indent:-9000px;
}
.headerImagR {
	background: url(../images/header_rt.jpg) top left no-repeat;
	width:471px;
	height: 123px;
	float: left;
}

/* =Floated Images
-----------------------------------------------------------------------------*/
.rFloat {
	float: right;
	margin: 5px 0px 5px 15px;
}

.lFloat {
	float: right;
	margin: 5px 15px 5px 0px;
}

.lFloatBox {
	float: right;
	width:50%;	
}

/* =Footer
-----------------------------------------------------------------------------*/
#address_foot {
	background: url(../images/contGradLeft_white.jpg) top left repeat-y;
	position: relative;
	left: 50%;
	width: 834px;
	height: 150px;
	margin-left: -417px;
	clear:both;
}

.left, .right {
	line-height: 1.5em;
	color: #174680;
	margin: 30px 0px;
	height:80px;
}

.left span, .right span{
	font-weight:bold;
}
.left {
	width: 48%;
	background: url(../images/point_lt.jpg) left no-repeat;
	text-align:right;
	padding-right:16px;
	float:left;
	font-size:10px;
} 

.right {
	width: 48%;
	background: url(../images/point_rt.jpg) right no-repeat;
	text-align:left;
	padding-left:15px;
	border-left:1px solid #666;
	float: right;
	font-size:10px;
}

/* =Forms
-----------------------------------------------------------------------------*/

form#BRMjump {
margin-left: 30px;
width: 92%; }

form#BRMjump option {
background-color:#DEE2F2; }

a.top {
color:#FF3399;
margin-left: 30px;
background:url(../images/arrow_blue_up.gif) no-repeat center left;
padding-left: 12px; }

a.top:hover, a.top:active{
color:#000066; }