/* Main containers */
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#435569;
	background-color:#141414;
}

#outer_container {
	background-color:#fff;
	width:100%;
	padding-bottom:130px;
}

#container {
	margin:0px auto 0px auto;
	width:1000px;
	background-image:url('../images/header_bg.png');
	background-repeat:no-repeat;
	background-color:#fff;
}



/* Header */
#header_border {
	position:absolute;
	top:0px;
	width:100%;
	height:23px;
	z-index:100;
	background-color:#000;
}
#portal_link {
	width:1000px;
	margin:3px auto 3px auto;
	text-align:right;
}
#portal_link a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#portal_link a:hover {
	color:#aaa;
	text-decoration:none;
}
#header {
	margin:0px auto 0px auto;
	width:1000px;
}
#logo {
	float:left;
	margin:20px 0 0 15px;
}



/* Content */
#content {
	clear:both;
	margin:60px auto 0px auto;
	width:1000px;
	text-align:left;
	position:relative;
}



/* Footer */
#footer {
	margin:0px;
	padding:0px;
	width:100%;
	color:#fff;
	background-color:#0f0f0f;
	background-image:url('../images/footer_bg.png');
	background-repeat:repeat-x;
}
#footer_container {
	width:1000px;
	margin:0px auto 0px auto;
	letter-spacing:-.05em;
}
#footer_left {
	font-size:18px;
	line-height:20px;
	padding:0px 15px;
	width:630px;
	float:left;
}
#footer_right {
	padding:0px 15px;
	width:290px;
	float:right;
	font-size:17px;
	line-height:28px;
}
#footer a {
	color:#79b8ff;
	text-decoration:none;
	border-bottom:1px dotted;
}
#footer a:hover {
	color:#4f85c3;
}


/* Poup Boxes (from center stage) */
.popup_box {
	width:293px;
	height:155px;
	padding:20px 7px 5px 7px;
	background-image:url('../images/service_popup.png');
	position:absolute;
	top:260px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
}


/* H1-H6 */
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin-bottom:0px;
}
h1 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;
}


/* Service Pages */
.service_div_right {
	width:650px;
	float:right;
}
.service_div_left {
	width:330px;
	float:left;
}
.view_examples {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#48dc00;
}
.view_examples:hover {
	color:#3aae01;
}
.examples_list {
	color:#a71017;
}
.examples_list a {
	color:#d5272f;
	text-decoration:none;
}
.examples_list a:hover {
	color:#a71017;
	text-decoration:underline;
}


/* Service Examples */
.service_examples li {
	list-style:none;
}


/* Contact Form */
#contact_form {
	border:none;
}
#contact_form label {
	float:left;
	width:250px;
	margin-bottom:10px;
	padding-top:3px;
	clear:both;
	text-align:right;
}
#contact_form .text_box {
	float:left;
	width:250px;
	margin-bottom:10px;
	margin-left:15px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Misc */
img, a img {
	border:none;
}
#header #primary {
	text-align:right;
}
#header #primary li {
	display:inline;
}