*
{
    font-family: arial, helvetica, Sans-Serif;
}

body
{
    margin: 0px auto 00px auto; 
    background-color: #ebebec;
    font-size: 12px;
    color: #333333;
}


DIV.container
{
	width: 950px; 
	margin: 0px auto 0px auto; 
	text-align: left; 
	
	border-top: solid 4px #ffcc00;
	border-left:solid 1px #FFFFFF;
	border-bottom-style: none;
	border-right: solid 1px #FFFFFF;
	
	background-color: White;
}

A { text-decoration: none; color: Black; }
A:hover { color: Black; }


A.terms { color: #333333; font-weight: bold; text-decoration: underline; }
A.terms:hover { color: Black; }

IMG { border-style: none; }

H1
{
	margin-top: 0px;
	margin-bottom: 8px;
	color: Black;
	line-height: 0.8;
	font-weight: bold;
    font-size: 24px;
}

H2
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 20px;	
	color: Black;
}

H4
{
	margin-bottom: 3px;
	font-weight: bold;
	color: Black;
	font-size: 12px;
	margin-top: 0px;
}

P
{
	margin-top: 0px;
	margin-bottom: 8px;
}

P.intro
{
	color: Black;
	font-weight: bold;
	margin-bottom: 15px;
}

DIV.col2in3
{ 
    margin: 0px; 
    width: 315px; 
    float: left;
    padding: 30px 0px 0px 30px;
}

DIV.col1in2
{ 
	padding: 30px 30px 0px 30px;
	width: 415px;
	float: left;
}

DIV.col1in1
{ 
	padding: 30px 30px 0px 30px;
	float: left;
}

LI
{
	margin-bottom: 5px;
}

P.bigquote
{
	font-size: 16px; 
	font-style: italic; 
	line-height: 1; 
}



	DIV.status
	{
		border: solid 1px #cccccc;
		background-color: #eeeeee;
		color: Blue;
		font-weight: bold;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	DIV.error
	{
		border: solid 1px #cccccc;
		background-color: #eeeeee;
		color: red;
		font-weight: bold;
		padding: 5px;
		margin-bottom: 10px;
	}


/*************************************
 *	Primary Navigation
 *************************************/
 
	A.mainMenu
	{
		font-size: 12px;
		color: #888888;
		text-decoration: none;
		font-weight: bold;
		
		padding: 0px 13px 17px 13px;
		
		border-bottom: solid 4px White;
		margin-top: 100px;
		
		display: block;
		float: left;
	}

	A.mainMenu:hover 
	{ 
		color: Black; 
		border-bottom: solid 4px #ffcc00;	
	}

	A.mainMenuOn
	{
		font-size: 12px;
		color: Black; 
		text-decoration: none;
		font-weight: bold;
		
		padding: 0px 13px 17px 13px;
		
		border-bottom: solid 4px #ffcc00;
		margin-top: 100px;
		
		display: block;
		float: left;
	}
	
	A.mainMenuOn:hover { cursor: default; color: Black; }


/*************************************
 *	Bread Crumb Menu
 *************************************/

	A.crumb
	{
		color: #aaaaaa;
	}

	A.crumbEnd
	{
		color: #dddddd;
	}

	A.crumb:hover
	{
		color: Yellow;
	}
	
	
/*************************************
 *	Project Footer
 *************************************/

	#projectFooter
	{
		background-color: #333333;
		clear: both;
		padding: 25px 0px 0px 25px;
		float: left;
		width: 926px;
		border-bottom: solid 1px White;
		border-top: solid 1px White;
	}
	
	#projectFooter DIV
	{
		float: left;
		width: 200px;
		margin-right: 25px;
		height: 165px;
		line-height: 1.4;
	}
	
	#projectFooter H4
	{
		color: White;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	#projectFooter A
	{
		color: #939598;	
		font-family: Times New Roman, Serif;
		font-style: italic;	
	}
	
	#projectFooter STRONG
	{
		font-family: Arial, Sans-Serif;
		font-style: normal;
	}
	
	#projectFooter A:hover
	{
		color: White;
	}
	
	#projectFooter A.projectLinkOn
	{
		color: White;		
	}


/*************************************
 *  Project Sheets
 *************************************/
   
	DIV.colourBlock
	{
		background-color: #333333;
		border-width: 1px;
		border-color: White;
		padding: 30px;
	}

	DIV.colourBlock P
	{
		color: white;
		font-size: 19px;
		font-style: italic;
		line-height: 1.4;
		font-family: Times New Roman, Serif;
	}
	        
	DIV.projectCopy
	{
		width: 405px;
		padding: 25px 25px 0px 25px;
		border-color: White; 
		border-width: 1px;
	}

	DIV.projectCopy H1
	{
		font-size: 22px;
		line-height: 0.9;
		color: #333333;
	}

	DIV.projectCopy H2
	{
		font-size: 21px;
		font-family: Times New Roman, Serif;
		line-height: 0.9;
		font-weight: normal;
		font-style: italic;
		color: #333333;
		
		margin-bottom: 20px;
	}

	DIV.projectCopy H3
	{
		font-size: 12px;
		line-height: 1;
		font-weight: Bold;
		font-style: italic;
		color: #333333;
		font-family: Times New Roman, Serif;
	}

	DIV.projectCopy P
	{
		margin-bottom: 15px;
		color: #333333;
	}

	P.projectLinks A
	{
		font-size: 14px;
		color: #333333;
		font-style: italic;
		font-weight: bold;
		font-family: Times New Roman, Serif;
		text-decoration: underline;
		line-height: 1.8;
	}

	P.projectLinks A:hover
	{
		color: Black;
	}
   		
/*************************************
 *	Forms and Data Entry
 *************************************/
 
	INPUT.date
	{
		border: solid 1px #666666;
		width: 80px;
	}
	
	INPUT.big
	{
		border: solid 1px #666666;
		width: 200px;
	}
	
	INPUT.fileupload
	{
		border: solid 1px #666666;
		width: 290px;
	}
	
	TEXTAREA.big
	{
		border: solid 1px #666666;
		width: 200px;
	}
	
	TH
	{
		background-color: Black;
		color: White;
		text-align: left;
	}

	TR.datarow TD
	{
		cursor: pointer;
		border-bottom: solid 1px #cccccc;

	}

	TD.field { font-weight: bold; }
 
 
 /*************************************
  *	Blog (client interface)
  *************************************/
	
	H1.blog
	{
		font-size: 32px;
		font-weight: bold;
		color: #e5e5e5;
		margin-bottom: 15px;
	}
		
	H2.blog
	{
		color: Black;
		font-weight: bold;
		padding-top: 15px;
		font-size: 24px;
	}
	
	H2.blogIndex
	{
		color: Black;
		font-weight: bold;
		padding-top: 15px;
		font-size: 16px;
	}
	
	P.author
	{
		font-weight: bold;
		color: Black;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	P.date
	{
		font-style: italic;
		color: #5a5b5e;
		margin: 0px 0px 10px 0px;
	}
	
	P.summary
	{
		color: #5a5b5e;
	}
		
		
	 A.blogpager
	 {
		font-size: 32px;
		font-weight: bold;
		color: #e5e5e5;
	 }
	 
	 A.blogpager:hover
	 {
		color: #b2b2b2;
	 }
	 
	 A.index
	 {
		color: White;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.5;
	 }
	 
	 A.index:hover
	 {
		color: #444444;
	 }
	 
	 A.smalltag
	 {
		background-color: #d9d9d9;
		color: #989898;
		
		font-weight: bold;
		padding: 4px 8px;
		margin-right: 5px;
		margin-bottom: 5px;
		float: left;
		display: block;
	 }
	
	 A.smalltag:hover
	 {
		background-color: #444444;
		color: White;
	 }
	 
	 A.bigtag
	 {
		background-color: #bbbbbb;
		color: White;
		font-weight: bold;
		padding: 4px 8px;
		margin-right: 4px;
		margin-bottom: 4px;
		float: left;
		display: block;
	 }
	
	 A.bigtag:hover
	 {
		background-color: #444444;
	 }
	 
	 .searchButton
	 {
		width: 90px;
		border: none; 
		background-color: #b2b2b2; 
		color: #e5e5e5; 
		font-weight: bold; 
		font-size: 15px; 
		margin-left: 10px; 
		padding: 5px 10px 3px 10px;
	 }
	 
	 INPUT.searchbox
	 {
		border: solid 1px #b2b2b2; 
		font-size: 15px;
		height: 20px;
		color: #aaaaaa;
		vertical-align: bottom;
		padding-top: 4px;
		padding-bottom: 0px;
	 }
	 
	 DIV.blog P
	 {
		padding-right: 15px;
		clear: both;
		
		padding-top: 0px;
		padding-bottom: 11px;
		
		margin-top: 0px;
		margin-bottom: 0px;
		
		color: #444444;
		line-height: 1.4;
	 }

	 DIV.blog UL
	 {
		margin-top: 0px;

	 }
 
 
  /*************************************
   *  Gallery
   *************************************/
   
	DIV.gallerybreadcrumb
	{
		float: right;
		margin-top: 23px;
		margin-right: 25px;
	}
	
	
	
  /*************************************
   *  Action Buttons
   *************************************/
	 
	A.action
	{
		width: 237px;
		height: 237px;
		background-color: #000000;
		border-style: solid solid none none;
		border-width: 1px;
		border-color: White;
		float: left;
		display: block;
		color: White;		
	}

	A.action IMG
	{
		display: block;
		width: 237px;
		height: 237px;
		
		margin-top: -70px;
		z-index: 1;
	}

	DIV.actionstrip
	{
		position: relative;
		filter: alpha(opacity=70);
		opacity: 0.70;
		-moz-opacity:0.70;
		
		background-color: Black;
		height: 45px;
		z-index: 2;
	}

	DIV.actionlabel
	{
		position: relative;
		top: -35px;
		color: white;
		padding: 5px 0px 0px 30px;
		height: 20px;
		z-index: 3;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
	}

	A.actionDim
	{
		width: 237px;
		height: 237px;
		background-color: Black;
		border-style: solid solid none none;
		border-width: 1px;
		border-color: White;
		float: left;
		display: block;
		color: Black;
	}

	A.actionDim IMG
	{
		filter:alpha(opacity=60);
		opacity: .6;
		-moz-opacity: .6;
		
		display: block;
		width: 237px;
		height: 237px;
		
		margin-top: -70px;
		z-index: 1;
	}

	A.actionDim DIV.actionstrip
	{
		position: relative;
		filter: alpha(opacity=60);
		opacity: 0.60;
		-moz-opacity:0.60;
		
		background-color: Black;
		height: 45px;
		z-index: 2;
	}
	
	A.actionDim DIV.actionlabel
	{
		position: relative;
		top: -35px;
		color: #bbbbbb;
		padding: 5px 0px 0px 30px;
		height: 20px;
		z-index: 3;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
	}
