/* F2 Technologies colors

Blue - color: #036;
Gold - color: rgb(222,173,0);
Gray - color: #ebebeb;

*/

BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 12px;
	background-color: #666;
}

H1
{
	font-size: 16px;
	color: #036;
}

H2
{
	font-size: 14px;
	color: #369;
}

H3
{
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid rgb(222,173,0);
}

A { color: #369; }
A:hover { color: #036; }

#wrapper
{
	width: 800px;
	background-color: #fff;
	margin: 7px auto;
}

#topbar
{
	color: #036;
	width: 100%;
	height: 120px;
}


#homepage #topbar { border-bottom: 5px solid #036; }

#topbar div
{
	float: right;
	width: 200px;
	margin: 20px 10px;
	font-size: 11px;
}

#photobar
{
	height: 195px;
	background-image: url(../images/hpimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
}

#photobar div
{
	float: right;
	margin-top: 110px;
	margin-right: 20px;
	line-height: 100%;
	text-shadow: 1px 1px #000;
        color: #fff;
	font-size: 22px;
	font-weight: bold;
	filter: Shadow(Color=#000, Direction=315);
	}


*html #photobar div {margin-top: 100px;}


#navbar
{
	height: 41px;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	width: 800px;
}

#navbar UL, #footer div UL
{
	list-style-type: none;
	margin-left: -40px;
}

#navbar LI
{
	float: left;
	padding: 15px 0 10px 0;
	width: 158px;
	text-align: center;
}

#navbar LI A
{
	text-decoration: none;
	color: rgb(222,173,0);
}

#navbar LI A:hover { color: #fff; }
#homepage #navbar { margin-top: -15px; }


/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	/*border: 1px solid #fff;*/
	border-bottom-width: 0;
	line-height: 20px;
	z-index: 100;
	margin-top: 11px;
	margin-left: -48px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #036;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #369;
	color: #ebebeb;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: rgb(222,173,0);
	color: #036;
}

/* CONTENT BOX */
#leftcol
{
	padding: 10px 20px;
	float: left;
}

#homepage #leftcol, #contactpage #leftcol
{
	width: 400px;
	margin-left: 0px;
	float: left;
	background-color: #ebebeb;
	border-right: 2px solid #036;
}

#homepage #leftcol
{
	height: 450px;
	min-height: 410px;
}

#contactpage #leftcol { height: auto; }
#leftcol P { line-height: 150%; }



#middlecol
{
	width: auto;
	position: relative;
	margin-left: 440px;
	padding: 10px 20px;
}

#homepage #middlecol LI { list-style-image: url(../images/yellowarrow.gif); }

#homepage #middlecol P, #contactpage #middlecol P
{
	font-weight: bold;
	color: #036;
}



.caption
{
	float: right;
	width: 200px;
	margin: 10px;
	padding: 10px;
	background-color: #ebebeb;
	font-size: 11px;
	font-weight: bold;
}

#footer
{
	background-color: #036;
	clear: both;
	padding: 5px 10px 20px 10px;
	font-size: 10px;
	width: 780px;
	color: rgb(222,173,0);
	height: 15px;
}

#footer A
{
	color: rgb(222,173,0);
	text-decoration: none;
	margin-right: 8px;
}

#footer A:hover { color: #fff; }
#footer div { float: right; }

#footer div LI
{
	float: left;
	padding-right: 5px;
}

LI { padding-bottom: 5px;  }

#leftcol LI {list-style-image: url(../images/yellowarrow.gif); }
