/* tallphil main stylesheet */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#333333;
	background:none;
	text-align:justify;
}

h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h1:before{
	content: "» ";
}
h1{
	font-size:350%;
	margin:0 2px 10px 0;
	padding:15px;
	border:1px dashed #FF9900;
	background:none;
}
h1 a{
	border:none;
}

h2{
	font-size:200%;
	margin-bottom:0;
}

h3{
	font-size:150%;
	border-bottom:1px dashed #FF9900;
	margin-bottom:0;
}
h4{
	font-size:100%;
}
h5{
	font-size:80%;
	color:#999999;
	margin-top:5px;
}

a{
	text-decoration:none;
	border-bottom:1px dotted #FF9900;
	color:#555555;
}

a:hover{
	background-color:#FF9900;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* page styles */
#nav{
	display:none;
}


#mainpage{
	width:100%;
	height:100%;
	margin-left:10px;
	margin-bottom:60px;
}

#footer{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background-color:#666666;
	color:#FFFFFF;
	font-size:80%;
	font-style:italic;
}
#footer p{
	padding:5px;
	margin:0;
}
#footer a{
	border:none;
}


/* item styles */
.floatright{
	float:right;
	border:1px solid #333333;
	padding:0;
	margin:10px;
}

.imagelink img{
	border:none;
	margin-bottom:-3px;
}

#webmail_link{
	display:none;
}

.pagelinks{
	display:none;
}

.thispage a{
	font-weight:bold;
	text-decoration:underline;
}

/* page specific styles */
#contactform input, #contactform textarea{
	background-color:#EFEFEF;
	border:1px solid #666666;
	width:690px;
	font-family:Arial, Helvetica, sans-serif;
}
#contactform input{
	font-size:x-large;
}
#contact_submit{
	font-size:xx-large;
	width:auto;
}