/***************************************************************************
* Copyright 2008 Mark. Sydney :: www.marksydney.com :: All Rights Reserved *
****************************************************************************
* GLOBAL STYLE SHEETS
***************************************************************************/

/* YUI CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,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,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before,q:after {content:'';}abbr,acronym {border:0;}

/****************
* DEFAULT STYLES *
*****************/
html {height:101%;}
body {background:#fff url(images/bg-gradient.jpg) 0 0 repeat-x;color:#5d5d5d;font:63% Arial, Helvetica, sans-serif;}

h1,h2,h3,h4,h5,h6 {color:#006685;font-family:Tahoma;font-weight:normal;margin-bottom:0em;margin-top:0em;}
	h1{font-size:2em;}
	h2{font-size:1.7em;}
	h3{font-size:1.7em;}
	h4{color:#000;font-family:Arial, Helvetica, sans-serif;font-size:1.4em;font-weight:bold;margin-top:10px;}
		h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active, h4 a:focus {color:#5d5d5d;text-decoration:none;}
		h4 a:hover, h4 a:focus {text-decoration:underline;}
	h5{color:#000;font-size:1.15em;font-weight:bold;}
	h4.coloured, h5.coloured{color:#5D5D5D;}

p, a, ol, ul, dl, th, td {font-size:1.15em;line-height:1.3em;}
	p a, div a, h5 a, h3 a, ol ol, ol ul, ul ul, ul ol, label {font-size:1em;}
	input, select, textarea {font-size:1em;}
	textarea, select {font-family:Arial, Helvetica, sans-serif;}


p {margin:3px 0;padding:0;}

a, a:link,a:visited,a:hover,a:active,a:focus {color:#000000;text-decoration:none;}
	a:hover,a:active,a:focus {text-decoration:underline;}
	
img {border:0pt none;}

strong {font-weight:bold;}

abbr,acronym {border-bottom:1px dotted #000;cursor:help;} 

em, q {font-style:italic;}

blockquote,dl {margin:1em;}

ol,ul,dl {margin:1em 1em 1em 2em;}
	ol li {list-style: decimal outside;}
	ul li {list-style: disc outside;}
	dl dd {margin-left:1em;}

th,td {border:1px solid #000;padding:.5em;}
	th {font-weight:bold;text-align:center;}
	caption {margin-bottom:.5em; text-align:center;}

p,table {margin-bottom:1em;}

.right {float:right;}
.left {float:left;}
.right-align{text-align:right;}
.txt-right {padding-right:5px;text-align:right;}
.padd-top {padding-top:15px;}
.clearer {clear:both;} 

/***** HR Clearing *****/
div.cleaner {margin: -1px 0 0 0; height: 1px; clear: both; visibility: hidden}
div.cleaner hr {display: none}