/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{text-align:center; min-width:800px; background:#1C1E1D url('../images/body-bg.jpg') no-repeat center top; margin:40px 0 10px 0; }
p		{font-size:90%; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0 0 15px 0; line-height:140%; }
h1		{font-size:150%; font-weight:normal; margin:0 0 5px 0; padding:0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#666666; text-decoration:none; }

/*structural*/
#container		{text-align:left; width:780px; background:#FFFFFF url('../images/content-bg.jpg') repeat-x 0 0; padding:1px; margin:0 auto; }
#header			{background:#000 url('../images/header-intro-bg.jpg') no-repeat center center; padding:30px; color:#FFFFFF; }
#content		{float:left; width:535px; padding:20px 10px 5px 20px; }
#rightColumn	{float:right; width:195px; padding:1px 0 0 0; }
#footer			{clear:both; background:url('../images/footer-bg.gif') repeat-x 0 0; padding:26px 20px 5px 20px; font-size:80%; }
#footer span	{float:right; }

/*navigation*/
ul#nav			{margin:0; padding:20px 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:150%; }
#nav li			{list-style:none; display:inline; margin:0; padding:0; }
#nav a			{color:#000000; text-decoration:none; padding:20px; border-right:1px solid #DADADA; border-left:1px solid #FFFFFF; }
#nav a:hover	{background:url('../images/nav-hover-bg.jpg') repeat-x 0 0; color:#CC3300; }

/*right hand column list styling*/
#rightColumn ul	{margin:0; padding:0; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:80%; }
#rightColumn li	{margin:0 0 1px 0; padding:0; display:block; list-style:none; }

#rightColumn li a	{display:block; padding:20px; color:#FFF; text-decoration:none; }

.greenColour a	{background:#344335; }
.blueColour a	{background:#363A41; }
.brownColour a	{background:#463E31; }

#rightColumn li a:hover	{background:#1C1E1D; }

/*image styles*/
.floatRight	{float:right; margin:0 0 10px 10px; }
.floatLeft	{float:left; margin:0 0 10px 10px; }

img.floatLeft, img.floatRight	{border:2px solid #000000; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */