/*
 * 	GLOBAL SETTINGS
 */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #E1EBF2;
	text-align:center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003366;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339933;
	margin-bottom: 10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color: #333333;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color: #333333;
}

a.blueLink:link, a.blueLink:hover, a.blueLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033CC;
	text-decoration: underline;
}

a.smallBlueLink:link, a.smallBlueLink:hover, a.smallBlueLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}

#errors li {
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	height: 20px;
	color: #CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.feature {
	clear:left;
	margin-bottom: 25px;
	border: 1px dotted #999999;
	padding-left: 20px;
	padding-right: 20px;
}

.imageBorder {
	border: 1px solid #666666;
}

.imgLeft {
	float: left;
	margin-right: 25px;
}

.imgRight {
	float: right;
	margin-left: 15px;
}

/*	END OF GLOBAL SETTINGS */


/*	
 *	HEADER SECTION
 *
 *	Contains the logo and utility links
 */

#header {
	background-image:url(../images/header/vert_slice.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 82px;
}

#header #header_container {
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header #header_container #logo {
	float: left;
	position:relative;
	margin-top: 15px;
	margin-left: 20px;
}

#header #header_container .social {
	float: right;
	margin-left: 10px;
	margin-top: 25px;
}

/*	END OF HEADER */


/*	
 *	WRAPPER SECTION
 *
 *	Wraps all divs below the header and is used to center the page content
 */

#wrapper {
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: 1px dotted #999999;
}

/*	END OF WRAPPER */


/*	
 *	HOR NAV SECTION
 *
 *	Contains the horizontal navigation styles
 */

#hor_nav {
	background-image: url(../images/header/hor_nav_slice.jpg);
	background-repeat:repeat-x;
	height: 34px;
}

#hor_nav ul {
	list-style-type: none;
}

#hor_nav ul li {
	float: left;
	margin-top: 10px;
}

#hor_nav ul li .left {
	float: left;
	margin-left: 20px;
	margin-right: 25px;
}

#hor_nav ul li .right {
	float: right;
	margin-left: 15px;
	margin-right: 20px;
}

#hor_nav a:link, #hor_nav a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

#hor_nav a:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#hor_nav span {
	display: block;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/*  END OF HOR NAV */


/*
 *  LEFT/RIGHT SECTIONS
 */
#left_content {
	float: left;
	width: 733px;
	text-align: center;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	border-right: 1px dotted #999999;
}

#right_content {
	float: right;
	width: 220px;
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
	margin-right: 15px;
}

/*	END OF LEFT/RIGHT SECTIONS */


/*
 *	LEFT CONTENT SECTION
 */
#container {
	margin-top: 15px;
	text-align: center;
	width: 700px;
	min-height: 400px;
}

#container h1 {
	margin-top: 10px;
}

#container ul {
	list-style-type: none;
	margin-left: 30px;
}

#container ul li {
	float: left;
	display: block;
	width: 300px;
	text-align: center;
	margin-right: 35px;
}

#container ul li img {
	margin-bottom: 15px;
}

#container ul li p {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}

#container ul li div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

/*  END OF LEFT CONTENT SECTION */


/*
 *  VIDEO LINK SECTION
 */

.video {
	width: 75%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.video p {
	background: url(../images/copy/video.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 48px;
	padding-top: 10px;
	padding-left: 60px;
}


/*  END OF LINK SECTION */


/*
 *	LOWER (LEFT) CONTENT SECTION
 */
#lower_content {
	clear: left;
	background: #FFFFFF;
	padding-top: 15px;
	margin-bottom: 25px;
	margin-left: 35px;
	margin-right: 35px;
	text-align:left;
}

#lower_content h1 {
	margin-top: 10px;
	text-align: center;
}

#lower_content h2 {
	background: url(../images/copy/big_green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	height: 40px;
}

#lower_content h2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #339933;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 14px;
	padding-bottom: 0px;
	text-align: left;
}

#lower_content p {
	margin-bottom: 15px;
	text-align: left;
	line-height: 25px;
}

#lower_content ul {
	text-align: left;
	margin-left: 25px;
}

#lower_content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 25px;
}

/*  END OF LOWER CONTENT SECTION */


/*
 *	RIGHT CONTENT SECTION
 */

#right_content img {
	margin-top: 0px;
	margin-bottom: 5px;
}

#right_content #opt_in {
	background: #F7F7F7;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	width: 200px;
}

/*  END OF RIGHT CONTENT SECTION */


/*
 *	CLIENT LIST SECTION
 */

#client_list {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align:center;
}

#client_list img {
	margin-top: 30px;
}

/*	END OF CLIENT LIST SECTION */


/*	
 *	FOOTER SECTION
 *
 *	Contains the copyright notice
 */
 
#footer {
	padding: 5px;
	clear: both;
	background-color: #003366;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
}


#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}

/*	END OF FOOTER SECTION */
