﻿/*
///////////////////////////////////////// 
/// The Lulworth Estate (2008)
///////////////////////////////////////// 
*/

/* 
///////////////////////////////////////// 
/// Media Layout 
///////////////////////////////////////// 
*/

/*------------------------------------------
0.75em=12px, for example, 16×1.125=18px
------------------------------------------*/

/*------------------------------------------
Reset all element padding and margins to 0
------------------------------------------*/
*
{
    margin: 0; 
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* ------------------------------------------
#### Set minimum page width
------------------------------------------*/
/*------------------------------------------
Standards-compliant browsers
------------------------------------------*/
#container  
{
    min-width: 950px; 
}

#holder
{
  position: relative;
}

/*------------------------------------------
IE6
------------------------------------------*/
* html #container 
{
    float:left; 
    border-right: 950px solid #FFFFFF;
}

* html #holder 
{
    float: left; 
    position: relative; 
    margin-right: -950px; 
}
/* ------------------------------------------
####
------------------------------------------*/

/*------------------------------------------
Main Styles
------------------------------------------*/
body 
{
  font-size: 100%;
	line-height: 1.125em;
}

body p 
{
    font-size: 0.75em;
    margin-bottom: 10px;
    margin-top: 10px;
}

p.bold 
{
    font-weight: bold;
}

p.remove_mp 
{
    margin: 0px;
    padding: 0px;
}

span.bold 
{
    font-weight: bold;
}

img {border-style:none;}

img.float-left
{
  margin-right:5px;
}

p.right 
{
    margin: 0px; 
    padding: 0px;
    text-align: right;
}

p.justify
{
  text-align:justify;
}

h1   
{
  font-family: "Trebuchet MS", Arial;	
	font-size: 1.1em;
	color: #00578e;
}

h2
{
  font-family: "Trebuchet MS", Arial;	
	font-size: 1.0em;
	color: #00578e;
}

h3
{
  font-family: "Trebuchet MS", Arial;	
	font-size: 1.0em;
	color: #00578e;
}

h4
{
  font-family: "Trebuchet MS", Arial;	
	font-size:100%;
	color: #00578e;
}

h2.blue
{
	font-family: "Trebuchet MS", Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #00578E;
}

h2.white
{
    font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

h3.blue
{
	font-family: "Trebuchet MS", Arial;
	font-size: 0.875em;
	font-weight: bold;
	color: #00578E;
}

h3.white
{
    font-family: "Trebuchet MS", Arial;
	font-size: 0.875em;
	font-weight: bold;
	color: #FFFFFF;
}

h3.bold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
}

h4.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #00578E;
	margin-bottom: 0px;
}

h3.blue a
{
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #00578E;
}

#header_top 
{
	background-image: url(../images/header_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 159px;
	width: 780px;
	margin: 0 auto;
	z-index:15;
}

#skip_navigation {display: none;}

#statement_container
{
    width: auto !important;
    height: 35px;
    background-color: #00578D;
    z-index:15;
}

#statement
{
    margin-left: auto;  
    margin-right: auto;
    width: 800px;
    height: 35px;
    background-image: url(../images/hdr_stat.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index:15;
}

#statement_ripple
{
    width: auto !important;
    height: 4px;
    background-image: url(../images/hdr_stat_ripple.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#left_header_bg
{
	position: absolute;
	top: 0px;
	margin-right: 390px;
	background-color: #B15A3C;
	width: 100%;
	right: 50%;
	z-index: 4;
}

#main_nav_container
{
	margin: 0px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-weight: bold;
	color: #00578E;
	text-align: center;
	background-color: #FFFFFF;
	z-index:15;
}

#main_nav li
{
    display: inline;
    list-style-type: none;
}
#main_nav li a 
{
    text-decoration: none;
    background-image: url(../images/main_nav_bullet_out.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    padding-left: 10px;
}
#main_nav li a:link {color: #00578E;}
#main_nav li a:visited {color: #00578E;}
#main_nav li a:hover 
{
    color: #B13427;
    background-image: url(../images/main_nav_bullet_over.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    padding-left: 10px;
}
#main_nav li.selected 
{
    color: #B03427;
    background-image: url(../images/main_nav_bullet_over.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    padding-left: 10px;
}

#main_container
{
  background-image: url(../images/pebbles.jpg);
	background-repeat: repeat-x;
}

#main_content 
{
    margin:0 auto;
    width: 846px;
    /*Important to set correct 
    height and prevent division overlapping */
    min-height: 690px;
    height: auto !important;
    height: 690px;  
    /*//////*/  
    background-image: url(../images/content_bg_ripple.gif);
    background-repeat: no-repeat;
    text-align: left;
}

#main_content_left
{
    float: left;
    display: inline !important; /*To fix IE5/6 doubled float-margin bug*/
    overflow: hidden;
    margin-left: 30px;
    padding-top: 50px;
    width: 293px; 
}

#main_content_right
{
    float: right;
    margin-right: 30px;
    display: inline !important; /*To fix IE5/6 doubled float-margin bug*/
    width: 483px;
}

#donate_content_right
{
    background-color:#00578d;
    background-image:url(../Images/donations-top-right.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    float: right;
    margin-right: 30px;
    min-height:570px;
    padding:50px 30px 10px 30px;
    display: inline !important; /*To fix IE5/6 doubled float-margin bug*/
    text-align:center;
    width: 423px;
    z-index:10;
}

#main_content_left_sp
{
    float: left;
    display: inline !important; /*To fix IE5/6 doubled float-margin bug*/
    overflow: hidden;
    margin-left: 30px;
    margin-top: 20px;
    padding-top: 20px;
    width: 380px; 
}

#main_content_right_sp
{
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    padding-top: 20px;
    display: inline !important; /*To fix IE5/6 doubled float-margin bug*/
    width: 280px;
}

.quote_text 
{
	font-size: 0.75em;
	color: #00578E;
	font-style: italic;
	margin-bottom: 40px;
}

.quote_text_nm
{
	font-size: 0.75em;
	color: #00578E;
	font-style: italic;
}


.quote_title 
{
	font-size: 1em; /*Set size to the containing (parent) element*/
	font-weight: bold;
	color: #0057A3;
	font-style: normal;
}

#left_column_list
{
    border-bottom: solid 2px #91B7CE;
    margin-bottom: 20px;
}

#left_column_list li
{
    list-style-type: none;
    font-size: 0.75em;
	font-weight: bold;
    border-top: solid 2px #91B7CE;
	padding: 3px 0px 3px 0px; /*Top right bottom left*/
}

#left_column_list a
{
    display: block;
    width: 100%;
    color: #00578E;
	text-decoration: none;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#left_column_list a:hover 
{
    display: block;
    width: 100%;
	color: #B13427;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.style_1 
{
    font-size: 0.75em;
 	margin-left: 16px;
	list-style-image: url(../images/bullet1.gif);
	list-style-position: outside;
	padding: 0px;
}

ul.style_2 
{
    font-size: 0.75em;
 	margin-left: 16px;
	list-style-image: url(../images/bullet3.gif);
	list-style-position: outside;
	padding: 0px;
}

#right_column_top_img
{
    height: 20px !important; 
    width: 483px;
	background-image: url(../images/content_right_top_img.gif);
	background-repeat: no-repeat;
}

#block_1
{
    height:30px !important;
    width: 483px;
    background-color: #B13427;
}

#right_column_text
{
    padding: 0px; 
    margin: 0px;
    width: 483px;
    height: auto !important;
    min-height: 20px;
    display: inline-block !important;
	background-color: #B13427;
} 

#right_column_text_left
{
    float: left;
    margin-left: 10px;
}

#right_column_text_left h2 
{
    font-family: "Trebuchet MS", Arial;
    font-size: 1.1em;
    color: #FFFFFF;
}

#right_column_text_right p
{
    margin: 0px;
}

#right_column_text_right
{
    float: right;
    margin-right: 10px;
    background-image: url(../images/bullet_white_red_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.more_link 
{
    text-align: right;
    font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}
a.more_link:link {color: #FFFFFF;}
a.more_link:visited {color: #FFFFFF;}
a.more_link:hover {color: #FFFFFF;}

#right_column_news_img p
{
    margin: 0px;
    padding: 0px;
}

.right_column_img p
{
    margin: 0px;
    padding: 0px;
}


#block_2
{
    height:5px;
    width: 483px;
    background-color: #B13427;
    clear: both;
}

.box_style_1  
{
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 12px;
	background-color: #EBEDE0;
}

.box_style_2
{
	padding:10px;
	margin-top:20px;
	background-color: #bfd5e3;
}

a.content_link {text-decoration: underline;}
a.content_link:link {color: #00578E;}
a.content_link:visited {color: #00578E;}
a.content_link:hover 
{
    color: #00578E;
    text-decoration: none;
}

span.mail_link {
text-decoration: underline;
color: #00578E;
}

a.credits {
text-decoration: underline;
color: #00578E;
}

#projects_hdr
{
    position: relative !important;
	height: 71px;
	margin-top: 20px;
	background-image: url(../images/project_bg.gif);
	background-repeat: repeat-x;
}

#projects_hdr h2 
{
    position: absolute !important;
    bottom: 5px;
    left: 5px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#projects_text
{
    display: inline-block;
    height: auto !important; /*IE6*/
    overflow: hidden; /*FF*/
    margin-bottom: 10px;
    background-color: #2C74A1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#project_text:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #projects_text{height: 168px;}

#projects_text{display: block;}
/* End hide from IE-mac */

#projects_text .left 
{
    float: left;
    width: 258px;
    display: inline !important;
    background-color: #2C74A1;
}

#projects_text .left p
{
    padding: 0px; margin: 0px;
}

#projects_text .right
{
    float: right;
    width: 200px;
    display:inline !important;
    background-color: #2C74A1;
    padding-right: 10px;
}

#projects_text .right h3
{
    margin-top: 10px;
    padding-bottom: 12px;
    font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #91B7CE;
}

#projects_text .right p
{
    font-size: 0.7em;
    color: #FFFFFF;
}

#projects_text .right a 
{
    font-size: 1em;/*Set size to the containing (parent) element*/
	color: #FFFFFF;
}

#projects_text .right a:hover 
{
   text-decoration: none;
}

#amonite 
{
	padding-top: 30px;
	padding-left: 100px;
}

#footer
{
  clear: both;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-color: #91B7CE;
	border-top-width: 2px;
	text-align: center;
}

#footer p {
	padding: 10px 0px;
}

.clear_floats {clear:both;display:none;}

table { 
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	white-space: normal;
}

caption 
{
	font-weight: bold;
	color: #00578E;
	text-align: left;
	text-decoration: none;
}

tr  
{
	border-bottom: solid 1px #FFFFFF;
}

th 
{
	font-weight: bold;
	color: #00578E;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	background-color: #B9BFBF;
	text-decoration: none;
}

tr.pad td
{
	font-weight: bold;
	color: #00578E;
	text-decoration: none;
	padding-bottom: 10px;
}
td span.normal
{
	font-weight: normal;
	color: #00578E;
	text-decoration: none;	
}

td a 
{
	font-weight: normal;
	color: #00578E;
	text-decoration: underline;	
}

td a:hover {
	text-decoration: none;
}

table.projetcs { 
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	white-space: normal;
}

table.projects td  
{
  padding-bottom:5px;
  border-bottom:0;
}

table.projects tr  
{
  border-bottom:0;
}

form#application_form
{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 50px;
}

#inner_content 
{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 50px;
    width: 600px;
    max-width: 600px;
}

.validation_summary {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 0.75em;
}

p.sm { margin-top: 200px; }
p.mm { margin-top: 500px; }
p.lm { margin-top: 900px; }
p.mainnews {margin:1em 0}

.float-left
{
  float:left;
}

.float-right
{
  float:right;
}

.clearing
{
  clear:both;
}

#correction_div
{
  padding:30px;
}

.job_container
{
  border-top:solid 1px #000000;
  font-size:70%;
  padding:10px;
}

.job_container h3
{
  font-size:120%;
}

.job_container p
{
  font-size:1.0em;
}

.donation-box
{
  background-color:#78afd1;
  border:solid 3px #ffffff;
  float:left;
  margin:10px;
  padding:10px;
  text-align:center;
}

.donation-box-large
{
  background-color:#78afd1;
  border:solid 3px #ffffff;
  clear:left;
  margin:10px;
  padding:10px;
  text-align:center;
}

h1.donate, h2.donate
{
  color:#ffffff;
}

.donation-message
{
  min-height:500px;
  padding:50px 10px;
}

.print-hide
{
  display:none;
  visibility:hidden;
}
