/* Nicholas Associates CSS */


/* STRUCTURE ******************************************************/

html, body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position: relative;
	background-image: url(../images/NA.logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
}
#colLeft {
	float: left;
	width: 430px;
	height: 460px;
	display:inline;
	position:absolute;
	margin-left: 95px;
	left: -74px;
	top: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
#clientList {
	float: left;
	width: 500px;
	height: 460px;
	display:inline;
	position:absolute;
	margin-left: 95px;
	left: -74px;
	top: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
#logos {
	width: 187px;
	margin-left:425px;
	position: absolute;
	left: 80px;
	top: 80px;
	height: 150px;
	text-align: center;
	clear: both;
	background-position: center center;
}



/* NAVIGATION ******************************************************/

#navcontainer {
	position: relative;
	position: relative;
	list-style-type: none;
	top: 60px;
	text-align: left;
	width: 75px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	left: 10px;
}
#navcontainer ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-size: .9em;
}
body#home li#home a,
body#services li#services a,
body#clients li#clients a,
body#news li#news a,
body#contact li#contact a {
	color: #5F95AD;
	text-decoration: none;
}
#navcontainer ul a {
	color: #666666
}
#navcontainer ul a:hover {
	color: #666666;
	text-decoration: none;
}

/* TEXT STYLING ******************************************************/

h1 {
	text-indent: 5px;
	color: #000000;
	letter-spacing: 1px;
}
h2 {
	color: #5F95AD;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}
h3 {
	color: #333333;
	font-size: 12px;
}
h4 {
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
#colLeft p {
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	margin-top: 0px;
}

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

.no {
	display: none;
}

#colLeft img {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	display: block;
}


/*TEXT STYLING*/

/*LINKS*/

/* Contact Form */
fieldset { border:0; }
form#myform {
	width: 75%;
}
form#myform div {
	clear: both;
	padding: 0.5em 0 0 0;
}
textarea { height: 8em; }
#mySubmit { float: none; margin: 0 0 0 0; width: 20%; text-align: center; }

/********** MISC. *****************************/
td
{
	vertical-align: top;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-bottom: 15px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
