/* CSS  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,
b, u, i, center,
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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* PHILIP NIXON CSS */


body		{ background-color:#f2f2f2; margin:0 auto; padding:0; margin-top:10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif }

#container	{ position:relative; background-color:#FFFFFF; margin:0 auto; width:900px; padding:20px; padding-bottom:15px; border:1px solid #CCC  }
#header		{ position:relative; height:120px; background-color:#aa0404; width:900px; }

#mainNav			{ position:relative; width:285px; height:400px; margin:0; float:left; background-color:#2A3E87; margin:0 15px 10px 0 }
#mainNav ul  		{ position:relative; margin:0; padding:0; margin-top:5px; font-size:12px }
#mainNav ul li 		{ position:relative; margin:0; padding:0; display:block; font-weight:bold; text-decoration:none; margin:0;  border-top: 1px solid #4d64b9; border-bottom: 1px solid #1d2a5b }
#mainNav ul li	a	{ position:relative; color:#faf07d;  display:block; padding:11px 0 10px 12px; text-align:left;  text-decoration:none; cursor:pointer }
#mainNav ul li	a:hover	{ color:#FFF; background-color:#4d64b9 }


#slide		{ position:relative; width:600px; height:400px; float:left;  }

#content	{ position:relative; width:900px; clear:both;   }

	#content h1	{ position:relative; color:#2A3E87; margin:0; padding:0; font-size:20px;  padding:5px; margin-bottom:5px; }
	#content h2	{ position:relative; color:#FFFFFF; margin:0; padding:0; font-size:14px; background-color:#2A3E87; background-image:url(../images/Spiral.gif); background-position:center right; background-repeat: no-repeat ;padding:5px; margin-bottom:5px }
	#content p	{ position:relative; font-size:12px; color:#333333; margin:0; padding:0; padding-bottom:10px; line-height:16px }
	#content a  { position:relative; color:#2A3E87; font-weight:bold; font-size:12px}
	
	#content ul		{ position:relative; font-size:12px; list-style-type:circle; margin:5px 0 20px 30px;  }
	#content ul	li	{ position:relative;font-weight:bold; color:#2A3E87; padding:2px 30px 2px 0; line-height:14px	}


	#colOne	{ position:relative; float:left; width:285px; margin-right:10px; border-right:1px dotted #CCC; padding-right:10px }
	#colTwo	{ position:relative; float:left; width:285px; margin-right:10px; border-right:1px dotted #CCC; padding-right:10px }
	#colThree	{ position:relative; float:left; width:285px; margin-right:0px;  }


#bookImages	{ position:relative; clear:both; margin-bottom:10px; }



#footer		{ position:relative; height:16px; background-color:#2A3E87; width:890px; clear:both; font-weight:bold; font-size:12px; padding:10px 0 10px 10px; color:#faf07d}

	#footer .ngs a              { position:absolute; width:24px; display:block; height:23px; left:865px; top:32px; margin:0; background-image:url(/images/northgate_systems_tag_up.gif); background-repeat:no-repeat; }
	#footer .ngs a:hover        { background-image:url(/images/northgate_systems_tag_over.gif); background-repeat:no-repeat; }

#contactTable		{ position:relative; font-size:12px; }
#contactTable td	{ position:relative; padding:5px 5px 5px 0; }


#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid;
margin-bottom:10px;
}

#simplegallery1 .gallerydesctext{
text-align: left;
padding: 2px 5px;
}















