/* Colour Pallet 232* 72% sat
Blues  		346BBA 7793BA	98A6BA	40597B	202C3D	596E8B	8490A1
Yellows		FFA947	FFD4A3	FFE9D1	A98358	54412C	BF9F7A	DDCBB5 */

body	{ 
	font-family: Myriad, "Myriad Roman", "Myriad Pro", "Myriad Web", "Lucida Grand", sans-serif;
	font-weight: normal;
	border-top: 10px solid #fff;
	margin: 0;
	background-color: #fff;
	}

a:link { 
	font-size: 12px;
	text-decoration: none; 
	color: #fff;
	font-weight: normal;
	}
	
a:visited {  
	font-size: 12px;
	text-decoration: none; 
	color: #fff;
	font-weight: normal;
	}
	
a:hover { 
	font-size: 12px;
	text-decoration: none; 
	color: #fff;
	font-weight: normal;
	}

a:link IMG	{
	border: 0px solid #fff;
	}
	
a:visited IMG	{
	border: 0px solid #fff;
	}
	
a:hover IMG	{
	border: 0px solid #fff;
	}
	
img	{
	border: 0px solid #fff;
	}
	
/* Whole page alignment */

#container 	{ 
	position: relative;
	top: 0px;
	width: 885px;
	height: 740px;
	margin: auto;	
	}
	
#container2 	{ 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 800px;	
	border: 0px solid #fff;	
	background-color: transparent;
	z-index: 1;
	}
	
#webdev	{
	position: relative;
	width: 760px;
	margin: auto;
	height: 20px;	
	border: 0px solid #000;	
	background-color: transparent;
	z-index: 1;
	text-align: right;
	font-size: 9px;
	color: #444;
	}
	
#webdev a:link { 
	font-size: 9px;
	text-decoration: none; 
	color: #444;
	font-weight: normal;
	}
	
#webdev a:visited {  
	font-size: 9px;
	text-decoration: none; 
	color: #444;
	font-weight: normal;
	}
	
#webdev a:hover { 
	font-size: 9px;
	text-decoration: none; 
	color: #444;
	font-weight: normal;
	}

/* Main title */
#title 	{ 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 885px;
	height: 80px;
	margin: auto;	
	z-index: 3;
	}
		
		
		
/* Horizontal main menu */
#menu	{
	position: absolute;
	top: 142px;
	width: 885px;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 3;
	}
	
	
/* Contact details */
#details	{
	position: absolute;
	top: 180px;
	left: 655px;
	width: 220px;
	height: 100px;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
	background-color: transparent;
	z-index: 3;
	font-size: .8em;
	}
	
#details p {
	font-size: 12px;
	color: #40597B;
	}
	
#details a:link { 
	font-size: 12px;
	text-decoration: underline; 
	color: #496276;
	}
	
#details a:visited {  
	font-size: 12px;
	text-decoration: underline; 
	color: #496276;
	}
	
#details a:hover { 
	font-size: 12px;
	text-decoration: none; 
	color: #F76560;
	}
	
		
		
/* Todo Links for text box */
#todo_links		{ 
	position: absolute;
	top: 155px;
	left: 20px;
	width: 560px;
	height: 20px;
	padding: 0 0 0 5px;
	overflow: hidden;
	border: 0px solid #000;
	background-color: transparent;
	z-index: 3;
	}	

/* Textbox */
#text 	{ 
	position: absolute;
	left: 20px;
	padding: 5px 28px 5px 5px;
	z-index: 3;
	}	
		
.small	{	
	top: 180px;
	width: 605px;
	height: 630px;
	background: top right no-repeat url(img/test.jpg);
	}
	
.pic	{	
	top: 170px;
	width: 800px;
	height: 700px;
	}
	
#text img.left {
	float:left;
	}
	
#text img.right {
	float:right;
	}	
	
#text p {
	font-size: 12px;
	color: #3C6265;
	}
	
#text pre {
	font-size: 12px;
	color: #3C6265;
	font-family: Myriad, "Myriad Roman", "Myriad Pro", "Myriad Web", "Lucida Grand", sans-serif;
	}
	
#text h3 {
	font-size: 14px;
	color: #495E7B;
	}

#text ul {
	float: left;
	position: relative;
	right: 0px;
	bottom: 0px;
	top: 15px;
	margin: 0px;
	padding-left: 0px;
	}

#text li {
	float:left;
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 2px 0px 2px 30px;
	font-weight: bold;
	font-size: 14px;
	color: #A46461;
	background-image: url(img/bullet.jpg);
	}
	
#text li.back {
	float:left;
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 2px 0px 2px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #A46461;
	background-image: url(img/back.gif);
	}
		
#text h4 {
	font-size: 13px;
	color: #222;
	}
	
#text IMG {
	padding: 20px;
	}
		
#text a:link {
	font-size: 12px;
	color: #b17245;
	}
	
#text a:hover {
	font-size: 12px;
	color: #202C3D;
	}
	
#text a:visited {
	font-size: 12px;
	color: #b17245;
	}
	
#opacity 	{ 
	position: absolute;
	left: 20px;
	padding: 5px;
	overflow: auto;
	z-index: 3;
	}	

/* Text box fonts  */
div.quoteright		{
	color: #346BBA;
	width: 120px;
	height: 60px;
	float: right;
	margin: 5px 15px 10px 10px;
	font-family: Verdana, Arial;
	font-size: 17px;
	line-height: 16px;  
	text-align: left;
	}
	
div.quoteleft		{
	color: #F9A061;
	width: 90px;
	height: 80px;
	float: left;
	margin: 10px 20px 10px 20px;
	font-family: Verdana, Arial;
	font-size: 17px;
	line-height: 16px;  
	text-align: right;
	}

/* pics */
#pics 	{ 
	position: absolute;
	top: 430px;
	left: 720px;
	width: 230px;
	height: 250px;
	border: 0px solid #000;
	z-index:100;
	}
	
#pics p {
	font-size: 12px;
	color: #000;
	}
	
#pics a:link { 
	font-size: 12px;
	text-decoration: underline; 
	color: #fff;
	}
	
#pics a:visited {  
	font-size: 12px;
	text-decoration: underline; 
	color: #fff;
	}
	
#pics a:hover { 
	font-size: 12px;
	text-decoration: none; 
	color: #EEA;
	}

#pic1 {
	position:absolute; 
	bottom:10px; 
	left:10px; 
	width:100px; 
	background-color:#fff; 
	z-index:100;}

#pic2 {
	position:absolute; 
	bottom:240px; 
	left:10px; 
	width:100px; 
	background-color:#fff; 
	z-index:100;}

#pic3 {
	position:absolute; 
	bottom:120px; 
	left:10px; width:100px; 
	background-color:#fff; 
	z-index:100;}

table {
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	font-family: sans-serif;
	font-size: 12px;
	vertical-align: top
}

th {	text-align: center;
	font-weight:bold;
	vertical-align: top;
	color: #3C6265;
}

td {
	text-align: center;
	vertical-align: top;
	color: #3C6265;
} 