/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	
	Includes site-specific stylying modifications by Shane Perris
*/

/* =Basic HTML and body formatting
--------------------------------------------------------------------------------*/
html 
{
               height: 100.01%;
	       margin-bottom: 1px;
}

body
{
	font: 15px/1.5 Calibri, "Helvetica Neue", HelveticaNeue, Helvetica, Trebuchet MS, Arial, sans-serif;
	background-color: #5C00B3;
}


a:focus
{
	outline: 1px dotted invert;
}


a:hover
{
	background-color: #8000ff;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


.header
{
	padding-top: 20px;
}

p, h1, h2, h3, h4, h5, h6, a
{
	color: white;
}

.box
{
	border: 2px solid #ccc;
	padding: 5px;
}

p.footer
{
	text-align: right;
}

p.quote
{
	font-style: italic;
	font-size: 17px;
	margin-right: 10px;
	margin-bottom: 0;
}

p.cite
{
	text-align: right;
	margin-right: 30px;
	margin-bottom: 20px;
}

p.faq
{
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	margin-top: 0;
}

p.faq_top
{
	margin:0 5px 0 0;
	border-top: none;
	text-align: right;
	font-size: 12px;
}

table.faq_table
{
	table-layout: auto;
	width:98%;
	margin-bottom: 0;
}

table.faq_table td.divider
{
	width: 50%;
	border-top: 1px solid;
	border-color: white; 
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 26px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol.faq
{
	list-style-type: disc;
	color: white;
	display: inline;
	border: none;
}

li.faq
{
	margin-left: 30px;
	border: none;
	border-top: 0;
}

ol.faq li.faq a
{
	text-decoration:underline;
	color: white;
	border: none;
	width: auto;
}

ul.bodytext
{
	list-style-type: disc;
	color: white;
	display: block;
	text-decoration: none;
	border: none;
	width: 500px;
}

li.bodytext
{
	margin-left: 30px;
	background-color: none;
	border: none;	
}

li.bodytext:hover {background: none;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
ul.bodytext,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

p.bottom, h2.subhead
{
	margin-bottom: 0;
}

p.footer
{
	padding:5px;
}
/*  Vertical Navbar 
-----------------------------------------------------------------------------*/

ul
{
	background-color: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	border: 1px solid #ccc;
}

ul li
{
	border: 1px solid #ccc;
	
}

ul li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	color: white;
	background: none;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

html>body ul li a
{
	width:auto;
}

ul li.current_page
{
	width: 118px;
	display: block;
	color: white;
	background: none;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	background-color: #8000ff;
}

html>body ul li.current_page
{
	width: auto;
}

ul li:hover, ul li a:hover 
{
	background-color: #8000ff;
}