/* hamsrus.css                            */
/* Use with hamsrus.com website         */
 
body{
	font-family: sans-serif,tahoma,arial;
	font-size: 12px;
	color: #660000;  
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffcc;
}

/*sets various font configurations */

.fontsize8 { font-size: 8pt; }
.fontsize9 { font-size: 9pt; }
.fontsize10 { font-size: 10px; }
.fontsize12 { font-size: 12px; }
.fontsize14 { font-size: 14px; }
.center { text-align: center; }
.black { color: #000000; }
.blackbold { font-weight: bold; color: #000000; }
.white { color: #ffffff; font-weight: bold; font-family: sans-serif,tahoma,arial; }
.green { color: #006600; font-weight: bold; font-size: 120%; }
.green1 { color: #006600; font-weight: bold; }
.hamfest { font-size: 11px; font-family: verdana; font-weight: bold; color: #ff0000; }
.underline { text-decoration: underline; }
.topic { font-size: 14px; font-weight: bold; color: #006699; text-decoration: underline; font-family: verdana, sams-serif; }
.heading {font-size: 16px; font-weight: bold; color: #006699; font-family: verdana, sans-serif; }
.black { color: #000000; font-weight: bold; }
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #006600; /* #334d55; */
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
 
/* Layout Divs                                 */
/***********************************************/
 
#mainpage {
	position: absolute;
	top: 110px;
	left: 2%;
	right: 2%;
	width: 94.4%;
	border-color: #ff9900;
	border-style: solid;
	background-color: #ffe4c4;
	padding-right: 10px;
}

#contentpage {
	display: block;
	width: 74%; 
	float: left;
	margin: 5px 0px 10px 10px;
}

#contentpageright {	
    display: block;
	width: 70%; 
	float: right;
    margin: 5px 10px 10px 10px;
	padding-left: 50px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.5%;
}

#pageNav {
	float: left;
	width: 168px;
	margin-right: 10px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
//*	font: 8pt sans-serif; *//
}

#hostlink{
	font-size: 8pt; font-family: verdana,sans-serif;
	position: absolute;
	top: 6px;
	right: 6px;
	color: #666666 ;
}

#pageName{
	padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #666666; /*#ccd2d2; */
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#imgleft { margin-right: 10px; margin-bottom: 10px; float: left; }
#imgright { margin-left: 10px; margin-bottom: 10px; float: right; } 

#img1 {
	position: absolute;
	top: 0px;
	left: 6px;
	padding: 0px;
	margin: 0px;
}

#img2 {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

#tableright { float: right;
}			 

 /************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
/*** min-width: 640px; **/
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background: rgb(168, 232, 183);
z-index: 101;
}

#globalNav img{
	margin-bottom: -4px;
 
}

/* #gn1 and #gn2 postion the two Cactus images */

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	width: auto; /*min-width: 640px; */
	padding: 0px;
	margin: 0px;
	left: 4px;
	font-size: 12px;	 
}

a.glink, a.glink:visited {
  	font-size: 11px; /*75%; */
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 4px 4px 4px;
	border-right: 1px solid #000000;
}

a.glink:hover {
  	background-color: #ffe4c4; /*#ffffcc; */
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 88px;
	left: 0px;
	width: auto; /* 640px; */
	height: 30px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	font-family: sans-serif,tahoma,arial;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #0000ff;
}

.subglobalNav a:hover{
	color: #0000ff;
}

/* following four styles center Digital, FCC, Tucson Clubs and Virus Hoaxs links */

#subglobal3 { padding-left: 5px;
}
#subglobal4 { padding-left: 85px;
}
#subglobal5 { padding-left: 30px;
}
#subglobal6 { padding-left: 325px;
}

/*** Callsign Search Box Styles ***/

#search{
	position: absolute;
	font-size: 11px;
	color: #000000;
	top: 7px;
	right: 6px;
	z-index: 101;
}
 
#search { font-size: 8pt; }

#search input{
  font-size: 80%;
  margin: 0px  0px 0px 6px;
 }
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover{
	margin: 0px;
}

/************ Menu Link styles **************/

#menulinks{
	margin: 0px;
	padding: 0px;

}

#menulinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#menulinks a:link, #menulinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-family: sans-serif,tahoma,arial;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 0px 3px 10px;
	color: #006600; /*#21536A;*/
}

#menulinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddeeff;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #0000ff;
}
 
/********* Under Menu styles *******/

#undermenu{
	margin-left: 25px ;
}

#undermenu1{
	margin-left: 40px ;
}

#undermenu img{
	display: block;
}

.visitor { position: absolute; left: 35%; color: #663300; }

/********* end **********/
