*
{
	margin: 0;
	padding: 0;
}


html, body
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	/*line-height: 1.65;*/
	line-height: 20px;
}


#container
{
	width: 770px;
	margin: 20px auto 0 auto;
}


#header
{
	height: 140px;
	width: 770px;

	background: url(colourbar_nastur.png) 0px 0px no-repeat;
}


.pagePersonal #header
{
	background: url(colourbar_rowan.png) 0px 0px no-repeat;
}

.pageServices #header
{
	background: url(colourbar_geran.png) 0px 0px no-repeat;
}

.pageResources #header
{
	background: url(colourbar.png) 0px 0px no-repeat;
}

#header h1
{
	width: 250px;
	height: 120px;
	background: url(logo.png) 0px 0px no-repeat;
}


#header h1 span
{
	display: none;
}


#nav,#nav2,#nav3
{
	padding: 3px 0 3px 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 0 0 55px 0;
}



#nav ul,#nav2 ul,#nav3 ul
{
	margin: 0 auto 0 auto;
	/*width: 280px;*/
	list-style: none;
	display: block;
	text-align: center;
}

#nav li,#nav2 li,#nav3 li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a,#nav2 li a,#nav3 li a
{
	/*float: left;*/
	display: inline;
	padding: 0 10px 0 10px;
	font-family: tahoma, verdana, sans-serif;
	text-decoration: none;
	color: #555555;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: lowercase;
}


#nav li a:hover,#nav2 li a:hover,#nav3 li a:hover
{
	background: #aaaaaa;
}


.navSectionActive
{
    background: #cccccc !important;
}


body #nav2,body #nav3
{
	border-top: none;
	margin: -55px 0 55px 0;
}


.navend
{
	clear: left;
	height: 0px;
}

#content
{
	margin-left: 120px;
	border-left: 5px solid #e7e7e7;
	padding-left: 35px;
	margin-right: 20px;
}

#content img
{
	float: right;
	border: 1px solid #555555;
	margin: 10px 0 10px 20px;
}

#content img.inflow
{
	float: none;
	display: inline;
	margin: -15px 0 20px 0;
	border: none;
}

#content h1
{
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #555555;
	margin: 20px 0 20px 0;
	line-height: 28px;
}

#content h2
{
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #555555;
	margin: 20px 0 20px 0;
	/*line-height: 1.35;*/
}

#content h3
{
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #555555;
	margin: 20px 0 20px 0;
	/*line-height: 1.35;*/
}

#content p
{
	margin: 0 0 20px 0;
}

#content a,#footer a
{
	font-weight: bold;
	color: #555555;
}

#content hr
{
	border: 0;
	width: 80%;
	color: #555555;
	background-color: #555555;
	height: 1px;
}

#content table
{
	margin: 20px 0 20px 0;
}

#content td
{
	padding: 3px 10px 3px 10px;
}

#content dd
{
	margin: 3px 10px 10px 10px;
}

#content blockquote
{
	margin: 0 20px 20px 20px;
	padding: 3px 20px 3px 10px;
	background: url(greygradient.png) top left no-repeat;
}

#content .articleBox
{
	margin: 0 20px 20px 20px;
	padding: 3px 20px 3px 10px;
	background: url(greygradient.png) top left no-repeat;
}

#content .quoteauthor
{
	font-style: italic;
	margin: -15px 0 0 0;
	padding: 0 10px 3px 20px;
}

#content ul
{
	margin: 0 0 20px 0;
}

/* FORMS */
label,select,input,textarea
{
	float:left;
	width:30%;
}

label
{
	clear:left;
}


#footer
{
	clear: both; /* clear end of form */
	border-top: 1px solid #aaaaaa;
	margin: 55px 0 15px 0;
	text-align: center;
}


.introPara
{
    font-style: italic;
    text-align: center;
}
