/* CSS Document */

body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#060639;
	background-attachment:fixed;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px;
	line-height:130%;
}


/* HTML */
h1 {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 15px;
}
 h3, h4, h5 {
	/*color: #2fa2e3;*/
	font-size:1em;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	/*background-image:url(images/header_bg.jpg);*/
	font-style: italic;
	background-color: #000033;
	color: #fff;
}
a:link {
	color: #2fa2e3;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #2fa2e3;
	text-decoration: none;
}
a:visited {
	color: #2fa2e3;
	text-decoration: none;
}

table {
	margin: 0px 0px 30px 0px;	
}

#sidebar {
	width: 100px;
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
/* LAYOUT STYLES */
#MainWrapper {
	margin: 0px auto;
	width: 920px;
}
#logo {
	height: 86px;
	padding: 0px;
	margin: 0px;
	width: 500px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}


#logo .topright {
	color: #fff;
	float: right;
	padding: 50px 35px 0px 0px;
	display:inline;
	font-size: 1.4em;
	font-weight: normal;
}
#logo img {
	float: left;
}
#logo{
	margin: 0px auto;
	width: 920px;
}
#masthead {
	margin: 0px auto 0px !important;
	/*background-image: url(images/header3.png);
	height: 96px;
	width: 920px;*/
	background-image: url(images/norwest_top_new.jpg);
	height: 164px;
	width: 920px;
}
#navigation {
	margin: 0px auto;
	width:916px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#navigation ul li .active {
	color: #2fa2e3;	
}
#wrapper {
	background-color:#fff;
	float: left;
	}
#content, #contenthome {
	margin: 15px 0px 30px 0px;
	/*font-size: 0.9em;*/
	font-size:0.8em;
	min-height: 500px;
	width: 716px;
	/*_width: 713px;*/
	border-left: 2px solid #ccc;
	border-right: 2px solid #fff;
	float: right;
}
#content p, #contenthome p {
	padding: 0px 15px 0px 15px;
}
#contenthome p.home{
	padding: 0px 55px 5px 15px;
}
#content h1, #contenthome h1 {
	padding-top: 15px;
	font-size: 1.5em;
	color: #2fa2e3;
}

#content h2, #contenthome h2 {
	font-size: 1em;
	color: #2fa2e3;
	font-style: normal;
	padding: 20px 0px 0px 15px;
	clear:both;
	text-align: left;
}
.style01 {
	 padding: 5px 20px 5px 18px;	
	 background-color: #999;
	 color: #000;
	 border-top: 1px solid #ccc;
	 text-align: left;
}

table.materials {
	/*border: 1px solid #2fa2e4; */
	/*margin: 20px 0px 20px 15px;	*/
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
td.note {
	color: #000;
	font-size: 0.75em;
}
td p {
	padding: 0px;
	margin: 0px;
}
#content .TabbedPanelsContentGroup p {
	padding:12px 0px 12px 5px;
	margin: 0px;
}
#content .TabbedPanelsContentGroup h2 {
	padding:20px 0px 0px 5px;
	margin: 0px;
	color: #000;
}
.googlemap {
	 width: 500px; 
	 height: 300px; 
	 margin: 10px 15px 20px 15px;	
	 padding: 0px;
	 float: left;
	 border: 1px solid #ccc;
}

#footer { 
	font-size: 0.7em;
	color: #fff;
	width: 916px;
	background-color: #07266a;
    /*background-color: #000033;*/
	border: 2px solid #fff;
	/*border-top:2px solid #000033;*/
	padding:25px 0px 10px 0px;
	clear: both;
	float: left;
	line-height:1.5em;
}
/* HOME PAGE BOXES */


#boxwrap {
	float: left;
	margin:5px 0 5px 14px;
	
}
.boxbuttstyle {
	background-color: #2fa2e3;
	text-align: right;
	padding: 5px;
	float: right;
}

#boxwrap h4, h2, h3 {
	margin: 0px; 	
	clear: both;
	position: relative;
}

#box1, #box2 {
	border: 1px solid #ccc;
	width: 317px;
	display: inline;
	float: left;
    /*margin: 5px 20px 05px 14px;*/
	font-size: 0.90em;
	padding: 0px;
	margin-right:10px;
	/*background-color: #eaeaea;
	min-height: 200px;*/
	min-height:180px;
}
#box2{
	margin-right:0px;
}
#box1 a:link, #box2 a:link 
{
	color: #fff;	
}
#box1 a:hover, #box2 a:hover {
	text-decoration: underline;	
}
#box1 a:active, #box2 a:active 
{
	color:#fff;	
}
#box1 a:visited, #box2 a:visited 
{
	color:#fff;	
}




#box1 p a:link
{
	color: #2fa2e3;	
}
#box1 p a:hover {
	text-decoration: underline;	
	color: #2fa2e3;	
}
#box1 p a:active 
{
	color: #2fa2e3;
}
#box1 p a:visited
{
	color: #2fa2e3;	
}


#box2 p a:link
{
	color: #2fa2e3;	
}
#box2 p a:hover {
	text-decoration: underline;	
	color: #2fa2e3;	
}
#box2 p a:active 
{
	color: #2fa2e3;
}
#box2 p a:visited
{
	color: #2fa2e3;	
}


/* CONTACT US PAGE */
#sendmail_content {
	background-color: #fff;
	border: 2px solid #fff;
	width: 700px;
	min-height: 470px;
	margin: 0px auto;
	font-size: 0.9em;	
}
#sendmail_content h1, h2  {
	background-image:none;
    color: #000;
	text-align: center;
}	

/**** SIDE NAVIGATION ****/
.sidemenu{
	width: 200px;
	margin-top: 30px;
	float: left;
}
.sidemenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.sidemenu ul li a{
	font-weight: bold;
	color: #000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	font-size: 0.9em;
	background-color: #fff;
}
.sidemenuHD {
	padding: 5px 5px 5px 15px; 
	color:#2fa2e3;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	font-style: italic;
}  

* html .sidemenu ul li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}
.sidemenu ul li a:visited, .sidemenu ul li a:active{
	/*color: #00014e;*/
	color: #000;
}
.sidemenu ul li a:hover{
	color: #2fa2e3;
}
/* Hack for IE \*/
	* html .sidemenu ul li { height: 1%; }
	* html .sidemenu ul li a { height: 1%; }
/* End */


/* FOOTER STYLES */

#footer p {
	margin: 5px 0px 5px;
}

#footer #ColLeft {
	width: 180px;
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
#footer #ColLeft img {
	margin: 5px 0px;	
}

#footer #ColCenter {
	width: 380px;
	float: left;
	text-align: left;
}
#footer #ColCenter p {
	padding: 20px 0px 0px 0px;	
}
#footer #ColRight {
	width: 250px;
	float: right;
	text-align: right;
	padding: 0px 20px 10px 0px;
}
#footer #ColCenter ul li{
    display: inline;
	padding-left:0px;
	margin-left: 0px;
	list-style-type: none;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer  a:active {
	color: #fff;
}
.style2 {
	color: #2fa2e3;
}
.style3 {
	font-size: 0.7em;	
}
.style4 {
	padding-top: 17px;	
}

/*** FORM ***/
input, textarea, select {
    border: 1px solid #666;
    background: #ffc;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #2fa2e3;
}
label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
fieldset
{
	margin: 15px 15px;
	border: 1px solid #ccc;
	width: 600px
}
legend
{
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 6px
} 
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
a{
	outline:none;
}
p.margintop{
	/*margin-top:28px;*/	
}
img.examples{
	margin:4px;
}
table.materials tr.borderbtm td{
	border-bottom:1px solid #333333;
	padding-bottom:15px;
}
table.materials td.spacer{
	height:5px;
	border-bottom:none;
}
