/* GENERAL STYLES */
/*
  Title:    Website Package - Ava CSS Theme
  Author:    Chris Houston
  Website:  http://www.ava.co.uk
*/


/*
===========================
Rich text editor styling
===========================
*/

#holderBody
{
  background:none;
}

#holderBody strong
{
  font-weight:bold;
}

#holderBody a
{
  text-decoration:underline;
}

#holderBody p
{
  margin:auto;
}

#holder
{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
  text-align: left;
  font-size:14px;
}

#updated
{
  font-size:10px;
  color:#999;
}

/*
================================================
Comment Form
================================================
*/
.umbracoAutoFormButton {
display:block;
float:right;
background-color:#f5f5f5;
border:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:700;
color:#565656;
cursor:pointer;
margin:0 7px 0 0;
padding:5px 10px 6px 7px
}

/* Button Hover Effect */

.umbracoAutoFormButton:hover,.umbracoAutoFormButton a:hover {
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#369
}

.umbracoAutoFormButton a:active {
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff
} 
.umbEditorTextField,.umbEditorTextFieldMultiple,.umbCaptchaField 
{
display:block;clear:left;background-color:inherit;border:1px solid #dedede;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:100%;line-height:130%;text-decoration:none;font-weight:400;color:#565656;cursor:pointer;margin:0 7px 0 0;padding:5px 10px 6px 7px}
.umbEditorTextField,.umbCaptchaField {
width:466px;
height:16px
}

.umbEditorTextFieldMultiple {
width:490px
}
.umbCaptchaField {
clear:left;
margin-top:10px
}
input#AutoForm_6_name, input#AutoForm_6_email, input#AutoForm_6_website, input#AutoForm_6_captcha, input#AutoForm_6_comment  {
background-repeat:no-repeat;
background-position:5px 5px;
padding-left:30px
}
input#AutoForm_6_name {     background-image: url(../data/assets/ava/icons/user.png);}
input#AutoForm_6_email {     background-image: url(../data/assets/ava/icons/email.png);}
input#AutoForm_6_website {     background-image: url(../data/assets/ava/icons/link.png);}
input#AutoForm_6_captcha {     background-image: url(../data/assets/ava/icons/error.png);}
input#AutoForm_6_comment {     background-image: url();}

/*
================================================
  Yahoo GUI Reset CSS
  http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
#bodyText ol {
  list-style-type: decimal;
  margin: 0px 33px;
}
#bodyText b, #bodyText strong {
  color: #444;
}
caption,th {
  text-align:left;
}
h1,h2,h3 {
  font-size:100%;
  font-weight:bold;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Ava Styling
====================================
*/

body
{
    background-image: url(../data/Assets/ava/Misc/background-gradient.jpg);/*background image for all pages - mdgm 23/9/2010*/
    background-repeat: repeat-x;/*mdgm 23/9/2010*/
    /*background-color:#fff;*/
    font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding:8px 8px 15px 10px;
    margin: 0;
    color: #666;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

#Container
{
  margin:0 auto 0 auto;
  width:968px;
}

h1#Logo
{
  background-image:url(../Data/Assets/ava/transparent/Ava_logo.png);
  background-repeat:no-repeat;  
  text-indent:-10000px; /*Used to hide the text off screen */
  height:85px;
  width:151px;
  margin-top:10px;
  margin-left:0px;
  float:left;
}

h1#Logo a
{
  display:block;
  height:100%;
}

h2#secondheading
{
  TEXT-INDENT: -10000px; HEIGHT: 0px; position:absolute;top:0px;
}

#AvaBannerContainer
{
  background-image:url(../Data/Assets/ava/transparent/skybanner.png);
  background-repeat:no-repeat;
  background-position:top right;  
  height:82px;
  width:813px;
  margin-top:10px;
  float:right;
}

#AvaBannerContent
{
  float:right;
  margin-top:6px;
  margin-right:15px;
  display: inline;
  color: #fff;
  font-weight:bold;
  font-size: 16px;
}

#AvaBannerContent a
{
  display:inline;
  height:100%;
  color: #fff;
}

#AvaBannerSearch {
  text-align:right;
}

.navtree
{
margin-top:3px;
}

#treemenu1 ul {
  -moz-opacity:.95; filter:alpha(opacity=95); opacity:.95; 
}

#Content
{
background-color: white !important;
padding: 0 0 0 0;
clear:both;
position:absolute;
top:118px;
left:auto;
z-index:0;
min-height: 380px;
}

#HomeFeature
{
  background-image:url(../Data/Assets/ava/Logos/Ava_Main_Page_Banner2.jpg);
  background-repeat:no-repeat;
  position:absolute;
  left:1px;  
  height:173px;
  width:728px;
  text-indent:-10000px; /*Used to hide the text off screen */
}

#ContentContainer
{
    background-color:#FFFFFF;
  z-index:-2;
  border-left:1px solid #B0B0B0;
  border-right:1px solid #B0B0B0;
  background-position:10px;
  background-image:url(../Data/Assets/ava/Misc/centreline.gif);
  /* background-color:red; */ /* Used for debug */
  overflow: hidden;
}

#MainContent
{
  background-color: #FFFFFF;
  width:728px;
  float:left;
  font-size:12px;
  color:#706E7F;
  /*background-color:purple;*/ /* Used for debug */
  overflow: hidden;
  z-index:-1;
}

#HomePara
{
margin-top:180px;
}
#HomePara h3 {
  margin-bottom: 10px;
}
.IndentPara
{
margin-top:5px;
margin-left:10px;
margin-right:10px;
}

#MainContent h3
{
  font-size: 20px;
  color:#030087;
}

#MainContent p
{
  margin:10px 0 10px 0;
}

#MainContent a
{
  color:#0061b0;
  text-decoration:none;
}

#MainContent a:hover
{
  color:#ef7b20;
  text-decoration:underline;
}

input[type="submit"], input[type="text"], input[type="password"]{
  cursor: pointer; cursor: hand;
}

#AvaBannerSearch input[type="text"] {
  width: 196px;
}

input.search{
  color: #ccc;
  font-style: italic;
}

input.btnSearch {
  background-color: #CADCEF;
  border-bottom: 1px solid #308DF0;
  border-left: 1px solid #308DF0;
  border-top: 1px solid #90BEF0;
  border-right: 1px solid #90BEF0;
  color: black;
  cursor: pointer;
  font-family: 'Trebuchet MS','Tahoma','Arial',sans-serif;
  padding: 0px 1px 0px 1px;
  _height: 20px;
  margin-left: 3px;
}
html* input.btnSearch {
  height: 20px;
}

/*
==========================================
Home Page Contact Info / Quick Links
==========================================
*/
#HPContact
{
position:relative;
width:236px;
height:175px;
background:#EEEEF8;
font-size:12px;
}

#HPContactInfo
{
padding:5px 10px 0 10px;
}

#HPContactHeader
{
font-size: 12px;
color:#fff;
background-color:#6C6C9E;
padding-left:10px;
}

#HPTel, #HPFax, #HPEmail
{
background-repeat:no-repeat;
height:30px;
min-height:30px;
line-height:30px;
padding-left:35px;
background-position:0px;
font-weight:bold;
}
#HPTel
{
background-image:url(../Data/Assets/ava/Logos/Ava_Phone.gif);
}
#HPFax
{
background-image:url(../Data/Assets/ava/Logos/Ava_Fax.gif);
}
#HPEmail
{
background-image:url(../Data/Assets/ava/Logos/Ava_Email.gif);
}

#QLHeader
{
font-size: 12px;
color:#fff;
background-color:#6C6C9E;
padding-left:10px;
font-weight:bold;
}

#marqueecontainer{
position: relative;
overflow: hidden;
}

.AvaUl li, .IndentPara ul li, .external
{
background-repeat:no-repeat;
/*height:24px;*/
min-height:24px;
line-height:24px;
padding-left:35px;
background-position: 10px 5px;
}

.AvaUl li.bullet, .IndentPara ul li,textarea.tinymceContainer ul li /* Default bullet style for main content area */
{
background-image:url(../Data/Assets/ava/Logos/Ava_Bullet.gif);
}
.IndentPara ul li 
{
background-position:5px 1px;
height:auto;
line-height:18px;
}

.AvaUl li.folder, .IndentPara ul li.folder
{
background-image:url(../Data/Assets/ava/Misc/folder.gif);
}


.AvaUl li.rss, .IndentPara ul li.rss
{
background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
margin-bottom:10px;
}

/* remove bullet bg from indented list items */
li[style="list-style: none;"] {
  background-image: none !important;
}

#BlogHeaderRssLink {
  float: right;
  margin: 9px 8px 0px 0px;
}

.AvaUl li.external, .IndentPara ul li.external,.external
{
background-image:url(../Data/Assets/ava/Logos/Ava_external_link.gif);
padding-left:43px;
margin-bottom:10px;
  background-position: 10px !important;
}

#KQHeader
{
font-size: 12px;
color:#000;
background-color:#6C6C9E;
padding-left:10px;
}

#gotoassist
{
height:65px;
line-height: 65px;
_padding-top: 22px;
_height: 42px;
}

.gotoassistWebSupport{
  float: right;
  width: 525px;
}

.islPronto{
  margin: auto auto;
  width: 170px;
}

#BookDemo {
position:relative;
top:63px;
left:20px;
width:140px;
}

#BookDemo a span, #KQ1 a span,#KQ2 a span,#KQ3 a span,#clientlogo3 a span
{
display:none;
}

#BookDemo a {
background:url(../Data/Assets/ava/Logos/Free_Demo.gif) no-repeat top left;
height:56px;
width:140px;
z-Index:-1;
cursor: pointer;
display: block;
}

#KQ1,#KQ2,#KQ3
{
float:left;
width:79px;
height:70px;
}
#KQ1 a,#KQ2 a,#KQ3 a
{
width:79px;
height:70px;
cursor: pointer;
display: block;
}
#KQ1,#KQ1 a
{
width:78px;
}
#KQ1 a
{
background-image:url(../Data/Assets/ava/Logos/Windows_7.jpg);/*changed from Microft_Vista.gif to Windows_7.jpg and added background-position * background-repeat clauses to compensate for change in dimensions - mdgm (9/9/10) */
background-position: center center;
background-repeat: no-repeat;
}
#KQ2 a
{
background-image:url(../Data/Assets/ava/Logos/ABC_123.gif);
}
#KQ3 a
{
background-image:url(../Data/Assets/ava/Logos/umbraco-white-port-small.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}


#RightSocial {
  margin-bottom: 5px;
}

#RightSocial span {
  margin: 0px auto 0px auto;
}

#RightSocial #title {
  font-size: 12px;
  color: white;
  background-color: #6C6C9E;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold; 
}

#RightSocial #facebook {
  float: left;
  width: 62px;
  padding-left: 5px;
  overflow: hidden;
}

#RightSocial #google{
  float: left;
  width: 34px;
}

#RightSocial #twitter {
  float: right;
  width: 120px;
}

#RightSocial #facebook #fbcontainer {
  height: 20px;
  width: 45px;
  overflow: hidden;
}  

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

#fb-root {
    display: none;
}

#RightSocial #ie ul {
  
}

#RightSocial #ie ul li {
  list-style-type: none;
  text-indent: 20px;
}

#RightSocial #ie ul li#facebookLink {
  background: url('http://ava.co.uk/data/assets/ava/facebook.gif') no-repeat left center;
  float: left;
  width: 81px;
  margin-left: 8px;
}

#RightSocial #ie ul li#blogRssLink{
  background: url('http://ava.co.uk/data/assets/ava/misc/rss_icon.gif') no-repeat left center;
  float: left;
  width: 76px;
}

#RightSocial #ie ul li#twitterLink {
  background: url('http://ava.co.uk/data/assets/ava/twitter.gif') no-repeat left center;
  float: left;
  width: 20px;
}


/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
  margin:15px 0 0 -10px;
  width:424px;
}

#MainContent .GalleryList .Item
{
  float:left;
  width:96px;
  margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
  padding:2px;
  border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
  padding:2px;
  border:1px solid black;
  background-color:black;
}

#MainContent .GalleryList .Item strong a
{
  display:block;
  margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
  display:block;
  font-size:12px;
}


#MainContent .Photo img
{
  /* This ensures the photos is resized to fit the div */
  max-width:100%;
}

#MainContent .Photo .PhotoNav
{
  display:block;
}

#MainContent .Photo .PhotoNav .Left
{
  float:left;
}

#MainContent .Photo .PhotoNav .Right
{
  float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
  background-image:url(../Data/Assets/ava/Misc/event_icon.gif);
  background-repeat:no-repeat;
  background-position:0px 8px;
  padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
  background-image:url(../Data/Assets/ava/Misc/news_icon.gif);
  background-repeat:no-repeat;
  background-position:0px 8px;
  padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
  display:block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContent .Doc2Form .vsummary 
{
  border-top:2px solid #FFD324;
  border-bottom:2px solid #FFD324;
  background-color:#FFF6BF;
  color:#000000;
  font-weight:bold;
  margin:18px 25px 31px 0;
  padding:9px 0 10px 50px;
  background-image:url(../Data/Assets/ava/Misc/error_icon.gif);
  background-repeat:no-repeat;
  /*background-position:15px 50%;*/
  background-position:15px 12px;
}

#MainContent .Doc2Form .vsummary li
{
  font-weight:normal;
}

#MainContent .Doc2Form fieldset
{
  border:0px solid #000000;
  display:block;
  margin:15px 0 15px 0;
  width: 695px;
}

#MainContent .Doc2Form legend
{
  display:none;
}

#MainContent .Doc2Form label
{
  color:#000000;
  font-weight:bold;
}

#MainContent .Doc2Form .TextBox, #MainContent .Doc2Form input[type="text"]
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  width:695px;
}

#MainContent .Doc2Form .TextArea, #MainContent .Doc2Form textarea
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  height:90px;
  width:695px;
}

#MainContent .Doc2Form input[type="submit"]
{
  padding: 0px 5px 0px 5px;
  margin-bottom: 8px;
}

.Doc2Form.PanelThanks
{
  background-color:#FAFAFA;
  border-bottom:1px solid #EAEAEA;
  border-top:1px solid #EAEAEA;
  font-size:1.2em;
  margin-top:8px;
  padding:3px;
  color:#000;
  margin-bottom: 8px;
}

.Doc2Form.PanelThanks p
{
  margin: 0px !important;
}

.Doc2Form p {
  margin-top: 0px !important;
}


/*
==========================================
Voucher Form
==========================================
*/
#MainContent .voucherForm .Error
{
  border-top:2px solid #FFD324;
  border-bottom:2px solid #FFD324;
  background-color:#FFF6BF;
  color:#000000;
  font-weight:bold;
  margin:18px 25px 31px 0;
  padding:9px 0 10px 50px;
  background-image:url(../Data/Assets/ava/Misc/error_icon.gif);
  background-repeat:no-repeat;
  /*background-position:15px 50%;*/
  background-position:15px 12px;
}

#MainContent .voucherForm .Error li
{
  font-weight:normal;
}

#MainContent .voucherForm fieldset
{
  border:0px solid #000000;
  display:block;
  margin:15px 0 15px 0;
  width:90%;
}

#MainContent .voucherForm legend
{
  display:none;
}

#MainContent .voucherForm label
{
  color:#000000;
  font-weight:bold;
}

#MainContent .voucherForm .TextBox
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  width:100%;
}

#MainContent .voucherForm .TextArea
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  height:90px;
  width:100%;
}




/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
  font-weight:bold;
}

.vcard .tel
{
  background-image:url(../Data/Assets/ava/Misc/phone_icon.gif);
  background-repeat:no-repeat;
  background-position:6px 0px; /* Left:6px Top:0px */
  padding:2px 0 3px 22px;
  margin:15px 0 0 0;
  display:block;
  color:#000000;
}

.vcard .email
{
  background-image:url(../Data/Assets/ava/Misc/email_icon.gif);
  background-repeat:no-repeat;
  background-position:0px 2px; /* Left:0px Top:2px */
  text-decoration:underline;
  padding:0 0 1px 22px;
  margin:0;
  display:block;
  color:#000000;
}

.vcard .url
{
  background-image:url(../Data/Assets/ava/Misc/web_icon.gif);
  background-repeat:no-repeat;
  background-position:0px 2px; /* Left:0px Top:2px */
  text-decoration:underline;
  padding:1px 0 2px 22px;
  margin:0;
  display:block;
  color:#000000;
}

.vCardDl
{
  background-image:url(../Data/Assets/ava/Misc/vcard_icon.gif);
  background-repeat:no-repeat;
  background-position:0px 2px; /* Left:0px Top:2px */
  padding:0 0 0 22px;
  margin:15px 0 50px 0;
  color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
  border-top:2px solid #FFD324;
  border-bottom:2px solid #FFD324;
  background-color:#FFF6BF;
  color:#000000;
  font-weight:bold;
  margin:18px 25px 31px 0;
  padding:9px 0 10px 50px;
  background-image:url(../Data/Assets/ava/Misc/error_icon.gif);
  background-repeat:no-repeat;
  /*background-position:15px 50%;*/
  background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
  font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
  border:0px solid #000000;
  display:block;
  margin:15px 0 15px 0;
  width:90%;
}

#MainContent .EmailFriendForm legend
{
  display:none;
}

#MainContent .EmailFriendForm label
{
  color:#000000;
  font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
  border:1px solid #CACACA;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding:3px 4px 2px 3px;
  height:90px;
  width:100%;
}



/*
==========================================
Search Results
==========================================
*/

/*
Banner Version
*/
.banner_xsltsearch_form
{
    
}


#MainContent #xsltsearch #xsltsearch_summary strong
{
  font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
  background-color:#FFF6BF;
  padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
  border:1px solid #bcbcbc;
  padding:3px 7px 4px 4px;
  font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
  font-size:12px;
  font-style:italic;
}

.xsltsearch_form
{
background-color:#FAFAFA;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
font-size:1.2em;
margin-top:5px;
margin-bottom:5px;
padding:8px;
padding-left:5px;
color:#000;
font-weight:normal;
line-height:1.6em;
}

/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
  float:left;
  width:236px;
  font-size:13px;
  /* background-color:blue;*/ /* Used for debug */
  padding:0;
margin-left: 2px;
}

#SecondaryContent a
{
  color:#000000;
  text-decoration:none;
}

#SecondaryContent a:hover
{
  color:#000000;
  text-decoration:underline;
}

#SecondaryContent a.RSSLink
{
  background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding:0 0 8px 23px;
  text-decoration:underline;
  display:block;
}

#SecondaryContent a.RSSLink:hover
{
  text-decoration:none;
  display:block;
}

#NewsSecondaryHeader
{
  background-image:url(../Data/Assets/ava/Misc/rss_icon.gif);
  background-repeat:no-repeat;
  background-position:0 6px;
  padding:0 0 0 23px;
}

#SecondaryContent ul#NewsList
{
  margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
  margin:0 0 6px 0;
  font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
  font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
  display:block;
  background-color:#F9F9F9;
  border-top:3px solid #E2E2E2;
  border-bottom:3px solid #E2E2E2;
  padding:8px 8px 7px 27px;
  color:#808080;
  text-decoration:none;
  background-image:url(../Data/Assets/ava/Misc/event_icon.gif);
  background-repeat:no-repeat;
  background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
  display:block;
  background-color:#F9F9F9;
  border-top:3px solid #E2E2E2;
  border-bottom:3px solid #E2E2E2;
  padding:8px 8px 7px 27px;
  color:#808080;
  text-decoration:none;
  background-image:url(../Data/Assets/ava/Misc/news_icon.gif);
  background-repeat:no-repeat;
  background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
  background-color:#FFECCC;
  border-top:3px solid #FFA200;
  border-bottom:3px solid #FFA200;
  color:#FF6300;
  text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
  margin:30px 0 0 0;
}

#SecondaryContent form
{
  margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
  cursor:pointer;
  background-color:transparent;
  background-image:url(../Data/Assets/ava/Misc/search_button.gif);
  background-repeat:no-repeat;
  background-position:0px -16px;
  border:none;
  height:16px;
  text-indent:-10000px;
  width:18px;
  padding:0;
  margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
  cursor:pointer;
  background-color:transparent;
  background-image:url(../Data/Assets/ava/Misc/search_button.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  border:none;
  height:16px;
  text-indent:-10000px;
  width:18px;
}

#SecondaryContent form input
{
  border:1px solid #bcbcbc;
  padding:3px 7px 4px 4px;
  font-size:11px;
  width:150px;
}

#SecondaryContent a.EmailFriend
{
  background-image:url(../Data/Assets/ava/Misc/email_a_friend.gif);
  background-repeat:no-repeat;
  background-position: top left;
  padding:0 0 0 22px;
  text-decoration:underline;
  color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
  text-decoration:none;
}

#clientlogo1,#clientlogo2,#clientlogo3
{
position:relative;
float:left;
}

#clientlogos
{
height:70px;
}

#clientlogos2
{
float:left;
left:auto;
height:70px;
}

.HomePost
{
margin:5px;
}

.HomePostTitle
{
width:728px;
line-height:15px;
}

.HomePostTitle H2
{
float:left;
line-height:15px;
}

.HomePostTitleA
{
color:#030087;
}

.HomePostTitle small
{
margin-left:5px;
line-height:15px;
}
#HomeFootHeader,#HomeFootHeader2
{
font-size: 12px;
color:#fff;
padding-left:10px;
background-color:#666584;
left:auto;
z-index:5;
width:718px;
height:18px;
line-height:18px;
font-weight:bold;
overflow:visible;
}

#HomeFootHeader
{
position:absolute;
top:376px;
}

#HomeFootHeader2
{
float:left;
}
#HomeBlogTitles
{
width:718px;
float:left;
}

#entry
{
width:718px;
float:left;
}
#hpleft,#hpright
{
width:348px;
float:left;
}

#clientlogo1
{
width:67px;
height:29px;
background-image:url(../Data/Assets/ava/Logos/NHS.gif);
top:22px;
left:85px;
}
#clientlogo2
{
width:136px;
height:39px;
background-image:url(../Data/Assets/ava/Logos/BFBS.gif);
top:16px;
left:230px;
}
#clientlogo3
{
width:107px;
height:39px;
background-image:url(../Data/Assets/ava/Logos/Nursing_Personnel_Logo.gif);
top:17px;
left:340px;
}

#clientlogo3 a
{
width:107px;
height:39px;
cursor: pointer;
display: block;
}

#Footer
{
  position:relative;
  float:left;  
  left:auto;
  height:23px;
  clear:both;
  min-height:22px;
  line-height:22px; /* This vertically centers the text */
  font-size:10px;
  color:#fff;
  margin:0px;
  border:0px;
}

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

#Footer a:hover
{
  color:#fff;
  text-decoration:underline;
}

#Footer table
{
width:968px;
margin:0px;
border:0px;
}

#ftleft
{
width:11px;
height:24px;
background-image:url(../Data/Assets/ava/transparent/footleft.png);
background-repeat:no-repeat;
background-position:0px;
padding:0px;
}
#ftright
{
width:10px;
height:24px;
background-image:url(../Data/Assets/ava/transparent/footright.png);
background-repeat:no-repeat;
padding:0px;
}

#ftcentre
{
background-color: #666584;
width:948px;
padding:0px;
}

#footleft
{
position: relative;
display: inline;
float: left;
}

#footright
{
position: relative;
display: inline;
float: right;
}

#footlist 
{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#footlist li{
position: relative;
display: inline;
float: left;
line-height:21px;
margin-left:16px;
}

.info {
background-color:#FAFAFA;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
font-size:1.2em;
margin-top:-3px;
padding:3px;
color:#000;
}

.quote
{
background:transparent url(../Data/Assets/ava/misc/leftap.jpg) no-repeat scroll left top;
padding-left:23px;
width:664px;
}

.commentlist li
{
margin-bottom:10px;
width:664px;
}

span.q {
background:transparent url(../Data/Assets/ava/misc/rightap.jpg) no-repeat scroll right bottom;
color:#555555;
padding:2px 22px 0px 0px;
}

.question,.answer,.faqlist
{
margin: 10px 10px 10px 10px;
}

#FeatureHeading
{
min-height:45px;
background-color:#EEEEF8;
border-bottom:1px solid #B0B0B0;
border-top:1px solid #B0B0B0;
padding-top:5px;
padding-bottom:5px;
color:#000;
}

.FeatureBlock,.FeatureBlock2
{
margin-bottom:5px;
float:left;
height:90px;
width:339px;
margin-right:5px;
background-color:#fff;
/* background-color:#EEEEF8; 
border-bottom:1px solid #B0B0B0;
border-top:1px solid #B0B0B0;*/
padding:5px;
color:#000;
}

#MainContent h3.FeatureName
{
font-size:15px;
}

.FeatureBlock2
{
width:160px;
border:0px;
height:110px;
}
.FeatureGrid,#AddonGrid
{
float:left;
width:708px;
}
.FeatureGrid div h3,#AddonGrid div h3
{
font-size:12px;
}

.FeatureBlock2 .centerme
{
margin: 0 auto;
text-align: center;}

#MainContent .FeatureGrid .FeatureBlock h3,#MainContent .FeatureBlock h3
{
font-size:14px;
}
#FeatureHeading img,#MainContent .FeatureBlock img
{
  float:left;
  margin-right:5px;
  margin-left: 7px;
}
#FeatureHeading img.small, #MainContent .FeatureBlock img.small {
  width: 45px;
  height: 45px; 
}
#ProductImage
{
float:left;
width:708px;
margin-bottom:4px;
  padding-bottom:10px;
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: solid 3px #00539B;
}
#prodText
{
position:relative;
left:320px;
width:388px;
  padding-bottom: 84px;
  background-image: url(/media/web/compatible-with.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#BookMarkTitle
{
DISPLAY: inline;
}
#socialBookMarks UL {
  PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 6px 0px 4px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; DISPLAY: inline;
}
#socialBookMarks UL LI {
  PADDING-RIGHT: 4px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
.IndentPara ul li.delicious{
background: url(/data/Assets/ava/delicious.gif) no-repeat 0px 0px
}
.IndentPara ul li.digg {
background: url(/data/Assets/ava/digg.gif) no-repeat 0px 0px
}
.IndentPara ul li.reddit {
background: url(/data/Assets/ava/reddit.gif) no-repeat 0px 0px;
}
.IndentPara ul li.facebook {
background: url(/data/Assets/ava/facebook.gif) no-repeat 0px 0px
}
.IndentPara ul li.stumbleupon {
background: url(/data/Assets/ava/stumbleupon.gif) no-repeat 0px 0px
}
#socialBookMarks UL LI A {
  PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; MARGIN: 0px 3px 0px 0px; PADDING-TOP: 0px
}
#socialBookMarks #left {
  float: left; 
  width: 104px;
}
#socialBookMarks #right{
  float: right;
  width: 604px;
  margin-top: 2px;
}
#left #google {
  float: left;
  width: 40px;
}
#left #twitter {
  float: left;
  width: 56px;
}























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h4 {
background-color:#FAFAFA; border-bottom:1px solid #EAEAEA; border-top:1px solid #EAEAEA; font-size:1.2em; margin-top:5px; margin-bottom:5px; padding:0px; padding-left:5px; color:#000; font-weight:normal; line-height:1.6em;
}

.BlueHeading {
background-color:#EEEEF8; border-bottom:1px solid #B0B0B0; border-top:1px solid #B0B0B0; font-size:1.2em; margin-top:5px; margin-bottom:5px; padding:0px; padding-left:5px; color:#000; font-weight:normal; line-height:1.6em; text-decoration: none!important;
}

.Code {
background-color: #E1E1E1; border: 1px solid grey; padding: 5px;
}

h3 {

}


