/* CSS Document */

/*  NEED ALL STYLES BELOW  - CHANGE VALUES FOR SITE */
*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height:100%;
}

body
{
	background: #ABCACB;
	background: #ABCACB url('/images/body_bg.png') repeat-x top left;
	font: small Arial, Helvetica ,sans-serif;
	color: #D0D5BB;
}

input, select, textarea
{
	color: #000;
}

table
{
	border: 0;
	border-collapse: collapse;
}



p 
{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}

hr 
{
	color: #646C42;
	height:1px;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}

a 
{
	color: #429492; 
	/*text-decoration: none;*/
}

a:hover 
{
	color: #5AC0C5; 
	
}

h1
{
	margin-bottom: 0.5em;
	color: #A5AD7A;
	font: italic bold  164% "Georgia", Arial, Helvetica ,sans-serif;
}
h2
{
	margin-bottom: 0.5em;
	color: #FFF;
	font-size: 118%;
}
h3
{
	margin-bottom: 0.4em;
	color: #000;
	font-size: 112%;
	/*border-bottom: 1px solid #646C42;*/
	padding-bottom: 0.2em;
}
h4
{
	margin-bottom: 0.4em;
	font-size: 112%;
	color: #9AB;
}

h5
{
	margin-bottom: 0.3em;
	font-size: 90%;
	color: #000;
}

h6
{
	margin-bottom: 0.2em;
	font-size: 84%;
	color: #000;
}





ol, ul
{
	margin-left: 20px;
	padding: 0 10px 0.8em;
	line-height: 1.3em;
}

ul li 
{

	list-style-image: url('/images/bullet.gif');
	text-align: left;
	padding-bottom:5px;
}

ul li a
{
	color: #429492;
	
}

ul li a:hover
{
	color: #5AC0C5;
	
}




/* FORM ELEMENTS*/

form 
{
	display: inline;
}

input 
{
	padding: 0 0.2em;
}


.tickBox 
{
	background-color : transparent;
	height: 12px;
	width: 12px;
}

input.checkbox 
{
	background-color : transparent;
	color: #000;
	height: 12px;
	width: 12px;
	padding:0px;
    margin:0px 5px 0px 0px;
}


