/*
Background: ececb2
Text: 363600
Red:cd6008
Green: 878758
*/

body,p,td,ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #363600;
	font-size: 12px	
}
#mainHeader p {
    margin:0;
}

p {
    text-align: left;
    max-width: 600px;
}

p.tiny  {
    text-align: center;
}


body	{
	background-color: #ECECB2; 
}
#uberContainer	{
	margin: 0 auto;
	width: 100%;
    max-width: 1100px;
    min-width: 850px;
}

#innerContainer	{
	position: relative;
	width: 96%;
    margin: 0 auto;
    min-width: 800px;
    min-height:560px;
}

ul, li	{
	list-style: none;
}

a:link, a:visited, a:hover, a:active {text-decoration: underline;}
a:link, a:visited {color: #cd6008;}
a:hover, active {color: #363600;}
	
.here	{text-decoration:none;}

span.graemeNorth	{
	font-size: 13px;
	font-weight: bold;
}

/* =========================== GLOBAL ==============================*/
#rightHead	{
	position:absolute; 
	top:0px; 
	right:1%;
	text-align: right;
}

#leftHead	{
	position:relative; 
	top:0px; 
	left: 0px;
	text-align: left;
}

#mainNav	{
	position:relative; 
	left:0px; 
	top: 0px; 
	width: 100%;
	text-align: right;
	border-top: 1px dotted #cd6008;
	margin-top: -20px;
}


#mainNav a,
span.contact a	{
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	text-decoration: none;
}

#mainNav a:hover,
span.contact a:hover	{ text-decoration: underline; }

span.contact a	{ font-size: 17px; }


#mainContent	{
	position:relative; 
	top: 60px; 
	left: 0; 
	font-size: 12px;
	text-align: left;
}

h1 {
	font: bold small-caps 24px Georgia, Garamond, Times New Roman, Times, serif; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h2	{
	position: relative;
	top:-30px;
	font: bold small-caps 36px Georgia, Garamond, Times New Roman, Times, serif; 
	font-size: 20px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 32px;
}

h3	{
	font-size: 16px;
    margin-top: 0px;
}

td.bordered	{
	border: 1px solid #cccccc;
	background-color: #ffffff;
    vertical-align: middle;
}
/* =========================== NAVIGATION ==============================*/

ul.links	{
	margin: 0;
	padding: 0;
}

ul.links li	{
	display: inline;
	float: right;
	margin-left: 25px;
	padding-top: 4px;
}

/* =========================== HOME ==============================*/

.tiny	{
	font-size: 8px;
}

.home h1 {
	font: bold small-caps 28px Georgia, Garamond, Times New Roman, Times, serif; 
} 

.home h2 {
	font: bold 28px Georgia, Garamond, Times New Roman, Times, serif; 
	margin-top: 0px;
	margin-bottom: 0px;
} 

.home #mainNav	{
	position:absolute; 
	left:0px; 
	top: 430px; 
	text-align: left;
	border-top: none;}

.home #mainNav a,
.home span.contact a	{
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	text-decoration: none;
}

.home  #mainNav a:hover,
.home span.contact a:hover	{ text-decoration: underline; }

.home span.contact a	{ font-size: 17px; }


.home #mainContent	{
	position:absolute; 
	top: 750px; 
	left: 10%; 
	width:80%;
	font-size: 11px;
	text-align: center;
}

.home ul.homelinks li	{
	line-height: 30px;
	display: block;
}

.examples #mainContent .example,
.examples #mainContent .horizBorder	{
	position: relative;
	top: 10px;
	left: 70px;
	background-color: #ffffff;
	width: 710px;
}

.examples #mainContent .example	{ height: 190px; }
.examples #mainContent .horizBorder	{ height: 1px; margin-bottom: 5px; margin-top: 5px;}




.examples #mainContent td.text	{
	width: 100px;
}

.examples #mainContent td.image	{
	
}

div #bricktree {
	position:absolute; 
	left:-80px;
	top:300px;
	background-image: url('images/design/bricktreeRed.gif');
	width: 170px;
	height: 250px;
	background-repeat: no-repeat;
}


.contact #mainContent	{
	position:relative; 
	top: 30px; 
	left: 100px; 
}

<!-- self -->
table tr td.bordered{
    border:2px dotted red;}

td.bordered i{
   float:left;
    }

h3 {
    text-align:left;
    }

ul {
    text-align:left;
}
ul li{
    text-align:left;
}
/*p.editLink	{
 	background-color: #fff;
    width: 45px;
    padding: 10px;
    padding-left: 15px;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #cd6008;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}*/

p.editLink a	{
 	text-decoration: none;   
}

.clearFloat	{
 	clear: both;   
}