/*-------------------------------------------
Design By Guil Abaya of Adbiz, inc.
html & Css Coding by Brent Ferraro of Adbiz, Inc.
Header by Brent Ferraro of Adbiz, inc.
--------------------------------------------*/

/*-------------------------------------------
Global Styles
--------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	background-color: #336699;
	font: 12px/14px arial, helvetica, verdana, san Serif;
	text-align: center;
	color: #000;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(images/firstAlliance_bg.jpg);
}

.imgR
{
	float: right;
	margin: 2px;
}

h1
{
	text-align: left;
	margin-left: 10px;
	line-height: 150%;
	font-size: 250%;
}

h2
{
	text-align: left;
	margin-left: 10px;
	line-height: 200%;
	font-size: 150%;
}

h3
{
	text-align: left;
	margin-left: 10px;
	line-height: 200%;
	font-size: 140%;
}

h4
{
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 80%;
	font-size: 120%;
}

h4
{
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 80%;
	font-size: 100%;
}

/*-------------------------------------------
Structure
--------------------------------------------*/

#wrap
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 100%;
}

#fheader
{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 196px;
	background-color: #336699;
	background-image: url(images/firstAlliance_header_01.jpg);
	background-position: center top;
}

#main
{
	width: 600px;
	margin: 0 auto;
}

#main p
{
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}

#footer
{
	width: 608px;
	height: 54px;
	margin: 105px auto 0 auto;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer p
{
	font-size: 88%;
	margin: 0;
	padding: 15px 10px 0 10px;
}

.services
{
	margin: 0 0 0 25px;
	padding: 0;
	text-align: left;
	list-style: square;
}

.services li
{
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	list-style: square;
}

/*-------------------------------------------
Navigation
--------------------------------------------*/

#navcontainer
{
	height: 30px;
	font: 12px/14px Times-New Roman, Times, Georgia, Serif;
	text-align: left;
	margin-left: 98px;
	margin-right: 91px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: center 15px;
}

#navlist ul
{
	margin-left: 0;
	padding-left: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 0; }

#navlist a:link, #navlist a:visited
{
	color: #556780;
	padding: 0 7px;
	text-decoration: none;
}

#navlist a:hover
{
	color: #000;
	text-decoration: none;
}

.quote
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.frm { width: 2 50px; }