/* CSS template prepared for Dionach by Almeria Consulting  */
/* Style sheet for styles common to all pages */

/* Main body style and setup of standard font*/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/background.png) repeat-x;
}
/* ------------------------------------------------------------------------------------------ */
/* Styling of standard HTML tags */
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #858342;
}
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
}
code 
{
   color: Navy;
}

/* ------------------------------------------------------------------------------------------ */
/* Styling of commonly used tag extensions */
a.bold {
	font-weight: bold;
}
a.white:hover {
	color: #FFFFFF;
}
a.call_to_action {
	font-size: 14px;
	background: url(/images/link_arrow.png) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
}
p {
	line-height: 150%;
}
p.indent {
	padding-left: 25px;
}

ul.link_list {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
li.link_list {
	display: inline;
}
/* ------------------------------------------------------------------------------------------ */
/* Styling of main layout components */
#wrapper {
	margin: 10px auto;
	width: 800px;
}
#header {
	background: url(/images/header_background.png) top;
}
#breadcrumb {
	padding: 2px 10px;
}
#main {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #000000;
}
#footer {
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #000000;
	padding: 10px;
}
#footer_bottom {
	background-color: #9D9C68;
	border: 1px solid #000000;
	border-width: 0 1px 1px 1px;
	padding: 2px 10px;
}
/* ------------------------------------------------------------------------------------------ */
/* Styles of components in header section*/
#dionach_logo {
	float: left;
	margin: 10px;
}
#header_menu {
	text-align: right;
	float: right;
	margin: 10px 10px 0px 0px;
}
#phone {
	float: right;
	/*display: block;*/
	text-align: right;
	font-weight: bold;
	background: url(/images/phone.png) no-repeat right center;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 7px 25px 0px 0px;
	clear: right;
}
#nav_menu {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	clear: both;
	padding: 5px 10px;
}
/* ------------------------------------------------------------------------------------------ */
/* Styles of components in footer section*/
#usp {
	float: right;
	margin-top: 10px;
}
#usp_list {
	margin: 0px;
	padding: 0px;
}
.usp_item {
	margin: 0px;
	list-style-type: none;
	background: url(/images/tick.png) no-repeat left 3px;
	padding-left: 15px;
}
/* ------------------------------------------------------------------------------------------ */
/* Styles of components in footer bottom section*/
#copywrite {
	margin: 0px;
}
#footer_menu {
	text-align: right;
	float: right;
	margin-top: 2px;
}
/* ------------------------------------------------------------------------------------------ */
/* Styles of text in search site page*/

TD.searchhead {

	padding-bottom: 2px;

	padding-left: 6px;

	padding-right: 6px;

	padding-top: 2px;

	font-weight: bold;

}
/* ------------------------------------------------------------------------------------------ */
.newsdate {

	font-size: 10px;

	font-style: italic;

	color: #666666;
}

.newshead {

	FONT-WEIGHT: bold;

}
.tips { color:#9d9c68;}


.bloghead {
	FONT-WEIGHT: bold;
	font-size: 14px;
}
.bloghead a {
	text-decoration: none;
}
.bloghead a:hover {
	text-decoration: underline;
}

.blogsubhead 
{
	color: #666666;
	font-size: 11px;
}

.blogcommenthead 
{
    FONT-WEIGHT: bold;
}
.blogcommenthead a {
	text-decoration: none;
}
.blogcommenthead a:hover {
	text-decoration: underline;
}

P.error

{

    COLOR: red;

    FONT-SIZE: 12px;

    FONT-WEIGHT: bolder;

    TEXT-ALIGN: left

}
TD.searchhead {

	padding-bottom: 2px;

	padding-left: 6px;

	padding-right: 6px;

	padding-top: 2px;

	font-weight: bold;

}
TD.searchcell

{

	padding-bottom: 2px;

	padding-left: 6px;

	padding-right: 6px;

	padding-top: 2px;

}
#email {
	float: right;
	/*display: block;*/
	text-align: right;
	font-weight: bold;
	background: url(/images/email.jpg) no-repeat right center;
	height: 22px;
	margin: 0px 10px 0px 0px;
	padding: 7px 25px 0px 0px;
	/*padding: 0px 25px 0px 0px;
	clear: right;*/
	
}
#flags
{
	float: right;
	text-align: right; 
	margin: 0px 10px 0px 0px; 
	padding: 2px 5px 10px 0px;
    height: 0px;
	}
