/* Townsville Turf Club CSS - By NQ Webdesign www.nqwebdesign.com */


/* -- GLOBAL RESET
----------------------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,embed,object 
{
	margin:0;
	padding:0;
}

embed,object
{
	line-height:0;
}

p
{
	/*overflow:auto;  Stop IE7 stupid italics bug  MESSES UP IE Mac */
}

/* -- DEFAULT STYLES
----------------------------------------------------------------------------------------------------------*/
body
{
	color:#000;
	font: 13px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	background:#C7CBCF;
}

p,ul,ol,pre,h1,h2,h3,h4,h5,h6
{
	margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	font-size:15px;
}

ul,ol
{
	margin-left:20px;
}

ul
{
	list-style:square;
}

li
{
}

pre,code
{
	font: 10px/16px 'Monaco', 'Courier New', Courier, monospace;
}

a { }
a:visited {}
a:hover { }

form span input,
form span textarea,
form span select
{
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	color:inherit;
	background-color:#FFF;
}

form input:focus,
form textarea:focus,
form select:focus
{
	background-color:#FFFF99;
	color:#CBCB7A;
}

span#nqweb_link
{
	background:url(../images/pen.gif) right center no-repeat;
	padding:1px 0 1px 13px;
	display:block;
	width:200px;
}

span#nqweb_link
{
	float:right;
}
/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/

div#layout_wrapper
{
	min-width:780px;
	text-align:center;
}

div#layout_inner
{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:left;
	background:url(../images/bg_main.gif) repeat-y;

	margin-top:30px;
	margin-bottom:10px;

}

div#header
{
	clear:both;
	background:#E5E7E9;
}


div#header_inner
{
	clear:both;
	height:114px;
}

div#main
{
	padding:10px 0;
}

div#content, #sidebar
{
	float:left;
}

div#content
{
	color:#36444C;
	width:540px;
}
div#sidebar
{
	color:#FFF;
	width:240px;
}

div#content_inner
{
	padding:25px 10px 15px 30px;

}

div#sidebar_inner
{
	padding:25px 20px;
}

div#info
{
	font-size:11px;
	font-style:italic;
	color:#999;
	text-align:center;
}

div#footer
{
	clear:both;
	font-size:11px;
}

div#footer-navigation
{
	background:#36444C;
	color:#FFF;
	padding:2px 20px;
}

div#contact-details
{
	color:#36444C;
	background:#e5e7e9;
	padding:10px 20px;
	text-align:center;
}

div#flashcontent
{

}


/* -- MAIN MENU
----------------------------------------------------------------------------------------------------------*/

div#navigation
{
	width:520px;
	padding:4px 10px 4px 250px;
	overflow:hidden;
	height:28px;
	background:#E5E7E9;
}


#navigation ul
{
	list-style: none;
	padding: 0;
	margin:0;
}

#navigation li
{
	padding: 0;
	margin: 0;
	float:left;
}


#navigation li a
{
	font-size:13px;
	text-decoration:none;
	padding:5px 8px 5px 8px;
	display:block;
	width:70px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#navigation li#home a
{
	width:50px;
}

#navigation li#about a
{
	width:54px;
}

#navigation li#gallery a
{
	width:65px;
}

#navigation li#services a
{
	width:70px;
}

#navigation li#employment a
{
	width:95px;
}

#navigation li#contact a
{
	width:64px;
}

#navigation li a:visited, #navigation li a:link
{
	color:#36444C;
	border:1px solid #E5E7E9;
}

body#page-home #navigation li#home a:visited, body#page-home #navigation li#home a:link,
body#page-about #navigation li#about a:visited, body#page-about  #navigation li#about a:link,
body#page-gallery #navigation li#gallery a:visited, body#page-gallery #navigation li#gallery a:link,
body#page-services #navigation li#services a:visited, body#page-services #navigation li#services a:link,
body#page-employment #navigation li#employment a:visited, body#page-employment #navigation li#employment a:link,
body#page-contact #navigation li#contact a:visited, body#page-contact #navigation li#contact a:link
{
	color:#FFF;
	background-color:#4AC8E9;	
	border-color:#41AACB;
}






#navigation li a:hover
{
	color:#FFF;
	background-color:#4AC8E9;	
	border-color:#41AACB;
}


/* -- HEADINGS, PARAGRAPHS, LISTS & LINKS
----------------------------------------------------------------------------------------------------------*/

#main ul
{
	margin: 0 0 10px 30px;
	padding: 0;
	list-style:square;	
}
#main li
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
}


#sidebar ul
{
	margin: 0 0 10px 30px;
	padding: 0;
	list-style: outside;	
}
#sidebar ul li
{
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: url(../images/bg_list_bullet.gif) none;
}



#content h1 
{
	margin-bottom:20px;
	color:#36444C;
	font-size:16px;
	font-weight:bold;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:18px;
	letter-spacing:0;
}
#sidebar h1 
{
	margin-bottom:20px;
	color:#49BEE3;
	font-size:16px;
	font-weight:bold;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:18px;
	letter-spacing:0;
}

#content h2
{
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin-bottom:4px;
	text-transform:uppercase;
}

#sidebar h2
{
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	margin-bottom:4px;
	text-transform:uppercase;
}

.hr
{
	padding-bottom:0px;
	margin:0;
	border-bottom: medium none;
	background: url('../images/dot.gif') repeat-x bottom;
}

#flashcontent a:link, #flashcontent a:visited
{
	color:#FFF;
} 
#flashcontent a:hover
{
	color:#4B8BEB;
} 

#footer a:link, #footer a:visited
{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover
{
	color:#00C9FF;
}


#content a:link, #content a:visited, #contact-details a:link, #contact-details a:visited
{
	color:#36444C;
	text-decoration:none;
}

#content a:hover, #contact-details a:hover
{
	background:#4AC8E9;
	color:#FFF;
}

#sidebar a:link, #sidebar a:visited
{
	color:#777;
	text-decoration:none;
}

#sidebar a:hover
{
	background:#B8111C;
	color:#FFF;
}
#special-text
{
	color:#fff;
	font-style:normal;
	
}


#captions
{
	color:#72808B;
	font-size:11px;
	line-height:12px;
	font-style:italic;
}
/* -- TABULAR DATA
----------------------------------------------------------------------------------------------------------*/

.tabularData
{
	border-collapse:collapse;
	border:none;
	width:100%;
	border-spacing:0px;
}

.tabularData thead tr
{
	background-color:#0C3257;
}

.tabularData th
{
	color:#FFFFFF;
	padding:4px;
	font-weight:normal;
}
	
.tabularData td
{
	border-bottom:1px solid #D2E2FB;
	padding:4px;
	font-size:11px;
}

.tabularData tbody tr.odd
{
	background-color:#EDF2FE;
}

/* -- MISC
----------------------------------------------------------------------------------------------------------*/
.clearFloats {
	clear: both;
	height: 1px;
	line-height: 0;
}

.floatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgBorder
{
	border:2px solid #C7CBCF;

}

.floatLeftBorder
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #C7CBCF;

}

.floatRightBorder
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.small
{
	font-size:11px;
	line-height:12px;
	font-style:italic;
	color:#666;
	text-align:center;
}

.headings
{
	font-size:12px;
	line-height:16px;
	color:#FFF;
	text-align:center;
}
/*Horizontal Rule */
.hr
{
	padding-bottom:0px;
	margin:0;
	border-bottom: medium none;
	background: url('../images/dot.gif') repeat-x bottom;
}