/* ---------------------------
The Magazine Factory
Official Color Scheme:
#999999: (GREY, image borders)
--------------------------- */

/* --------------------------- */
/* Redefine standard HTML tags */
/* --------------------------- */
* {						/* All elements */
	margin: 0;				/* Set margin to 0  */
	padding: 0;				/* Set padding to 0 */
}
body {					/* Body */
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 200px;
}
a {text-decoration: none; font-weight:bold;}	/* All links */
a:link,
a:visited {color: #000000}	/* Link color: Default */
a:hover,
a:active  {color: #EA7657}	/* Link color: Hover */

a.map {text-decoration: none; font-weight:bold; font-size:16px; line-height:24px;}	/* All links */
a.map:link,
a.map:visited {color: #000000}	/* Link color: Default */
a.map:hover,
a.map:active  {color: #EA7657}	/* Link color: Hover */

a.gray {text-decoration: none; font-weight:bold;}	/* All links */
a.gray:link,
a.gray:visited {color: #999999}	/* Link color: Default */
a.gray:hover,
a.gray:active  {color: #EA7657}	/* Link color: Hover */




h1 {					/* H1 */
	font-size: 24px;
	padding-left:25px;
	font-weight:normal;
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	margin: 8px 0 8px;
	color:#999999;
}

h2 {font-size:16px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000000;}
	
h3 {font-size:14px;
	font-weight:bold;
	color:#669966;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	
hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 2px;
	width: 100%;
	text-align: left;
}

/* ---------------------------------- */
/* Set styles for browser consistency */
/* ---------------------------------- */
a img {border-width: 0}								/* Remove border from image links     */
p {margin:0px 5px 12px 5px; text-align:left;}		/* Set paragraph margin               */
ul {												/* Set bullet type for unordered list */
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
li {												/* Set left margin for list elements  */
	margin-left:20px;
	margin-top:9px;
	line-height:15px;
	font-size:13px;
	font-weight:bold;
}
ul.green li {										/* Green class list elements  */
	color:#23A901;
}

/* ------------------------------ */
/* Absolutely positioned elements */
/* ------------------------------ */
.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */

/* ----------------------------- */
/* Create custom classes and IDs */
/* ----------------------------- */

/* -- All Pages -- */
table#main {			/* Main table. Contains header, content, and footer. */
	margin: 0 auto;
	text-align: left;
}

#header {				/* Header table cell */
	height: 263px;
	background-color: transparent;
}
#content {				/* Content table cell */
	margin: 8px 0 0 30px;
	background-color: transparent;
}
#footer {				/* Footer table cell */
	text-align:left;
	font-weight: bold;
	font-size:13px;
	background-color: transparent;
}

#nav_top {				/* Navigation in header */
	font-weight: bold;
	font-size:14px;
	background-image:url(images/nav_norepeat.jpg); 
	background-repeat:no-repeat;
	background-position:bottom center;
}
#nav_top a:link,
#nav_top a:visited {color: #000000}	/* Nav color: Default */
#nav_top a:hover,
#nav_top a:active  {color: #FF0000}	/* Nav color: Hover   */
#nav_top a.current {color: #FF0000}	/* Nav color: Current */

a.applebox:link,
a.applebox:visited,
a.applebox:hover,
a.applebox:active,
a.applebox:link    span,
a.applebox:visited span {color: #000000}	/* Copyright line default color  */
a.applebox:hover   span,
a.applebox:active  span {color: #D1202A}	/* Rollover color for "applebox" */

/* -- Contact Page -- */
#contact {margin: 0 0 15px; line-height:27px;}
#contact .form {padding: 10px 15px}
#contact .form form {margin: 0 0 0 15px}
#contact .info {}
#contact .info .address {}
#contact .info .phone {}
#contact .info .email {}
.req {color: #D1202A}	/* Required fields color */

/* -- Required for ddbullet rollovers -- */
.ddbulletimagestyle {	/* 									*/
	position: absolute;	/* Absolute position bullet image.	*/
	left: -200px;		/* 		No need to modify			*/
}						/* 									*/

/* -- Set initial slide color to white -- */
.slide {color: #FFFFFF}

/* --tag line positioning-- */
#tag_line {
	position:absolute;
	top:315px;
	left:30px;
	width:400px;
	height:102px;
	z-index:15;
}

#copyright {
	color: #4C4C4C;
	font-size: 12px;
	font-weight: bold;
}
#footer_contact {
	position:absolute;
	top:413px;
	left:830px;
	width:150px;
	height:80px;
	font-weight: bold;
	font-size:13px;
	z-index: 1000;
}
	
#dave_dayna {
	position:absolute;
	top:140px;
	right:145px;
	width:561px;
	height:42px;
	z-index:12;
	}	
