BODY{
	background-color:#161616;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#565656;	
}

H1{
	color:#354397;
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 10px;
	margin-bottom: 0;
}

H1 EM {
	color: #d9173a;
	font-style: normal;
}

H2{
	color:#3c4db6;
	font-size:10.5pt;
	font-weight:bold;
	text-transform:uppercase;
}

H3{
	color:#454545;
	font-size:8pt;
	font-weight:bold;
	margin:7px 0 7px 0;
	padding:0;
	text-transform:uppercase;
}

H4{
	color:#293895;
	font-size:8pt;
	font-weight:bold;
	margin:7px 0 7px 0;
}

ADDRESS {
	font-style: normal;
	font-weight: normal;
}

IMG.right{
	float:right;
	padding: 5px;
}

IMG.left{
	float:left;
	padding: 5px;
}

#container{
	background-color:#FFFFFF;
	margin:auto;
	padding:8px;
	width:934px;
}

#header{
	float:none;
	height:69px;
}

#header #logo {
	background-image:url(../images/brady_logo.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:0;
	padding-top: 69px;
	width:168px;
	overflow: hidden;
}

#header #brochure {
	background:url(../images/brochure_icon.gif) top right no-repeat;
	color: #8e8e8e;
	display:block;
	float:right;
	padding-top: 8px;
	height: 18px;
	width:145px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top: 35px;
	font-size: 1em !important;
}

#header EM{
	border-left:1px solid #e6e7ee;
	float:left;	
	height:15px;
	margin-top:20px;
	padding-top:22px;
	padding-left:15px;
	color:#3c4db6;
	font-size: 10.5pt;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}
/*
#header FORM{
	color:#7d7d7d;
	display:block;
	float:right;
	margin-top:18px;
}

#header FORM LABEL{
	display:block;
	margin-bottom:4px;
	font-size: 0.9em;
	text-transform:uppercase;
	color: #7d7d7d;
}

#header FORM INPUT{
	height: 15px !important;
	padding: 0;
	color: #666;
}

#header FORM BUTTON{
    margin-left: 1px !important;
    margin-bottom: 0 !important;
    width: 28px;
}*/

#hero_pane{
	background-color:#d8d8d8;
	border-bottom:1px solid #5e5e5e;
	height:250px;
}

#nav{
	background-color:#1c2562;
	float:left;
	padding:0;
}

#nav A{
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	height:10px;
	margin:0;
	padding-top:16px;
	padding-bottom:15px;
	padding-left:18px;
	text-decoration:none;
	text-transform:uppercase;
	width:150px;
}

#nav UL LI:first-child A{
	background-image:none;
	height:14px;
}

#nav UL LI:first-child UL{
	background-image:none;
	height:45px;
}

#nav A:HOVER{
	background-image:url(../images/nav_bg_hover.gif);
	background-repeat:no-repeat;
	background-color:#8185a8;
}

#nav UL{
	margin:0;
	list-style:none;
}

#hero_image{
	padding-top:3px;
	text-align:right;
}

#main_pane{
	background-color:#f4f4f4;
	float:none;
}

#main_content{
	float:right;	
	width:640px;
	min-height: 200px;
	padding-right:73px;
	padding-top:20px;
	padding-bottom: 10px;
	line-height: 1.6em;
}

#main_content UL, #home_content UL {
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

FORM OL {
	list-style: none;
	margin-top: 10px;
}


FORM OL SPAN {
	clear: both;
}


FORM OL LABEL {
	display: block;
	float: left;
	width: 140px;
	cursor: pointer;
}


FORM OL SPAN LABEL {
	display: block;
	float: left;
}

FORM OL SPAN INPUT {
	margin-left: 140px;
	margin-right: 3px;
	display: block;
	float: left;
}

FORM .gui_text, FORM textarea {
	width: 250px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	color: #51596F;
	padding-left: 5px;
}

FORM textarea {
	height: 70px;
}

FORM BUTTON {
	background-color: #fff;
	border: 1px solid #a7a7a7;
	height: 19px;	
	cursor: pointer;
	color: #1C2562;
	-moz-border-radius: 4px;
	margin-left: 140px;
	clear: both;
}

#contact BUTTON {
	background-color: #fff;
	border: 1px solid #a7a7a7;
	height: 19px;	
	cursor: pointer;
	color: #1C2562;
	-moz-border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.med {
	width: 121px !important;
}

.sml {
	width: 56px !important;
}


.f-first {
	margin-right: 0;
	padding-right: 0;
	border-right: 0 !important;
}

.f-middle {
	margin-left: 0;
	padding-left: 0;
	border-left: 0 !important;
	margin-right: 0;
	padding-right: 0;
	border-right: 0 !important;
}

.f-last {
	margin-left: 0;
	padding-left: 0;
	border-left: 0 !important;
}

#home_content{
	float:right;
	width:500px;
	min-height: 170px;
	padding-right:50px;
	padding-top:20px;	
	padding-bottom: 10px;
	line-height: 1.6em;
	border-right: 1px dashed #ccc;
}

#latest_news{
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
	padding-top:14px;
	padding-left:15px;
	width:154px;
}

#latest_news H3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 4px;
}

#latest_news UL{
	color:#6b6b6b;
	font-size:8pt;
	margin:0;
	padding:0;
	width:135px;
}

#latest_news UL LI{
	list-style:none;
	margin:0;
	padding:0;
}

#latest_news UL LI P{
	margin:0;
	padding:0;
	font-size: 0.9em;
}

#latest_news UL LI A{
	background-image:url(../images/newsletter_a_bg.gif);
	background-repeat:no-repeat;
	display:block;
	font-size:7pt;
	height:18px;
	margin:0;
	margin-top:3px;
	margin-bottom:3px;
	padding:0;
	text-align:right;
}

#feature_project{
	background-image:url(../images/feature_bg.gif);
	background-repeat:repeat-x;
	float:right;
	padding-top:14px;
	padding-left:19px;
	width:149px;
	color:#6b6b6b;	
}

#feature_project H3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 4px;
}

#feature_project DIV{
	width: 130px;
	height: 98px;
	overflow: hidden;
	margin-bottom:5px;
	text-align: center;
	border:1px solid #848484;
	background-color: #1C2562;
}

#feature_project P, #feature_project A {
	font-size: 0.9em;
}

.project_list {
	list-style: none;
	line-height: 1.3em;
	padding-left: 0 !important;
}

.project_list LI {
	display: block;
	background-color: #fff;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 9px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	margin-top: 8px;
	margin-bottom: 8px;
	min-height: 130px;
}

.project_list H2 {
	font-weight: normal;
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 9px;
	font-size: 1.1em;
	color: #010101;
	text-transform: none;
	margin-left: 173px;
	margin-bottom: 8px;
}

.project_list SPAN {
	display: block;
	float: right;
	font-style: normal;
	font-size: 0.95em;
	font-family: Verdana, sans-serif;
	color: #828282;
}

.project_list DIV {
	float: left;
	margin-right: 14px;
	width: 160px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background-color: #EAEAEA;
}

.project_list A.more {
	display: block;
	font-size: 0.95em;
	margin-left: 560px;
	margin-bottom: 7px;
}

.project_list P {
	padding: 0;
	margin: 0;
}


#footer{
	background-color:#1c2562;
	color:#FFFFFF;
	height:20px;
	text-transform:uppercase;
	display: block;
	clear: both;
}

#footer A {
	color: #fff;
	font-size: 0.95em;
	text-decoration: none;
}

#footer UL{
	text-align:center;
	padding-top:3px;
}

#footer UL LI{
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#credit{	
	margin:auto;
	text-align:right;
	width:950px;
}

#credit A{
	color:#555555;
	text-decoration:none;
	font-size: 0.9em;
	line-height: 17pt;
}

#latest_news img{ padding-bottom:5px;}