/********************************************
* NxSystems
*
* Created 6/9/2009- Michelle Foldes
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 75%; }

body {
    color: #333; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #27709b url(../images/bg2.jpg) top center repeat-x;
	margin-bottom: 50px;
}

/* Text Elements
-----------------------------*/

h1,h5,h6 { 
  color: #333; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1.1em; margin-bottom: 0.75em; margin-top: 0.75em; color: #005b6b; }
h3 { font-size: 1.0em; line-height: 1; margin-bottom: 0.75em; margin-top: 1em; color: #333; }
h4 { font-size: 1.05em; line-height: 1.25; margin-bottom: 1.25em; color: #005b6b; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; font-size: 12px; line-height: 14px;}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 0; }

a:focus, 
a:hover     { color: #5328fa; text-decoration: none; }
a           { color: #5328fa; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*********************************
* Layout Definitions
*********************************/

.container {
    margin: 0 auto;
    width: 740px;
	margin-top: 0;
    background: #375b8d url(../images/bg3.jpg) top left repeat-x;
	overflow: hidden;
}

a.logo img {
    width: 571px;
    height: 49px;
    display: block;
    padding: 0;
	overflow: hidden;
    text-indent: -9999px;
	float: left;
}

.header {
    margin: 0 auto;
    width: 710px;
	height: 74px;
	margin-top: 26px;
	background: #ffffff url(../images/header_bg.jpg) top center no-repeat;
}

.content {
    margin: 0 auto;
    width: 710px;
	height: 387px;
	background: #ffffff top center no-repeat;
}

.global {
    float: right;
	color: #326184;
	width: 128px;
}

.global a {
    float: left;
	color: #326184;
	font-size: 9px;
	text-decoration: none;
	align: left;
	display: block;
	margin: 4px 0 0 0;
	padding-left: 8px;
}

.content-main {
    margin: 0 auto;
    width: 343px;
	float: left;
	background: #ffffff url(../images/bg_vision.jpg) top left no-repeat;
	border-left: 1px solid #2661ad;
	height: 141px;
	overflow: hidden;
}

.sidebar {
    margin: 0 auto;
    width: 365px;
	float: right;
	background: #ffffff url(../images/bg_mission.jpg) top left no-repeat;
	border-right: 1px solid #2661ad;
	height: 141px;
	overflow: hidden;
}


.sidebar p {
    font-size: 10px;
	color: #666666;
	line-height: 16px;
	padding: 66px 110px 0 0;
	width: 230px;
	text-align: center;

}

.content-main p {
    font-size: 10px;
	color: #666666;
	line-height: 16px;
	padding: 34px 0 0 100px;
	width: 230px;
	text-align: center;
}

.home-image {
    width: 710px;
	height: 246px;
	float: left;
	display: block;
	margin: 0 auto;
}

.nav {
    background: url(../images/bg_nav.jpg) no-repeat;
	height: 24px;
	width: 594px;
	float: left;
}

.footer {
    margin: 0 auto;
    width: 740px;
	height: 34px;
	background: #ffffff url(../images/footer_bg.jpg) top left no-repeat;
	float: left;
}

.footer p {
    color: #333333;
	font-size: 11px;
	padding: 9px 0 0 25px;
}


.designed {
    margin: 0 auto;
    width: 740px;
	height: 34px;
}

.designed p {
    color: #333333;
	font-size: 9px;
	float: right;
	padding-top: 5px;
	padding-right: 16px;
}

