/* Set defaults
************************************************/

*
{
	padding: 0;
	margin: 0;
	line-height: 1;
}


body
{
	font-family:  Arial, Sans-Serif;
	font-size: 12px;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
}

/* Headings, Paragraphs and Anchors
************************************************/

h1
{
	color: #2E613B; 
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 22px;
}

h2
{
	color: #A93F47;
	font-size: 15px;
	margin: 20px 0;
}

h2 a
{
	color: #A93F47;
}

/* Grey corner box */

h4
{
	font-size: 16px;
	color: #34A73E;
	margin: 5px 0;
}

h4 a { color: inherit; text-decoration: none;}


h5
{
	background-color: #E0E0E0;
	font-size: 14px;
	padding: 9px;
	color: #333333;
	font-weight: normal;
	background-image: url(../images/h5-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

h6
{
	background-color: #34A73E;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px 5px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 9px;
}

/* Coloured Titles */


h6.news
{
	background-color: #963038;
}

h6.members
{
	background-color: #0D5DAC;
}

h6.contact
{
	background-color: #8A0B9C;
}





p, #main-content li
{
	color: #4D4D4D;
	margin: 15px 0;
	line-height: 130%;
}

a
{
	color: #0D5DAC;
}

a:hover { color: #138BFF; }

small
{
	font-size: 11px;
}

img { border: 0;}

/* Header Strip
************************************************/

#header-strip
{
	background-color: #6D6D6D;
	font-size: 10px;
	height: 29px;
}

#header-strip ul { list-style-type: none;}

#header-strip ul li
{
	float: left;
}

#header-strip ul li a
{
	display: block;
	color: #FFFFFF;
	float: left;
	padding: 9px 9px 10px 9px;
	text-decoration: none;
}

#header-strip ul li a:hover
{
	background-color: #444444;
}

#header-strip ul li.right
{
	float: right;
}

/* Container
************************************************/

#container
{
	width: 905px;
	margin: 0 auto;
}

/* Main Navigation
************************************************/

#main-nav
{
	list-style-type: none;
}

#main-nav li 
{
	float: left;
	width: 128px;
	width: 129px;
}

#main-nav li a
{
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 5px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* Drop Downs */

#main-nav li ul
{
	display: none;
	position: absolute;
	float: left;
	z-index: 100;
	background-color: transparent;
	
	background-image: url(../images/nav-dropdown-bg.png);
}

#main-nav li ul li
{
	float: none;
	width: 170px;	
	list-style-type: none;
	margin: 2px;
	
}

#main-nav li ul li a
{
	background-image: none;
	background-color: inherit;
	display: block;
	
	background-color: transparent;
	
}

#main-nav li ul li a:hover
{
	color: #3DB54B;
}

#main-nav li:hover ul
{
	display: block;
}


/* Section-specific styling */

li#main-nav-home
{
	width: 131px;
}

li#main-nav-home a
{
	background-color: #2E613B;
	background-image: url(../images/main-nav-home-bg.png);
}

li#main-nav-about a
{
	background-color: #34A73E;
	background-image: url(../images/main-nav-about-bg.png);
}

li#main-nav-membership a
{
	background-color: #A49939;
	background-image: url(../images/main-nav-membership-bg.png);
}

li#main-nav-resources a
{
	background-color: #F16422;
	background-image: url(../images/main-nav-resources-bg.png);
}

li#main-nav-news a
{
	background-color: #963038;
	background-image: url(../images/main-nav-news-bg.png);
}

li#main-nav-contact a
{
	background-color: #8A0B9C;
	background-image: url(../images/main-nav-contact-bg.png);
}

li#main-nav-members a
{
	background-color: #0D5DAC;
	background-image: url(../images/main-nav-members-bg.png);
}

/* Masthead
************************************************/

#masthead
{
	background-image: url(../images/masthead-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 34px 0 20px;
}

#masthead img
{
	padding: 10px 0 15px 20px;
}

/* Page 'Tag'
************************************************/

#page-tag
{
	float: left;
	position: relative;
	top: -20px;
	background-color: #2E613B;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 11px;
}

/* Page
************************************************/

#page
{
	background-color: #FFFFFF;
	border-top: 4px solid #2E613B;
	padding: 0px 15px 0px 10px;
	margin-bottom: 30px;
	background-image: url(../images/page-bg.png);
	background-position: right;
	background-repeat: repeat-y;
}

#interior-template #page
{
	background-image: url(../images/interior-page-bg.png);
}

/* Main Content
************************************************/

#main-content
{
	width: 350px;
	padding: 15px;
	float: left;
}

#main-content p, #main-content h2, #main-content ul li, #main-content ol li
{
	line-height: 140%;
}

#main-content ul li, #main-content ol li
{
	margin: 10px 0 10px 30px;
}

#interior-template #main-content
{
	width: 550px;
}

/* Right Content
************************************************/

#right-content
{
	width: 275px;
	float: right;
	padding: 0 0 0 15px;
}

#right-promo
{
	margin-bottom: 15px;
}

/* Centre Content
************************************************/

#center-content
{
	float: right;
	width: 175px;
	padding: 0 10px;
}

/* Page Footer
************************************************/

#page-footer
{
	clear: both;
	width: 563px;
	padding: 30px 10px 0;
	font-size: 10px;
	color: #888888;
	line-height: 150%;
	background-color: #FFFFFF;
	background-image: url(../images/page-footer-bg.png);
	background-repeat: repeat-x;
}

#page-footer a.footer-logo
{
	float: right;
}

#page-footer a
{
	color: #888888;
}

#page-footer a:hover
{
	color: #333333;
}

.filler
{
	background-color: #FFFFFF;
	height: 25px;
}


.dotted-divider
{
	border-bottom: 2px dotted #D1D1D1;
	margin-bottom: 15px;
}

/* Login Failed
************************************************/

.alert-box
{
	background-color: #FFF6D1;
	padding: 20px 10px;
	font-weight: bold;
	margin-bottom: 20px;
}





.rounded-box
{
	background-color: #E0E0E0;
	padding: 10px;
	background-image: url(../images/rounded-box-bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.rounded-box form
{
	line-height: 180%;
}


.tooltip{
   position: absolute;
   padding: 0px 13px;
   z-index: 3000;

   font-family: sans-serif;
   font-size: 10px;
   line-height: 110%;

background-image: url(../images/tooltip-bg.png);
background-repeat: no-repeat;
width: 330px;
height: 200px;
}


.pdf
{
	display: block;
	background-image: url(../images/pdf.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 50px;
}


/* Application Form
************************************************/

.application-form-section
{
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}

.application-form-section label
{
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: #333333;
}

.application-form-field
{
	width:99%;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #C0C0C0;
	margin: 2px 0;
	padding: 2px;
}

select.application-form-field
{
	font-size: 12px;
}

.required-field
{
	color: #FF0000;
	margin-left: 10px;
	font-weight: bold;
}

.image-right
{
	float: right;
	width: 200px;
	border: 1px solid #E6E6E6;
	padding: 8px;
	background-color: #F7F7F7;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #555555;
	font-size: 12px;
	line-height: 140%;
}

.news-image
{
	float: right;
	border: 1px solid #E7E7E7;
	padding: 5px;
	margin-left: 5px;
}
