
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {  
	margin:0; 
	padding:0; 
  	height: 101%; /* Required */
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;	
	font-size: 13px;
	line-height: 1.3;
	margin: 0px 0px 8px 0px;
	text-align:left;
}

strong {
		font-weight:bold;
	}

p.large {
	font-size: 20px;
}

.right {
	text-align:right;
}

form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;	
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0px 8px 0px;
	text-align:left;
}

p.center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0px 10px 0px;
	text-align:center;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 24px;
	color: #99ccff;
 	font-weight: bold;
 	margin: 10px 0px 3px 0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 13px;
	color: #99ccff;
 	font-weight: bold;
 	margin: 0px;
	padding-bottom: 4px;
}

h3 {
 	font-weight: bold;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #999999 solid;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #999999 solid;
}
a:hover {
	text-decoration: none;
	color:#999999;
	border-bottom: 2px #999999 solid;
}
a:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: 2px #999999 solid;
}


blockquote {
	margin: 0px 0px 10px 25px;
	text-align:left;
}




p.tiny {
	color:#999999;
	font-size: 10px;
}

a.tiny:link {
	color:#999999;
	font-size: 10px;
	border-bottom: 1px #999999 solid;
}

a.tiny:hover {
	color:#000000;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:visited {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:active {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

h2 a {
	font-weight:bold;
	color: #99ccff;
	text-decoration: none;
}

h2 a:link {
	font-weight:bold;
	color: #99ccff;
	text-decoration: none;
}


h2 a:hover {
	color: #99ccff;
	text-decoration: none;
}


h2 a:visited {
	color: #99ccff;
	text-decoration: none;
	line-height: 1.4;
}


h2 a:active {
	text-decoration: none;
	border-bottom: 0px;
}

#contentcol1 h2, #contentcol1 p {
	text-align:center;
}

#bottom {
	height: 130px;
	vertical-align:bottom;	
}


#caption H2 {
	color:#663300;
	text-align:right;
	}
	
#caption p {
	text-align:right;
	margin: 2px 0px 0px 0px
	}	
	
#secondarycontent img, #secondarycontent iframe {
	padding-bottom: 20px;
	float:left;
	background:#fff;
}

.readmore {
text-align:right;
}


#contentcol2 H2 a, #contentcol2 H2 a:link, #contentcol2 H2 a:visited {
	border-bottom: 2px #999999 solid;
	}



p.rssincl-itemtitle {
	color: #99ccff;
	font-weight:bold;
	line-height: 2;
	}


/*
#menu ul, #menu li {
	display:inline;
	line-height: 26px;
	margin: 0px;
	padding:0px;
}

#menu ul li a, #menu ul li a:link, #menu ul a:active, #menu ul a:visited, #menu ul a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
	color: #FFFFFF;
	padding: 7px 14px 6px 14px;
}

#menu ul a:hover {
	background-color:#99ccff;
	}
	
#caption H2 {
	color:#663300;
	text-align:right;
	}
	
#caption p {
	text-align:right;
	margin: 2px 0px 0px 0px
	}	
	
#secondarycontent img {
	padding-bottom: 20px;
	float:left;
}

*/


blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
  margin: 0px 10px 10px 35px;
  padding:10px 20px 20px 15px;
  text-align:left;
  width: 420px;
}
blockquote div {
  padding: 0 55px 5px 42px;
  margin-bottom: 10px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}



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

#wrapper { 
	margin: 0 auto; 
	width: 980px;
	padding: 0px;
}

#wrapper-test { 
	margin: 0 auto; 
	width: 980px;
	padding: 0;
}

#menu { 
	float: left;
	width: 980px;
	height: 27px;
	padding:0;
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
	}

#menu2 { 
	float: left;
	width: 980px;
	height: 27px;
	padding:34px 0 0 0;
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
	}
	
	
#header { 
	float: left;
	height: 218px;
	width: 980px;
}

#logo { 
	float: left;
	height: 106px;
	width: 435px;
	margin: 45px 56px 0px 0px;
	padding-left:67px
}

#caption { 
	float: left;
	width: 192px;
	margin-top: 45px;
	padding: 0px 20px 20px 0px;
	background-image:url(images/caption_corner.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#teaser { 
	float: left;
	width: 200px;
	height: 218px;
	background-image:url(images/teaser.jpg);
	background-repeat:no-repeat;
}


#content {
	float: left;
	width: 574px;
	padding: 0px 10px 10px 67px;
}

#inthisissue {
	float: left;
	width: 574px;
	padding-bottom:10px;
	border-bottom: 1px #99ccff solid;
}


#contentcol1 {
	float: left;
	width: 216px;
	margin: 10px 9px 10px 0px;
	padding: 0px 10px 10px 0px;
}


#contentcol2 {
	float: left;
	width: 310px;
	margin-top:10px;
	padding: 0px 10px 10px 9px;
	border-left: 1px #99ccff solid;

}

#secondarycontent {
	float: left;
	width: 309px;
	padding: 0px 10px 10px 9px;
	border-left: 1px #99ccff solid;

}

#secondarycontent H2 {
	margin-bottom:10px;

}

#secondarycontenttext {
	float: left;
	width: 140px;
	margin: 0px 0px 10px 9px;

}

#flipper {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px;

}


#footer { 
	float: left;
	width: 913px;
	height: 55px;
	padding-top: 10px;
	margin-left: 67px;
	text-align:left;
	}
	
	
	
/***********************************************/
/* Imageslider stuff                                 */
/***********************************************/
	
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */			

/* Easy Slider */

/* Easy Slider 1 */

	#slider1 ul, #slider1 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider1, #slider1 li { 
		width:574px;
		height:600px;
		overflow:hidden; 
	}

/* Easy Slider 2 */

	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2, #slider2 li { 
		width:574px;
		height:600px;
		overflow:hidden; 

	}

	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */


#contentcol1 iframe {
	margin-top: -7px;
	padding: 0 0 0 25px;
}

#focustext {
	width: 550px;
}

.objectfix {
	padding-top: 14px;
	}

.indent {
	padding-left:24px;
	}
	#cheat {
	width:300px;
	padding-bottom:20px;
	}