﻿/* Jack Curtis Website CSS Document October 2008 */

/*######################## Default Style ################################ */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
/*######################## Default Style ################################ */
.container {
	margin: 0;
	padding: 0;
}
.nbor {
	border: 0;
}
.imghold {
	float: left;
	margin: 0;
}
.italic {
	font-style: italic;
}
/*######################## Topnavigation Style ################################ */
.topnavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 8px 0 8px 0;
	float: right;
}
.topnavigation li {
	display: inline;
	margin: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.topnavigation a, .topnavigation a:visited {
	text-decoration: none;
	color: #333333;
}
.topnavigation a:active, .topnavigation a:hover {
	text-decoration: underline;
	color: #333333;
}
.icon {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
}
/*######################## leftnavigation red theme ################################ */
.redcol {
	background-color: #990000;
}
.whitecol {
	background-color: #ffffff;
}
.navred {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}
.navred a, .navred a:visited {
	text-decoration: none;
	color: #ffffff;
}
.navred a:active, .navred a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.navbreak {
	height: 28px;
	background: transparent url('../images/blt-break.gif') repeat-x scroll left bottom;
}
/*######################## leftnavigation white theme ################################ */
.navwhite {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	color: #990000;
}
.navwhite a, .navwhite a:visited {
	text-decoration: none;
	color: #990000;
}
.navwhite a:active, .navwhite a:hover {
	text-decoration: underline;
	color: #990000;
}
/* Promotion Box */
.promo {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
.promocont {
	background-color: #F2F4F4;
	border: 1px solid #EBEBEB;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0 10px;
}
.promotop {
	background: #ffffff url('../images/box_top.gif') no-repeat left top;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.promobot {
	background: #ffffff url('../images/box_bot.gif') no-repeat left top;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabtxt {
	padding: 10px 0 0 0;
}
.rectbox {
	background-color: #F4F4F6;
	border: 1px solid #EDEDEE;
	padding: 10px;
}
/*######################## Promo 160 box ################################ */
.promo160 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
.promo160cont {
	background-color: #F2F4F4;
	border: 1px solid #EBEBEB;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0 10px;
}
.promo160top {
	background: #ffffff url('img/box1_top.gif') no-repeat left top;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.promo160bot {
	background: #ffffff url('img//box1_bot.gif') no-repeat left top;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*######################## Content Box box ################################ */
.contbox {
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0 10px;
}
.conttop {
	background: #ffffff url('../images/cont_box_top.gif') no-repeat left top;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.contbot {
	background: #ffffff url('../images/cont_box_bot.gif') no-repeat left top;
	height: 15px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*######################## Content Section ################################ */
.homebody {
	font-size: 14px;
	color: #666666;
	line-height: 19px;
}

.body {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
a.body:link, a.body:visited {
	text-decoration: underline;
	color: #666666;
}
a.body:active, a.body:hover {
	text-decoration: underline;
	color: #CC0000;
}
.body1 {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
a.body1:link, a.body1:visited {
	text-decoration: underline;
	color: #666666;
}
a.body1:active, a.body1:hover {
	text-decoration: underline;
	color: #CC0000;
}
.titlebig {
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	color: #CC0000;
	padding-bottom:5px;
}
a.titlebig:link, a.titlebig:visited{
	text-decoration:none;
	color:#CC0000;
}
a.titlebig:active, a.titlebig:hover{
	text-decoration:underline;
	color:#CC0000;
}
.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #CC0000;
}
a.title:link, a.title:visited{
	text-decoration:none;
	color:#CC0000;
}
a.title:active, a.title:hover{
	text-decoration:underline;
	color:#CC0000;
}
.pagetitle {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #CC0000;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #CC0000;
}
a.subtitle:link, a.subtitle:visited{
	text-decoration:underline;
	color:#CC0000;
}
a.subtitle:active, a.subtitle:hover{
	text-decoration:none;
	color:#CC0000;
}

.list {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
.list a, .list a:visited {
	text-decoration: none;
	color: #666666;
}
.list a:active, .list a:hover {
	text-decoration: underline;
	color: #CC0000;
}

ul.disc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 0px 25px;
	list-style-type: disc;
	margin: 0px;
}
ul.disc li{
	padding: 0px 0px 5px 4px;
	color:#707070;
}
ul.weblinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 0px 20px;
	list-style-type: disc;
	margin: 0px;
}
ul.weblinks li{
	padding: 0px 0px 5px 15px;
	color:#707070;
	list-style-type:none;
	background: transparent url('img/icon-web.gif') no-repeat scroll left 2px;;
}
.weblinks a, .weblinks a:visited {
	text-decoration: none;
	color: #00A4E4;
	padding-right:15px;
}
.weblinks a:active, .weblinks a:hover {
	text-decoration: underline;
	color: #0164A7;
}

/*######################## Forms Section ################################ */
form {
	padding: 0px;
	margin: 0px;
}
.req {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #ff0000;
}
.input {
	padding: 1px 0;
	margin: 0px;
	width: 200px;
	border: 1px solid #CFCED2;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.textarea {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 40px;
	border: 1px solid #CFCED2;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.select {
	padding: 0px;
	margin: 0px;
	width: 200px;
	border: 1px solid #CFCED2;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
.select1 {
	padding: 0px;
	margin: 0px;
	width: 98%;
	border: 1px solid #CFCED2;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
.inputphone {
	padding: 1px 0;
	margin: 0px;
	width: 59px;
	border: 1px solid #CFCED2;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.textarea1 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 60px;
	border: 1px solid #CFCED2;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.button {
	width: 65px;
	padding: 1px;
	background-color: #DFDEE1;
	border-left: 1px solid #9D9DA1;
	border-top: 1px solid #9D9DA1;
	border-right: 1px solid #BFBEC1;
	border-bottom: 1px solid #BFBEC1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-seri1f;
}
/*######################## Footer Section ################################ */
.footer {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
a.footer:link, a.footer:visited {
	text-decoration: underline;
	color: #666666;
}
a.footer:active, a.footer:hover {
	text-decoration: underline;
	color: #CC0000;
}
