@charset "utf-8";
/* CSS Document */


html {
	width: 950px;
	margin:0;
	padding:0;
	color:#000;
	background-color: #09C;
    }
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1000px;
    background-color: #09C;
    }


a:link, a:visited {
        color: #FF2A84;
        text-decoration: underline;
}

a:hover, a:active {
        color: #FFF;
        text-decoration: none;
        background: #FF2A84;
}

p {
	font:"Courier New", Courier, monospace;
	font-weight:bold;
	text-indent: 25px;
	}

#main_wrapper {
	width:100%;
	background-color: #09C;
	float: left;
    }
#header_wrapper {
	background-color: #0FF;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
    }

#navigation_bar {
	width: 100%;
	background: #DDD;
	text-align: left;
	float: left;
	clear: both;
	padding: 0.6em 0 0;
	list-style-type:none;
	border-bottom: 1px solid #A1A1A1;
	font-weight: bold;
	line-height:normal;
}
#navigation_bar ul {
	    padding: 5px 0 5px;
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0;
}

#navigation_bar li {
    float:left;
	background:url("../images/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }

#navigation_bar a {
	background:url("../images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px;
    display:block;
    }
	
#navigation_bar #current {
    background-image:url("../images/norm_right_on.gif");
    }
	
#header #current a {
    background-image:url("../images/norm_left_on.gif");
    }
	

#top_content {
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	float: left;
	text-align: center;
	clear: both;
}

#company_wrapper {
	height: auto;
	width: 950px;
	float: left;
	clear: both;
}

#company_logo {
	float: left;
	height: 159px;
	width: 166px;
	overflow: hidden;
	border: 4px solid #000;
}

#leftcol {
	float:left;
	width:50%;
	background-color: #FFF;
	text-indent: 10px;
	height: auto;
	padding: 0px;
    }
#rightcol {
	float:left;
	width:49%;
	background-color: #CCC;
	height: auto;
	padding: 0px;
    }
	
#footer {
	background:#cc9;
	clear:both;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
    }

#company_name {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	height: auto;
	width: 770px;
	text-align: center;
}

#company_logo2 {
	float: left;
	border: medium solid #000;
	text-align: justify;
}

#content_wrapper {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}

#map {
	float: left;
	height: auto;
	width: 443px;
	text-align: center;
}
/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation_bar ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation_bar ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation_bar ul li a {
        padding: 0;
}
/**/
