/* --===== AUTHOR: CONROY DESIGN ASSOCIATES =====-- */
/* --===== DATE CREATED: JUNE 2007 ==============-- */





/* ---------- GENERAL (SECTIONS) ---------- */

#fullheight	{
	position: relative; width: 800px; height: 100%; margin: 0; }
	
body {
	padding: 0; margin: 0em auto;
	color: #000; background: #FFF;
	width: 800px; height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	position: absolute;
	top: 5px;
	background:   url(images/mast01.jpg) no-repeat center;
	border: 0;
	background-image: url(images/mast01.jpg);
}

#header1 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	position: absolute;
	top: 5px;
	background:   url(images/mast01a.jpg) no-repeat center;
	border: 0;
	background-image: url(images/mast01a.jpg);
}

#content { 
	margin: 0 0 0 210px; width: 560px; height: 500px;
	position: absolute; top: 133px; float: right;
	background: #fff; padding: 20px 15px 20px 15px;
	border: 0; }

#leftcol { 
	margin: 0; width: 180px; height: 500px;
	position: absolute; top: 133px; float: left;
	background: #fff; padding: 20px 15px 20px 15px;
	border: 0; }
	

/* ---------- FONTS and LINKS ---------- */

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525a52;
	line-height: 16px;
	
	}

h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #525A52;
	text-transform: capitalize;
}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #062563;
	background-repeat: repeat-x;
	padding: 3px;
	margin: 0px;
	color: #FFFFFF;
}

h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993333;
}
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	text-decoration: underline;
}




/* ---------- NAVIGATION ---------- */

#navigation {
	position: absolute; top: 105px; width: 800px; background: #A2AFA2; 
	border-width: 1px 0 0 0; border-style: solid; border-color: #FFF; }
	
#navigation ul {
	padding: 5px 0 6px 30px; margin: 0;}

#navigation ul li {
	display: inline; padding: 0 15px 0 16px;
	text-transform: none; font-size: 12px; }

#navigation ul li a {
	font-weight: normal;
	text-decoration: none; }

#navigation a:link, #navigation a:visited {color: #fff;}
#navigation a:active, #navigation a:hover {color: #525A52;}
