/*  

	PROJECT NAME Screen.css
	VERSION 1.1 
	NICK TOYE
	
	CONTENTS ----------
		
		0.   IMPORTS
		1.   BODY
		2.   DEFAULT 
		3.   HEADINGS
		4.   LINKS
		5.   IMAGES
		6.   SCAFFOLD
		7.   BRANDING
		8.   NAVIGATION
		9.   SPECIFIC CONTENT
		10.  FORMS
	
	------------------
		
	PALETTE ----------
	
		green #BDDB3F;
		orange #ED9720;
	
	------------------
	
*/

/* group [0] IMPORTS
----------------------------------------------------------------------- */


@import url(reset.css); /* RESET CSS */

/* end */


/* group [1] BODY  line-height: 1.5;  Baseline grid of 21px
----------------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
    text-align: left;
    border-top: 5px solid #BDDB3F;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 10px 0;
}

/* end */


/* group [2] DEFAULTS 
----------------------------------------------------------------------- */


/* LISTS */

ul {
	font-size: 1.4em;
	list-style-type: none;
	margin-bottom: 1.5em;
}

ul li, ol li {
	color: #ED9720;
	margin: 0; 
}

ul li span, ol li span {
	color: #000;
}

li.last {
	border-right: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

ol { list-style:decimal inside;}
ol li { color:#000;}

dl { 
	font-size: 1em; 
	line-height:1.5em; 
	margin-bottom: 1.5em; 
} 
dt { font-weight:bold; }
dd { padding-left:20px; }

/* BLOCKQUOTES */

blockquote {
	font-style: italic;  
	padding: 20px 20px 4px 20px; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #BEB3A3; 
	border-bottom: 2px solid #BEB3A3; 
	background: #F7E8D4; 
	color: #333; 
}
blockquote p {  } 
blockquote cite { 
	font-family: Georgia; 
	font-size: 1em; /* 12px ÷ 12px */
	line-height: 1.5em; /* 18px ÷ 12px */
	text-align: right; 
	margin: 1.5em 0 0; 
	display: block;
}


/* TYPE EMBELLISHMENTS */

abbr { border-bottom:1px dotted #999; cursor:help;}
abbr:hover { border-bottom:1px dotted #666; }
del { color:#999; }
strong { font-weight:bold; color:#333; }
em { font-style:italic; color:#666;}
sup { font-size: 75%; position: relative; top: -5px;}

/* end */

/* group [3] HEADINGS 
----------------------------------------------------------------------- 
(divide whatever the desired pixel size by 12px and that gives you your EM value)
*/

h1,h2,h3,h4,h5,h6 {
	color: #4F6969;  
}

h1 { }

h1 {
display:none;
}

h2 { 
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

/* end */

/* group [4] LINKS 
----------------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #AD5000;
}

a:hover, a:focus {
	color: #78623E;
}

/* end */


/* group [5] IMAGES 
----------------------------------------------------------------------- */

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
}

/* end */


/* group [6] SCAFFOLD 
----------------------------------------------------------------------- */



/* end */

/* group [7] BRANDING */

#branding {
	width: 960px;
}

#logo {
	float: left;
	position: relative;
	z-index: 15;
}

/* end */


/* group [8] NAVIGATION 
----------------------------------------------------------------------- */

/*ul#mainNav {
	float: right;
	margin-bottom: 0;
}*/

ul#mainNav li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 15px;
}

ul#mainNav li a {
	color: #093735;
	padding-bottom: 5px;
}

ul#mainNav li a:hover {
	color: #ED9720;
}

ul#topNav {
	margin-left: 210px;
	margin-top: 10px;
}

ul#topNav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
	border-right: 2px solid #8ca2a1;
	padding-right: 5px;
}

ul#topNav li span {
	position: relative;
	top: 4px;
}

ul#topNav li a {
	color: #093735;
	padding-bottom: 5px;
}

ul#topNav li a:hover, ul#topNav li.active a {
	color: #ED9720;
	background: url(../img/nav-hover.gif) no-repeat bottom center;
}

ul#mainNav li a:hover, ul#mainNav li.active a {
	color: #ED9720;
	background: url(../img/nav-hover.gif) no-repeat bottom center;
}

#leftNav {
	background-image: url(../img/our_staff.jpg);
	background-repeat: no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 40px;
}

#leftNav li {
	background-image: url(../img/leftNavBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 0;
}

#leftNav li a {
	color: #093735;
}

#leftNav li a:hover, #leftNav .active a, #rightNav .active a {
	color: #ED9720;
}

#leftNav li img, #rightNav li img  {
	position: absolute;
	right: 0;
}

#leftNav.services {
	background-image: url(../img/our_services.jpg);
}

#leftNav.stories {
	background-image: url(../img/our_stories.jpg);
}

#rightNav {
	background-image: url(../img/more_info.gif);
	background-repeat: no-repeat;
	padding-top: 57px;
}

#rightNav li {
	background-image: url(../img/leftNavBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 0;
}

#rightNav li a {
	color: #0A3732;
	font-size: 1.5em;
	font-weight: bold;
}

/* end */


/* group [9] SPECIFIC CONTENT 
----------------------------------------------------------------------- */

/* 9.1 SPLASH */

#splash {
	position: relative;
	z-index: 10;
}

#splash img {
	position: relative;
}

#splash p {
	position: absolute;
	right: 0;
	bottom: 70px;
	color: #093735;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 400px;
}

#splash a {
	position: absolute;
	right: 20px;
	bottom: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	background: url(../img/splash-link.gif) no-repeat right;
	padding-right: 30px;
}

#splash a:hover {
	color: #093735;
}

/* 9.2 MAIN CONTENT */

#main-content {
	margin-top: 10px;
}

/* 9.2.1 STORIES */

#stories {
	background: url(../img/stories-bg.png) no-repeat 0 0;
	height: 240px;
	padding-top: 60px;
}

/* 9.2.2 NEWS */

#homePage-news {
	height: 114px;
	background: url(../img/homePageNews-bg.gif) repeat-x;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

#homePage-news h2 {
	text-indent: -3000px;
	width: 180px;
	height: 50px;
	background: url(../img/homePageNews-title.gif) no-repeat 0 0;
	margin: 10px 0 0 10px;
}

ul#news {
	float: left;
	position: absolute;
	left: 230px;
	top: 15px;
	margin-bottom: 0;
	width: 710px;
}

ul#news li {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-right: 15px;
}

ul#news li h3 {
	position: absolute;
	top: 0;
	left: 245px;
	float: left;
	width: 200px;
	color: #000 !important;
	font-size: 14px;
}

ul#news li span.date {
	width: 36px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background: #bed73d;
	color: #fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 32px;
	text-shadow: 0 1px 0px rgba(140,158,45,.8);
	margin-right: 20px;
}

ul#news li span.date span {
	color: #FFF;
	font-size: 50%;
}

ul#news li img {
	display: inline;
	border: 5px solid #f3f2eb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.8);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

ul#news li p {
	color: #000;
	position: absolute;
	top: 10px;
	left: 245px;
	width: 200px;
	line-height: 16px;
	font-size: 12px;
}

ul#news li p a {
	color: #BDDB3F;
	margin-left: 5px;
	cursor: pointer;
}

ul#news li p a:hover {
	color: #ED9720;
}

ul#news li.omega span.date, ul#news li.omega img, ul#news li.omega p {
	display: none;
}

ul#news li.omega {
	right: 0;
	top: 15px;
}


ul#news li.omega h3 {
	font-size: 80%;
}

#homePage-news h4 {

}

ul#news li h3 a {
	color: #000 !important;
}

#subNews {
	float: right;
	position: absolute;
	right: 70px;
	top: 15px;
}

#subNews ul {
	margin-bottom: 0;
}

/* 8.4 CONTENT/SITE-INFO */

#content h2, #content h3 {
	color: #ED9720;
	margin-bottom: 10px;
}

#content ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin: 10px;
	padding: 10px;
}

/*#site-info {
	height: 100px;
	width: 940px;
	padding: 10px 10px 20px;
	margin: 0 auto;
}

#site-info h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 !important;
	color: #96A799;
}*/

#siteInfo ul {
	margin: 10px 0;
}

#siteInfo ul li {
	border-right: 1px solid black;
	display: inline;
	padding: 0 10px;
}

#siteInfo ul li.last {
	border-right: 0;
}

/* end */

/* WHY CHOOSE US */

#content #whyChooseUs {
	list-style-image: url(../img/tick.gif);
	list-style-type: none;
	margin: 10px 30px;
	padding: 0;
}

#content #whyChooseUs li {
	color: #000;
	padding: 5px 0;
}

/* end */

/* NES & EVENT TABS */
#tabs {
	padding: 10px;
}

#tabs #nav {
	margin-bottom: 0px;
	margin-left: 8px;
}

#tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabs #nav ul li {
	color: #000;
	display: inline;
	padding: 3px 7px;
	cursor: default;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-bottom: none;
	margin-right: 2px;
}

#tabs #nav ul li.active {
	border: 1px solid #ED9720;
	border-bottom: 1px solid white;
	background-color: #ffffff;
}

#tabs #nav ul li:hover {
	background-color: #ffffff;
}

#tabs #data {
	margin-top: 3px;
}

#tabs #data div {
	display: none;
	border: 1px solid #ED9720;
	padding: 10px;
}

#tabs #data div.active {
	display: block;
}
/* END */

/* group [10] FORMS 
----------------------------------------------------------------------- */

#ContactForm label{
	display: block;
	font-size: 1.2em;
}

#ContactForm input[type=text], #ContactForm textarea {
	margin: 5px 0;
}

#ContactForm input[type=submit] {
	color: #FFF;
	background-color: #ED9720;
	border: 1px solid #ED9720;
	padding: 5px;
}

.errors {
	color: #FF0000;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0;
}

/* end */

/* TABLES */

table {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 1.2em;
	margin: 10px;
}

table tr th {
	padding: 5px;
}

table tr td {
	padding: 5px;
}

table th, table td {
	border: 1px solid black;
}

/* end */

