/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4 {
	color: #000051;
}

h2 {
	font-size: 19px;
}

h3 {
	margin: 0;
	font-size: 13px;
}

h4 {
	font-size: 16px;
	line-height: 19px;
}

#colTwo h2 {
	font-size: 19px;
}

#colTwo p, ul {
	font-size: 13px;
}

#colTwo h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	}

#colThree h2 {
	font-size: 19px;
}

#colThree p, ul {
	font-size: 12px;
}

#colThree h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	}

*/

em {
	color:#000051;
	font-style: italic;
}

strong {
	color:#000051;
	font-weight: bold;
	font-size: 14px;
	}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #006;
}

a:hover {
	color:#F00;
	}

img {
	border: none;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	border: solid 1px #FFF;
}

/* Header */

#header {
	width: 700px;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/p2p-header1.jpg);
}

#header.homepage { background-image:url(../images/homepage-header.jpg);
}

#header.casestudies { background-image:url(../images/casestudies-header.jpg);
}

#header.faqs { background-image:url(../images/faqs-header.jpg);
}

#header.aboutus { background-image:url(../images/aboutus-header.jpg);
}

#header.contactus { background-image:url(../images/contactus-header.jpg);
}



#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFF;
}

#header h1, h2, h3, p, ul{
	line-height: 22px;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 19px;
}


/* Menu */

#menu {
	width: 700px;
	height: 35px;
	margin: 0 auto;
	background: #2E2E2E url(../images/img3.gif);
	border-bottom: solid 4px #003;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #000;
	border-right: solid 2px #AAA;
	border-bottom: solid 4px #003;
}

#menu a:hover, #menu a:active {
	background: url(../images/img4.gif);
	color: #000;
	border-bottom: solid 4px #F00;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/dividerrule.gif);
	background-repeat: repeat-y;
	background-position: 18px;
}

#content2 {
	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
}

#colOne {
	float: left;
	width: 154px;
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 10px;
}

#colOne h3{
	margin: 2px;
	font-size: 14px;
	line-height: 16px;
	}

#colOne h4{
	margin: 1px;
	font-size: 11px;
	line-height: 15px;
	color: #444;
}

#colOne p {
	font-size: 11px;
	line-height: 16px;
}

#colOne img{
	width: 150px;
	height: auto;
}

#colTwo {
	float: left;
	width: 480px;
	padding: 20px 10px 0 15px;
}

.imageright {
	float: right;
	width: 250px;
	height: auto;
	padding: 0 0 10px 10px;
}

#intro {
	margin: 0;
	padding: 0;
}

#colThree {
	float: left;
	width: 665px;
	padding: 20px 10px 0 15px;
}

.caseStudies {
	float: left;
	width: 670px;
	margin: 10px 0 0 0;
	padding: 8px 0 8px 0;
	border-top: solid 1px #999;
}

/* Footer */

#footer {
	width: 680px;
	font-size: 10px;
	background-color: #CCC;
	background-repeat: repeat-x;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer * {
	color: #333;
}

#footer a:hover{
	color: #555;
}

#links {
	float: right;
}

