@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {
	zoom: 1;
	background-color: rgb(255,255,255);
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 481px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: rgb(255,255,255);
	margin-top: 0px;
	max-width: 100%;
	height: 1200px;
}

#Nav {
	background-color: rgb(102,102,102);
	color: rgb(255,255,255);
	font-size: 1.2em;
	padding-bottom: 6px;
	padding-top: 1em;
	text-align: center;
}
#Nav ul li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
	visibility: visible;
}

#Nav ul li a {
	color: rgb(255,255,255);
}
#Nav ul li a:hover {
	color: rgb(102,204,102);
}
#HeadImageDesktop {
	visibility: visible;
	width: 100%;
	max-width: 1000px;
	float: left;
	clear: both;
}
#HeadImageDesktop img {
	margin: 0px;
	clear: both;
	display: block;
}
#TextBox {
	margin-top: 10px;
	width: 100%;
	clear: both;	
}
#TextBox span {
	padding: 2%;
	padding-top:0%;
	float: left;
	width: 90%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Abel, sans-serif;
}
#TextBoxCentred {
	float: none;
	margin: 0;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 1000px;
	clear: both;
}
#TextBox p {
	margin-bottom: .5em;
}
#TextBox p img {
	width: 91%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 10px;
}

#PortNav  {
	visibility: visible;
	background-color: rgb(153,153,153);
	color: rgb(255,255,255);
	text-align: center;
	font-family: Abel, sans-serif;
	padding-top: .3em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	font-size: 1em;
	z-index: 5;
	margin: 0em;
}
#PortNav a:hover {
	color: rgb(102,204,102);
}

#PortNav a:visited {
	color: rgb(255,255,255);
}
#PortNav a {
	color: rgb(255,255,255);
}

.PortSubHead{
	color: rgb(255,255,255);
	text-align: center;
	font-family: Mrs Saint Delafield, cursive;
	margin: 0;
	padding-top: 0.2em;
	height: 1.4em;
	width: 100%;
	max-width: 1000px;
	clear: both;
	font-size: 2em;
	background-color: rgb(0,0,0);
	display: block;
}
	
.backtotop {
	font-size: 0.5em;
	margin-left: 10px;
	color: rgb(102,102,102);
	font-family: Abel, san-serif;
}
	
.bodyText {
	font-size: 1em;
	line-height: normal;
	color: rgb(102,102,102);
	text-align: justify;
}
.bodyTextCentre {
	font-size: 1em;
	line-height: normal;
	color: rgb(102,102,102);
	text-align: center;
	font-family: Abel, san-serif;
}
#MainContent {
	background-color: rgb(0,0,0);
	padding-bottom: 30px;
}
.introHead {
	font-family: Abel, san-serif;
	font-size: 2em;
	font-style: normal;
	color: rgb(102,102,102);
	text-align: center;
}
#Large_Portfolios {
	visibility: hidden;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
}
#small_portfolios {
	visibility: visible;
	margin: 0px;
	text-align: center;
	float: left;
	width: 100%;
}
#small_portfolios img {
	margin: 0px;
	width: 100%;
	clear: both;
	padding: 0px;
	display: block;
}

#FooterNew {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	text-align: left;
	padding-top: 2em;
	padding-left: 5%;
	padding-bottom: 2em;
	background-color: rgb(255,255,255);
}
#FooterNew ul li {
	display: block;
	margin-right: 10px;
	list-style-type: none;
	vertical-align: top;
	color: rgb(255,255,255);
}
#FooterNew ul li a:hover {
	color: rgb(102,204,102);
}
#FooterNew ul li a {
	color: rgb(255,255,255);
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


#NavMobile {
	visibility:hidden;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: center;
}
#HeaderBase {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PortNav  {
	visibility: visible;
	height: 1.6em;
}


#Large_Portfolios {
	visibility: visible;
	position: static;
	text-align: center;
}
#small_portfolios {
	visibility: hidden;
	position: fixed;
}


#HeadImageTablet {
	visibility: visible;
	position: static;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#HeadImageMobile {
	visibility: hidden;
	position:relative;
}
#FooterNew {
	text-align: centre;
}

#FooterNew ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
	vertical-align: top;
	text-align: center;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.3181%;
	background-color: rgb(255,255,255);
	max-width: 1000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}

#Container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#MainContent {
	max-width: 1000px;
	background-color: rgb(18,14,13)
}
#MainContent img {
	text-align: center;
	width: 100%;
}
#Large_Portfolios {
	visibility:visible;
	max-width: 800px;
	}
#small_portfolios {
	visibility:hidden;
}
#HeadImageDesktop {
	visibility:visible;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color:#6d6e71;

	}
#HeadImageTablet {
	visibility:hidden;
	position: static;
	margin-right: auto;
	margin-left: auto;

}
#HeadImageMobile {
	visibility:hidden;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

#HeadImageTablet img {
	width: 100%;
}
#TextBox {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
	display: block;
	padding-bottom: 0px;
}
#TextBox span {
	padding: 2%;
	float: left;
	width: 44%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Abel, sans-serif;
}
#TextBox p img {
	width: 91%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 0px;
}
	
.WhiteCentred {
	font-size: 1em;
	color: rgb(255,255,255);
	text-align: center;
}
.whiteCentred {
	font-size: 1em;
	color: rgb(255,255,255);
	text-align: center;
}
#MainBody {
	text-align: center;

}
.introHead {
	font-family: "Mrs Saint Delafield", "cursive;";
}
.introHead {
	font-family: "Mrs Saint Delafield", "cursive;";
	font-size: 2em;
}
.IntroHead {
	font-family: "Mrs Saint Delafield", "cursive;";
	font-size: 2em;
	color: rgb(51,51,51);
	text-align: left;
}
