/* 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:90%;
	background-image:url(../images/background.jpg);
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-59px;
	position:relative;
	background-color: #FFFFFF;
	background-image:url(../images/contentbackground.jpg);
}
li ul {
    display: none;
}
li:hover > ul {
    display: block;
}

#subwrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-59px;
	position:relative;
	background-color: #FFFFFF;
	background-image:url(../images/subcontentbackground.jpg);
}
#toplinks {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
.topmenu {
	margin-left:0px;
	margin-right: 0px;
}
.topmenu a {
	color: #000000;
	font-weight:bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Top Right Bottom Left (TRouBLe) */
	padding:10px 5px 0px 0px;
	text-decoration:none;
}
.topmenu a:hover {
	color: #AF3A40;
	text-decoration: underline;
}
topmenu a:visited {
	color: #AF3A40;
	text-decoration:none;
	}
#header { 
	width:100%; 
	height:101px; 
	background-color:white; 
	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
/* The logo top left */
#logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	padding-left:60px;
	position:absolute;
	top:-52px;
	left:411px;
	height:52px;
	width:200px;
}
#logo h3 {
	color:#FF1C1C;
	font-size:20px;
	margin:0px;
	margin-top:5px;
}
#logo h4 {
	margin-top:0px;
	font-size:10px;
	font-weight:normal;
}
input, select, textarea{
	border:1px solid grey;
	background-color: #FCF9F5;
	color: #000000;
}
#menu_holder {
	padding-top: none;
	padding-bottom: none;
	height:32px;
	width:100%;
	background-image: url(../images/header_nav.jpg);
	background-repeat:no-repeat;
}
/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:0px;
	margin-right: 0px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	float:right;
	height: 22px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:10px 9px 0px 9px;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-right:0px;
	margin-left: 0px;
	text-decoration:none;
}
#menu a:hover {
	background-image: url(../images/rollover_bckgrnd.jpg);
	color: #438BA7;
}
#menu a:visited {
	background-color: #AF3A40;
	}
#leftbar {
	float:left;
	width:200px;
	height: auto;
	padding-left:0px;
	padding-right:0px;
	padding_bottom: 0px;
	
}
#leftbarcontent {
	float:left;
	width:170px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	
}
/* 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 
 */
#leftbarcontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:bold;
	color:#AF3A40;
}
#leftbarcontent p {
	color:#666;
	font-size:90%;
}
/* Photo with man in the center */
#welcome {
	background-image:url(../images/member.jpg);
	background-repeat:no-repeat;
	border:1px solid #ccc;
	border-top:0px;
	height:190px;
	width:292px;
	float:left;
	margin-left:30px;
	padding-left:150px;
	font-size:90%;
}
#welcome h1 {
	color:#FF1C1C;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}
#clearfooter {
	height:2px;
	clear:both;
}
.bar {
	border:1px solid red;
	height:23px;
	background-image:url(../images/redbar.gif);
	background-repeat:repeat-x;
	float:left;
	width:442px;
	margin-left:30px;
	margin-top:30px;
}
.rightcolumn {
	padding-top: 0px;
	padding-left: 0px;
	float:right;
	width:200px;
	margin-left:0px;
	margin-top:0px;
}
.rightcolumncontent {
	padding-top: 0px;
	padding-left: 5px;
	/*padding-right: 5px;*/
	margin-left:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
}
.rightcolumncontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:bold;
}
.column {
	float:left;
	width:369px;
	margin-left:0px;
	margin-top:0px;
	padding-right: 0px;
	padding-left:0px;
	padding-top: 0px;
	color: #000000;
	font-size:11px;
	font-weight:normal;
}
.columncontent {
	margin-left:0px;
	margin-top:0px;
	padding-right: 20px;
	padding-left:20px;
	padding-top: 10px;
}
.column img {
	margin-left:60px;
}
.column h4 {
	font-weight:bold;
	margin:0px;
	color:black;
	text-align:left;
	margin-bottom:20px;
	font-size:12px;
}
.column ul li a {
	color:blue;
}
.column ul li a:hover {
	color:#FFA400;
}
.profiletableone {
	width: 160px;
	padding-top: 5px;
}
.subtableone {
	width: 100px;
	padding-left: 0px;
	padding-top: 5px;
}
.subtabletwo {
	width: 100px;
	padding-left: 5px;
	padding-top: 5px;
}
.subtablethree {
	width: 190px;
	padding-left: 5px;
	padding-top: 5px;
}
.subtablefour {
	vertical-align: top;
	align: right;
	width: 100px;
	padding-left: 5px;
	padding-top: 5px;
}
.subcolumn {
	float:left;
	width: 567px;
	margin-left:0px;
	margin-top:0px;
	padding-right: 0px;
	padding-left:0px;
	padding-top: 0px;
	color: #000000;
	font-size:11px;
	font-weight:normal;
}
.subcolumncontent {
	margin-left:0px;
	margin-top:0px;
	padding-right: 20px;
	padding-left:20px;
	padding-top: 10px;
}
.subcolumn img {
	margin-left:0px;
}
.subcolumn h4 {
	font-weight:bold;
	margin:0px;
	color:black;
	text-align:left;
	margin-bottom:20px;
	font-size:12px;
}
#subresheader {
	background-image:url(../images/subresheader.jpg);
	height: 24px;
}
#subressubheader {
	background-image:url(../images/subressubheader.jpg);
	height: 24px;
}
#subrescontent {
	paddin-left: 0px;
	height: 100px;
}
.thumbnail {
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 10px;
	width: 100px;
	float: left;
}
.thumbnailinfo {
	padding-left: 5px;
	padding-top: 10px;
	width: 120px;
	align:left;
	float: left;
}
.thumbnailinfo2 {
	padding-left: 20px;
	padding-top: 10px;
	align:left;
	float: left;
}
.subresheadertitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:black;
	text-align:left;
	font-size:11px;
	padding-left: 5px;
	padding-top: 8px;
	float: left; 
}
.subresheaderdescription {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:black;
	text-align:right;
	font-size:11px;
	padding-right: 5px;
	padding-top: 8px;
	float: right; 
}
#searchbox{
	float:left;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 179px;
}
#searchbox-top{
	background-image:url(../images/searchbox_top.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	height: 25px;
}
#searchbox-center{
	background-image:url(../images/searchbox_center.jpg);
	width: 179px;
	padding-right: 0px;
	padding-left: 0px;
}
#searchbox-centercontent{
	background-image:url(../images/searchbox_center.jpg);
	padding-right: 15px;
	padding-left: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color: #000000;
}
#searchbox-bottom{
	background-image:url(../images/searchbox_bottom.jpg);
	background-repeat:no-repeat;
	height: 18px;
}
#footer { 
	text-align:center;
	width:770px; 
	height:24px; 
	border-top:10px solid #AF3A40;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#footer a{ 
	color:black;
	text-decoration: none;
	/* Top Right Bottom Left (TRouBLe) */
	padding:10px 5px 0px 0px;
}
#footer a:hover{ 
	color: #AF3A40;
	text-decoration: underline;
}
footer a:visited{ 
	color:black;
	text-decoration: none;
}
a{
	color: #438BA7;
}
a:hover{
	color: #AF3A40;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}

