/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:100%;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:90%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:-59px;
	position:relative;
	top: 10px;
	background-image: url(../assets/uprightlr.gif);
}
#wrapper2 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:-59px;
	position:relative;
	top: 10px;
	background-image: url(../assets/uprightlr2.gif);
}
#wrapper3 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-59px;
	position:relative;
	top: 10px;
	background-image: url(../assets/uprightlr8.gif);
}
#wrapper4 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-59px;
	position:relative;
	top: 75px;
	background-image: url(../assets/uprightlrw.jpg);
	visibility: visible;
}

#list {
	position:relative;
	top: 10px;
	overflow:scroll;
}

#header {
	width:100%;
	height:60px;
	background-color:white;
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px solid white;
}
/* The logo top left */
#logo {
	background-image:url(../assets/jhowetcom.gif);
	background-repeat:no-repeat;
	padding-left:6px;
	position:absolute;
	top:8px;
	left:0px;
	height:35px;
	width:991px;
	padding-top: 30px;
}
#logo h3 {
	color:#FF1C1C;
	font-size:19px;
	margin:20px;
	margin-top:5px;
}
#logo h4 {
	margin-top:0px;
	font-size:10px;
	font-weight:normal;
}
#absLayer1 {
	position:absolute;
	width:100%;
	z-index:1;
}
/* the blue bar right under the header, it holds the menu buttons */
#menu_holder {
	height:25px;
	width:100%;
	background-color:#586F7F;
	top: 82px;
	position: absolute;
}
/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:1px;
	margin-top: 1px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */

#news {
	float:left;
	width:245px;
	padding-left:5px;
	margin-top: 35px;
}
#left_col {
	float:left;
	width:175px;
	padding-left:5px;
	margin-top: 35px;
}

/* Note that I only style the h2 tags that are inside the news section 
 * The folder image is added automatically every time you use an h2 tag 
 */
#news h2 {
	background-image:url(../images/folder.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#news p {
	color:#666;
	font-size:90%;
}
/* The Read More Link 
 * Note that I deleted the underline and added a dashed border to create
 * the dashed underline effect 
 */
a.newslink {
	float:right;
	color:blue;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	margin-top:5px;
	border-bottom:1px dashed blue;
}
a.newslink:hover {
	color:#FFA400;
	border-bottom:1px dashed #FFA400;
}
/* Photo with man in the center */
#welcome {
	background-repeat:no-repeat;
	border:0;
	border-top:0px;
	height:500px;
	width:610px;
	float:left;
	margin-left:30px;
	padding-left:0px;
	font-size:115%;
	margin-top: 35px;
}
#welcome3 {
	background-repeat:no-repeat;
	border:0;
	border-top:0px;
	width:685px;
	float:left;
	margin-left:30px;
	padding-left:0px;
	font-size:115%;
	margin-top: 35px;
}

#welcome2 {
	background-repeat:no-repeat;
	border:0;
	border-top:0px;
	width:900px;
	float:left;
	margin-left:0px;
	padding-left:0px;
	font-size:115%;
	margin-top: 30px;
}

#welcome h1 {
	color:#000099;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}
#main {
	background-repeat:no-repeat;
	border:0;
	border-top:0px;
	height:500px;
	width:900px;
	float:left;
	margin-left:0px;
	padding-left:0px;
	font-size:115%;
	margin-top: 20px;
}
#main h1 {
	color:#FF1C1C;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}

#clearfooter {
	height:60px;
	clear:both;
}
.bar {
	border:1px solid red;
	height:23px;
	background-image:url(../images/redbar.gif);
	background-repeat:repeat-x;
	float:left;
	width:610px;
	margin-left:30px;
	margin-top:3px;
}
.column {
	float:left;
	width:610px;
	margin-left:30px;
	margin-top:10px;
	color:#666;
	font-size:90%;
	font-weight:normal;
}
.column img {
	margin-left:60px;
}
.column h4 {
	font-weight:bold;
	margin:0px;
	color:white;
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
}
.column ul li a {
	color:blue;
}
.column ul li a:hover {
	color:#FFA400;
}
#footer { 
	width:900px; 
	height:24px; 
	border-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#footer a{ 
	color:blue;
}
.welcome_subhead {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	color: #FFFFFF;
}
.subhead_centred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: center;
	text-align: center;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;
}
.SureRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	margin-left: 20px;
}
.text01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform: none;
	color: #B8FFFE;
	text-align: center;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CCFFFF;
}
