@import url('screen.css');

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#header {
	background-color: #000;
	width: 100%;
	font-weight: bold;
}

#header_inner {
	width: 980px;
	margin: 0 auto;
}

#header_inner ul li {
	float: left;
}

#header_inner ul li a {
	display: block;
	float: left;
	padding: 15px 10px;
	color: #777;
	text-decoration: none;
}

#header_inner ul li.highlight a {
	color: #0099CF;
}

#header_inner ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content_container {
	width: 980px;
	padding-top: 40px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

#main {
	width: 980px;
	padding-top: 40px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	font-size:15px;
}

#main h1 {
	font-size:34px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	color:#ff0000
}

#main h2 {
	font-size:26px;
	padding:10px 0;
	text-align:center;
	color:#347C17;
}

#main .subtitle {
	font-size:20px;
	font-style:italic;
	text-align:center;
}

#main .frm {
	text-align:center;
	width:800px;
	clear:both;
}

#main ul {
	list-style: outside disc;
	padding:10px 0 10px 40px;
	
}
#main ul li {
	padding:5px 0 5px 15px;
}

#main .main-content {
	width: 800px;
	margin: 0 auto 40px;
}


#main .msg {
	color:FF0000;
	clear:both;
	width:800px;
	margin: 20px auto -10px;
	text-align:center;
}

#contact_us {
	width: 980px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

#contact_us h1 { 
	font-size:36px;
	padding-bottom:10px;
}

#contact_us h2 { 
	font-size:26px;
	padding-bottom:10px;
	color:#FF0000;
}
#content_left {
	width: 380px;
	float: left;
	background-color: #F4EABD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	color: #756A3D;
}

#content_left h2 {
	font-size: 48px;
	font-weight: bold;
}

#content_left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0;
}

.cl_left {
	float: left;
	width: 170px;
	list-style-type: disc;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.cl_left a, .cl_left a:link, .cl_left a:visited {
	color:#756A3D;
	text-decoration:none;
}
.cl_left a:hover {
	text-decoration:underline;
}

.cl_right a, .cl_right a:link, .cl_right a:visited {
	color:#756A3D;
	text-decoration:none;
}

.cl_right a:hover {
	text-decoration:underline;
}
.cl_right {
	float: right;
	width: 180px;
	list-style-type: disc;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

#content_right {
	width: 540px;
	float: right;
}

.content_right_row {
	padding-bottom: 20px;
}

.content_right_row  h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 4px;
}

.content_right_row  p {
	font-size: 11px;
	line-height: 18px;
}

.content_right_row h2 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 100px;
	margin-top: -20px;
}

.content_right_row h4 {
	color: #777;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

h4 a, h4 a:link, h4 a:visited {
	text-decoration:none;
	color: #777;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

h4 a:hover {
	text-decoration:underline;
}

h2 a, h2 a:link, h2 a:visited {
	color: #000;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

.hr {
	margin: 7px 0 7px 79px;
	background-color: #ccc;
	height: 1px;
	width: 100px;
}

.hr hr {
	display: none;
}

.crr_boxed {
	background-color: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px 15px;
	height: 110px;
}

.crr_left {
	width: 260px;
	text-align: center;
	float: left;
}

.crr_right {
	width: 260px;
	text-align: center;
	float: right;
}

.ninja .crr_boxed {
	background-color: #F77E83;
	color: #7A0009;
}

.ninja .crr_boxed a, .ninja .crr_boxed a:link, .ninja .crr_boxed a:visited {
	text-decoration:none;
	background-color: #F77E83;
	color: #7A0009;	
}
.ninja .crr_boxed a:hover { 
	text-decoration:underline;
}

.ninja h2 {
	background: url(../img/icon_sprite.png) no-repeat 70px top;
}

.pipeline .crr_boxed {
	background-color: #C3E398;
	color: #2E5900;
}

.pipeline .crr_boxed a, .pipeline .crr_boxed a:link, .pipeline .crr_boxed a:visited {
	text-decoration:none;
	background-color: #C3E398;
	color: #2E5900;
}
.pipeline .crr_boxed a:hover { 
	text-decoration:underline;
}


.pipeline h2 {
	background: url(../img/icon_sprite.png) no-repeat -212px top;
}

.care .crr_boxed {
	background-color: #B5D7EE;
	color: #184669;
}

.care .crr_boxed a, .care .crr_boxed a:link, .care .crr_boxed a:visited {
	text-decoration:none;
	background-color: #B5D7EE;
	color: #184669;
}
.care .crr_boxed a:hover { 
	text-decoration:underline;
}

.care h2 {
	background: url(../img/icon_sprite.png) no-repeat 80px -330px;
}

.lunchbox .crr_boxed {
	background-color: #F9C082;
	color: #652E07;
}

.lunchbox .crr_boxed a, .lunchbox .crr_boxed a:link, .lunchbox .crr_boxed a:visited {
	text-decoration:none;
	background-color: #F9C082;
	color: #652E07;
}
.lunchbox .crr_boxed a:hover { 
	text-decoration:underline;
}


.lunchbox h2 {
	background: url(../img/icon_sprite.png) no-repeat -206px -330px;
}

#fb_wiget {
	float:left;
	width:380px;
	padding:20px;
	text-align:center;
}
#poobah {
	text-align:center;
	width:100%;
	padding:0 0 50px 0;
}
#scripts {
	text-align:center;
	padding:0px;
	margin:0px;
}
#brands_logo {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:800px;
	color:#444444;
	font-size:22px;
	font-weight:normal;
	padding-top:30px;
}

#content_lead {
	width: 380px;
	float: left;
	background-color: #F1EEE5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 5px 20px;
	color: #000;
	margin-top:20px;
}

#mc_embed_signup {
	width: 380px;
	background-color: #F1EEE5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 5px 20px;
	color: #000;
	margin:10px auto;
	clear:both;

} 

#mc_embed_signup h3 {
	color:#666;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}

.askquestion {
	background:#FFFFD4;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
