body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #1f2648;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.5em;
	color:242961;
}

h2 {
	font-size:1.0em;
}

p {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style:none;
}
	
a {
	text-decoration:none;
	color:98a9d1;
}

a:hover {
	color: #3253a4;
}

a:visited {
	color: #98a9d1;
}

blockquote {
	font-style: italic;	
}

/*HEADER STYLES*/
#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:12;
}

#header-container {
	height: 188px;
}

#header {
	width: 1200px;
	margin: 0;
}

/*Header Row1 Styles*/
ul#header-row1 {
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	
	
}

ul#header-row1 li {
	display:inline-block;
	outline: none;
	margin:0;
}

/*Header Row2 Styles*/
ul#header-row2 {
	list-style:none;
	margin:0;
	padding:90px 0px 0px 0px;
	position: absolute;
	z-index:14;
}

ul#header-row2 li {
	display:block;
	outline: none;
	margin:0;
	padding:0;
	position:absolute;
}

/*Global Nav Styles, residing in Header-row02*/
ul#header-row2 li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	position: absolute;
	outline: none;
}

/*ul#header-row2:hover li a{
	background-position: left bottom;	
}*/

ul#header-row2 li a:active{
	background-position: left bottom;
}

ul#header-row2 li a:hover{
	background-position: left center;
}

/*home Nav Styles*/
ul#header-row2 li a.home {
	background-image: url(../images/nav_home.jpg);
	height: 24px;
	width: 100px;	
	left: 247px;	
}

/*whoAreWe Nav Styles*/
ul#header-row2 a.whoAreWe{
	background-image: url(../images/nav_whoAreWe.jpg);
	height: 24px;
	width: 97px;
	left: 347px;
}

/*whatWeDo Nav Styles*/
ul#header-row2 a.whatWeDo{
	background-image: url(../images/nav_whatWeDo.jpg);
	height: 24px;
	width: 99px;
	left: 444px;
}

/*whenYouCome Nav Styles*/
ul#header-row2 a.whenYouCome{
	background-image: url(../images/nav_whenYouCome.jpg);
	height: 24px;
	width: 98px;
	left: 543px;
}

/*contactUs Nav Styles*/
ul#header-row2 a.contactUs{
	background-image: url(../images/nav_contactUs.jpg);
	height: 24px;
	width: 99px;
	left: 641px;
}

/*faq Nav Styles*/
ul#header-row2 a.faq{
	background-image: url(../images/nav_faq.jpg);
	height: 24px;
	width: 98px;
	left: 740px;
}

/*links Nav Styles*/
ul#header-row2 a.links{
	background-image: url(../images/nav_links.jpg);
	height: 24px;
	width: 100px;
	left: 838px;
}

/*row02img03 Nav Styles*/
ul#header-row2 li.row02img03{
	background-image: url(../images/header_r203.png);
	height: 24px;
	width: 262px;
	left: 938px;
}

/*Header Row3 Styles*/
ul#header-row3 {
	list-style:none;
	margin:0;
	padding:114px 0px 0px 0px;
	position: absolute;
}

ul#header-row3 li {
	display:inline;
	outline: none;
	margin:0;
	padding:0;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:10;
}

#footer-container {
	height: 62px;
	background: url(../images/footer.png);
	background-repeat:no-repeat;
}

#footer {
	position:absolute;
	width: 1200px;
	margin: 0 auto;
	padding-left: 280px;
	font-size: 1.2em;
	color:#FFF;
	padding-top:25px;
}

#footer p {
	padding-left:590px;
	
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
}

#footer ul li {
	float: left;
	margin-right: 20px;
}

#footer ul li p {
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}


#footer a{
	color: #FFF;
}
#footer a:hover {
	color:#F00	
}
#footer a:visited {
	color: #FFF;
}


#sidebar-wrap {
	position: fixed;
	top: 188;
	left: 0;
	width: 100%;	
	z-index:9;
}

#sidebar-container {
	width: 265px;
	height:2000px;
	background: url(../images/sidebar_tile.png);
	background-repeat:repeat-y;
	margin-top: 188px;
	z-index:7;
}

#sidebar {
	position: fixed;
	top: 188;
	left: 0;
	width: 265px;
	height: 477;
	padding: 477px 0 40px;
	background: url(../images/sidebar.png);
	background-repeat:no-repeat;
	z-index:8;
}

#sidebar h1 {
	top: 75px;
	width:230px;	
	margin: 0;
	padding: 0;
	color: #3253a4;
	text-align:right;
	font-size: 1.8em;
	position:absolute;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
	position: absolute;
	top: 145px;
	right: 0;
	text-align:right;
}

#sidebar ul li {
	margin-right: 35px;
	margin-bottom:13px;
	font-size: 1.5em;
	color: #98a9d1;
}

#sidebar ul li a{
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #3253a4;
}


#container {
	/*width: 100%;*/
	margin: 0 auto;
	font-size: 1.4em;
	color:#FFF;
	overflow:auto;
	padding-top: 165px;
	padding-left: 280px;
	padding-bottom: 62px;
	position:static;
	z-index:11;
}

#page-intro-text {
	width:630px;
	position:absolute;
	z-index:5;
	padding-top:10px;
}

#content {
	width: 660px;
	padding-top: 115px;
}

#image-content-left {
	float:left;
	padding: 0px 12px 0px 5px;
}
#image-content-right {
	float:right;
	padding: 0px 5px 0px 8px;
}

#portrait-image-content {
	height: 171px;
	
}

#headline {
	width:950px;
	height:73px;
	position:absolute;
	left:0;
	background-image:url(../images/headline_bgrnd.jpg);
	background-repeat:no-repeat;
	padding-left: 280px;
	padding-bottom:10px;
	border:0px:


}

#headline h1 {
	color: #1f2648;
position:relative;
top:15px;
}

#headline h2 {
	color: #1f2648;
position:relative;
bottom:2px
}






#page-intro-wrap {
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:0;
}

#page-intro-container {
	height: 290px;
	background: url(../images/page_intro_bgrnd.gif);
	background-repeat:repeat-x;
	z-index:0;
}

#page-intro-container img {
margin-left:940px;
}

#pagetop {
	position:absolute;
	top: 0;
	left: 0;
}
