@CHARSET "UTF-8";
* {
	padding: 0; margin: 0;	
}

#header {
	width: 965px; height: 150px;
	margin: auto;
	display: block;
	position: relative;
}

#header #logo {
	text-indent: -1000px;
	display: block;
	width: 225px; height: 65px;
	float: left;
	margin-top: 43px;
	background-image: url('../img/association-of-pharmacy-technicians-uk.gif');
}

#header #nav-primary {
	float: right;
	background-image: url('../img/nav-primary.gif');
	margin-top: 121px;
	position: absolute;
	text-align: right;
    right: 0;
}

#header #nav-primary nav {
	display: inline;
	text-align: right;
	float: right;
}

#header #nav-primary nav ul {
        display: inline;
        text-align: right;
        float: right;
}

#header #nav-primary a {
	font-family: Arial;
	font-size: 12px;
	color: #000e71;
	text-decoration: none;
	font-weight: bold;
}

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

#header #nav-primary a.here {
	color: #fff;
}

#header #nav-primary {
	height: 29px;
	float: right;
}

#header #nav-primary  li {
	float: left;
	list-style-type: none;
	height: 29px;
	padding: 0 15px;
	line-height: 29px;
	vertical-align: middle;
	margin: 0;
}

#header #nav-primary li.first {
	background-image: url('../img/nav-primary-left.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
}

#header #nav-primary li.last {
	background-image: url('../img/nav-primary-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 22px;
}

#container {
	width: 100%;
	border-top: 5px solid #2991c8;
}

#main {
	width: 965px;
	margin: auto;
	display: block;
	position: relative;
}

#copy {
	margin-top: 30px;
	width: 648px;
	float: left;
	margin-bottom: 30px;
}

#copy-wrap {
	border: 2px solid #e6e6e6;
	padding: 10px;
	margin-right: 10px;
}

#sidebar {
	margin-top: 30px;
	width: 317px;
	float: left;	
}

#sidebar section {
	margin-bottom: 30px;
	display: block;
}

#sidebar section header {
	width: 317px; height: 33px;
	display: block;
	background-image: url('../img/sidebar-header.gif');
}

#sidebar section header h2 {
	font-size: 16px;
	line-height: 33px;
	vertical-align: middle;
	margin-left: 8px;
}

#sidebar section nav {
	width: 317px; 
	display: block;
	background-image: url('../img/sidebar-article.gif');
	background-repeat: no-repeat;
}

#sidebar #social ul {
	padding-top: 8px;
}


#sidebar #social ul li {
	list-style-type: none;
	margin-left: 8px;
	margin-bottom: 8px;
	line-height: normal;
}

#sidebar #social ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 48px;
	text-decoration: none;
}
#sidebar #social ul li#email {
	margin-top: 8px;
}

#sidebar #social ul li#facebook a {
	background-image: url('../img/facebook.gif');
}

#sidebar #social ul li#email a {
	background-image: url('../img/email.gif');
}

#sidebar #social ul li#rss a {
	background-image: url('../img/rss.gif');
}

#spotlight {
	width: 965px; height: 375px;
	display: block;
}

#spotlight li {
	width: 965px; height: 375px;
	display: block;
	margin: 0;
	line-height: normal;
}
#spotlight div h2 {
	padding-top: 200px;
}

#spotlight div h2 span {
	background-color: #bfd7ec;
	font-size: 42px;
	line-height: 48px;
	padding: 0 3px;
}

#spotlight .title {
	border-left: 1px solid #fff;
	background-image: url('../img/news-date.jpg');
	width: 44px;
	height: 375px;
}

#spotlight .title img {
	margin-left: 10px;
	margin-top: 15px;
}

#spotlight div p {
	margin-top: -1px;
}

#spotlight div p span {
	padding: 3px;	
	background-color: #fff;
	font-size: 27px;
	line-height: 27px;
}

#showcase {
	clear: both;
	position: relative;	
	width: 965px; height: 375px;
}

#nextBtn a {
	width: 22px; height: 44px;
 	background-image:url('../img/slider-forward.gif');
 	position: absolute;
	position:absolute;
	text-align:center;
	top:170px;
	left: 985px;
}

#prevBtn a {
	width: 22px; height: 44px;
 	background-image:url('../img/slider-back.gif');
 	position: absolute;
	position:absolute;
	text-align:center;
	top:170px;
	left: -42px;
}

#footer {
	border-top: 5px solid #2991c8;
	clear: both;
	padding: 10px 0;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	margin-top: 30px;
}

#footer p {
 margin: 0;	
}

#footer-wrap {
	width: 965px;
	margin: auto;
}

#footer-wrap #site-credits {
	float: right;
	text-align: right;
}

.link-list li {
	cursor: pointer;
	background-image: url('../img/more.gif');
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	padding-top: 8px;
	margin: 0 8px 8px 8px;
	font-size: 12px;
	padding-right:20px;
	line-height: auto;
}

.link-list li h3 {
	font-size:13px;
	font-weight:bold;
	color: #4c4c4c;
}

#breadcrumbs {
	display: block;
	padding-bottom: 30px;
}

#navigate ul li {
	padding: 8px 0;
}

#navigate ul li a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#navigate ul li:hover a {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.article-list {
	list-style-type: none;
}

.article-list li {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #e6e6e6;
}

.article-list li.last {
	border-bottom: 0;
}

.news-header {
	background-color: #ccc;
	width:610px;
	height: 239px;
	margin-bottom: 30px;
	display: block;
}

.news-header h2, .news-header h1 {
	padding-top: 95px;
	font-size: 28px; 
	line-height:32px;
}

.news-header p {
	margin-top: 0;
	font-size: 22px;
	line-height: 22px;	
}

.news-header h2 span, .news-header h1 span {
	background-color: #fff;
	padding: 0:
}

.news-header p span {
	background-color: #fff;
}

#contact_form {
	margin-top: 30px;	
}

#contact_form td {
	padding-bottom: 20px;
}

#contact_form th {
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}

.officer {
      padding: 20px 0;
}

.officer .officer-image {
    float: left;
    padding-right: 10px;
}