/* Site Name CSS by NQ Webdesign www.nqwebdesign.com */


/* -- IMPORTED STYLESHEETS
----------------------------------------------------------------------------------------------------------*/
@import "reset.css";
@import "typography.css";
@import "common.css";
@import "form.css";

/* -- DEFAULT
----------------------------------------------------------------------------------------------------------*/
body
{
	font:12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background:url(../images/layout/body.gif) repeat-x 0 0;
}
span#nqweb-link
{
	background:url(../images/nqweb/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/
div#layout
{
	min-width:760px;
	text-align:center;
}

div#header-wrap,
div#main-wrap,
div#footer-wrap,
div#nav-wrap,
div#intro-wrap
{
}

div#header-wrap { }
div#main-wrap	{ background:#FFF; }
div#footer-wrap { background:#00476C url(../images/layout/footer.gif) repeat-x 0 100%; }
div#nav-wrap	{ background:#01324C; border-bottom:1px solid #1D739F; }
div#intro-wrap	{ background:#01476B; }

div#header,
div#main,
div#intro,
div#footer,
div#nav
{
	margin:0 auto;
	width:760px;
	text-align:left;
	clear:both;
}

div#header { height:125px; }
div#main { background:url(../images/layout/main.gif) repeat-y; }
div#footer { font-size:11px; color:#4CB8F0; }


div#sidebar { float:left; width:240px; }
div#content { float:left; width:520px; }
div#sidebar-inner{ padding:55px 25px 20px 25px; color:#095983; }
div#content-inner{ color:#444; padding:15px 25px; background:#FFF; }



div#logo { float:left; margin-right:20px; }
div#nav { padding:0 25px; width:710px; }
div#intro-inner { text-align:left; padding:20px 273px 5px 25px;  color:#4CB8F0; }
div#intro-inner { background:url(../images/layout/photoA.jpg) no-repeat 100% 50%; }
body#page-about div#intro-inner { background:url(../images/layout/photoB.jpg) no-repeat 100% 50%; }
body#page-how-why div#intro-inner { background:url(../images/layout/photoC.jpg) no-repeat 100% 50%; }
body#page-faq div#intro-inner { background:url(../images/layout/photoD.jpg) no-repeat 100% 50%; }
div#footer-nav{ padding:10px 25px 25px 25px; }
div#footer-info{ padding:10px 25px; text-align:center; line-height:18px; }

#logo h1
{
	margin:0;
	line-height:0;
	padding:0;
}

#header h2
{
	font-weight:normal;
	color:#E35121;
	display:block;
	padding:50px 0 0 0;
	font-size:16px;
}

/* -- NAVIGATION
----------------------------------------------------------------------------------------------------------*/

#nav ul
{
  list-style:none;
  padding:0;
  margin:0;
  float:left;
  display:block;
  border-left:1px solid #011E2E;

}

#nav ul li
{
	display:inline;
	margin:0;
	padding:0;
}

#nav ul li a
{
	float:left;
	display:block;
	padding:7px 20px;
	font-size:16px;
	text-decoration:none;
	line-height:25px;
	color:#FFF;
	border-right:1px solid #011E2E;
}

body#page-home #nav ul li#home a,
body#page-about #nav ul li#about a,
body#page-how-why #nav ul li#how-why a,
body#page-faq #nav ul li#faq a,
body#page-feedback #nav ul li#feedback a,
body#page-contact #nav ul li#contact a,
#nav a:hover
{
	background:#FFF;
	color:#E35121;
	border-right-color:#E0E0E0;
}

/* -- TYPOGRAPHY > HEADINGS, PARAGRAPHS, LISTS
----------------------------------------------------------------------------------------------------------*/
#content h1,
#sidebar h1,
#intro h1
{
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}
#content h1, #sidebar h1
{
	font-size:20px;
	font-weight:normal;
	color:#01476B;
}
#content h2, #sidebar h2
{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#E35121;
}

#content h3, #sidebar h3
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

#sidebar h3
{
	color:#00476C;
}

#intro h1
{
	color:#FFF;	
	font-size:20px;
	font-weight:normal;
}

/* -- LINKS
----------------------------------------------------------------------------------------------------------*/

#content a:link, #content a:visited,
#sidebar a:link, #sidebar a:visited
{
	text-decoration:none;
	color:#E35121;
	border-bottom:1px dotted #E35121;
}

#content a:hover,
#sidebar a:hover
{
	text-decoration:none;
	background:#E35121;
	color:#FFF;

}

#footer a:link, #footer a:visited,
#intro a:link, #intro a:visited
{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}
#footer a:hover,
#intro a:hover
{
	color:#E35121;
	background:#FFF;
}
#contact-info
{
	margin:20px 0;
}
#contact-info ul
{
	border-top:1px dotted #7794C1;
	padding:0;
	margin:0;
	list-style:none;
	color:#095983;
}
#contact-info li
{
	border-bottom:1px dotted #7794C1;
	padding:10px 0;
}
#contact-info h3
{
	padding:0 0 0 20px;
}

li#ci-phone h3 { background:url(../images/icons/phone.gif) no-repeat 0 0; }
li#ci-email h3{ background:url(../images/icons/email.gif) no-repeat 0 0; }
li#ci-fax  h3{ background:url(../images/icons/fax.gif) no-repeat 0 0; }


/* -- FORMS
----------------------------------------------------------------------------------------------------------*/

/* -- TABLES
----------------------------------------------------------------------------------------------------------*/
.tabular-data
{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.tabular-data thead tr
{
	background-color:#0C3257;
}

.tabular-data th
{
	color:#FFFFFF;
	font-weight:normal;
	padding:4px;
}
	
.tabular-data td
{
	border-bottom:1px solid #D2E2FB;
	font-size:11px;
	padding:4px;
}

.tabular-data tbody tr.odd
{
	background-color:#EDF2FE;
}

.tabular-data tbody tr.even
{
}


/* -- MISC.
----------------------------------------------------------------------------------------------------------*/

.img-border			{ border:1px solid #D9D9D9; background:#FFF; padding:4px; }
.img-right			{ border:1px solid #D9D9D9; background:#FFF; padding:4px; }
.img-left 			{ border:1px solid #D9D9D9;  background:#FFF; padding:4px; }

#sidebar .img-border,
#sidebar .img-right,
#sidebar .img-left
{ border:1px solid #9FB4D6;  }