/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #A5B01E;
	text-align: center;
	text-shadow: #fff 0 1px 0;
}

h2
{
	font-size: 19px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-shadow: #fff 0 1px 0;
}

h3
{
	font-size: 19px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-shadow: #fff 0 1px 0;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#A5B01E;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #A5B01E;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
a:active { 
  position: relative;
  top: 1px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.navBar {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #101010;
	min-height: 40px;
}
.navlist         
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navlist    li         {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 0em;
	margin-left: 0px;
	line-height: 12px;
}
.navlist li.selected {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 0em;
	line-height: 14px;
}
.navlist   li   a      
{
	text-decoration: none;
	color: #666;
	text-transform: none;
	font-weight: normal;
}
.accordiantitle {
	font-size: 14px;
	color: #3398D1;
	text-align: left;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/arrow_down_white.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	cursor: pointer;
}
.navigation {
	padding-left: 40px;
}
.navigation h3 {
	font-size: 16px;
	color: #333;
	text-align: left;
}
.accordiancontent {
	padding-bottom: 10px;
	padding-left: 20px;
}
.navigation a {
	color: #666;
}
.pointer {
	cursor: pointer;
}
#calltoaction {
	position: absolute;
	top: 200px;
	left: 582px;
}

