/*-----------
COLORS
-------------

*/

/* Tag Styles*/
body {margin: 0px; padding: 0px; font-family: "Century Gothic"; font-size: 12px; color: #000; background-image: url(../../images/background.png); background-repeat: repeat-x;}

a:link {color: #000; font-weight: bold;	text-decoration: none;}
a:visited {color: #000;  font-weight: bold; text-decoration: none;}
a:visisted:hover {color: #a09d82; font-weight: bold; text-decoration: none;}
a:hover {color: #a09d82; font-weight: bold; text-decoration: none;}
.active {color: #a09d82;}

/* General classes used site-wide */
.heading {color: #a09d82; font-weight: bold; font-size: 16px;}
.clearboth {clear: both; width: 0px; height: 0px; margin: 0px;}
.thinBreak {line-height: 5px;}
.textbox {width: 150px;}
.pHeading {color: #000; font-weight: bold; font-size: 15px;}
ul {margin: 0em;}
h2 {color: #000; font-size: 22px; font-weight: bold;}
h3 {color: #000; font-size: 16px;}

/* form styles */
.contactForm {color: #a09d82; font-weight: bold;}
.submit {background: transparent url(../../images/submit.png) no-repeat; border: 0px; height: 48px; width: 116px; padding: 5px 5px 5px 5px;}
.submit:hover {background-position: 0 -55px;}
div#txtLeftSide {clear: both; float: left; padding-left:10px; background:url('../../images/txtLeftSide.png') no-repeat left; height:20px; margin:0px;}
div#txtRightSide {float: left; padding-right:10px; background:url('../../images/txtRightSide.png') no-repeat right; height:20px; margin:0px;}
div#txtBorder {float: left; padding:0; Background-image:url('../../images/txtBorders.png'); background-repeat:repeat-x; background-color:#fff; height:20px; margin:0px;}
div#txtBorder input {border:0; font-size:10px; margin-top:3px; width:100%;}


.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*----------------------
	Main Master Page 
-----------------------*/

/* navigation section of site master page */
div#nav {clear: both; text-align: left; margin-top: 115px; margin-right: 10px;}
div#nav ul {}
div#nav li {list-style-type: none; padding: 0px 25px 0px 0px; display: inline; font-size: 12px;}
div#subNav {margin-top: 20px; margin-bottom: 25px;}
div#subNav li {list-style-type: none; padding: 0px 25px 0px 0px; display: inline; font-size: 12px;}

/* header section on master */
div#headerleft {float: left; text-align: left; background-image: url(../../images/logo.png); height: 142px; width: 517px;}
div#headerright {float: right;}

/* main.master only */
div#bodytop {clear: both; height: 164px; width: 900px; text-align: left;}
div#icons {clear: both; height: 162px; width: 900px; text-align: left;}

/* footer section of site master page */
div#leftFoot {float: left; margin-left: 20px; text-align: left;}
div#rightFoot {float: right; margin-right: 20px;}

/*----------------------
	Structural Styles
-----------------------*/

/* used on all pages */
div#wrapper {}
div#wrapper .page {}
div#wrapper .body {width: 900px; padding-right: 15px; padding-left: 15px;}
div#wrapper .footer {clear: both; width: 900px; height: 175px; color: White;}

div#left {float: left; text-align: left;}
div#right {float: right;}

div#contentLeft {float: left; text-align: left; margin: 10px 0 10px 25px; width: 550px;}
div#contentRight {float: right; border-left: solid 1px #a09d82; text-align: left; padding: 0 0 50px 10px; margin: 10px 0 10px 10px; width: 303;}
div#contentMain {float: left; text-align: left; margin: 10px 0 10px 25px;}

div#forms {width: 400px; text-align: left; margin-left: 55px; padding-top: 10px;}

/* login.aspx */
.login {background-color: #cecaa8; color: #000; border: 1px solid #a09d82; width: 300px;}
.login tr {height: 2em; }
.loginTitle {background-color: #7c7a65; font-weight: bold; font-size: 1.2em; color: White;}
.invalidLoginMsg {border: solid 2px darkred; background-color: #cecaa8; color: #c03; width: 300px; margin: 2em auto 0 auto; padding:0.5em; text-align:center;}

/*-----------------------
	Hover Buttons
------------------------*/

.btnImg {display: block; opacity: 1; filter: alpha(opacity=100);}
.btnImg:hover {display: block; opacity: 50; filter: alpha(opacity=50);}
.btnImg span {display: none;}	

#btnBanner {display: block; width: 568px; height: 186px; background: url(../../images/advert-banner.png) no-repeat 0 0;}
#btnBanner:hover {background-position: 0 -186px;}
#btnBanner span {display: none;}
