/*-------------------------------------------

TITLE : KELLY SURTEES
URL:  www.kellysurtees.com

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

-------------------------------------------*/

/*-------------------------------------------
  GLOBALS AND LAYOUT ELEMENTS
-------------------------------------------*/

html, body {
	padding: 0;
	margin: 0;
	background: url(../templateimages/nav_bg.gif) top left repeat-y;
	}
	
#nav_col {
	width: 230px;
	position: absolute;
	background: url(../templateimages/nav_symbols.gif) top left no-repeat;
	padding: 224px 0 10px 0;
	}

	#navul {
		width: 230px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
		text-transform: lowercase;
		}
	
		#navul li { display: inline; }  /* To remove IE's whitespace beneath all list-items - THANKS, Microsoft =) */
	
		#navul li a  {
			margin: 0px;
			padding: 5px 60px 5px 12px;
			background: url(../templateimages/nav_bullet.gif) center right no-repeat;
			display: block;
			font: 12px verdana, helvetica, arial, "default sans-serif";
			text-decoration: none;
			color: #fff;
			}
	
		#navul li a:hover {
			color: #cc0000;
			background: url(../templateimages/nav_bullet_over.gif) center right no-repeat;
			}
	
	#nav_col table {
		width: 185px;
		margin: 20px 0 0 5px;
		font-size: 11px;
		}
		
	#nav_col table a {
		color: #8c9ead;
		text-decoration: underline;
		}
	
	#nav_col td {
		color: #8c9ead;
		font-size: 11px;
		}
	
	#nav_col input {
		background: #f5f5f5;
		font-size: 11px;
		}

#top_bar {
	background: #ce0000;
	padding: 3px 0 3px 0;
	width: 100%;
	height: 20px;
	overflow: hidden;
	}
	
	#top_bar span {
		color: #fff;
		margin-left: 255px;
		font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
		padding: 10px 0 10px 0;
		}
	
	#top_bar strong {
		padding: 0 18px 0 18px;
		background: url(../templateimages/top_bar_bullet.gif) center left no-repeat;
		}
	
	#top_bar a {
		background: url(../templateimages/top_bar_bullet.gif) center left no-repeat;
		padding: 0 0 0 18px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}
	
	#top_bar a:hover { text-decoration: underline; }

#bnnr {
	background: #39556b url(../templateimages/watermark2.gif) top left no-repeat;
	margin: 0 0 0 230px;
	padding: 0;
	height: 203px;
	text-align: right;
	}
	
	#bnnr h1 { margin: 0; padding: 100px 50px 0 0; }

#bnnr3 {
	background: #fff url(../templateimages/watermark3.gif) bottom left no-repeat;
	margin: 0 0 0 230px;
	padding: 0;
	height: 160px;
	text-align: right;
	}
	
	#bnnr3 h1 { margin: 0; padding: 100px 50px 0 0; }

#content {
	margin: 0 0 0 230px;
	padding: 30px 50px 30px 50px;
	background: #fff;
	}

#footer {
	text-align: center;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	}

	#footer_links { margin: 0 0 20px 0; }

	#footer img {
		border: 0;
		text-align: center;
		}
/*-------------------------------------------
  HEADINGS
-------------------------------------------*/

h1 {
	font: normal 26px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #788b9a;
	margin: 0 0 25px 0;
	}

h2 {
	font: bold 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ce0000;
	}
	
h3 {
	font: bold 13px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #39556b;
	}

/*-------------------------------------------
 TEXT FORMATTING
-------------------------------------------*/

p, td, li {
	color: #39556b;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}

p {	margin: 0 0 18px 0;	}

/*-------------------------------------------
 LINKS
-------------------------------------------*/

a {
	color: #cc0000;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

/*-------------------------------------------
  FORMS
-------------------------------------------*/

fieldset {
	border: 0;
	padding: 20px 0 0 0;
	margin: 0;
	}

/*-------------------------------------------
  MISC
-------------------------------------------*/

.floatright {
	float: right;
	padding: 0 0 15px 20px;
	}

.floatleft {
	float: left;
	padding: 0 20px 15px 0;
	}

.light_grey{
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #999999;
	padding-left: 20px;
	padding-top: 15px;
	padding-right:20px;
	}
