/*
Author - Andrew Trout
URL - www.andrewtrout.com.au
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #6B0334;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/design/head.png) repeat-x;
	text-align: justify;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	color: #FDB913;
	margin: 0px;
	padding: 0px;
	font: 110% Georgia, "Times New Roman", Times, serif;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #6B0334;
 margin: 0px;
 padding: 0px;
}

h4{
	color: #6B0334;
	margin: 0px;
	padding: 0px;
	font: bold 100% Arial, sans-serif;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.story a {
	color: #6b0334;
	text-decoration: underline;
	background: #FFFFFF;
}

.story a:link {
	color: #6b0334;
	text-decoration: underline;
	background: #FFFFFF;
}
.story a:visited {
	color: #6b0334;
	background: #FFFFFF;
	text-decoration: underline;
}
.story a:hover {
        color: #ffcc33;
	background: #FFFFFF;
	text-decoration: none;
}
.story3col a {
	color: #6b0334;
	text-decoration: underline;
	background: #FFFFFF;
}

.story3col a:link {
	color: #6b0334;
	text-decoration: underline;
	background: #FFFFFF;
}
.story3col a:visited {
	color: #6b0334;
	background: #FFFFFF;
	text-decoration: underline;
}
.story3col a:hover {
        color: #ffcc33;
	background: #FFFFFF;
	text-decoration: none;
}
.list {
	list-style: url(../images/design/list.png);
	text-align: justify;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main_container{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#masthead{
	padding: 0px;
	width: 100%;
	height: 174px;
	background: url(../images/design/logo.png) no-repeat 10px 0px;
}

#left_container{
	float: left;
	width: 150px;
	margin: 10px 0px 40px;
	padding: 0px;
	background-color: #DDD9EB;
	border-right: 1px solid #9484be;
	border-bottom: 1px solid #9484be;
	border-left: 1px solid #9484be;
}

#right_container{
	float:right;
	width: 187px;
}

#content1col{
	float: left;
	width: 770px;
	line-height: 1.2em;
}

#content2col{
	float: left;
	width: 555px;
	line-height: 1.2em;
}

#content3col{
	float: left;
	width: 413px;
	line-height: 1.2em;
}
.table {
	float: left;
	margin-left: 25px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	visibility: hidden;
}

/************* #globalNav styles **************/

#globalNav{
	color: #ccc;
	margin-top: 92px;
	text-align: right;
}

.navGlobal{
	font: bold 80% Arial, Helvetica, sans-serif;
}

.navGlobal ul{
	list-style-type: none;
	text-align: right;

}

.navGlobal li{
	display: inline;
	list-style: none;
	padding-right: 7px;
	padding-left: 7px;

}

.navGlobal li a{
	text-decoration: none;
	margin-right: 3px;
	color: #fdb913;
	background: #fff;
	}

.navGlobal li a:visited{
	color: #fdb913;
	background: #fff;
        text-decoration: none;
}

.navGlobal li a:hover{
	text-decoration: none;
	color: #6b0334;
	background: #fff;
}

.navGlobal li.selected{
	border-bottom: 11px solid #fdb913;
	font-weight: bold;
	color: #fdb913;
	background: #fff;
	padding-bottom: 6px;
}

.navGlobal li.selected a{ /*selected main tab style */
	background: #fff;
	color: #fdb913;
}

.navGlobal li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 8px 0px 5px 10px;
}

.story{
	padding: 0px 0px 10px 20px;
	font-size: 80%;
}

.story3col{
	padding: 0px 18px 10px 20px;
	font-size: 80%;
}

.story h3{
	padding: 10px 0px 5px;
}

.story img{
	float: right;
	padding: 10px;
	border: 1px solid #9484BE;
    margin-top: 35px;
	margin-left: 25px;
	margin-bottom: 60px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	color: #9484BE;
	border-top: 10px solid #f8b513;
	border-bottom: 7px solid #8f7fb7;
}

.foot{
	color: #9484BE;
	text-decoration: none;
	font-size: 60%;
	width: 770px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.foot a{
	color: #9484BE;
	text-decoration: none;
}

.foot a:link{
	color: #9484BE;
	text-decoration: none;
}

.foot a:visited{
	color: #9484BE;
	text-decoration: none;
}

.foot a:hover{
	color: #6B0334;
	text-decoration: underline;
}


/*********** #left_container link styles ***********/

#left_container ul a:link, #left_container ul a:visited {display: block;}
#left_container ul {list-style: url(none) none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left_container li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #left_container li {border-bottom: none;}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h4{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #9484BE;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #9484BE;
	padding: 2px 0px 3px 10px;
	text-decoration: none;
	color: #a63a82;
	background: #DDD9EB;
}

#sectionLinks a:visited {
    color: #a63a82;
	background: #DDD9EB;
}

#sectionLinks a:hover{
	background-color: #9484BE;
	color: #fff;
}
/************** #right_container styles **************/
.quotebox {
	margin: 10px 0px 60px;
	padding: 10px;
	font-size: 80%;
	background: #DDD9EB;
	border: 1px solid #c9c;
}
#quote {
	padding: 20px 0px 0px;
	text-align: center;
	color: #a63a82;
	background: #DDD9EB;
}
#quote_img {
	width: 165px;
	height: 165px;
	border: 1px solid #9484BE;
}
/* -----contactform----- */
#form {
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
}
.row {
	clear: both;
	padding-top: 15px;
	width: 100%;
}
.label {
    color: #6b0334;
	background: #FFFFFF;
	float: left;
	width: 50px;
	text-align: left;
	padding-left:10px;
}
.input {
	width: 448px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a63a82;
	background: #fff !important;
    float: right;   
	border: 1px;
	border-style: solid;
	border-color: #cc99cc;
}
textarea {
	width: 448px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a63a82;
	background: #FFFFFF;
    float: right;   
	border: 1px;
	border-style: solid;
	border-color: #cc99cc;
}
.button {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 0px;
	width: 80px;
	border: 1px;
	border-style: solid;
	border-color: #cc99cc;
	margin: 0px -60px 20px 0px;
}
/* -----button----- */
#button
{
	display: block;
	width: 187px;
	height: 29px;
	background: url(../images/starbutton.jpg) no-repeat 0 0;
}

#button:hover
{ 
  background-position: 0 -29px;
}

#button span
{
  display: none;
}
