/* www.ido.com.au -> countrystyleqld.com.au .css */
body
{
	margin: 0 0 10 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(images_layout/csf_bkgnd.gif) repeat;
	text-align: center;
}

#outer
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 782px;
	border-left: solid #e0e0e0 2px;
	border-right: solid #e0e0e0 2px;
	border-bottom: solid #e0e0e0 2px;
	background: #a0a0a0;
}

#bkgnd
{
	display: block;
	width: 778px;
	background: #fff;
	border: solid #323296 1px;
	text-align: left;
}

#containerone
{
	display: block;
	z-index: 2;
	position: relative;
	left: 0px;
	/* border: solid #f88 1px; */
}

#containertwo
{
	display: block;
	z-index: 1;
	position: relative;
	background: url(images_layout/footer_title.jpg) bottom left no-repeat;
	padding-top: 50px;
	/* border: solid #8f8 2px; */
}

#sidebarobj
{
	left: 0px;
	float: left;
	width: 123px;
	z-index: 13;
	margin-top: 65px;
	border-top: solid #000060 1px;
	border-bottom: solid #000060 1px;
	border-right: solid #000060 1px;
	background: #fff;
	/*	border: solid #ff8 1px; */
}

#submenucontainer
{
	display: block;
	position: relative;
	left: 0px;
}

#contentobj
{
	margin: 0 10 0 130px;
	padding: 0 10 10 5px;
	/* border: solid #88f 1px; */
}

#footerobj
{
	display: block;
	margin-left: 130px;
	width: 635px;
	padding-top: 20px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	/*	color: #724032; */
	color: #323280;
	text-align: left;
	margin-bottom: 2px;
}

h1 { font-size: 20px; }

h2
{
	font-size: 15px;
	margin-top: 30px;
}

h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, ol, ul, li, br, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	line-height: 150%;
}

ul { list-style-type: disc; }

li
{
	margin-left: 0px;
	padding-bottom: 8px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.strong { font-weight: bold; }
.shaded { color: #a0a0a0; }
.small { font-size: 10px; }

.smallc
{
	font-size: 10px;
	text-align: center;
}

.footertitle
{
	text-align: center;
	font-size: 12px;
	color: #723220;
	font-weight: bold;
	letter-spacing: .2em;
}

.footerlinks
{
	color: #888;
	background: #efefef;
	text-align: center;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.caption
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
	color: #666;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #666;
}

a:link { color: #2020ff; margin: 0px;}
a:visited { color: #6060b2; }
a:hover { color: #f00; }
a:active { color: #ff0000; }



a.primnavi, .pseudonavi, #menu a
{
	display: block;
	width: 120px;
	height: 25px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	text-align: left;
}

.pseudonavi
{
	color: #e0e0e0;
	background: #966600;
	border-top: solid #660000 1px;
	border-bottom: solid #a09640 1px;
	border-left: solid #a09640 2px;
}

a.pseudonavi:hover { color: #ff0; }

a.primnavi:link, a.primnavi:visited, #menu a:link, #menu a:visited
{
	color: #fff;
	background: #805600;
	border-bottom: solid #660000 2px;
	border-left: solid #968020 2px;
}

a.primnavi:hover, #menu a:hover
{
	color: #ff0;
	background: #966600;
	border-top: solid #660000 1px;
	border-bottom: solid #966600 1px;
	border-left: solid #ff8 2px;
}

a.primnavi:active, #menu a:active
{
	background: #b88020;
	border-top: solid #888 1px;
	border-bottom: solid #888 1px;
	border-left: solid #888 2px;
}


.pdflink
{
	background: url(images_layout/pdf_icon.gif) left no-repeat;
	padding-left: 20px; 
	text-decoration: none;
}

.pdflink a:visited
{
	text-decoration: underline;
}

.pdflink a:hover, .pdflink a:active
{
	text-decoration: underline;
}


#menuparent
{
	position: relative;
	display: block;
	width: 1px;
	height: 0px;
	text-align: left;
}

#menu
{
	position: absolute;
	display: none;
	width: 123px;
	left: 110px;
	top: 105px;
	background: #a0a0a0;
	border-right: solid #a0a0a0 2px;
	border-bottom: solid #666 2px;
	border-top: solid #a09640 1px;
	border-left: solid #a09640 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	text-align: left;
	z-index: 2;
}

a.cameraicon
{
	display: inline;
	width: 30px;
	height: 15px;
	padding: 0px 12px;
	border: none;
	background: url(images_layout/camera_icon_blur.gif) no-repeat;
}

a.cameraicon:hover, a.cameraicon:active { background: url(images_layout/camera_icon_focus.gif) no-repeat;}


table { empty-cells: show; }

img
{
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	margin: 0px;
}

img.photo { margin: 10px; }

input
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
}
