@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	color: #CCCCCC;
	text-align: center;
	padding:0;
	margin:0;
	background-color: #464646;
	font-family: 'ShortcutRegular', Arial, sans-serif;
	font-size: 0.8em;
}

* html #container {
	height: 100%;
}

#container{
	width: 780px;
	margin: 0px auto;
	min-height: 100%;
	padding:0;
	background-image: url(images/bigjoe-angel.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 


#subnav {
	margin: 20px 0 40px 0;
	padding: 0px;
	float: right;
	width: 220px;
}
#subnav ul {
	margin: 0px;
	padding: 10px 0 0 0px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: left;
}
#subnav ul li {
	margin: 0px;
	padding: 0px;
	width: 180px;
}
#subnav ul li a {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 180px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: 2px dotted #363636;
}

#subnav ul li a:hover { 
	color: #ff0000; 
}

h1{ text-align: center;
	color: #000000;
	margin: 0;
	padding: 250px 0px 0 0;
	letter-spacing: 0.5em;
	width: 780px;
	font-size: 3em;
	font-weight: lighter;
	text-transform: uppercase;
	height: 40px;
	display: block;
	position: relative;
}
h2 {
	text-align: center;
	color: #FFFFFF;
	margin: -37px 0px 10px -3px;
	padding: 0px 0px 10px 0;
	letter-spacing: 0.5em;
	width: 780px;
	font-size: 3em;
	font-weight: lighter;
	text-transform: uppercase;
	display: block;
	position: relative;
	clear: both;
}
#navigation {
	width: 780px;
	border-top: 2px dotted #363636;
	border-bottom: 2px dotted #363636;
	clear: both;
	margin: 5px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.6em;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#navigation  li  {
	display: inline;
	text-transform: uppercase;
	margin:0;
	list-style: none;
	padding: 0px;
	width: auto;
	white-space: nowrap;
	text-indent: 0px;
	text-align: center;
}
#navigation li a {
	color: #999999;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#navigation li a:hover {
	color: #FF0000;
} 
#pagetext {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
} 
p a {
	color: #F00;
	text-decoration: none;
}
.leadblock {
	margin: 10px auto;
	padding: 5px;
	height: 100px;
	width: 500px;
	border: 4px dotted #363636;
	font-size: 1.1em;
	font-weight: lighter;
	text-align: left;
}

#footer{
	height:30px;
	width: 760px;
	margin: -40px auto 0;
	background: #999999;
	padding: 5px 10px;
	text-align: right;
	font-size: 0.7em;
	font-family: "Courier New", Courier, monospace;
}
#footer span {
	float: right;
}
#footer ul {
	width: 380px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer ul li {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}
#footer ul li a {
	float: left;
	display: block;
	white-space: nowrap;
}
#footer a{
	color: #343434;
	text-decoration: none;
}

#footer a:hover{
	color: #ff0000; 
}

.clearboth{
	clear:both;
}
.bottommargin {
	margin: 0px;
	padding: 0px 0px 50px;
}

.dateandtime{
	font-size: .8em;
	font-style: italic;
	color: #CCC;
}
.float-left {
	margin: 0px 10px 0px 0px;
	float: left;
}


/* Form Items */

form {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 6px 2px 0px 6px;
	background-color: #666;
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	display: block;
	height: 18px;
	width: 177px;
	line-height: 1em;
} 


#contactform input{
	padding: 2px;
	margin :  -26px 0px  2px 190px;
	_margin : -23px 0px -30px 190px;
	border: 1px solid #000000;
	background-color: #eee;
	color: #000;
	height: 18px;
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -26px 20px 10px 190px;
	_margin : -5px 20px 10px 190px;
	border: 1px solid #000000;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
	clear: right;
}

#contactform p{
clear: both;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #FFF;
	background-color: #333;
	border: 5px solid #FFFFFF;
	margin: 0px;
	padding: 4px 10px;
	height: 36px;
}
.uppercase {
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .2em;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.leadblock a {
	color: #999;
	text-decoration: none;
	display: block;
	float: right;
	border: 2px solid #363636;
	padding: 5px;
	margin: 10px 10px 0px 0px;
}
.thirdCol {
	width: 230px;
	background: #000 url(images/single-frame.gif) no-repeat center top;
	padding: 250px 10px 10px;
	float: left;
	margin: 5px;
}
