/***************************************************/
/* main.css for inoanorton.com  v2.1  9-28-06  A.G.*/
/***************************************************/

/* HTML tag styles                             */

body{
	background-color: #FFFFFF;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #FF00FF;
}

a:active{
	color: #801080;
}

a.menu:link{
	color: #C0A040;
	text-decoration: none;
}

a.menu:visited{
	text-decoration: none;
}

a.menu:hover{
	color: #4060CF;
}

a.menu:active{
	
	text-decoration: none;
}


/********* form and related tag styles *********/

form{
	margin: 0em;
	padding: 0em;
}

label{
 color: #000000;
}
				
input{
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* #hdr added 9-24-06 A.G./

#hdr{
 	height:105px;
 	background:#c0c0c0;
 	color:#000000;
 	border:solid #000000;
 	border-width:0px 0px;
	margin:0px 0 0 0;
 }

#masthead{
	position: absolute;
	<!--float: left;-->
	top: 106px;
	left: 20px;
}


/************** feature styles *****************/

#feature{
	position: absolute;
	float: left;
	top: 170px;
	left: 220px;
	width: 550px;
	line-height: 1.1em;
	overflow: visible;
	font-size: 0.76em;
	font-weight: normal;
}

#feature .main{
	line-height: 1.3em;
}

	
#feature p{
	margin: 0em 0em 0.7em 0em;
}

#feature .pic{
	float: right;
	margin: 15px 15px 10px 10px;
}

.contacts{
        position: relative;
        width: 275px;
        float: left;
        height: 128px;
}

.contacts img{
        position: relative;
        border: 1px solid #000000;
        background-color: #0000CC;
        float: left;
}

.contacts p{
        position: relative;
        top: 25px;
        width: 177px;
        float: right;
}

/************* pageNav styles **************/

#pageNav{
	position: absolute;
	top: 170px;
	float: left;
	left: 15px;
	width: 180px;
	background-image: url(../graphics/NAV.gif);
	background-repeat: no-repeat;
}

.leftmenu {
	position: relative;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
}

.leftmenu a {
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.95em;
	display: block;
	text-indent: 24px;
	line-height: 1.4em;
	color: #C0A040;
	background-image: url(../graphics/GOLDBTN.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.leftmenu a:hover {
	color: #4060CF;
	background-image: url(../graphics/BLUEBTN.gif);
}

.leftmenu_b {
	position: relative;
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
}

.leftmenu_b a {
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.80em;
	display: block;
	float: left;
	width: 140px;
	padding-top: 5px;
	text-indent: 5 px;
	text-align: center;
	line-height: 1.1em;
	color: #000000;
	background-image: none;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.leftmenu_b a:hover {
	color: #4060CF;
	background-image: none;
}
	

.copyright {
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	position: relative;
	float: left;
	width: 170px;
	padding-left: 5px;
	text-align: center;
	line-height: 1.1em;
	color: #C0A040;
	font-style: italic;
	font-size: 0.7em;
}

.space{
	float: left;
	clear: both;
	height: 10px;
	color: #FFFF00;
}

