/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Blue: 			00b1f0
Light Blue:		cae9fb
Yellow:			fff727
Pink:			ea1f88

-------------------------------------------------------*/



/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.gif) repeat-x #cae9fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#bottom-bg {
	background: url(../images/layout/bottom-bg.gif) repeat-x bottom;
	float: left;
	width: 100%;
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 990px;
}
	
#mast {
	background:url(../images/layout/mast-bg.gif);
	clear: both;
	float: left;
	height: 200px;
	position: relative;
	width: 990px;
}
	
#mast-nav {
	background: #ea1f88;
	float: left;
	height: 35px;
	margin-bottom: 10px;
	width: 990px;
}

#left-content {
	float: left;
	width: 	275px;
}
	
#main-content.middle {
	float: left;
	margin: 10px;
	width: 480px;
}

	
#main-content.left {
	float: left;
	margin: 10px;
	width: 750px;
}

#main-content.full {
	float: left;
	margin: 10px;
	width: 990px;
}


#right-ads {
	background: #ea1f88;
	border: 5px solid #00b1f0;
	float: right;
	padding: 5px 5px 0 5px;
}

#thumbnails {
	background: #ea1f88;
	border: 5px solid #00b1f0;
	color: #FFFFFF;
	float: left;
	padding: 5px;
	text-align:center;
}

#thumbnails a{
	color: #000;
}

#left-ads {
	background: #ea1f88;
	border: 5px solid #00b1f0;
	display: inline;
	float: left;
	padding: 5px 5px 0 5px;
	margin-left: 45px;
}
	
#footer {
	clear: both;
	color: #fff;
	display: inline;
	float: left;
	height: 50px;
	margin: 15px 0 5px;
	text-align: center;
	width: 990px;
}

#footer li{
	display: inline;
	padding: 10px;
	font-size: 10px;
}

#footer p{
	font-size: 10px;
	margin: 0;
}

#footer a:hover{
	color: #FFFFFF;
}
#footer a:visited{
	color: #FFFFFF;
}		
#footer a:link{
	color: #FFFFFF;
}
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #ea1f88;
	font-size: 150%;
	margin: 7px auto 6px auto;
}

h2 {
	color: #ea1f88;
	font-size: 140%;
	margin: 15px auto;
}

h3 {
	font-size: 125%;
	margin: 15px auto 0px auto;
	text-align: left;
}

h4 {
	font-size: 125%;
	margin: 15px auto 0px auto;
	text-align: center;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
}
	 
a:hover {
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

/*-------------------------------------------------------
	Mast
-------------------------------------------------------*/

.rotation {
	background: #ea1f88;
	border: 2px solid #000;
	height: 150px;
	overflow: hidden;
	width: 200px;
}

.left-rot {
	left: 25px;
	position: absolute;
	top: 20px;
}

.right-rot {
	left: 775px;
	position: absolute;
	top: 20px;
}



/*-------------------------------------------------------
	Mast Nav
-------------------------------------------------------*/
#mast-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#mast-nav li {
	float: left;
	position: relative;
}

#mast-nav li a {
	color: #fff;
	float: left;
	line-height: 35px;
	position: relative;
	text-align: center;
	text-indent: -999em;
	z-index: 50px;
	
}

#mast-nav li a:hover {
	background-position: 0 -35px;
}

#home-btn {
	background: url(../images/nav/home.jpg) no-repeat;	
	padding-left: 40px;
	width: 88px;
}

#subscriber-info-btn {
	background: url(../images/nav/subscriber-info.jpg) no-repeat;
	padding-left: 55px;
	width: 190px;
}

#ad-info-btn {
	background: url(../images/nav/advertising-info.jpg) no-repeat;
	padding-left: 55px;
	width: 142px;
}

#current-issue-btn {
	background: url(../images/nav/current-issue.jpg) no-repeat;
	padding-left: 55px;
	width: 115px;
}

#ad-dir-btn {
	background: url(../images/nav/advertising-directory.jpg) no-repeat;
	width: 190px;
}

#contact-btn {
	background: url(../images/nav/contact-us.jpg) no-repeat;
	padding-left: 55px;
	width: 106px;
}
/*-------------------------------------------------------
	Drop Down
-------------------------------------------------------*/


#mast-nav ul ul {
	background: url(none) #8cc63f;
	border-top: none;
	display: none;
	float: left;
	left: 0px;
	top: 35px;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0; padding: 0;
	z-index: 25;
}

#mast-nav ul ul li{
	clear: both;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#mast-nav ul ul li a {
	background: url(none) #00b1f0;
	border: none;
	color: #fff;
	float: left;
	height: auto;
	line-height: 20px;
	padding: 3px 10px;
	text-align: left;
	text-indent: 0;
	width: 185px;
	}
#mast-nav ul ul li a:hover { /*--Hover effect for subnav links--*/
	background: #55a1d5;
	color: #fff;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/


#right-ads img {
	border: 3px solid #00b1f0;
	clear: both;
	float: left;
	margin: 0 0 5px;
}

#left-ads img {
	border: 3px solid #00b1f0;
	clear: both;
	float: left;
	margin: 0 0 5px;
}

.current-issue {
	text-align: center;
}

.current-issue table {
	text-align: left;
	margin-left: 20px;
	width: 250px;
}

.current-issue td {
	font-size: 8pt;
	vertical-align: top;
}

.current-issue td.title {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

.middle {
	font-weight: bold;
	text-align: center;
}



.middle-ad {
	background: #ea1f88;
	border: 2px solid #00b1f0;
	clear: both;
	float: left;
	margin: 10px 5px;
	padding: 7px;
}

.middle-ad img {
	border: 3px solid #00b1f0;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

.black{
	color: #000000;
}

#float-left{
	float: left;
	margin-left: 50px;
}

#float-right{
	float: right;
	margin-right: 50px;
}
/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}