html, body {
	height: 100%;
}

body {	
	background: #0784dd;
	margin: 0;	
	cursor: default;
	padding-left: 14px;
}

#background{	
	border-left: 1px solid #eee;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background: #000 url(../img/background.jpg) no-repeat fixed bottom right;
}

#outterbox {	
	padding: 20px 45px;
	font: 14px trebuchet ms, helvetica, arial, verdana, tahoma;
	color: #eee;
	width: 900px;
}

#innerbox{
	width: 900px;
	position: relative;
}

#menu {	
	color: #eee;
	font: 14px trebuchet ms, arial, verdana;
	margin: 30px 0px;
	padding: 20px;
	background: #101010 none repeat scroll 0 0;
	border: 1px solid #444;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#menu a, #menu a:visited {
	text-decoration:none;
	color: #eee;
	padding-left: 12px;
	background: transparent url(../img/bullet.gif) no-repeat scroll left 5px;
}
	
#menu a:hover{
	color: #888;
	background-image:url(../img/bullethover.gif);
}

#menu a.clear{
	padding:0px;
	background: none;
}

#menu a.clear:hover{
	background: none;
}

#menu a.focus, #menu a.focus:visited{
	color: #19a6ff;
	background-image: url(../img/bulletfocus.gif);
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 0 0 5px;
}

#menu li {
	margin: 2px 0;
}

#contents {
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 20px;
}

h1 {
	font: 28px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
	color: #0784dd;
	margin:0px;
}

h2 {
	font: 20px arial rounded mt bold, trebuchet ms, helvetics, arial, verdana;
	margin:0px;
}

h2 span{
	font: 14px trebuchet ms, helvetica, arial, verdana;
	color: #666;
}

div.separator{
	border-top: 1px solid #333;
	margin-bottom: 10px;
}

div.name{
	text-align: right;
}

div.contact{
	position: absolute; 
	top: 140px; 
	right: 20px;
	background: #000 url(/img/email.gif) no-repeat scroll 5px 4px;
	border: 1px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.contact:hover{
	background-color: #222;
}

 a.contact, a.contact:visited{
	display: block; 
	padding: 5px 5px 5px 26px; 
	color: #eee; 
	font: 11px verdana, tahoma, arial; 
	background: none;
}

a.contact:hover{
	color: #888;
}

div.image{
	text-align: center;
}

div.image img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #333 none repeat scroll 0 0;
	padding: 4px;
	border: 1px solid #444;
}

.lightbox {border: 2px solid #888;}
.lightbox:hover {border-color: #0784dd;}
.pageover {position:relative; left: -6px;}

div.menuoption{
	float: left;
	width: 200px;
}

div.picturebox{
	float: right;
	margin: 20px 0px 20px 40px;
}

div.pictureboxsmall{
	float: right;
	margin: 10px 0px 10px 20px;
}

div.pictureboxsmallleft{
	float: left;
	margin: 0px 20px 10px 0px;
}

div.quote{
	text-align: center;
	font: 29px georgia, arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
	margin-bottom: 10px;
}

div.quotee{
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}

div.error {
	color: #c00;
	font: 50px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
}

div.success {
	color: #0c0;
	font: 50px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
}

div.floatleft{
	float: left;
}

div.floatright {
	float: right;
}

div.left{
	text-align: left;
}

div.right{
	text-align: right;
}

div.center{
	text-align: center;
}

div.limit {
	clear: both;
}

a, a:visited{
	color: #0784dd;
	text-decoration: none;
}

a:hover {
	color: #888;
}

form div{
	padding: 5px;
}

form label {
	display: block; 
	margin-bottom: 2px; 
	font-size: 12px;
}

form label span{
	padding-left: 15px;
	color: #ff0000;
}

form input, form textarea {
	width: 500px; 
	font: bold 16px helvetica, arial, trebuchet ms, verdana;
	padding: 5px;
	color: #888;
	background-color: #222;
	border: 1px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form textarea {
	height: 200px;
}

form div.buttons{
	width: 500px;
	text-align: center;
}

form button {
	font: bold 16px helvetica, arial, verdana;
}
