@charset "UTF-8";

body {
	background-image:url(../images/if/ctBodyBG.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100% Tahoma, Arial;
}

/* major container */
.oneCol #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* header setup */
.oneCol #headerTop {
	width:750px;
	height:10px;
	background-image:url(../images/if/stripeBG.jpg);
	border-bottom:1px solid rgb(125,125,125);
}
.oneCol #headerMiddle {
	position:relative;
	width:750px;
	height:90px;
	margin:0;
	background-color:white;
	z-index:100;
}
.oneCol #ctLogo {
	float:left;
	background-image:url(../images/if/stripeBG.jpg);
	background-repeat:repeat;
	border-right:1px solid rgb(125,125,125);
	z-index:500;
}
.oneCol #ctFlash {
	position:relative;
	width:449px;
	height:90px;
	margin:0;
	padding:0;
	z-index:500;
}
.oneCol #headerBottom {
	width:750px;
	height:10px;
	background-image:url(../images/if/stripeBG.jpg);
	background-repeat:repeat;
	border-top:1px solid rgb(125,125,125);
}

/* nav setup */
.oneCol #mainNav {
	width:750px;
	height:25px;
	margin-bottom:-20px;
	background-image:url(../images/if/stripeBG.jpg);
	background-repeat:repeat;
	border-top:1px solid rgb(125,125,125);
}

/* content setup */
.oneCol #mainContent {
	margin:0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:20px;
	background: rgb(225,225,225);
	z-index: 1;
}

/* text setups */
.oneCol #mainContent h1 {
	font-style:italic;
	font-size:150%;
	color:black;
	padding-left:35px;
	padding-top:18px;
	height:45px;
	margin-top:20px;
	margin-bottom:-27px;
	background-image:url(../images/if/h1Flame.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.oneCol #mainContent h1.noImg {
	font-style:italic;
	font-size:150%;
	color:black;
	padding-left:35px;
	padding-top:18px;
	height:45px;
	margin-top:20px;
	margin-bottom:-27px;
	background-image:none;
	background-position:left;
	background-repeat:no-repeat;
}
.oneCol #mainContent h2 {
	font-style:italic;
	font-size:120%;
	color:black;
	margin:30px 0 -13px 0;
	padding-left:35px;
}

.oneCol #mainContent p {
	padding-left:35px;
	font-size:95%;
	letter-spacing:.05em;
}
.oneCol #mainContent p.testimonial {
	letter-spacing:.05em;
	font-size:95%;
	color:black;
}
.oneCol #mainContent p.testSignature {
	letter-spacing:.02em;
	font-size:90%;
	font-style:italic;
	color:black;
}

.oneCol #mainContent ul {
	font-size: 95%;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 75px;
	letter-spacing:.05em;
}

.oneCol #mainContent ol {
	font-size: 95%;
	list-style-position: outside;
	padding-left: 75px;
	letter-spacing:.05em;
}

.oneCol #mainContent a {
	color:black;
	text-decoration:underline;
}
.oneCol #mainContent a:hover {
	color:white;
	background-color:black;
	text-decoration:none;
}


/* image setups for using pictures in the main content area */
.oneCol #mainContent .photoRT {
	float:right;
	margin:10px 20px 10px 10px;
	padding:0;
}
.oneCol #mainContent .photoRT img {
	border:1px solid black;
}
.oneCol #mainContent .photoRT p {
	font-size:75%;
	margin:0;
	padding:0;
	color:black;
}
.oneCol #mainContent .photoLT {
	float:left;
	margin:10px 10px 10px 20px;
	padding:0;
}
.oneCol #mainContent .photoLT img {
	border:1px solid black;
}
.oneCol #mainContent .photoLT p {
	font-size:75%;
	margin:0;
	padding:0;
	color:black;
}
	

/* footer setup */
.oneCol #textMenu {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/if/stripeBG.jpg);
	background-repeat:repeat;
	margin-top:-18px;
	border-top:1px solid rgb(125,125,125);
}
.oneCol #textMenu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:85%;
	text-align:center;
}
.oneCol #textMenu a {
	color:black;
	text-decoration:none;
}
.oneCol #textMenu a:hover {
	color:white;
	text-decorat0::none;
	background-color:black;
}

/* copyright setup */
.oneCol #copyright {
	width:750px;
	height:40px;
	margin:0 auto;
	padding:0;
	background-color:black;
}
.oneCol #copyright p {
	font-size:70%;
	color:rgb(125,125,125);
	margin:0;
	padding:10px 0px 0px 5px;
}
.oneCol #copyright a {
	color:rgb(125,125,125);
	text-decoration:none;
}
.oneCol #copyright a:hover {
	color:white;
	background-color:rgb(125,125,125);
	text-decoration:none;
}

.oneCol table#contactForm {
	margin-left:35px;
	width: 650px;
}
.oneCol table#contactForm td {
	padding-top:10px;
}
.oneCol table#contactForm label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:blue;
}
.oneCol table#contactForm input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:black;
	background-color:white;
}

/* span setups and special classes */
.bold {
	font-weight:bold;
}
.red {
	color:red;
}
.green {
	color: green;
}
.blue {
	color:blue;
}
.italic {
	font-style:italic;
}
.small {
	font-size:70%;
}
.verySmall {
	font-size:60%;
}
.ind25px {
	padding-left:25px;
}
.clearfloat {
	clear:both;
}
.underline {
	text-decoration: underline;
}