/*	LOGO/COMPANY COLOURS:

	LIGHT BLUE :#AEB5D2;
	DARK BLUE  :#004080;
	MUROON     :#742D64;
	
*/

/* MAIN ELEMENTS AND DIVS */
html {
	height: 101%; /* Forces scrollbars in all browsers */
}

body {
	background-color:#AEB5D2;
	text-align: justify;
	behavior:url("/PI/hover.htc"); /* Blatant IE6 hack */
}

ul {
	list-style-postion:outside;
	list-style-type:square;
}

img {
	border-color:#742D64;
	border-width:2px;
	border-style:solid;
}

td,p {
	font-family: "News Gothic MT", Verdana, Arial, Helvetica;
	font-size: 13px;
	text-align: justify;
}

#master {
	border:2px solid #004080;
	padding:-2px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#master td {
	vertical-align:top;
}

#content {
	min-height:250px;
	_height:250px; /* Another blatant IE hack */
}

#logospace img{
	border-width: 0px;
}

/* THE FOOTER */
#footer td {
	vertical-align:bottom;
	text-align:center;
	font-size:9px;
}

#footer a {
	font-size:9px;
	font-weight:normal;
}

#footer a:hover {
	font-weight:normal;
}

/* THE NAVBAR*/
#navbar td {
	background-color:#742D64;
	text-align:center;
	border-top:1px solid #004080;
	border-bottom:1px solid #004080;
	padding:5px;
	padding-top:4px;
	padding-bottom:4px;
}

#navbar td:hover {
	background-color:#AEB5D2;
	border:1px solid #004080;
	border-top:1px solid #004080;
	border-bottom:1px solid #004080;
	padding:4px;
}

#navbar a {
	font-family: "News Gothic MT", Verdana, Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0.5px;
}

#navbar a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

/* PARTNERS TABLES */
#partners_table {
	text-align: center;
}

#partners_table table {
	margin:0 auto; 
	text-align: center;
}

/* PARTNERS */
#partner_page img {
	width:250px;
	height:auto;
}

/* SERVICES */
#services table {
	
}

#services td {
	background-color:#AEB5D2;
	border-width:0px;
	padding:5px 10px 5px 10px;
}

#services td:hover {
	background-color:#FFFFFF;
}

#services a {
	font-family: "News Gothic MT", Verdana, Arial, Helvetica;
	color:#742D64;
	text-decoration:none;
	font-weight:normal;
}

#services a:hover {
	color:#742D64;
	text-decoration:none;
	font-weight:normal;
}

/* LINKS */
a {
	font-family: "News Gothic MT", Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight:bold;
	color: #742D64;
	text-decoration: none;
}

a:visited {
	color: #742D64;
	text-decoration: none;
}

a:hover {
	color: #742D64;
	text-decoration: underline;
}

a:active {
	color: #742D64;
	text-decoration: none;
}

/* SERVICES */
#team td {
	padding-bottom:20px;
	
}

/*
#team img {
	width:125px;
	height:auto;
}
*/