html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}

:focus{outline:0}
body{line-height:1; color:#000; background:#fff}
ol, ul{list-style:none}

table{border-collapse:separate; border-spacing:0}
caption, th, td{text-align:left; font-weight:normal}
blockquote:before, blockquote:after, 
q:before, q:after{content:""}
blockquote, q{quotes:""""}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {
	clear: both;
}

#atffc { /* Add This prevent div displaying */
	display: none;
}

iframe {
	width: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, object, embed {
	margin-bottom: 18px;
}

ul {
	margin-left: 20px;
	list-style: disc;
}

ol {
	margin-left: 20px;
	list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-size: 14px;
	font-weight: normal;
}

a {
	color: #ea9500;
}
a:hover {
	color: #ea9500;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

blockquote {
	margin: 0 20px;
	padding-left: 15px;
	border: 2px #404041;
	border-style: none none none solid;
	font-style: italic;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;}

td, th {
	padding: 5px 20px;
	border: 1px solid #404041;
}

th {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	margin: 0 10px 13px;
	border: none;
	background: url(../images/hr-bg.png) repeat-x;
	clear: both;
}

form p {
	margin: 5px 0;
	position: relative; /*for over-label plugin*/
	float: left;
}

label.over-apply {
	color: #b2adad;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 1;
}

.error {
	color: red;
}

form input, form textarea{
	border: 1px solid #98999d;
	padding: 4px 6px;
	font-size: 11px;
	height: 15px;
	font-family: Arial, sans-serif;
}

form input.paypal-button {
	border: none;
	padding: 0;
	height: auto;
}

form input.submit {
	height: 25px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	padding: 0 10px 0 20px;
	background: #49494a url(../images/orange-arrow.gif) 10px no-repeat;
	line-height: 25px;
	font-size: 9px;
	color: #fca000;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}

header, nav, section, article, aside, footer {
	display: block;
}

body {
	min-width: 969px;
	text-align: center;
	font: 14px/18px Arial, sans-serif;
	color: #404041;
	background: #fff url('../images/bg.gif');
}

#wrapper {
	width: 969px;
	margin: 0 auto;
	padding: 19px 0;
	text-align: left;
	background: url(../images/bg-logo.png) 575px -45px no-repeat;
}

#content-wrapper {
	width: 740px;
	float: left;
}

#header {
	margin-bottom: 18px;
}

#title, #tagline {
	float: left;
	position: relative;
	overflow: hidden;
}

#title {
	width: 196px;
	height: 85px;
	margin: 0;
	line-height: 85px;
}

#tagline {
	width: 433px;
	height: 44px;
	margin: 15px 0 26px;
	line-height: 43px;
}

#title span, #tagline span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#title span {
	background: url(../images/title.png) no-repeat;
}

#tagline span {
	background: url(../images/tagline.png) no-repeat;
}

nav ul {
	height: 25px;
	margin: 0 10px;
	padding: 0;
	border-bottom: 5px solid #fca000;
	list-style: none;
}

nav ul li {
	float: left;
	display: inline;
	margin-right: 3px;
	width: 87px;
	position: relative;
	z-index: 50;
}

nav ul li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/white-arrow-down.png) 73px 10px no-repeat;
}

nav ul li.first {
	margin-right: 4px;
}

nav ul li.last {
	margin: 0 0 0 1px;
}

nav ul a {
	display: block;
	width: 87px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	background: url(../images/nav-bg.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

nav ul li.current a, nav ul li.parent-current a, nav ul li a:hover {
	background: url(../images/nav-current-bg.png) no-repeat;
	color: #404041;
}

nav ul li.current a span, nav ul li.parent-current a span, nav ul li a:hover span, nav ul li.sfhover a span {
	background: url(../images/grey-arrow-down.png) 73px 10px no-repeat;
}

nav ul li ul {
	position: absolute;
	width: 184px;
	height: auto;
	padding: 6px 3px 5px;
	margin: 0;
	border: none;
	left: -9999em;
	background: #fca000 url(../images/nav-hr-bg.png) 3px 5px no-repeat;
	z-index: 51;	
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
}

nav ul li:hover ul, nav ul li.sfhover ul {
	left: auto;
}

nav ul li li, nav ul li.current li, nav ul li.parent-current li {
	line-height: 26px;
	width: 184px;
	background: #fca000 url(../images/nav-hr-bg.png) bottom no-repeat;
}

nav ul li li a, nav ul li.current li a, nav ul li li.current a, nav ul li.parent-current li a {
	width: 144px;
	line-height: 26px;
	background: url(../images/grey-arrow-right.png) 10px 9px no-repeat;
	text-align: left;
	font-size: 11px;
	color: #404041;
	padding: 0 20px;
}

nav ul li li a:hover, nav ul li.current li a:hover, nav ul li.parent-current li a:hover, nav ul li li.current a:hover {
	background: url(../images/white-arrow-right.png) 10px 9px no-repeat;
	color: #fff;
}

nav ul ul ul {
	display: none;
}

#main {
	padding: 16px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/black-75-bg.png) repeat;
	color: #fff;
}

#main .bg-logo {
	background: url(../images/subnav-logo.png) no-repeat -5px 250px;
	margin: 0 -10px;
	padding: 0 10px;
}

#main hr {
	height: 1px;
	margin: 0 0 13px;
	border: none;
	background: url(../images/hr-bg.png) repeat-x;
}

#sub-nav {
	float: left;
	width: 180px;
	padding: 28px 0 0;
}

#nav-box header {
	border-bottom: 5px solid #fca000;
}

#nav-box h2 {
	height: 31px;
	margin: 0;
	padding: 0 20px;
	line-height: 31px;
	font-size: 14px;
	background: #00a6d9 url(../images/heading-blue-bg.jpg) repeat-x;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#nav-box li.here a {
	text-decoration: underline;
}

#nav-box li.here li a {
	text-decoration: none;
}

#nav-box a {
	font-weight: bold;
	background: url(../images/orange-arrow.gif) 13px 11px no-repeat;
	text-decoration: none;
	display: block;
	padding: 6px 0px 6px 24px;
	font-size: 12px;
}

#nav-box a:hover {
	text-decoration: underline;
}

#nav-box ul {
	margin: 0;
	background: #2f2f30;
	list-style: none;
}

#nav-box li {
	margin: 0;
	padding-bottom: 1px;
	background: url(../images/hr-bg.png) bottom repeat-x;
}

#nav-box ul ul {
	padding-left: 12px;
	background: #5d5d5e url(../images/hr-bg.png) top repeat-x;
}

#nav-box li li, #nav-box li li.last {
	background: none;
	padding: 0;
}

#nav-box li.last {
	background: #2f2f30;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#sub-nav aside, #nav-box {
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
}

#sub-nav aside.article-links ul, #main aside.article-links ol {
	background: #2f2f30;
}



#sub-nav aside.article-links header div {
	border-bottom: 5px solid #2f2f30;
}

#sub-nav aside.article-links header.last div {
	border: none;
}

#sub-nav aside.article-links header.ui-state-active div {
	border-bottom: 5px solid #fca000;
}

#sub-nav aside.article-links footer {
	background: #2f2f30;
}

#main .content {
	float: right;
	width: 520px;
	color: #404041;
	padding-left: 10px;
	background: url(../images/vr-bg.png) left repeat-y;
}

#main .content .breadcrumb {
	color: #c0c0c0;
	margin-bottom: 10px;
	font-size: 11px;
}

#main .content .breadcrumb a {
	color: #c0c0c0;
}

#main .content .share {
	float: right;
	margin: 0;
}

#main .content header h1 {
	background: #fca000 url(../images/orange-grad.gif) repeat-x;
	width: 480px;
	margin: 0 -20px 18px;
	padding: 5px 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#main .content img {
	border: 8px solid #fff;
	margin-bottom: 15px;
}

#main .content header {
	margin: 10px 0;
}

#main .content header aside {
	background: #dedede;
	width: 480px;
	margin: 0 -20px;
	padding: 2px 20px;
	font-size: 11px;
}

#main .content header aside p, #main .content header aside a {
	margin: 0;
	color: #404041;
}

#main .content h1 {
	background: url(../images/orange-grad.gif) repeat-x scroll 0 0 #fca000;
	margin-left: -20px;
	padding: 4px 0 4px 20px;
	width: 250px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	clear: both;
}

#main .content .map {
	height: 400px;
	margin-bottom: 20px;
}

#main .content .comments header {
	margin-bottom: 10px;
}

#main .content header span {
	color: #fca000;
	font-weight: bold;
}

#main .content .comments header a {
	color: #fca000;
	font-weight: bold;
}

#main .content .comments article {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 10px;
}

#main .content .comments article img {
	float: left;
	margin: 0 15px 15px 0;

}


#main .content .comments article.odd {
	background: #f9f9f9;

}

#main #fb_login_image {
	border: 0;
	margin-bottom: -5px;
}

#main .content .comments .fabee_stream_pubish input {
	width: auto;
	margin: 0;
	padding: 0;
}

#main .content .comments img {
	border: 0;
	margin: 0;
}

#main .content .comments textarea {
	width: 467px;
	height: 100px;
	font-size: 14px;
}

#main .content .comments form div {
	width: 100%;
	clear: both;
	margin: 0;
}
	
#main .content .comments input {
	width: 225px;
	height: 20px;
	margin: 5px 4px 5px 0;
	font-size: 14px;
}

#comment-website {
	margin-right: 0;
}

#main .content .comments .submit {
	height: 30px;
	width: auto;
}

#main .content ul.pagination {
	margin: 0;
	clear: both;
}

#main .content .pagination img {
	border: none;
	margin: 0 0 1px 0;
}

#main .content .pagination li {
	list-style: none;
	float: left;
	display: inline;
}

#main .content .pagination a {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	line-height: 18px;
	color: #404041;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #c9cacc;
	background: #fff;
}

#main .content .pagination .here a {
	background: #cfcfd1;
}

.sub-box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/white-50-bg.png) repeat;
	padding: 16px 10px;
}

#main .sub-box {
	padding: 12px 20px;
	background: #ececec;
	width: 480px;
}

#main .sub-box .event p.details {
	font-size: 12px;
}

#main .sub-box p.details a {
	font-weight: normal;
}

#latest-news {
	width: 504px;
	height: 237px;
	margin-bottom: 18px;
	border: 8px solid #fff;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
}

#latest-news h2 {
	height: 31px;
	padding: 0 13px;
	margin: 0;
	border-bottom: 5px solid #fca000;
	position: absolute;
	top: 0;
	left: 0;
	background: #00a6d9 url(../images/heading-blue-bg.jpg) repeat-x;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	z-index: 15;
}

#latest-news article {
	width: 504px;
	height: 237px;
	position: relative;
}

#latest-news .description {
	width: 484px;
	height: 60px;
	padding: 15px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/white-80-bg.png) repeat;
	color: #404041;
}

#latest-news .description h3 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

#latest-news .description h3 a {
	color: #404041;
	text-decoration: underline;
}

#latest-news .description p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

#latest-news .description p a {
	color: #404041;
}
#latest-news-pager {
	height: 18px;
	margin: 0;
	padding: 3px 5px;
	line-height: 25px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
	background: url(../images/white-80-bg.png) repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#latest-news-pager a {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	line-height: 18px;
	float: left;
	display: inline;
	color: #404041;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#latest-news-pager a.activeSlide {
	width: 16px;
	height: 16px;
	border: 1px solid #c9cacc;
	line-height: 16px;
	background: #fff;
}

#latest-news-pager a.arrow {
	width: 13px;
}

#latest-news-pager a.last {
	margin: 0;
}

#upcoming-events {
	width: 180px;
	min-height: 300px;
	float: right;
}

#upcoming-events header {
	border-bottom: 5px solid #fca000;
}

#upcoming-events h2 {
	height: 31px;
	margin: 0;
	padding: 0 20px;
	line-height: 31px;
	font-size: 14px;
	background: #00a6d9 url(../images/heading-blue-bg.jpg) repeat-x;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#upcoming-events article {
	background: #404041 url(../images/upcoming-events-bg.jpg) repeat-x;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	font-size: 11px;
	line-height: 1.5;
}

#upcoming-events article.odd {
	background: #1e1e1e;
}

#upcoming-events article div {
	padding: 10px 20px 10px 30px;
	background: url(../images/hr-dark-bg.png) bottom repeat-x;
}

#upcoming-events h3 {
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
	margin-left: -12px;
	margin-right: -15px;
}

#upcoming-events p {
	margin: 0;
}

#main #upcoming-events a {
	padding-left: 12px;
	background: url(../images/orange-arrow.gif) 0 3px no-repeat;
}

#upcoming-events article a {
	text-decoration: none;
}

#upcoming-events article time {
	text-transform: uppercase;
	color: #98999d;
}

#upcoming-events p.summary {
	line-height: 14px;
}

#upcoming-events footer {
	padding: 10px 20px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #1e1e1e;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
}

#main aside.box {
	width: 160px;
	height: 110px;
	margin-right: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: left;
	display: inline;
	background: #fff url(../images/learn-about-sya-bg.jpg) 101px 50px no-repeat;
	box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	position: relative;
}

#main aside.last {
	margin-right: 0;
}

#main aside.box header {
	border-bottom: 5px solid #fca000;
}

#main aside.box h2 {
	margin: 0;
	height: 31px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	background: #00a6d9 url(../images/heading-blue-bg.jpg) repeat-x;
}

#main aside.box h2 a {
	display: block;
	height: 110px;
	line-height: 31px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#main aside.box img {
	border: 5px solid #f2f3f5;
	box-shadow: 0px 3px 3px #000;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	position: absolute;
	top: 44px;
	left: 15px;
}

#main #button-2 { /* Current Projects */
	background-image: url(../images/current-projects-bg.jpg);
}

#main #button-3 {
	background-image: url(../images/get-involved-bg.jpg);
}

#main-sub-hr {
	width: 480px;
	height: 1px;
	overflow: hidden;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
	background: url(../images/hr-bg.png) repeat-x;
	line-height: 1px;
}

#latest-news-posts {
	margin-bottom: 13px;
}

#latest-news-posts a {
	text-decoration: none;
}

#latest-news-posts .read-more a {
	text-decoration: underline;
}

#latest-news-posts header.left {
	width: 170px;
	height: 30px;
	margin: 1px 0 0 10px;
	border-bottom: 5px solid #0092d0;
	float: left;
	display: inline;
	clear: right;
}

#latest-news-posts h2 {
	margin: 0;
	background: #fca000 url(../images/orange-grad.gif) repeat-x;
	color: #fff;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

#latest-news-posts p.rss {
	float: left;
	display: inline;
	clear: right;
	width: 549px;
	margin: 0 10px 0 0;
	border-bottom: 5px solid #0092d0;
	line-height: 30px;
	height: 30px;
	font-size: 11px;
}

#latest-news-posts p.rss a {
	display: block;
	margin-left: 10px;
	padding-left: 20px;
	background: url(../images/icons/feed.png) 0 7px no-repeat;
}

/* News/Article Posts */
.articles article { 
	float: left;
	display: inline;
	margin-bottom: 16px;
	background: #fff url(../images/blogpost-grad.png) bottom repeat-x;
	box-shadow: 0px 2px 3px #434343;
	-moz-box-shadow: 0px 2px 3px #434343;
	-webkit-box-shadow: 0px 2px 3px #434343;
	position: relative;
}

.articles .latest-news-image {
	border: 5px solid #f2f3f5;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
}

.articles article p.share {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 25px;
}

.articles article h3 {
	margin: 0;
	color: #fca000;
	font-size: 18px;
}

.articles article p.details {
	margin: 5px 0;
	line-height: 10px;
	font-size: 10px;
	color: #999;
}

.articles article p.comments-num {
	height: 37px;
	width: 53px;
	background: url('../images/comments-num-bg.png') no-repeat;
	position: absolute;
	top: -13px;
	right: -8px;
}

.articles article p.comments-num a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.articles article p.read-more {
	float: right;
	display: inline;
	width: 90px;
	height: 25px;
	margin: -12px 0 0 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #1d1d1d url(../images/read-more-bg.png) repeat-x;
	box-shadow: 0px 0px 2px #434343;
	-moz-box-shadow: 0px 0px 2px #434343;
	-webkit-box-shadow: 0px 0px 2px #434343;
}

.articles article p.read-more a {
	display: block;
	padding-left: 12px;
	background: url(../images/orange-arrow.gif) 12px 9px no-repeat;
	font-size: 9px;
	line-height: 25px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.articles article p.extras {
	margin: 0;
	padding-left: 20px;
	border-top: 1px solid #c9cacc;
	background: url(../images/icons/white-bubble.png) 0 4px no-repeat;
}

.articles article p {
	margin-bottom: 15px;
	font-size: 11px;
	color: #404041;
}

/* Photos */
#main .content .photos img {
	border: 5px solid white;
	margin: 7px 3px;
}


/* News Post Cusomisation for Homepage and News pages*/
#latest-news-posts .articles {
	float: left;
	width: 520px;
}

#latest-news-posts .articles article {
	padding: 20px 25px;
}

#latest-news-posts .articles article.last {
	margin: 0;
}

#latest-news-posts .articles article .right {
	width: 338px;
	float: right;
}

#latest-news-posts .articles article .left {
	width: 132px;
	float: left;
}

#latest-news-posts .articles article p.share {
	margin: 0;
	position: absolute;
	bottom: 18px;
	left: 25px;
}

#main .articles article {
	padding: 20px 20px;
}

#main article .right {
	width: 308px;
	float: right;
}

#main article .left {
	width: 132px;
	float: left;
}

aside.article-links header { /* Accordion */
	margin: 0;
	background: #00a6d9 url(../images/heading-blue-bg.jpg) repeat-x;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

aside.article-links header div {
	height: 31px;
	padding: 0 20px;
	border-bottom: 5px solid #fff;
}

aside.article-links {
	width: 180px;
	float: right;
}

aside.article-links a {
	text-decoration: underline;
}

aside.article-links header.first {
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

aside.article-links header.last {
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

aside.article-links header.last div {
	border: none;
}

aside.article-links header.ui-state-active { 
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}
aside.article-links header.ui-state-active div {
	border-bottom: 5px solid #fca000;
}

aside.article-links h3 {
	background: url(../images/white-arrow-left.png) right no-repeat;
	margin: 0;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
}

aside.article-links header.ui-state-active h3 {
	background: url(../images/white-arrow-down.png) right no-repeat;
}

aside.article-links div.ui-accordion-content {
	background: #fff;
}

aside.article-links header.last + div.ui-accordion-content-active {
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

aside.article-links ul, aside.article-links ol {
	margin: 0;
	padding: 0px 15px;
	font-size: 11px;
	list-style: none;
}

aside.article-links li {
	padding: 5px 0;
	background: url(../images/hr-dark-bg.png) bottom repeat-x;
}

aside.article-links a {
	padding-left: 12px;
	background: url(../images/orange-arrow.png) 0 3px no-repeat;
	font-size: 11px;
}

aside.article-links footer {
	padding: 5px 15px;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

/* Accordion Cusomisation for Homepage and News pages*/
#latest-news-posts aside.article-links {
	margin-top: -30px;
}

#latest-news-posts aside.article-links a {
	text-decoration: underline;
}

#action-buttons {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/white-50-bg.png) repeat;
	padding: 14px 0 20px 20px;
	margin-bottom: 13px;
}

#action-buttons section.button {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 2px 3px #434343;
	-moz-box-shadow: 0px 2px 3px #434343;
	-webkit-box-shadow: 0px 2px 3px #434343;
	width: 153px;
	height: 85px;
	float: left;
	display: inline;
	padding: 0;
	margin-right: 30px;
	background: #fff url(../images/action-butt-bg.png);
	color: #fca000;
	position: relative;
}

#action-buttons h2 {
	margin: 0;
	height: 85px;
	font-size: 18px;
}

#action-buttons h2 a {
	text-decoration: none;
	height: 65px;
	padding: 20px 0 0 70px;
	display: block;
}

#action-buttons section.high h2 a {
	color: #fff;
}

#action-buttons p {
	margin: 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#action-buttons section.last {
	margin-right: 0;
}

#action-buttons section.high {
	background: #fca000 url(../images/orange-grad-large.png) repeat-x;
	color: #fff;
}

#action-buttons img {
	border: 5px solid #f2f3f5;
	box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	position: absolute;
	top: 10px;
	left: -8px;
}

#action-buttons section p.go {
	position: absolute;
	right: 10px;
	bottom: -12px;
	width: 55px;
	height: 25px;
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #fff;
	box-shadow: 0px 1px 2px #434343;
	-moz-box-shadow: 0px 1px 2px #434343;
	-webkit-box-shadow: 0px 1px 2px #434343;
}

#action-buttons section p.go a {
	display: block;
	padding-left: 12px;
	background: url(../images/orange-arrow.png) 12px 9px no-repeat;
	font-size: 9px;
	line-height: 25px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

#action-buttons section.high p.go {
	background: #1d1d1d url(../images/read-more-bg.png) repeat-x;
	border: 0;
}

#sidebar {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 179px;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 11px;
	background: url(../images/sidebar-grad.png) repeat-x;
	float: right;
	z-index: -1;
}

#sidebar form p {
	width: 100%;
}

#search-form {
	padding-bottom: 40px;
}

#search-form p {
	position: relative;
}

#search p {
	line-height: 16px;
}

.fb-logged-in {
	background: url(../images/fabee/connect.gif) no-repeat;
	text-indent: 20px;
}



#search-term {
	width: 95px;
	height: 15px;
	padding: 3px 24px 3px 8px;
	border: 1px solid #d9dadb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#search-submit {
	width: 68px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d9dadb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar header {
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;
}

#sidebar a {
	color: #404041;
}

#sidebar h2.about {
	padding-top: 15px; 
	background: url(../images/logo-small.png) 100px 0px no-repeat;
}

#sidebar article {
	margin-bottom: 25px;
	clear: both;
}

#sidebar p.newsletter {
	margin: 0;
	text-indent: 20px;
	background: url(../images/icons/news.gif) 0 4px no-repeat;
}

#sidebar label.over-apply {
	top: 3px;
}

#newsletter-form input {
	width: 167px;
}

#newsletter-form input.submit {
	float: right;
	display: inline;
	margin-bottom: 13px;
	width: auto;
}

#photo-box {
	margin-right: -4px;
}

#photo-box img {
	border: 3px solid #fff;
	float: left;
	display: inline;
	margin-right: 4px;
	margin-bottom: 4px;
}

#photo-box img.third {
	margin-right: 0px;
}

#footer {
	clear: both;
	background: #434343 url(../images/footer-bg.png);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 33px 0 33px 50px;
	margin-bottom: 10px;
}

#footer section {
	width: 207px;
	float: left;
}

#footer section p {
	font-size: 9px;
	color: #c9cacc;
	margin: 0;
	line-height: 15px;
}

#footer section a {
	color: #c9cacc;
}

#footer section .logo {
	margin-bottom: 20px;
}

#footer section p.social-icons {
	margin-top: 8px;
}

#footer dl {
	width: 145px;
	height: 140px;
	float: left;
	background: url(../images/vr-dark-bg.png) repeat-y;
	padding-top: 14px;
	padding-left: 25px;
}

#footer dl.last {
	padding-right: 0px;
}

#footer dl dt {
	color: #fca000;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer dl dd {
	font-size: 11px;
	background: url(../images/white-arrow-right.png) 0 5px no-repeat;
	padding-left: 12px;
}

#footer dl a {
	color: #fff;
	text-decoration: none;
}

#footer dl a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 18px 18px 18px 0;
}

img.right {
	18px 0 18px 18px;
}