@charset "UTF-8";
/* Arketi Default CSS Document */

/* BASE CSS Reset */
/* Items here are the default starting point and can be modified and removed to adjust for any specific project */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height:100%;
}
body {
	line-height: 1;
	background-color:#d8dce0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(../images/landing/background.gif);
	background-repeat:repeat-x;
}
ol, ul {
	margin-left:15px;
	list-style: disc;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* General Global Settings */
/* Settings carried throughout the site and used as standards */
#content {
	width:971px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/landing/content_bkg.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding-left:30px;
}

#content h1 {
	color:#FFFFFF; 
	font-weight:normal;
	font-size:26px;
	width:585px;
	margin-bottom:8px;
	
}

#content h2 {
	color:#FFFFFF; 
	font-weight:normal;
	font-size:15px;
	width:585px;
	line-height:1.4em;
}

#content p {
	color:#014a7f; 
	font-weight:normal;
	font-size:11px;
	width:585px;
	line-height:1.5em;
	margin-bottom:15px;
}

#content ul {
	color:#f98300;
}

#ctaForm {
	width:367px;
	height:590px;
	background-image:url(../images/landing/CTA.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left: 615px;
}

#contact_form {
	position:absolute;
	left: 60px;
	top: 260px;
}

#thankyou {
	position:absolute;
	left: 60px;
	top: 260px;
	color:#263e6f;
	width:275px;
	display:none;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
}

#twitter {
	position:absolute;
	left: 60px;
	top: 390px;
	
}

/* Global DIV and Container Settings */
/* Divs and containers used on the whole site */


/* Divs and containers used on the homepage only */



/* Subpage DIV and Container Settings */
/* Divs and containers used on subpages only */



/* CTA Settings */
/* Divs, containers and other elements used in Calls to action */



/* Navigation Settings */
/* Divs, containers and other elements used in the main site navigation */



/* Link Settings */
/* Header, footer and any link needing special treatment */



/* Type styles */
/* Headings, type treatments and other typography standards */



/* Table Settings */
/* table stylings, borders, spacing and other <table> standards */



/* Html overides / Hacks */
/* Any special id/classes for overiding defined styles goe here, such as color, top margins, and specific image boards */



/* RSS ssettings */
/* Any special RSS feed settings for Javacript or HTML aggregators */



/* Other */
/* Any small use CSS code needed for specific instances or does not go anywhere else */
