/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Designed & Coded By : Richard Carpenter
URL : www.richard-carpenter.co.uk
	  www.hv-designs.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

/* -------------------- STYLE SHEETS -------------------- */

@import url("reset.css");

/* -------------------- MAIN BODY STYLES -------------------- */

@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpro.eot');
	src: local('Myriad Pro'), local('fonts'), url('myriadpro.ttf') format('truetype'), url('myriadpro.svg#MyriadPro-Regular') format('svg');
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 35px;
}

#container {
	margin: auto;
	width: 861px;
}

#frame-top, #frame-btm  {
	float: left;
	height: 25px;
	width: 861px;
}

#frame-btm  {
	margin-bottom: 50px;
}

#frame-middle {
	background-image: url(../images/frame_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 861px;
}

#page {
	font-family: MyriadProRegular, Verdana, Arial;
	float: left;
	width: 809px;
	margin-left: 25px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

h1 {
	height: 47px;
	width: 334px;
	margin-bottom: 10px;
	float: left;
	margin-left: 30px;
}

p.job-title {
	color: #b1b1b1;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: italic;
	clear: both;
	margin-left: 30px;
}

ul.right-nav {
	float: right;
	margin-right: 30px;
}

.right-nav li {
	float: left;
	margin-left: 22px;
}

.right-nav li a {
	display: block;
	height: 46px;
	text-indent: -9999px;
	width: 38px;
}

li.save a, li.print a, li.contact a {
	background-image: url(../images/right_navigation.png);
	background-repeat: no-repeat;
}

li.save a {
	background-position: 5px top;
}

li.print a {
	background-position: -44px top;
}

li.contact a {
	background-position: -101px top;
}

p.intro {
	font-style: italic;
	color: #646464;
	font-size: 12px;
	margin-top: 20px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 18px;
}

.divider {
	clear: both;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	float: left;
	height: 2px;
	width: 809px;
	margin-top: 27px;
	margin-bottom: 27px;
}

h2 {
	margin-left: 30px;
	font-size: 25px;
	color: #414141;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

ul.details {
	/*float: left;*/
	margin-left: 30px;
	margin-bottom: 10px;
}

.details li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	margin-bottom: 20px;
}

.details li p {
	margin-right: 30px;
	text-align: justify;
	color: #646464;
	font-size: 12px;
	line-height: 18px;
}

.details li ul {
	margin-right: 30px;
	text-align: justify;
	color: #646464;
	font-size: 12px;
	line-height: 18px;
}

.details li ul li {
	margin-top: 5px;
}

h3 {
	color: #006ea7;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

h4 {
	color: #006ea7;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

h5 {
	margin-left: 30px;
	font-size: 18px;
	color: #414141;
	letter-spacing: -1px;
	margin-top: -10px;
	margin-bottom: 15px;
}

table {
	font-size: 12px;
	color: #646464;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #006ea7;
	width: 100%;
}

td {
	padding: 2px;
}

td.title {
	font-weight: bold;
	color: #004f78;
}

span.color2 {
	font-style: italic;
	color: #004f78;
}

ul.social {
	margin-left: 30px;
	float: left;
}

.social li {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
