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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Geneva, Tahoma, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-image:url(../images/bg-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#DCDCDC;
	border-top: 2px solid #999999;
	color:#666;
	padding: 20px 0 40px;
}


a {
	text-decoration:none;
	color:#CC0000;
}

a:focus, a:hover {
	text-decoration:underline;
	color:#CC0000;
}
a:active {
	color:#CC0000;
	text-decoration:underline;
}


hr {
	border: .5 dotted;
	clear: both;
	height: .5;
	color: #999999;
	margin-bottom:10px;
	margin-top: 15px;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color:#CC0000;
	font-size: 25px;
	font-weight:400;
	margin-bottom:-5px;
	}

h2 {
	color:#666666;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:-5px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 20px;
	list-style-image: url(../images/bullet_plus.png);
	margin-bottom: 7px;
}

p,
dl,
ol,
ul,
table,
pre,
address,
fieldset {
	margin-bottom: 20px;
}

	
/* Chad Added
----------------------------------------------------------------------------------------------------*/
/* Basics
----------------------------------------------------------------------------------------------------*/
p
{
	/*border: 1px solid #666;*/
	overflow: hidden;
	text-align: left;
	line-height:1.7em;
	margin-bottom:15px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.blog
{
	/*border: 1px solid #666;*/
	font-size:12px;	
	overflow: hidden;
	text-align: left;
	line-height:1.5em; 
	margin-bottom:5px;
	padding: 5px 0 10px;
}

.blog:first-line {
	font-size:.95em;
	font-weight:700;
}

.left_menu {
	/*border: 1px solid #666;*/
	font-size:12px;	
	overflow: hidden;
	text-align: left;
	line-height:1.25em; 
	margin-bottom:0;	
	padding: 5px 0 5px;
}

a.left_menu {
	/*border: 1px solid #666;*/
	color:#0066CC;
}

a.left_menu:hover, a.leftmenu:focus {
	/*border: 1px solid #666;*/
	color:#0099FF;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#3399FF;
	padding-left:2px;
}

a.left_menu:active {
	/*border: 1px solid #666;*/
	color:#CC0000;
}

h4.left_menu {
	/*border: 1px solid #666;*/
	font-size:12px;	
	font-weight:700;
	overflow: hidden;
	text-align: left;
	line-height:1.5em; 
	margin-bottom:0;
	padding-bottom:0;
}

a.image_link:hover, a.image_link:active {
	border:dashed;
	border-color:#fff;
	border-width:thin;
}

/* Menus 
----------------------------------------------------------------------------------------------------*/

.top_menu {
	color:#999;
	font-size:1.5em;
	font-weight:200;
	text-align:right;
	text-decoration:none;
	margin-top:25px;
}
a.topmenu:hover, a.topmenu:focus {
	border:thin;
	border-style:dotted;
	border-color:#666666;
}

/* Other Stuff
----------------------------------------------------------------------------------------------------*/
#blue_button {
	position:relative;
	left:300px;
	top: -50px;
	margin:0px;
	}

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-0000px;
}

.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/getstartednow-button.png) no-repeat top left;
	outline:none;
}

.button a:hover {
	background-position:0 -50px;
}