@charset "utf-8";
/* Remove padding and marginsand margins from block-level elements */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0px;
	margin: 0px;
}
/* format the edwebtec logo */
#logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#logo img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info {
	text-align: right;
	padding-right: 20px;
	float: right;
	padding-top: 20px;
}

#filler_top {
	background-repeat: repeat;
	clear: both;
	background-image: url(../images/bg_filler_top.gif);
	height: 40px;
}
#filler_bottom {
	background-repeat: repeat;
	clear: both;
	background-image: url(../images/bg_filler_bottom.gif);
	height: 40px;
}
.indent {
	margin-right: 40px;
	margin-left: 20px;
	text-align: justify;
}

/* portfolio is used to format the web site portfolio */
.portfolio {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
.portfolio img {
	border: 1px solid #666;
}

.portfolio p {
	font-size: 12px;
	text-align: center;
}
.section {
	margin-bottom: 20px;
}



/* input id is used to format form data */
#input {
	font-size: 12px;
	background-color: #E4E4C8;
	padding-left: 20px;
	border: 1px dotted #000;
}
#input .inputinfo {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #006;
}
/* menuBar id is used to format the vertical menu bar */
#menuBar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menuBar ul {
	list-style-type: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
}
#menuBar ul li{
	display: inline;
}
#menuBar a  {
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(../images/bg_menuBar.gif) no-repeat;
}
#menuBar a:hover {
	color: #333;
	background-image: url(../images/bg_menuBar_hover.gif);
}
.section ul {
	padding-left: 30px;
}
.section ul li {
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
	font-size: 18px;
}
#mainText p{
	font-size: 18px;
}
/* used to format site links in sidebar2 */
#sidebar2 .site_link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg_link.gif);
	display: block;
	background-repeat: no-repeat;
	font-size: 14px;
	text-transform: uppercase;
	height: 50px;
	width: 220px;
	text-align: center;
	padding-top: 16px;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar2 .site_link:hover {
	color: #333;
	background-image: url(../images/bg_link_hover.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 #logo_BNI {
	text-align: center;
}
#sidebar2 #logo_BNI img {
	border: 2px solid #752A36;
}
#form_container {
	float: left;
	width: 100%;
	overflow: hidden;

}


/* used to format links in the footer */
#footer #links {
	font-weight: bold;

}
#copyright p{
	font-size: 12px;

}

