 body{
	font-family: Verdana, Arial, sans-serif;
	background: #172D4A;/* #ffffff url(images/fade.png); */
	background-repeat: repeat-x;
	background-position:center;
}

img{
	behavior: url(http://techmethods.com/iepngfix.htc);
	border: none;
}

a, a:hover, a:visited{
	color: #D05A37;
	text-decoration: none;
	font-weight: 600;
}

a:hover{
	font-weight: 700;
	font-size: 104%;
}

#mainWrapper{
	width: 969px;
	min-height: 964px;
	margin-left: auto;
	margin-right: auto;	
	background: #172D4A url(http://techmethods.com/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	background-attachment: fixed;
}

#header{
	height: 150px;
}

#contact{
	float: right;
	padding: 20px 30px 10px 0px;
	font-size: 90%;
	font-weight: bold;
	line-height: 170%;
	text-align: right;
	vertical-align: center;
}

#flashContainer{
   float:left;
}

#navBar{
	height: 45px;
	margin: 10px 0;
	color: white;
	font-size: 15px;
	font-weight: 700;
}

#contact img{
	display: block;
	border: none;
	margin-bottom: 10px;
}

#logo-div{
	float: left;
	margin-left: 20px;
}


#content{

    min-height:679px;
    height:auto !important;
    height:679px;
	font-size:14px;
	border-width:thick;
	border-color:#000000;
	padding-bottom: 50px;
    overflow:visible;
    overflow-x:none;
    overflow-y:auto;
    
}

#footer{
	height: 25px;
	margin: 10px 0;
	text-align: center;
}

#footer_text {
	padding-top:5px;
}

#footer-bottom{
	height: 25px;
}
.filler{
	height: 18px;
}

.opacity{
	opacity: .85;
	filter: alpha(opacity=85);
	background-color: white;
}

.opacity-orange{
	background-color: #D05A37;
}
.pacity-orange{
	opacity: .93;
	filter: alpha(opacity=93);
	background-color: #D05A37;
}

.text-wrapper{
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 10px 50px 50px 50px;
}


/**
 * stuff for rounded corners
 */
.rbroundbox { background: url(http://techmethods.com/ndt.gif) repeat; }
.rbtop div { background: url(http://techmethods.com/images/tl.png) no-repeat top left; }
.rbtop { background: url(http://techmethods.com/images/tr.png) no-repeat top right; }
.rbbot div { background: url(http://techmethods.com/images/bl.png) no-repeat bottom left; }
.rbbot { background: url(http://techmethods.com/images/br.png) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
  */