/** 
COLOURS USED
Background Grey:		#e6e7e8;
Background Orange:	#ffd200;
Header 1 Red: 		#ef3e42;
Orange: 		#edac00;
Body Text Grey:		#808284;
**/

* { 
	margin: 0;
	padding: 0;
}


/************************************/
/**              HTML              **/
/************************************/

body {
	font-family: Arial, sans-serif;
}

a img {
	border: none;
}

address {
	font-style: normal;
}

blockquote {
	
}





/************************************/
/**             CLASSES            **/
/************************************/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #f00;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}


.float_right {float: right;}
.clear_both {clear: both;}
.float_holder {height: 100%; overflow: hidden;}
.black {font-family: Arial Black;}
.green {color: #3a8e24 !important;}
.orange {color: #edac00 !important;}
.grey{color: #6d6e71 !important;}

.fullImage {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
	display: block;
}

.articleFullImage {
	border: 1px solid #ccc;
	padding: 3px;
}

.textCenter {
	text-align: center;
}

.pdf {
	background: url(/content/pages/newsletter/pdficon_small.gif) left no-repeat;
	padding-left: 22px;
}

.selectOption {
	padding-right: 20px;
}

.callToAction {
	clear: both;
}


/************************************/
/**                      TEMPLATE                        **/
/************************************/

#site_holder {
	width: 942px;
	margin: 30px auto;
}

/**   HEADER   **/

#loggedIn {
	border: 1px solid green;
	padding: 5px;
	margin: 10px;
	float: right;
	text-align: right;
}

#header {
	clear: both;
	background: url(/content/img/structure/header.jpg) top no-repeat;
}

/** NAV **/

div#nav_box {
	background: #e2eede url(/content/img/structure/grey_corner.gif) left no-repeat;
	margin: 12px 0 0 0;
	padding: 2px 0;
}

	ul#nav {
		float: right;
	}

	ul#nav li {
		margin-right: 5px;
	}

	ul#nav li {
		display: block;
		float: left;
	}
	
	ul#nav li.last a {
		border: 0;
	}
	
	ul#nav li a,
	ul#nav li a:visited
	{
		color: #000;
		text-decoration: none;
		padding: 0 12px;
		border-right: 1px solid #000;
		font-size: 0.9em;
	}
	
	ul#nav li a:hover,
	ul#nav li a:focus,
	ul#nav li a.active
	{
		color: #3a8e24;
	}
	
/** CONTENT **/

#content_holder {
	margin: 50px 0 0 0;
	color: #6d6e71;
}

#content_holder h1 {
	font-size: 1.8em;
	color: #edac00;
	margin: 0 0 10px 0;
}

#content_holder h2 {
	font-size: 1.1em;
	color: #edac00;
	margin: 0 0 10px 0;
}

	#content_holder h2 a,
	#content_holder h2 a:visited
	{
		color: #edac00;
		text-decoration: none;
	
	}
	#content_holder h2 a:hover,
	#content_holder h2 a:focus
	{
		text-decoration: underline;
	}

#content_holder h3 {
	font-size: 1em;
	color: #edac00;
}

#content_holder a,
#content_holder a:visited
{
	color: #3a8e24;
}

#content_holder ul {
	padding: 15px 0 15px 18px;
}

	#content_holder ul  li{
		padding: 3px 0;
	}

#main_content {
	float: left;
	width: 590px;
	margin: 0 50px 0 0;
	font-size: 0.9em;
}

#main_content p {
	margin: 10px 0;
	line-height: 1.4em;
}

#main_content p.cta {
	color: #3a8e24;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
}

	#main_content p.cta a,
	#main_content p.cta a:visited
	{
		color: #edac00;
		text-decoration: none;		
	}
	
	#main_content p.cta a:hover,
	#main_content p.cta a:focus
	{
		text-decoration: underline;
	}

.expander {background: #f3f3f3;border:1px solid #ccc; width: 550px;}
.expander-inner {
	padding: 20px;
}

/**   COLUMN   **/

#sidebar {
	width: 300px;
	float: left;
}

.left-corner {
	position: absolute;
	top: 0;
}

#sidebar img.enterprise_pic {
	margin: 25px 0 0 0;
}

#sidebar ul {
	padding-left: 10px;

}

#sidebar li {}

#sidebar a, #sidebar a:visited {
	color: red;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:focus {
	color: blue;
}



/**   FOOTER   **/

#footer {
	padding: 50px 0;
}

	#footer ul {
		float: right;
		list-style-type: none;
	}
	
	#footer ul li {
		float: left;
	}
	
	#footer ul li.last a {
		border: 0;
	}
	
	#footer ul li a, 
	#footer ul li a :visited
	{
		font-size: 0.9em;
		color: #3a8e24;
		border-right: 1px solid #3a8e24;
		padding: 0 12px;
		text-decoration: none;
	}
	
	#footer ul li a:hover, 
	#footer ul li a :focus
	{
		text-decoration: underline;
	}


/** NEWS **/

.newsBox {
	border-bottom: 2px dashed #ccc;
	margin: 15px 0;
}

.newsBox p {
}

.newsBox h2 {
	color: #fff;
	padding: 3px 0;
}

.contributorImg {
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
}

.firstArticleImage {

}

#articleImages {
}

#articleImages img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
}


ul.bullet {
	list-style-type: disc;
}	

	ul.bullet li {
		
	}
	
	ul.bullet 



/** SITEMAP **/

ul.sitemap {
	padding: 0 0 5px 45px;
}

ul.sitemap li {
	list-style-type: circle;
}

#content ul.sitemap a, #content ul.sitemap a:visited {
	font-weight: normal;
}

#content ul.sitemap a:hover, #content ul.sitemap a:focus {
	text-decoration: underline;
}

/** CONTACT **/

.logos {
	margin: 15px 0;
}