/* New Site By NQ Webdesign www.nqwebdesign.com */


/* -- GLOBAL RESET
----------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


embed,object
{
	line-height:0;
}

p
{
	/*overflow:auto;  Stop IE7 stupid italics & floats bug... BUT MESSES UP IE Mac */
}

/* -- DEFAULT STYLES
----------------------------------------------------------------------------------------------------------*/


p { margin-bottom: 15px; }

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

ul,ol
{
	margin:5px 0 5px 10px;
}

ul li, ol li
{
	margin-bottom:5px;
}

pre,code
{
	font: 10px/16px 'Monaco', 'Courier New', Courier, monospace;
}

form span input,
form span textarea,
form span select
{
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	color:inherit;
	background-color:#FFF;
}

form input:focus,
form textarea:focus,
form select:focus
{
	background-color:#FFFF99;
	color:#CBCB7A;
}

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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/

body
{
	background: url(../images/layout/body_bg.gif) repeat-x;
	color:#444;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


div#layout
{
	min-width:780px;
	text-align:center;
}

div#layout-inner
{
	padding:10px 35px 10px 35px;
	margin:0 auto;
	width:710px;
	background:#FFF;
	text-align:left;
}


div#header
{
	background: url(../images/layout/header.gif) left center no-repeat;
	height:98px;
}

div#main-menu
{
	background:#34A1E1;
	border-bottom:1px solid #FFF;
	font-family:"Trebuchet MS", "Lucida Grande", "Helvetica Neue";
}


div#intro 
{
	color:#FFF;
	clear:both;
	padding:10px 200px 8px 15px;
	background:#51b6f2 url(../images/layout/intro_baby01.jpg) right no-repeat;

}



div#content 
{
	padding:10px 0;
}


div#content-left, div#content-right
{
	float:left;
	display:inline;
}

div#content-left
{
	width:507px;
	padding-left:15px;
	padding-right:10px;
	border-right:1px dotted #999999;

}

div#content-right
{
	width:165px;
	padding-left:10px;
	
}


div#footer
{
	border-top:10px solid #34A1E1;
	padding:10px 15px 5px 15px;
	font-size:11px;
}

div#flashcontent
{

}

div#contact-info
{
	margin-bottom:10px;
	clear:both;
}


/* -- MAIN MENU
----------------------------------------------------------------------------------------------------------*/
#main-menu ul { margin:0; }

#main-menu ul li { display: inline; }

#main-menu ul li a
{
	padding: 0.2em 1em;
	background-color: #34A1E1;
	border-right: 1px solid #fff;
	color: FFF;
	float: left;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

#main-menu ul li a:link, #main-menu ul li a:visited
{
	color:#FFF;
}

body#page-home #main-menu ul li#home a
{
	background-color: #F77DB6;
}

body#page-services #main-menu ul li#services a
{
	background-color: #F77DB6;
}

body#page-articles #main-menu ul li#articles a
{
	background-color: #F77DB6;
}

body#page-testimonials #main-menu ul li#testimonials a
{
	background-color: #F77DB6;
}

body#page-contact #main-menu ul li#contact a
{
	background-color: #F77DB6;
}


#main-menu ul li a:hover
{
	background-color: #F77DB6;
	color: #fff;
}
/* -- HEADINGS
----------------------------------------------------------------------------------------------------------*/

#content h1 
{
	font-size:19px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:20px;
	color:#F77DB6;
}

#content h2
{
	font-size:16px;
	font-weight:500;
	color:#F77DB6;
	margin-bottom:5px;
}

#content h3
{
	font-size:12px;
	font-weight:bold;
	color:#202020;
	margin-bottom:5px;
}

#intro h1, #intro h2
{
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
	color:#004872;
}


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

#content a:link, #content a:visited, #footer a:link, #footer a:visited

{
	color:#F77DB6;
}

#content a:hover, #footer a:hover
{
	background:#F77DB6;
	color:#FFF;
	text-decoration:none;
}

#intro a:link, #intro a:visited
{
	color:#004872;
}

#intro a:hover
{
	background:#004872;
	color:#FFF;
	text-decoration:none;
}


/* -- TABULAR DATA
----------------------------------------------------------------------------------------------------------*/
.tblHighlight
{
	background:#F7DDED;
	border:1px solid #F67EB7;
}

.tblHighlight td
{
	padding:2px;

}

.tabularData
{
	border-collapse:collapse;
	border:none;
	width:100%;
	border-spacing:0px;
}

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

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

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

/* -- LISTS
----------------------------------------------------------------------------------------------------------*/

ul#audio-list
{
	list-style:none;
}

ul#audio-list li
{
	background:url(../images/layout/icon-sound.gif) no-repeat 0 50%;
	display:block;
	padding:0 0 0 25px;	
}

ul#audio-list li a
{

}

ul#audio-list.white li
{
	background:url(../images/layout/icon-sound-white.gif) no-repeat 0 50%;
}

/* -- MISC
----------------------------------------------------------------------------------------------------------*/
.clearFloats {
	clear: both;
	height: 0;
	line-height: 0.0;
}

.floatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgBorder
{
	border:3px solid #5A4CAF;
}

.floatLeftBorder
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #5A4CAF;
}

.floatRightBorder
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #5A4CAF;
}

a img:hover
{
	border-color:#FFEA00;
}

.linkArrow
{
	font-size:140%;
}

.hr
{
	padding-bottom:15px;
	border-bottom:1px solid #F77DB6;
}

.highlight_blue
	{
		border:3px solid #51B6F2;
	}
.highlight_blue td
{
	padding:10px;
}

.highlight_pink
	{
		border:3px solid #F77DB6;	
	}
.highlight_pink td
{
	padding:10px;
}