@charset "utf-8";
/* CSS Document */

/***** Universal Settings *****/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	background: #444444;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	color: #262f33; /* Very Dark Grey */
}

strong {
	font-size: 13px;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
}

a {
	color: #262f33;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

/***** Page Container *****/

#splash {
	width: 545px;
	margin: auto;
	margin-top: 0px;
}

#page-container {
	width: 930px;
	margin: auto;
	margin-top: 20px;
	background-image: url(images/whiteblur.jpg);
}

/***** Navigation Bar *****/

#navbar {
	float: right;
	width: 280px;
	background: #4c545b; /* Dark Grey */
}

#navbar .padding {
	padding: 25px;
	padding-left: 50px;
	margin-top: 70px;
	margin-bottom: 70px;
	}

#navbar h1,
#navbar h2,
#navbar p
{
	color: #f6f1f7; /* Light Beige */
}

#navbar dt {
	color: #f6f1f7; /* Light Beige */

	padding-bottom: 10px;
	font-size: 16px;
}

#navbar dd {
	color: #f6f1f7; /* Light Beige */
	padding-bottom: 10px;
}

#navbar a {
	color: #f6f1f7;
	text-decoration: none;
}
	
#navbar a:hover {
	color: #990000;
}

/***** Content Section *****/

#content {
	margin-right: 280px;
	min-height:650px;
	height:auto !important;
	height:650px;
}

#content .padding {
	padding: 15px;
}

#content a {
	color: #262f33;
	text-decoration: none;
}

#content a:hover {
	color: #990000;
}

#content .scriptcap {
	float: left;
}

#content .imagefloatleft {
	float: left;
	padding: 10px;
}

#content .imagefloatright {
	float: right;
	padding: 10px;
}
	

#content h1 {
	padding-bottom: 40px;
}




/***** SCROLLBAR FIX FOR FIREFOX *****/

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}