/*------------------------------------------------------
Main Style Sheet

version:	1.0
created:	27-11-07
author:		phase two web design
email:		website@phasetwo.co.uk
website:	http://www.phasetwo.co.uk/
------------------------------------------------------*/

body {
	min-width:960px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.4;
	}

/* Anchor Styling
------------------------------------------------------*/

a:link, a:visited {
	color: #3850B4;
	}
a:hover, a:active {
	color: #92A6DC;
	text-decoration: underline;
	}

/* All Headings
------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	color: #103595;
	line-height: normal;
	}

/* Wrapper
------------------------------------------------------*/
	
#wrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	}

/* Header
------------------------------------------------------*/	
#header {
	width: 960px;
	height: 137px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}	
#header img {
	margin-top: 35px;
	}

/* Top navigation bar
------------------------------------------------------*/

#nav {
	width: 960px;
	height: 40px;
	}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#nav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6C88D0;
	font-size: 14px;
	line-height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #110983;
	}
	
#nav a:hover, a:active {
	color: #FFFFFF;
	background-color: #04076E;
	}

/* Main Content Area
------------------------------------------------------*/
	
#mainContent {
	width: 650px;
	float: left;
	display: inline;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
	}
	
#mainContent p {

	}
#mainContent li {
	display: block;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: 20px;
	}
#mainContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
#mainContent ul li strong {
	color: #103595;
	}
/* Persistent page indicator
------------------------------------------------------*/

#abou #nav .abou a,
#serv #nav .serv a,
#cont #nav .cont a,
#solu #nav .solu a,
#jobs #nav .jobs a,
#home #nav .home a{
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
	background-color: #374FB3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	}

/* Main Headings
------------------------------------------------------*/
#mainContent  h1 {
	font-size: 26px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92A6DC;
	line-height: normal;
	}
	
#mainContent  h2 {
	font-size: 14px;
	font-weight: bold;
	}

/* Sidebar column
------------------------------------------------------*/
	
#sideBar {
	display: inline;
	float: right;
	width: 270px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
#sidenav h2 {
	padding-left: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-size: 18px;
	margin: 0px;
	}
#sidenav li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 15px;
	}
#sidenav a {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 2;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#sidenav a:hover {
	color: #170683;
	text-decoration: underline;
	background-color: #D3DCF1;
	}
#sidenav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
/* Footer
------------------------------------------------------*/
#footer {
	width: 100%;
	clear: both;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	background-position: 0px bottom;
	margin-top: 40px;
	}	
#footer p {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	}

/* Image Border
------------------------------------------------------*/

.img-border {
	border: 1px solid #ABBFD3;
	background-color: #EBF5FF;
	padding: 5px;
	margin: 0px;
	}
	
/* Quotes
------------------------------------------------------*/
#mainContent blockquote {
	background-color: #374FB3;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #FFFFFF;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	}

/* Photo div
------------------------------------------------------*/
#photo {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:5px;
	}
.blue-bold {
	color: #374FB3;
	line-height: 120%;
	font-weight: bold;
}
