/*-----------------------------------------------------------------------------
FN Grafix Stylesheet

version:   1.0
date:      17 June 2008
author:    Dogsites
email:     greg@dogsites.com.au
website:   http://dogsites.com.au/
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 Remove padding and margin 
-----------------------------------------------------------------------------*/

*   {
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------
 Body Setup 
-----------------------------------------------------------------------------*/

body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/pg-bg1.jpg);
	font: 12px/1.4 Arial, Helvetica, Verdana;
	margin-bottom: 1px;
}

/*-----------------------------------------------------------------------------
 Standard elements 
-----------------------------------------------------------------------------*/

img {
	border: none;
}

div {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

h1 {
	font-size: 1.7em; 
}
    
h2 {
	padding: 2px;
	border-bottom: 1px solid Black;
	color: #8b0000;
	font: bold 1.5em "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
    
h3 {
	font-size: 1.4em;
}
    
h4 {
	font-size: 1.3em;    
}
    
h5 {
	font-size: 1.2em;    
}

p {
	margin: 0;
	margin-bottom: 9px;
	padding: 0;
	font-size: 1.1em;
}

li {
	list-style: circle inside url(../images/bullet.png);
}

/*-----------------------------------------------------------------------------
 Page Layout and Background Styles
-----------------------------------------------------------------------------*/

#pageheader {
	position: relative;
	top: 0;
	left: 0;
	background: #eee url(../images/pg-top.jpg) repeat-x left;
	height: 150px;
	width: 100%;
	z-index: 1;
}

#pagecontent {
	width: 75%;
	min-width: 760px;
	margin: 0 auto -90px auto;
	position: relative;
	top: -45px;	
	background: white;
	height: auto;
	z-index: 2;
	padding: 4px;
	border: 1px solid #7e5326;
}

#pagefooter {
	background: #eee;
	background: url(../images/pg-bottom.jpg) repeat-x left;
	height: 150px;
	position: relative;
	bottom: 0px;
	width: 100%;
	z-index: 0;
}

#pageshell {
	position: absolute;
	width: 503px;
	height: 412px;
	padding: 0;
	margin: 0;
	bottom: 0px;
	right: 0px;
	background: url(../images/largeshell.jpg) no-repeat bottom right;
	z-index: 0;
}

#topsection {
	height: auto;
}

#topsection h1 {
	display: none;
}

#maincontainer {
	clear: left;
	display: block;
	position: relative;
	border: 1px solid #7e5326;
 }

#contentheader {
	margin: 4px 0 2px 0;
	padding: 0;
}
 
#line {
	clear: left;
	display: block;
	height: 5px;
	background-color: #ab2d00;
	margin: 0 8px;
	padding: 0;
}

#spacer {
	clear: left;
	display: block;
	height: 3px;
	margin: 0;
	padding: 0;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentwrapper2{
	float: left;
	width: 100%;
	background: transparent url(../images/small-shell.gif) no-repeat bottom right;
}

#contentfull {
	display: block;;
	background: transparent url(../images/small-shell.gif) no-repeat bottom right;
}

#contentcolumn{
	margin: 0 0 0 50%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 50%; /*Width of left column in percentage*/
	margin-left: -100%;
}

#boxleft {
	background: #dfdbc6;
	border: 1px solid #ccc7ab;
	margin: 4px 2px 0px 8px;
	min-height: 200px;
}

#boxright {
	background: #b8a474;
	border: 1px solid #ccc7ab;
	margin: 4px 8px 0px 2px;
	min-height: 200px;
}

#boxleft2 {
	background: #cec098;
	border: 1px solid #ccc7ab;
	margin: 4px 2px 0px 8px;
	min-height: 200px;
}

#boxleft2 .list {
	float: left;
	width: 32%;
	padding: 0;
	padding-right: 6px;
	margin: 0;
}

#boxleft2 .list2 {
	float: left;
	width: 32%;
	padding: 0;
	padding-right: 6px;
	margin: 0;
}

#boxleft2 .list3 {
	float: left;
	width: 32%;
	padding: 0;
	margin: 0;
}

#boxright2 {
	margin: 4px 8px 0px 2px;
	min-height: 200px;
}

.verta {
	vertical-align: middle;
}

#footer {
	clear: left;
	display: block;
	margin: 4px 8px;
	background: #dfdbc6;
	border: 1px solid #ccc7ab;
	height: 30px;
	line-height: 30px;
	color: #8b4513;
}

#footer p {
	font-size: 0.8em;
}

#footer a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #8b4513;
}

#footer a:hover {
	color: orange;
}

#advert {
	clear: left;
	display: block;
}

#advert img {
	margin: 0 auto 4px auto;
	border: 0;
	padding: 0;
	text-align: center;
	display: block;
}

#advert p {
	font-size: 0.7em;
	text-align: center;
}

.innerpad{
	margin: 2px 10px 4px 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding-bottom: 2px;
}

.navinnerpad{
	margin: 0px 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/*-----------------------------------------------------------------------------
 Page Navigation
-----------------------------------------------------------------------------*/

#navrow{
	line-height: 33px; /*Height of top section*/
}

#navigation {
	clear: both;
	display: block;
	width: 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation li a {
	line-height: 33px;
	width: 101px;
	margin-top: 3px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#navigation li img {
	border: 0;
}

#navigation .navsel a:link,
#navigation .navsel a:visited {
	color: #FFFFFF;
	float: left;
	margin-right: 5px;
	background: transparent url(../images/tab-selected.png) repeat-x left;
	text-align: center;
}

#navigation .navsel a:hover {
	color: White;
	background: transparent url(../images/tab-selected.png) repeat-x left;
}

#navigation .nav a:link,
#navigation .nav a:visited {
	color: #FFFFFF;
	float: left;
	margin-right: 5px;
	background: transparent url(../images/tab.png) repeat-x left;
	text-align: center;
}

#navigation .nav a:hover {
	color: White;
	background: transparent url(../images/tabh.png) repeat-x left;
}

#navigation .navbar {
	float: left;
	background: transparent url(../images/tab.png) repeat-x left;
}

#smallshell {
	width: 49%;
	float: right; 
	position: relative; 
	background: transparent url(../images/small-shell.gif) no-repeat bottom;
	text-align: center;
}


/*-----------------------------------------------------------------------------
 Forms
-----------------------------------------------------------------------------*/

#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

input.mainFormError
{
	background-color: #FADADD;
}

textarea.mainFormError
{
	background-color: #FADADD;
}

select.mainFormError
{
	background-color: #FADADD;
}

#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

/* tooltip */

a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #b8860b; 
	background: #eee8aa url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* Editor */

.mceContentBody { text-align:left; background-image: none; background-color: #dfdbc6; } /*SnippetMaster editor bg color*/