/***************************************************** Import menu stylesheet 
*********************************************************************************/
@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #303030 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #303130 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #304230 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #677967 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #4DBB4D - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #C7C7C7 - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFFFFE - used for (ppv/search)COLUMNONE(bgcolor), (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* #68C468 - used for (ppv/search)COL-1-MAINTITLE BGCOLOR, (ppv/search)COL-3-MAINTITLE BGCOLOR, (ppv/search)COL-1-SUBTITLE BGCOLOR, (ppv/search)COL-3-SUBTITLE BGCOLOR, BUTTON(all colors) */
/* #FFFEFF - used for (ppv/search)COL-1-MAINTITLE FONT, BGTOP, (ppv/search)COL-3-MAINTITLE FONT, (ppv/search)COL-1-SUBTITLE FONT, (ppv/search)COL-3-SUBTITLE FONT, BUTTON FONT */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#303030;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #303130;
	margin: .4em 0 .8em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #303130;
	margin: 1.2em 0 .8em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #303130;
	margin: .8em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	color: #303130;
	margin: .8em 0;
}

p {
	margin: .8em 0;
	line-height: 1.4em;
}

hr	{
	color: #303130;
	height: 1px;
}

/********** List items *************/
li {
	color: #303030;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}
/*used for form errors on Registration pages etc.*/

#content ul {
	position: relative;
	margin: .8em 0;
	margin-left: 16px;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 4px 0; padding: 0;
	padding-left: 14px;
	background: url(../../images/bullet.gif) no-repeat 0 4px;
}

#content ol {
	margin: .8em 0;
	margin-left: 30px;
	padding: 0;
}
#content ol li { margin: 0; padding: 0; }

/********** End List items *************/

.redtext {
	color: #F42A41;
}

/************* LINKS **************/

a {
	color: #304230;
	text-decoration: underline;
}
a:visited {
	color: #677967;
}
a:hover {
	color: #4DBB4D;
	text-decoration: none;
}
/*navigation links which are not footer links*/

a.subnav, a.smalllink {
	font-size: .9em;
}

a.spotlight, a.spotlight:visited { color: #4DBB4D; }
/*navigation links which are not footer end*/

.smalltext {
	font-size: .95em;
	color: #303030;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #303030;
}

/************ END LINKS ***************/



/************ TABLES ******************/

.tablelines {
	border: 1px solid #B5B5B5;
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFEFF;
	background: #74D074 url(../../images/tabletitle_background.gif) repeat-x bottom left;
	padding: 6px 4px 12px;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1.1em;
	font-weight: bold;
	color: #303030;
	background-color: #DAF0DA;
	padding:0.25em;
}
/*Contains headings of table rows or columns.*/

.tablebody {
	color: #303030;
	background-color: #FFFFFF;
	padding:0.25em;
}

.tabletotal {
	font-weight: bold;
	color: #303030;
	background-color: #C1E7C1;
	padding:0.25em;
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: #304230;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	height: 24px; padding: 2px 0 6px;
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #FFFEFF;
}

.bgColorContent {
	font-size: 1em;
	background-color: #FFFFFE;
}

.cornerTopLeft {
	width: 8px;
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	width: 8px;
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	width: 8px;
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	width: 8px;
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	width: 8px;
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	width: 8px;
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}

/* styles to make borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*************** END TABLES *******************/



/************** PLEASE ADD ANY SITE SPECIFIC STYLES BELOW ********************/


/***** Index page Styles ******/

#index-main #welcome
{
    background: url(../../images/watermark.jpg) no-repeat bottom left;
}

#index-main {
	float: right;
	width: 470px;
	padding-left: 20px;
	border-left: 1px solid #5FBB5F;
}
#index-main h1 {
	padding-top: 2px;
}

ul#index-callouts {
	float: left;
	width: 100%;
	padding:10px 0 0 20px;
	margin: 10px 0 10px 0;
}



ul#index-callouts li {
	width: 130px;
	height:16px;
	float:left;
	padding: 4px 3px 4px 5px;
	margin:0 0 0 0;
	border: 1px solid white;
	background: #74D074 url(../../images/link_background.gif) repeat top left;
}



#index-callouts li a {
	display: block;
	width: 122px;
	margin: 0; padding: 0;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	background: url(../../images/link_arrow.gif) no-repeat 0 50%;
}
#index-callouts li a:hover { text-decoration: underline; }

#index-memberships {
	clear: left;
	padding-top: 15px;
	align:center;
	width:470px;;
}
#index-memberships a {
	display: block;
	float: left;
	width: 230px;
	margin: 0; padding: 0;
	margin-left: 5px;
}
#index-memberships img {
	margin: 0; padding: 0;
	border: none;
}
#index-memberships #logo-aisma { margin: 0; }

#index-sidebar {
	width: 190px;
	text-align: right;
}

*html #index-sidebar {
	width: 180px;
}

#index-sidebar ul {
	margin: 0; padding: 0;
	list-style: none; 
}
#index-sidebar ul li {
	margin: .8em 0; padding: 0;
	background: none;
}
.newsDate {
	font-style: italic;
	line-height: 1.5em;
}
.newsTitle {  }


/***** End Index Page Styles ******/

/***** About Us Page Styles ******/

#aboutus-main {
	float: right;
	width: 470px;
	padding-left: 20px;
	border-left: 1px solid #5FBB5F;
}

#aboutus-sidebar {
	width: 190px;
	text-align: right;
}

#aboutus-sidebar ul li {
	background-position: 100% 4px;
	padding: 0; padding-right: 10px;
}

/***** End About Us Page Styles ******/

/***** Ourservices Page Styles ******/

#ourservices_nav {
	float: left;
	width: 190px;
	padding-right: 19px;
	border-right: 1px solid #5FBB5F;
	text-align: right;
}

#ourservices_nav h3 a {
	text-decoration: none;
}

#ourservices_nav ul li {
	background-position: 100% 4px;
	padding: 0; padding-right: 10px;
}

#ourservices ol li { padding: 3px 0;}

#ourservices_content {
	margin-left: 230px;
}

#ourservices_content #medical-logos img{
	border:none;
	padding-left:10px
}

#ourservices_content ol li { padding: 3px 0;}
#ourservices_content ul li, #content ul li  { padding-bottom: 3px;}

/***** End Ourservices Page Styles ******/

/****** guides ****/
.guides-intro {
	margin: 0 9px; padding: 8px 0 11px;
	background: url(../../images/stylesheets/borderhorizontal.gif) repeat-x bottom;
}
#guides-business-intro { padding-top: 3px; }
#guides-calcs-intro { background: none; padding-bottom: 9px; }

.guides-intro h2 {
	font-size: 1.1em;
	margin: 0 0 .4em;
}
/****** guides ****/

/****** contact us ****/

#contacts-details {
	float: left;
	width: 190px;
	text-align: right;
	line-height: 1.6em;
}
#contacts-details h3 { margin-top: .6em; }

#contacts-main {
	float: right;
	width: 470px;
	padding-left: 20px;
	border-left: 1px solid #5FBB5F;
}

#google-map {
	margin: 1.2em 0; padding: 0;
	width: 470px;
	height: 300px;
}

#contacts-directions { margin: .8em 0; padding: 0; }
#contacts-directions label { display: block; padding-bottom: .4em; }


#contacts-form label {
	display: block;
	float: left;
	width: 140px;
	margin: 0; padding: 3px;
	text-align: right;
}

#contacts-form div {
	clear: left;
	margin: .4em 0;
}

#submit {
	margin-left: 148px;
}

/****** end contact us *******/


#printNews {
	margin:0 20px 20px 20px;
}

/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/

#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}
/*End Business News Page Styles*/

#contactsForm {
	margin:0 200px 0 0;
}


