@charset "UTF-8";


/* global styles */

body, h1, ul, #footer ul, #level1 {
	margin: 0;
	padding: 0;
}


#navbar li, #featnav, #footer ul, div .copy p {
	font-family: Arial, Helvetica, sans-serif;
}

#level1 a:hover {
	color: #CCCCCC;
}

/* logo styles */


body {
	background-image: url(../images/ion_site/ion_back.gif);
	background-repeat: no-repeat;
}

#header {
	position:relative;
	width: 950px;
	height: 175px;
	margin: 50px 0 0 50px;
	padding:0;
	z-index: 5;
}

h1 {
	position:absolute;
	width: 310px;
	height:175px;
	margin-left:25px;
	background: url(../images/ion_site/newlogo.gif) no-repeat;
	overflow: hidden;
}

h1 a {
	display:block;
	width: 200px;
	height:150px;
	text-indent:-9999px;
}

/* **********navbar styles********** */

a {
	text-decoration:none;
	color: #333333;
}


ul { /* all lists */
	list-style: none;
}


#navbar {
	width:608px;
	height:24px;
	position:relative;
	float: right;
	margin-top: 120px;
	z-index: 100;
	
}


#navbar li { /* all list items */
	float: left;
	position: relative;
	margin: 5px 0;
	font-size: 14px;
	color:#333333;
}

li.primary {
	border-right: 2px solid #333333;
	padding-right: 16px;
	padding-left: 16px;
}

#nav #cur {
	padding-left: 10px;
}

#nav #con {
	border-right-style: none;
	padding-right: 0px;
}



li#cur {
	margin-left:0;
}

li#con {
	margin-right: 0;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	right: 17px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	z-index: 200;
}

 ul#currentlist li {
	padding-left: 15px;
	padding-bottom:8px;
	background: url(../images/ion_site/eyebullet.gif) no-repeat top left;
	z-index: 102;
	display: block;
	float: none;
	margin: 0 5px 5px 0;
	width:100px;
	
	
}

 ul#currentlist li:hover {
	background: url(../images/ion_site/eyebullet2.gif) no-repeat top left;
}

ul#currentlist li a:hover {
	color: #999999;
}	

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li#cur:hover {
	color:#a87176;
}

li#cal a:hover {
	color:#d0db17;
}

li#abo a:hover {
	color:#f0833d;
}

li#sub a:hover {
	color:#a5dadf;
}

li#adv a:hover {
	color:#98c966;
}

li#con a:hover {
	color:#a8a7a7;
}

h3.navhead {
	font-size:13px;
	line-height: 85%;
	width: auto;
	margin:5px 0 10px 5px;
	color: #ad748b;
}
	
/*   banner styles   */

#bannerad {
	height: 100px;
	width: 540px;
	position: absolute;
	top: 0;
	right:55px;
}
#bannerad img {
	border: none;
}


/*    **********content framework styles***********    */

#content {
	position: relative;
	padding:0;
	margin: 0 0 0 50px;
	width: 950px;
	height: auto;
	z-index: 4;
}
#featnav {
	
	width: 950px;
	font-size: 95%;
	text-align: center;
	float: left;
	
}

/*     *********footer styles**********      */

#footer {
	position: relative;
	padding: 0;
	margin: 0 0 0 50px;
	width: 950px;
	height: 50px;
}

#footer ul {
	list-style-type: none;
	color:#333333;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

#footer li {
	display: inline;
}

#footer li a {
	text-decoration: none;
	color: #999999;
	padding: 0 2em 0 2em;
	border-right: 2px solid #999999;
}
	
#footer li a:hover {
	color:#000000; 
}

#footer li a.last {
	border-right: none;
}

/*     **********featured article page styles***********     */


#level1, #level2, #level3 {
	border: 2px solid #666666;
	padding: 0;
	width: 950px;
}

#level1 {
	position: relative;
	width: 950px;
	border-bottom-style: none;
	text-align:justify;
}

#level2 {
	border-top-style: none;
	text-align:justify;
	
}

#level3 {
	border-top-style: none;
	margin-bottom: 25px;
	text-align:justify;
}



#articlepics {
	float: left;
	width: 260px;
	margin: 15px 0 10px 0;
	padding-left: 5px;
}
#article {
	float: left;
	width: 500px;
	margin: 15px 0 10px 10px;
}

#sponsors {
	float: right;
	width: 160px;
	margin: 0 0 0 10px;
	border: 2px solid #666666;
	border-top-style: none;
	border-right-style: none;
	background: url(../images/ion_site/sponsorbar.gif) no-repeat left 30px;
	overflow: hidden;
}

div.copy p {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 1.5em;
}

h3 {
	margin: 0 0 0 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

div.pic p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin: 0;
	text-align: justify;
}

img.endeye {
	position: relative;
}




/*     **********sponsor links spacing***********     */

#sponsorlist a {
	text-indent: -9999px;
	display: block;
}

#sponsorlist #mitchell {
	text-indent: -9999px;
	display: block;
	height: 42px;
}

#pinnacle  a {
	height: 57px;
}

#tyson a {
	height: 54px;
}

#eureka a {
	height: 27px;
}

#walton a {
	height: 38px;
}

#poor a {
	height: 57px;
}

#emw a {
	height: 52px;
}

#crystal a {
	height: 68px;
}

#sponsorlist #sacred {
	text-indent: -9999px;
	display: block;
	height: 55px;
}

#sponsorlist #redmark {
	text-indent: -9999px;
	display: block;
	height: 35px;
}

#crescent a {
	height: 60px;
}

#aco a {
	height: 65px;
}

#mansker a {
	height: 35px;
}

#zian a {
	height: 67px;
}

#harvey a {
	height: 45px;
}
