/* New site CSS by NQ Webdesign www.nqwebdesign.com */


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

/* -- DEFAULT
----------------------------------------------------------------------------------------------------------*/
span#nqweb_link
{
	background:url(../images/pen.gif) left center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	float:right;
	font-size:9px;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/
body
{
	font:12px "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	background:#004977 url(../images/layout/body.gif) center repeat-y;
}


div#layout
{
	background:url(../images/layout/body.gif) center repeat-y;
	min-width:740px;
	text-align:center;
}

div#layout-inner
{
	background:url(../images/layout/layout-inner.gif) no-repeat 0 0;
	margin:0 auto;
	text-align:left;
	width:740px;
	padding:0 10px;
}

div#header
{
	height:133px;
	background:url(../images/layout/header.jpg) no-repeat 0 0;
	text-align:right;
}

div#main
{
	
}

div#footer
{
	clear:both;	
	margin:0 30px;
	border-top:1px dotted #AAA;
	color:#999;
	padding:10px 0;
}

div#content
{
	float:left;
	width:540px;
}

div#sidebar
{
	float:left;
	width:190px;
	background:#dde5e8 url(../images/layout/sidebar-bottom.gif) bottom repeat-x;
	padding:0 0 50px 0;
	margin-top:10px;
}

div#content-inner{ padding:20px 20px; }
div#sidebar-inner{ padding:20px 10px 0 10px; }

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

#navigation 
{
	height:39px;
	background:url(../images/layout/navigation.gif) repeat-x 0 0;
	overflow:hidden;
}

#navigation ul { margin:0; }
#navigation ul li { display: inline; }
#navigation ul li a
{
	padding:14px 12px 10px 12px;
	color: #FFF;
	float: left;
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	line-height:15px;
	font-family:"Trebuchet MS", "Lucida Grande", "Helvetica Neue";
	border-right:1px solid #8CCD00;
}

body#page-home #navigation ul li#home a, 
body#page-about #navigation ul li#about a,
body#page-services #navigation ul li#services a,
body#page-publications #navigation ul li#publications a,
body#page-projects #navigation ul li#projects a,
body#page-links #navigation ul li#links a,
body#page-contact #navigation ul li#contact a,
body#page-presentations #navigation ul li#presentations a
{
	background:#FFF url(../images/layout/navigation-active.gif) repeat-x 0 0;
	color:#000;
	border-right:none;
}

#navigation ul li a:hover
{
	background:#FFF url(../images/layout/navigation-hover.gif) repeat-x 0 0;
	color:#000;
}

/* -- TYPOGRAPHY > HEADINGS, PARAGRAPHS, LISTS
----------------------------------------------------------------------------------------------------------*/
#main h1, #main h2
{
	font-family:"Trebuchet MS", "Lucida Grande", "Helvetica Neue";
}

#main h1 { color:#7bad0f; font-size:22px; }
#main h2 { color:#00416b; font-size:18px; line-height:18px;  font-weight:bold;}

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

#footer a:link,#main a:link
{
	color:#72A20D;
	text-decoration:none;
	border-bottom:1px dotted #72A20D;
}
#footer a:visited, #main a:visited
{
	color:#8CC710;
	text-decoration:none;
	border-bottom:1px dotted #8CC710;
}

#footer a:hover, #main a:hover
{
	color:#FFF;
	background:#7bad0f;
	border-bottom-style:solid;
	border-color:#7bad0f;
}


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

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

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

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

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


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

.img-border		{border:none; background:#4DABED; padding:4px; }


.img-float-right
{
	float:right;
	margin:5px 0 5px 10px;	
	border:4px solid #4DABED;
}

.img-float-left
{
	float:left;
	margin:5px 10px 5px 0;
	border:4px solid #4DABED;

}

.name
{
font:12px "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
color: #004977;
font-weight:bold;
}

.bold
{
font:14px "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
color: #7bad0f;
font-weight:bold;
}

.small
{
font:10px "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
color: #68930C;
line-height:11px;
}