/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans-Serif, Verdana;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form {
	font-size: 0.7em;
	line-height: 1.5em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #999;
	border: #bbb solid 1px;
}

textarea {
	font: 110% sans-serif;
}

input.submit {
	float: right;
	color: #fff;
	background: #00aeb5;
	cursor: pointer;
	border: 0 !important;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

td {
	padding: 5px 0;
}

tr.odd_background {
	background: #191919;
}

tr.even_background {
	background: #141414;
}

.ba_heading {
	color: #5EA5DD;
}

dd {
	margin: 0 0 10px;
	font-size: 0.8em;
	color: #bbb;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	padding: 250px 0 0;
	text-align: center;
	letter-spacing: 0.5px;
	background: #000 url("../images/body.jpg") top center no-repeat;
	color: #bbb;
}

a {
	color: #60F9FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h5 {
	letter-spacing: -0.5px;
}

h3, h5 {
	text-transform: uppercase;
}

h3 {
	font-weight: normal;
	padding: 40px 7px 0;
	font-size: 0.9em;
	letter-spacing: 0px;
	font-weight: bold;
	color: #fff;
	background: url("../images/h3_bg.jpg") bottom left no-repeat;
	border-bottom: #a200ff solid 1px;
}

h3.sidebar {
	background: url("../images/h3_bg_lighter.jpg") bottom left no-repeat !important;
}

h2 {
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #a200ff;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #a0a0a0;
}

img.bullet {margin-right: 2px;}
/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 				{font-size:0.8em !important;}
.tiny 				{font-size:0.7em !important;}
.large 				{font-size:1.3em !important;}
.white 				{color:#fff !important;}
.lite_gray		{color:#ccc !important;}
.gray 				{color:#555 !important;}
.dark_gray 		{color:#343434 !important;}
.teal					{color:#2f8ab2 !important;}
.orange				{color: #FF8A1C !important;}
.grape				{color: #a200ff !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold					{font-weight: bold;}
.italic				{font-style: italic;}
.normal				{font-style: normal !important; font-weight:normal !important;}
	
.no_border 		{border: 0 !important;}
.border_left 	{border-left: #222 solid 1px !important;}

.spacing	 		{line-height: 2.3em !important;}
.no_margin 		{margin:0 !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.text_left		{text-align: left !important;}

.transbg 			{background: transparent !important; border: 0 !important;}
/*--------------------------------------------------------------CONTAINERS--*/
#navigation {
	margin: 0 auto;
	width: 960px;
	height: 50px;
	background: url("../images/nav_bg.jpg") top left repeat-x;
}

#navigation li {
	float: left;
	padding: 0 10px 0 18px;
	height: 50px;
	line-height: 50px;
	font-size: 0.8em;
}

#navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

#content {
	margin: 0 auto;
	width: 960px;
	background: #121212;
	overflow: hidden;
	text-align: left;
}


#center, #left, #right {
	padding: 20px;
}

#left {
	float: left;
	margin: 0 20px 0 0;
	width: 588px;
	font-size: 0.9em;
}

#right {
	float: left;
	width: 272px;
	background: #222;
}

#right p, #right li, ul.bullets li {
	margin: 5px 0 10px;
	font-size: 0.8em;
}

#right li, ul.bullets li {
	padding-left: 20px;
	background: url("../images/diamond.jpg") center left no-repeat;
}

ul.bullets li {
	padding-left: 20px;
	background: url("../images/diamond_dark.jpg") center left no-repeat;
}

#footer {
	margin: 0 auto;
	padding: 30px 0;
	height: 150px;
	font-size: .75em;
	color: #454545;
}