/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 18, 2008       */
/*==================================*/

/*==================================*/
/*----------- CONTENT --------------*/
/*==================================*/

sup {
	line-height: 0%;
}

.bold {
	font-weight: bold;
}

#content_wrapper {
	width: 100%;
	background-color: #fff;
}

#content {
	width: 903px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background-color: #fff;
	font-size: .8em;
	line-height: 140%;
}

#content a {
	color: #ff8d13;
	text-decoration: underline;
}

#content a:hover {
	color: #6bdf63;
}

#content h1 {
	color: #ff8804;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 140%;
}

#content h2 {
	color: #959595;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 140%;
	padding: 0 0 15px 0;
}

#content h3 {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 140%;
	padding: 0 0 15px 0;
}

#content h4 {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 140%;
	padding: 0;
}

#content p {
	padding: 0 0 20px 0;
}

#content .leftcolumn {
	width: 230px;
	float: left;
}

/* Sidebar Nav */

#content .leftcolumn ul {
	list-style: none;
}

#content .leftcolumn ul.sidebarnav {
	width: 230px;
	list-style: none;
}

#content ul.sidebarnav li {
	width: 230px;
}

#content .leftcolumn ul.sidebarnav li a {
	background: url(../images/main/sidebar_nav.gif) 0px -43px no-repeat;
	width: 205px;
	display: block;
	height: 31px;
	color: #6d6d6d;
	font-size: 1.2em;
	padding: 12px 0 0 25px;
	text-decoration:none;
}

#content .leftcolumn ul.sidebarnav li a:hover, #content .leftcolumn ul.sidebarnav li.active a{
	background: url(../images/main/sidebar_nav.gif) 0px 0px no-repeat;
	color: #fff;
}

/* Strategic Partner Widget */

.strategicpartnerwidget {
	background: url(../images/main/strategicpartner_widget_mid.gif) 0px 0px repeat-y;
	width: 230px;
	margin: 0 0 15px 0;
}

.strategicpartnerwidget_top {
	background: url(../images/main/strategicpartner_widget_top.gif) 0px 0px no-repeat;
	width: 230px;
}

.strategicpartnerwidget_bot {
	background:url(../images/main/strategicpartner_widget_bot.gif) 0px 100% no-repeat;
	width: 170px;
	padding: 30px;
}

#content .strategicpartnerwidget h1 {
	text-indent: -9999em;
	overflow: hidden;
	width: 170px;
	height: 51px;
}

#content .strategicpartnerwidget li {
	padding: 0 0 15px 0;
}

#content .rightcolumn {
	width: 625px;
	float: right;
}

#content .smalltype {
	color: #939393;
	font-size: .75em;
}

#content .rightcolumn img.left {
	float: left;
	margin: 0 5px 5px 5px;
}

#content .rightcolumn li {
	list-style: none;
	background: url(../images/main/bullet.gif) 0 7px no-repeat;
	padding: 0 0 0 7px;
}

/* Rounded Grey Box */

.roundedgreybox {
	background-color: #eeeeef;
	width: 630px;
	margin: 0 0 15px 0;
}

.roundedgreybox_top {
	background: url(../images/main/roundedgreybox_top.gif) 0px 0px no-repeat;
	width: 630px;
}

.roundedgreybox_bot {
	background:url(../images/main/roundedgreybox_bot.gif) 0px 100% no-repeat;
	width: 590px;
	padding: 20px;
}

.roundedgreybox ul {
	padding: 0 0 15px 0;
	list-style: none;
}

.roundedgreybox ul li {
	background: url(../images/main/bullet.gif) 0px 6px no-repeat;
	padding: 0 0 0 8px;
}

.roundedgreybox ul.left {
	float: left;
	width: 255px;
}

/*==================================*/
/*--------- SIGN UP BOXES ----------*/
/*==================================*/

#content .matrixbox {
	background: url(../images/main/matrix_widget_mid.gif) 0px 0px repeat-y;
	width: 200px;
	margin: 0 0 10px 0;
	float: left;
}

#content #standard .matrixbox_top {
	background: url(../images/main/matrix_widget_standard_top.gif) 0px 0px no-repeat;
	width: 200px;
}

#content #gold .matrixbox_top {
	background: url(../images/main/matrix_widget_gold_top.gif) 0px 0px no-repeat;
	width: 200px;
}

#content #platinum .matrixbox_top {
	background: url(../images/main/matrix_widget_platinum_top.gif) 0px 0px no-repeat;
	width: 200px;
}

#content .matrixbox_bot {
	background: url(../images/main/matrix_widget_bot.gif) 0px 100% no-repeat;
	width: 160px;
	padding: 20px 20px 60px 20px;
	position: relative;
}

#content .matrixbox ul{
	list-style: none;
}

#content .matrixbox li {
	background: url(../images/main/matrix_bullet.gif) 0px 4px no-repeat;
	padding: 0 0 0 10px;
}

#content .matrixbox h1 {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 100%;
	height: 40px;
}

#content .matrixbox li.price {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 88px;
	height: 37px;
	color: #fff;
	padding: 13px 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
	background: none;
}

#content .matrixbox li.getstarted {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 112px;
	height: 43px;
	padding: 7px 0 0 0;
	background: none;
	
}

#content .matrixbox li.getstarted a {
	background: url(../images/main/getstarted_but.gif) 5px 0px no-repeat;
	display: block;
	width: 112px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999em;
}

#content .matrixbox li.getstarted a:hover {
	background: url(../images/main/getstarted_but.gif) 5px -32px no-repeat;
}

.year {
	font-weight: normal;
	font-size: .8em;
}

/*==================================*/
/*---------- ACCORDION -------------*/
/*==================================*/

#content ul.drawers {
	width: 630px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#content ul.drawers h2{
	display: block;
	width: 630px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

#content ul.drawers h2.selected, #content ul.drawers h2.selected:hover {
	color: #ff8804;
}

#content ul.drawers h2:hover {
	color: #2dd121;
}

#content ul.drawers h2:focus{
	outline: none;
}

#content .drawer ul {
	width: 630px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .drawer ul li {
	width: 630px;
	text-align: left;
	padding: 0;
	margin: 0;
	background: none;
}

#content li.drawer {
	width: 630px;
	padding:0 0 10px 0;
	margin: 0;
	background: none;
}

#content .drawer ul li a {
	display: block;
	width: 630px;
	color: #00507e;
	padding: 10px 0 10px 0;
	margin: 0;
	font-weight: bold;
}

#content .drawer ul li p {
	width: 630px;
	padding: 0 0 10px 0;
	margin: 0;
}

#content .drawer ul li a:hover {
	width: 630px;
	color: #eb8c00;
	background-color: #f1f1f1;
	text-decoration: none;
}
