* {
    margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	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]----*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}
* html .clearfix {
    overflow: hidden;
}

    /*----[Hide an element]----*/

.hide-element {
    visibility: hidden;
}

    /*----[Overall style rules]----*/
 
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
	
	/*----[Global Elements]----*/
	
body {
	font: normal 62.5%/1.5 Verdana, Arial, sans-serif;
	color: #74797e; 
	padding: 20px 0 0 35px;
    background: #fff;
}

    /*----[Fix floats breaking out of containers]----*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {     /*----[for IE/Mac]----*/
    display: inline-block;
}

    /*----[Links]----*/
    
a:link,
a:visited,
a:hover,
a:active {	
	color: #74797e;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: #7399c6;
	text-decoration: none;
}
#header a:hover {
    color: #958070;
    text-decoration: underline;
}
a img {
    border: none;
}

    /*----[Typography]----*/

p {
    font-size: 1.1em;
line-height: 1.5em;
padding-bottom: 0.5em;
}    
h1 { 		
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}
h2 {
    font-size: 1.8em;
    color: #7399c6;
    font-weight: normal;
    letter-spacing: 1px;
padding-bottom: 0.5em;
}
h3 {
    font-size: 1.4em;
    color: #7399c6;
    font-weight: normal;
margin-bottom: 0.5em;
}
h4 {
}
h5 {
}

    /*----[Images]----*/    

img.right {
  	display: block;
  	float: right;
}
img.left {
  	float: left;
  	display: block;
}
img.middle {
  	display: block;
  	margin: 0.5em auto;
  	text-align: center;
}

    /*----[Forms]----*/    

fieldset { 
	border: none;	
}
legend {
    display: none;
    font-size: 0;
    line-height: 0;
}
label {
	font-size: 1.2em
}  

    /*----[Skip to Content]----*/

#skip_to_content {
   height: 0;
}
#skip_to_content a:link,
#skip_to_content a:visited,
#skip_to_content a:hover,
#skip_to_content a:active {
    margin-left: -999px !important;
    font-size: 0;
}
#skip_to_content a:focus,
#skip_to_content a:active {
    margin-left: 20px !important;
    border-style: none;
    font-size: 1.1em; 
}

    /*----[Layout]----*/

#header,
#main,
#footer {
    margin: 0 auto;
    width: 950px;
}

    /*----[Header]----*/

#header {
    padding-bottom: 25px;
}

	/*----[Search]----*/

#plc_lt_zoneSearch_SearchBox_pnlSearch {
    float: right;
}
input#plc_lt_zoneSearch_SearchBox_txtWord {
    padding: 3px 0 3px 5px;
    border: none;
    font-size: 1.1em;
    width: 7em;
    margin: 0 -3px 0 10px;
    color: #ada8e8;
    background: #ecece0;
}
input#plc_lt_zoneSearch_SearchBox_btnImageButton {
    margin-left: 0;
    padding: 0;
vertical-align: bottom;
}

	/*----[Header Logo]----*/

#header img {
    display: block;
    float: left;
}

    /*----[Main Section]----*/

#main {
    clear: both;
    margin-top: 27px;
}
#main h4 {
	width: 160px;
	height: 18px;
	position: relative;
    clear: both;
}


    /*----[Sub Nav]----*/
    
#sub_nav {
    width: 220px;
    float: left;
}
#sub_nav ul {
}
#sub_nav ul li {
    background: #fff url(/App_themes/II/img/sub_nav_bullet.png) 7px 8px no-repeat;
}
#sub_nav a:link,
#sub_nav a:visited,
#sub_nav a:hover,
#sub_nav a:active {
    padding: 0 0 2px 16px;
    display: block;
    font-size: 1.1em;
}
#sub_nav a:hover,
#sub_nav a:active,
#sub_nav a.CMSListMenuLinkHighlighted {
    color: #7399c6;
    text-decoration: none;
}
#sub_nav a.CMSListMenuLinkHighlighted {
    cursor: default;
}
#sub_nav ul li ul {
    margin-left: 10px;
} 

    /*----[Footer]----*/

#footer {
    height: 30px;
}
#footer ul {
    float: left;
    padding: 10px 0;
    margin-left: 220px;
    width: 730px;
}
#footer ul li {
    float: left;
}
#footer ul li.copyright {
    float: right;
}
#footer a {
    color: #7399c6;
}
#footer a:hover {
    text-decoration: underline;
}
    
    /*----[Content]----*/

#content {   
    width: 730px;
    float: left;
    border-bottom: 1px solid #7399c6;
padding-bottom: 20px;
}
#content img {   
    margin-bottom: 20px;
}

#text_content,
#subpage_text_content {
	width: 730px;
	float: left;
	min-height: 150px;
}
#subpage_text_content ul {
	padding: 0 0 1em 0;
}
#subpage_text_content ul li {
	margin-left: 25px;
	list-style-type: disc;
	font-size: 1.1em;
}
#subpage_text_content p a {
    color: #7399c6;
}
#subpage_text_content p a:hover {
    text-decoration: underline;
}

#text_content_home,
#profile_text_content {
	width: 470px;
	float: left;
}
#main_categories_home_content p,
#text_content p {
	margin: 10px 0;
	width: 450px;
}
#content_text h4 {
	margin-bottom: 5px;
    height: auto;
    width: auto;
    line-height: 1.3em;
}
#content_text ul,
#content_text ul li {
	list-style-type: disc;
}
#content_text ul {
	padding-left: 10px;
    margin: 0 0 5px 10px;
    font-size: 1.1em;
}

    /*----[Right Sidebar]----*/

#right_sidebar {
	float: right;
	width: 240px;
	padding-top: 0;
font-size: 1.1em;
}
#right_sidebar h4 {
	height: 18px;
	position: relative;
    clear: both;
border-bottom: 1px solid #e9e9e9;
width: 240px;
font-size: 1.1em;
}
.gfc-resultsHeader {
border: none !important;
}
.gfc-result {
margin: 0.5em 0 !important;
}
#right_sidebar {
    color: #aaa;
    margin-bottom: 10px;
}
p.twitter_message{
    height: 5em;
    padding-top: 30px;
    text-align: center;
    color: #aaa;
}
ul#twitter_feed {
    padding-top: 6px;
    color: #aaa;
}
#latest_tweets {
margin-top: 10px;
}
ul#twitter_feed li {
    margin: 0.5em 0;
    list-style-type: none;
}
#right_sidebar a {
    font-size: 1em;
    color: #7399c6;
}
#right_sidebar a:hover {
    text-decoration: underline;
}

#right_sidebar h3 {
    padding-top: 3px;
}
p.contact-details {
font-size: 1em;
}


	/*----[Level 3 Pages]----*/

#main_image {
    background: #7399c6;
    width: 730px;
    height: 200px;
    color: #fff;
}
#subpage_main_image {
    background: #fff;
    width: 730px;
    height: 175px;
    color: #fff;
margin-bottom: 20px;
}
#main_image img.personnel {
	display: block;
    float: left;
    padding: 10px 58px 10px 10px;
}
#main_image h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 10px 0;
}
#main_image p {
    padding: 5px 0 0 0;
}
#contact_details {
    float: left;
    background: #7399c6;
}
#right_sidebar h4.quote {
    padding: 37px 0 10px 0;
}

	/*----[Error Pages]----*/

#error404 {
    padding: 100px 30px;
    font-size: 1.1em;
}

	/*----[Search Results]----*/

#main #search-results {
    width: 730px;
    padding-bottom: 20px;
float: right;
font-size: 1.1em !important;
}
#main .results-heading {
width: 730px;
margin-bottom: 10px;
}
#main #search-results div {
    margin-bottom: 10px !important;
}




	/*----[Home page rotations]----*/

#slideshow {
    position: relative;
    height: 150px;
margin-bottom: 20px;
}
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow img.active {
    z-index: 10;
}
#slideshow img.last-active {
    z-index: 9;
}

	/*----[News]----*/

#content .NewsSummary {
	margin: 0 0 -10px 0;
padding: 0 !important;
}
.newsSummary div {
	margin-bottom: 0 !important;
}
.newsSummary a {
color:#7399C6 !important;
font-size: 1.1em;
}
.newsSummary a:hover {
text-decoration: underline !important;
}
.newsSummary ul {
list-style-type: disc;
margin-left: 15px;
margin-top: 10px;
}
.newsSummary ul li {
list-style-type: disc;
}
.NewsBody {
	margin: -10px 0 20px 0;
}
.NewsBody p {
	width: 730px !important;
}
.NewsBody br {
	margin: 10px 0;
}
.NewsContent {
font-weight: bold;
}
.NewsContent p {
width: 730px !important;
}

.NewsContent .Date {
margin: 10px 0 !important;
font-size: 1.1em;
font-weight: normal;
}
.Clearer {
height: 0;
}
.grayBox {
font-size: 1.1em;
}

	/*----[Latest News]----*/

.NewsPreviewSummary {
    margin-bottom: 10px;
clear: both;
}
.NewsPreviewDate {
    margin-right: 10px;
float: left;
font-weight: bold;
}
.newsSummary .NewsPBody {
font-size: 1.1em;
margin: 5px 0 15px 0 !important;
}
.NewsPBody p {
font-size: 1em;
width: 730px !important;
margin: 0 !important;
}
.newsSummary div {
padding: 0 !important;
}

	/*----[Clients page]----*/

#site-images img {
margin-bottom: 20px;
}
#right_sidebar .sites h3 {
padding-top: 0;
}
#right_sidebar .sites p {
font-size: 1em;
margin-bottom: 0;
}
#right_sidebar .sites.ki {
height: 541px;
}
#right_sidebar .sites.mp {
height: 330px;
}
#right_sidebar .sites.mw {
height: 380px;
}
#right_sidebar .sites.ls {
height: 535px;
}
#right_sidebar .sites.dm {
height: 354px;
}
#right_sidebar .sites.fc {
height: 335px;
}
#right_sidebar .sites.ri {
height: 346px;
}
#right_sidebar .sites.gg {
height: 438px;
}
#right_sidebar .sites.ga {
height: 341px;
}
#right_sidebar .sites.js {
height: 304px;
}

	/*----[Media Centre]----*/

#media-centre #latest_blogs {
font-size: 1.1em !important;
}
#media-centre a {
color:#7399C6 !important;
}
#media-centre a:hover {
text-decoration: underline !important;
}
#media-centre #twitter_feed {
padding-top: 0;
margin-top: -5px;
}
#media-centre #latest_blogs {
margin-top: -5px;
}


