@charset "utf-8";

/* -------------------- Redefined HTML Tags ------------------- */

body 
	{
	color: #454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
a:link 
	{
	color: #cc3366;
	text-decoration: none;
	font-weight: bold;
	}
a:visited
	{color:#E28DA9;
	text-decoration: none;
	}
a:hover 
	{
	text-decoration: underline
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 6pt;
}
p,li {
	font-size: 11pt;
	color: #454545;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #339966;
	margin-bottom: 6pt;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #cc9933;
	text-transform: uppercase;
	margin-bottom: 6pt;
	
}
h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cc9933;
	margin-bottom: 6pt;
}
form {
	padding: 8pt;
	width: 80%;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px solid #CCCCCC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px solid #CCCCCC;
}
select {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

/* ------------------- Layout and Descendant Selectors ------------------- */


#content    
	{
	margin-left:0cm;
	position: absolute;
	right: 0cm;
	width: 90%;
	top:4cm;
	text-align: left;
	}

/* ----- Mast-head -----*/

#masthead
	{
	margin-left: 0cm;
	position: absolute;
	left:0cm;
	width: 90%;
	height:5cm;
	visibility: visible;
	top:0px;
	text-align: left;
	}
	
#logo {
	position: absolute;
	text-align:right;
	z-index: 800;
	right: 0cm;
	top: 0cm;
	height: 118px;
	width: 112px;
}

#menu {
	display:none;
}

	
/* ----- Navigation Column -----*/

#navcolumn 
	{
	display:none;
	}

/* ----- Main Page Area ----- */

#contentpage
	{
	display:block;
	width: 90%;
	height: auto;
	left: 0px;
	top: 0px;
	position: absolute;
	padding: 0px;
	text-align: left;
	}
#floatcolumns {
	float: left;
	height: auto;
	width: 15cm;
}

/* ----- Main Page Area Left Column ----- */

#leftcolumn {
	display:block;
	height: auto;
	width: 8cm;
	text-align: left;
	float: left;
}

/* ----- Main Page Area Right Column ----- */

#rightcolumn {
	height: auto;
	width: 5cm;
	text-align: left;
	position: static;
	float: right;
	display:inline;
	background-color: #f6f0da;
	margin-top: 20px;
}
#rightcolumn p, #rightcolumn h1, #rightcolumn h2, #rightcolumn h3, #rightcolumn h4, #rightcolumn h5, #rightcolumn h6 {
	margin-right: 10px;
	margin-left: 10px;
}
#rightcolumn img {
	display:block;
	padding:0px!important;
	margin:0px!important;
	background-color:#ffffff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* ----- Footer ----- */

#webdesignedinburgh {
	display:none;
}

#footerright {
	display:none;
}


/* ----- Header Navigation ----- */

#header {
	display:none
}


/* ----- Home Page Features ----- */

#featureholder {
	position:relative;
	width:100%;
}
#featureholder div {
	margin-bottom:5px;
	width:100%;
	height:auto;
	float:left;
	}
#feature1 {
	background-color: #a1bed8;
}
#feature2 {
	background-color: #9ac545;
}
#feature3 {
	background-color: #dd8740;
}
#feature4 {
	background-color: #7dabd4;
}
div.leftfeature {
	width:45%!important;
	margin-right:10px;
	height:1px;
	float:left;
		}
div.leftfeature p {
	color:#FFFFFF;
	font-weight:bold;
	margin: 5px;
	}
div.rightfeature {
	width:45%!important;
	height:1px;
	float:right;
	padding-top: 6px;
	
	}

/* -------------------- Classes -------------------- */

.field /* defined for search drop-downs */ {
	width: 155px;
}
.brown /* so user can brown text without resorting to Heading 3 */ {
	font-size: 12px;
	font-weight: bold;
	color: #cc9933;
}
