	html, body
	{
		height: 100%;
	}
	
	body
	{
	margin: 0px;
	padding: 0px;
	font-family: "sans serif";
	font-weight: 400;
	color: #ccc;
	background-color: #012869;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 600;
		color: #454445;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}
	
	p
	{
	text-align: justify;
	font-weight: normal;
	font-size: 15px;
	color: #555555;
	}
	
	strong
	{
	padding-left: 40px;
	}
	
	a
	{
	color: #454445;
	text-decoration: none;
	}
	
	a:hover
	{
	text-decoration: none;
	color: #ff0000;
	text-align: left;
	}
	
	.container
	{
	width: 1200px;
	color: #555555;
	margin-right: auto;
	margin-left: auto;
	}
	
	.cta {
	width: 1200;
	font-family: "Open Sans";
	text-align: center;
	float: left;
	clear: both;
	}
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
	display: block;
	width: 100%;
	}
	
	.image-left
	{
	float: left;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: .2em;
	margin-left: 0;
	}
	
	.image-centered
	{
	display: block;
	margin: 0 0 1em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	margin: 0;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}
	
	ul.style1 li
	{
	overflow: hidden;
	display: block;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2.8em;
	padding-left: 0em;
	}
	
	ul.style1 li:first-child
	{
		padding-top: 0;
		border-top: none;
	}
	
	ul.style1 .image-left
	{
		margin-bottom: 0;
	}
	
	ul.style1 h3
	{
	text-transform: none;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	}
	
	ul.style1 a
	{
		text-decoration: none;
		color: #525252;
	}

	ul.style1 a:hover
	{
		text-decoration: underline;
		color: #525252;
	}

	ul.style2
	{
	margin: 0;
	padding-top: .5em;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	}
	
	ul.style2 li
	{
	text-align: justify;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	}
	
	ul.style2 li:first-child
	{
	border-top: 0;
	padding-top: 0;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em;
		background: #E7392D;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		color: #FFF;
	}

		.button:hover
		{
		}
		
		.button:active
		{
		}
		
		.button-big
		{
			padding: 1.6em 4em;
			font-size: 1.4em;
			font-weight: 900;
		}
			
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/


	.title
	{
	margin-bottom: 1em;
	}

	.title2
	{
	margin-bottom: 1em;

	border
;
	border: 1px solid #ccc;
	padding-right: 40px;
	padding-left: 40px;
	}

	.title h2
	{
	font-weight: 600;
	font-size: 1.8em;
	color: #323232;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header-wrapper
	{
	border-top: 8px solid #EF3535;
	text-align: right;
	}

	#header
	{
	position: relative;
	height: 100px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #012869;
	text-align: left;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	position: absolute;
	top: 213px;
	left: 1px;
	width: 510px;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	position: absolute;
	top: 5px;
	right: -1px;
	width: 416px;
	height: 96px;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
	display: block;
	padding: .5em .5em;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 5px;
	color: #fff;
	background-color: #012869;
	border: medium solid #fff;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	background-color: #fbfbfb;
	color: #012869;
	}
	
	#menu .current_page_item a
	{
	color: #012869;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fbfbfb;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
	{
	overflow: hidden;
	background-color: #fff;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-top-style: none;
	}

	#banner-wrapper2
	{
	overflow: hidden;
	background-color: #fff;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	}

	#banner .box-left
	{
	float: left;
	font-size: 24px;
	width: 600px;
	font-weight: 700;
	padding-left: 20px;
	height: auto;
	}

	#banner .box-right
	{
	float: left;
	width: 520px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #555555;
	height: 150px;
	}
	
	#banner h2
	{
		margin: 0em;
		padding: 0em;
		font-weight: 400;
		font-size: 3em;
		color: #3E454C;
	}
	

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#wrapper
	{
	height: auto;
	width: 1200px;
	}
	
	#page
	{
	overflow: hidden;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #012869;
	border-bottom-color: #012869;
	border-left-color: #012869;
	float: left;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 40px;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	float: left;
	width: 420px;
	background-color: #e2e5ec;
	padding: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	font-weight: 600;
	}

	#sidebar2 	{
	float: left;
	width: 450px;
	background-color: #e2e5ec;
	padding: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	}
	#sidebar3
	{
	float: left;
	width: 380px;
	background-color: #fff;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 80px;
	margin-right: 20px;
	}

	#stwo-col
	{
		margin-top: 2em;
	}

	#stwo-col h2
	{
		display: block;
		padding-bottom: 1.5em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 600;
		color: #454445;
	}

	#stwo-col .sbox1
	{
	float: left;
	width: 450px;
	}

	#stwo-col .sbox2
	{
	float: right;
	width: 420px;
	}

/*********************************************************************************/
/* Featured                                                                        */
/*********************************************************************************/

	#featured
	{
	height: 380px;
	background-size: cover;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(file:///C|/Users/Terri/Documents/CSI-government-contract-financing/businessman-smiling1200.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	overflow: hidden;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	}
	
	#copyright p
	{
	font-size: 0.8em;
	color: #999999;
	}
	
	#copyright a
	{
	color: #0099FF;
	}

/*********************************************************************************/
/* One Column                                                                    */
/*********************************************************************************/

	#onecolumn
	{
	margin-top: 2em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #012869;
	}
	
	#onecolumn .title
	{
	margin-bottom: .5em;
	}

	#onecolumn .title h2
	{
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	}
#form_l{
	margin:0px 0px 0px 40px;
	padding:0px;
	float:left;
	width:130px;
	font-size:11px;
	font-weight: 700;
	color: #333;
}
#form_r{
	margin:0px 40px 0px 0px;
	padding:0px;
	float:right;
	width:130px;
	font-size:11px;
	font-weight: 600;
	color: #333;
}
#form_l input{
	width:98%;
	font-weight: 600;
}
#form_r input{
	width:98%;
	font-weight: 600;
}
#form_s{
	text-align:center;
	font-weight: 600;
}
.subbtn{width:100px; background:#c41e40; color:#fff; padding:3px; border:none;}
.err{color:#ff0000; display:block; font-size:9px; height:12px; margin:3px 0px 0px 0px;}
.msg{font-size:14px; margin:0px 0px 0px 20px; color:#ff0000; display:block; font-weight:bold;}
#header-wrapper #header #banner-wrapper #banner .box-right p {
	color: #555555;
}
#apDiv1 {
	position:absolute;
	left:1071px;
	top:1451px;
	width:151px;
	height:55px;
	z-index:1;
}
#wrapper #page #content #onecolumn .title table tr td ul li {
	font-size: 14px;
}
#wrapper #page #content #onecolumn .title table {
	font-size: 14px;
}
