/* Start of CMSMS style sheet 'main' */
/* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a {
	border: none;
}
a:active {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height:15px;
}
:focus {
	outline: 0;
}

/* Lists and Tables */
ul {
	list-style-type: disc;
}
li {
	margin-left:20px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.3em;
	margin:15px 0;
}
.table-head {
	font-size: 0.8em;
	height: 3.0em;
	line-height: 3.0em;
	background: #4CB041;
	color: #FBFBFB;
	text-transform: uppercase;
}
th {
	padding: 0px 15px;
	font-weight:bold;
}
td {
	padding: 10px 10px;
	background: #fff;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Main styles */
.right {
	float: right;
}
.left {
	float: left;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
body {
	background: #FFF;
	color: #777777;
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
	overflow: hidden;
}

/* Links Style */
a:link, a:visited {
	color: #1c3d66;
	text-decoration: underline;
}
a:hover {
	color: #3b70ad;
	text-decoration: underline;
}
a:active {
	color: #8b8b8b;
	text-decoration: underline;
}

/* Headings */
h1, h2 {
	border-bottom: 1px solid #c6c6c6;
	color: #8b8b8b;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 5px 0 10px 0;
}
h2 {
	font-size: 1.1em;
}
h3, h4 {
	border: 1px solid #c6c6c6;
	color: #8b8b8b;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 0 4px 10px;
	margin: 13px 0 13px 0;
}
h4 {
	font-size: 0.8em;
}
/* Header */
#header {
	height: 150px;
	position: relative;
	z-index: 1;
}
	#header p#rapid-info {
		color: #a2a2a2;
		font-style: italic;
		font-size: 1.3em;
		line-height: 1.2em;
		position: absolute;
		right: 0px;
		top: 54px;
		text-align: right;
                margin-top:-35px;
	}
	
	/* Navigation */
	ul#navigation {
		bottom: 0px;
		list-style: none;
		position: absolute;
		right: 10px;
		float:right;
	}
		ul#navigation li {
			background: url(uploads/images/tab.gif) 0% 0px;
			display: inline;
			float: left;
			font-size: 1.3em;
			margin: 0 0 0 7px;
			width: 113px;
			position: relative;
		}
		ul#navigation li a {
			color: #8b8b8b;
			display: block;
			line-height: 37px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
		}
		#navigation li a:hover {
			background-position: 0 -37px;
		}
		#navigation li:hover {
			background-position: 0 -37px;
		}
			/* Current list item */
			#navigation li.current-item {
				background-position: 0 -74px;
			}
			/* Current list item */
			#navigation li.current-item a {
				background-position: 0 -74px;
				color:white;
			}
		
		/* Dropdown */
		#navigation ul.ddown {
			position: absolute;
			top: 37px;
			left: -7px;
			display: none;
		}
			#navigation ul.ddown li {
				background: #333;
				border: 1px solid #474747;
				border-top: none;
				font-size: 0.8em;
				text-transform: uppercase;
				width: 225px;
			}
			#navigation ul.ddown li:hover {
				background: #3b3b3b;
			}
				#navigation ul.ddown li a {
					line-height: 25px;
					color: #969696;
					text-align: left;
					margin-left: 10px;
				}

	/* Logo */
	#header h1#logo, #header h1#logo a { 
		display: block;
		height: 70px;
		width: 310px;
	}
	#header h1#logo { 
		background: url(uploads/images/logo.jpg) no-repeat;
		border: none;
		height: 70px;
		left: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -9999em;
		top: 32px;
	}

/* Promo */
#promo-box {
	position: relative;
	height:auto;
}

	/* Video boxes */
	#video { 
		height: 280px;
		width:430px;
		left: 525px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		border: none;
		color:#000;
	}
	#video2 { 
		height: 350px;
		width:680px;
		text-align:center;
		margin: 0;
		padding: 0;
		border: none;
		color:#000;
	}

/* Page */
#page {
	position: relative;
	margin: 50px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}
	#page h1.title {
		height: 19px;
		margin: 0 0 20px 0;
		padding: 0;
		width: 251px;
		background: none;
		border: none;
	}
	#page .mini-box {
		float: left;
		width: 290px;
		font-size: 0.95em;
	}
		.mini-box .desc {
			width: 275px;
		}
		.mini-box .desc a {
			text-decoration: underline;
		}
	/* What we offer box */
	#center-box {
		margin: 0px 45px;
	}
	
	/* Right column */
	#right-col {
		width: 250px;
		float: right;
		color: #5e5e5e;
	}
		#right-col .guarantees li {
			margin: 2px 0 0 20px;
			padding: 0 0 0 5px;
		}
	#right-col h2 {
		border: none;
		color: #8b8b8b;
		font-size: 1.3em;
		font-weight: bold;
		margin: 5px 0 15px 0;
		padding: 5px 0 10px 0;
	}
	/* Full width page (about us, services, contact us) */
	#full-page {
		float: left;
		width: 635px;
		line-height: 1.7em;
		border-right: 1px solid #c6c6c6;
		padding: 0 40px 0 10px;
	}
	#full-page a {
		text-decoration:underline;
	}
	#noborder {
		border: 0;
	}
	h2.hide { 
		border: none;
		left: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -9999em;
	}

/* Search and Testimonials */
#fast-search {
	background: #e2e2e2;
	border: 1px solid #c6c6c6;
	padding: 12px;
	text-align: center;
}
	.input-search {
		border: 1px solid #c6c6c6;
		color: #ababab;
		font-size: 0.7em;
		padding: 8px;
		text-transform: uppercase;
		width: 165px;
		margin-right:10px;
	}
	.input-search-go {
		background: #214571;
		border: none;
		color: white;
		font-size: 0.7em;
		padding: 5px;
	}
	/* Testimonial */
	.testimonial {
		color: #8b8b8b;
		font-size: 0.9em;
		line-height: 1.6em;
		text-align: right;
		margin: 20px 4px 0 0;
		float: right;
		width: 85%;
	}

/* Forms */
input, select, textarea
{
	background: url(uploads/images/input-back.gif) repeat-x;
	border: 1px solid #c6c6c6;
	color: #333;
	padding: 8px;
}
.input-go {
	background: #214571;
	border: none;
	color: white;
	font-size: 0.7em;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
}
/* Contact form error message */
p#form-info {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(uploads/images/cisily_32_warning.gif) left no-repeat;
	display:none;
}
/* Contact form success message */
p#form-success {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(uploads/images/cisily_32x_yes.gif) left no-repeat;
	display:none;
}

/* Footer */
#footer {
	color: #a3a3a3;
	border-top: 1px solid #dddddd;
	font-size: 1.2em;
	position: relative;
	text-align: right;
	padding: 10px 0 10px 0;
}
.credits {
	float:left;
	margin-left:2px;
}
.credits a, a:hover, a:visited, a:active {
	text-decoration:none;
}
.video-block {
	padding:10px;
	background:#eee;
	border:1px #c6c6c6;
	margin-bottom:20px;
}
.video-block a {
	text-decoration:none;
}
.video-block h3 {
	border:none;
	margin:0;
	margin-left:-8px;
}
.video-block p {
	margin-bottom:6px;
}
.fsSectionHeading {
	display:none;
}
.fsSectionText {
	display:none;
}
.fsPage {
	margin-top:-65px;
}
#fsSubmissionCheckmark {
	width: 75px;
	height: 68px;
	float: left;
	background:url(http://www.formspring.com/forms/images/2/confirmationCheckmark.png);
}
.fsSectionHeading2 {
	font-size:20px;
	line-height:36px;
	font-size:150%;
	font-weight:700;
	font-weight:normal;
	margin:0;
	border-bottom:none;
}
.fsSectionText2 {
	
}

#formstack-side {
	margin-left:-40px;
}
/* End of 'main' */

