/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('bgPattern.gif');
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #340500;
}


h1 { font-size: 2em; }

h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #e3deb4;
	padding-bottom: 3px;
	color: #332b12;
}

h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

th, td { font-size: 1em; }
input, select { font-size: 1em; }

a {
	text-decoration: none;
	color: #666666;

}

a:hover {
	text-decoration: underline;
	color: #a1432b;

}


.formText {
	color: #4d4d4d;
	font-size: .9em;
	font-weight: bold;
}

.formReq {
	color: #990000;
	font-size: 1em;
	font-weight: bold;
}


#mainWrapper {
	position: relative;
	border: 0px solid red;
	width: 726px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('wrapperBG.gif');
}

* html #mainWrapper {
	height: 100%;
}

#header {
	border: 0px;
	background-image: url('header.gif');
	width: 100%;
	height: 105px;
}

#twoColLeft {
	width: 220px;
	border: 0px solid red;
	float: left;
}

* html #twoColLeft ul {
	margin-left: 0px;
}


#twoColRight {
	width: 220px;
	border: 0px solid blue;
	float: left;
}

* html #twoColRight ul {
	margin-left: 0px;
}


.homeLink {
	border: 0px solid blue;
	height: 80px;
	width: 155px;
	position: relative;
	display:block;
	top: 15px;
	left: 17px;
}

#utilityLinksWrapper {
	border: 0px solid red;
	font-size: 1em;
	float: right;
	margin: 0px 20px 0px 0px;
}


A.utilityLink {
	color: #303030;
	text-decoration: none;
}

A.utilityLink:Hover {
	text-decoration: underline;
}

#flashWrapper {
	border: 0px solid red;
	height: 180px;
	width: 720px;
	padding-left: 3px;
	padding-top: 0px;
}

#contentWrapper {
	font-size: 1.2em;
	border: 0px solid blue;
	background: url('contentBG.gif') no-repeat;
	background-position: 3px 0px;
	padding-bottom: 70px;
	padding-top: 35px;
	min-height: 250px;
	margin: 0px;
	clear: left;
}


#footer {
	border: 0px solid red;
	width: 726px;
	height: 39px;
	background-image: url('footerBG.gif');
	position: absolute;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
	font-size: 1em;
	text-align: center;
}

#footer p {
	padding-top: .7em;
	border: 0px solid red;
	color: #214820;
}

A.footer {
	text-decoration: none;
	color: #ffffff;
}

A.footer:Visited {
	color: #ffffff;
	text-decoration: none;
}

A.footer:Hover {
	text-decoration: underline;
	color: #c7d6c7;
}

A.footer:Active {
	color: #c7d6c7;
	text-decoration: underline;
}


/* --------------MENU---------------- */

#menuWrapper {
	border: 0px solid red;
}

A.menuAbout {
	display: block;
	float: left;
	width: 183px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn1bg.gif') no-repeat;
	background-position: 0px 0px;
}

A.menuAbout:Hover {
	background: url('btn1bg.gif') no-repeat;
	background-position: 0px -33px;
}

.menuAboutOff {
	display: block;
	float: left;
	width: 183px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn1bg.gif') no-repeat;
	background-position: 0px -33px;
}

A.menuContact {
	display: block;
	float: left;
	width: 180px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn2bg.gif') no-repeat;
	background-position: 0px 0px;
}

A.menuContact:Hover {
	background: url('btn2bg.gif') no-repeat;
	background-position: 0px -33px;
}

.menuContactOff {
	display: block;
	float: left;
	width: 180px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn2bg.gif') no-repeat;
	background-position: 0px -33px;
}

A.menuResources {
	display: block;
	float: left;
	width: 180px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn3bg.gif') no-repeat;
	background-position: 0px 0px;
}

A.menuResources:Hover {
	background: url('btn3bg.gif') no-repeat;
	background-position: 0px -33px;
}

.menuResourcesOff {
	display: block;
	float: left;
	width: 180px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn3bg.gif') no-repeat;
	background-position: 0px -33px;
}

A.menuWebConf {
	display: block;
	float: left;
	width: 183px;
	height: 33px;
	border: 0px;
	margin: 0px;
	background: url('btn4bg.gif') no-repeat;
	background-position: 0px 0px;
}

A.menuWebConf:Hover {
	background: url('btn4bg.gif') no-repeat;
	background-position: 0px -33px;
}

.clearFloat {
	clear: left;
	border: 0px solid red;
	width: 0px;
	height: 0px;
	padding: 0px;
}


/* --------------HOME---------------- */

#homeLeft {
	background: url('homeLoginBG.gif') no-repeat;
	width: 165px;
	height: 221px;
	float: left;
	margin: 85px 0px 0px 37px;
	padding: 50px 0px 0px 15px;
	border: 0px solid red;
}

* html #homeLeft {
	margin: 50px 0px 0px 18px;
	padding: 50px 0px 0px 15px;
	border: 0px solid blue;
}

#homeRight {
	margin: 30px 0px 0px 0px;
	border: 0px solid red;
	width: 480px;
	float: left;
}

* html #homeRight {
	margin: 0px 0px 0px 0px;
}


#homeRight p {
	font-size: 1.4em;
	color: #303030;
	background: url('homeWelcome.gif') no-repeat;
	font: Arial, Helvetica, sans-serif;
	padding: 45px 0px 0px 4px;
	margin: 5px 0px 0px 35px;
	line-height: 25px;
	border: 0px solid blue;
}

/* --------------EDIT PROFILE---------------- */

#editProfile {
	border: 0px solid red;
	padding: 0px 0px 0px 34px;
}

#editProfileHeader {
	width: 100%;
	height: 31px;
	border: 0px solid red;
	background: url('editProfile.gif') no-repeat;
	background-position: 36px 0px;
	padding: 0px 0px 0px 0px;
}

/* --------------CHANGE PASS---------------- */

#changePass {
	border: 0px solid red;
	padding: 20px 0px 0px 34px;
}

#changePassHeader {
	width: 100%;
	height: 31px;
	border: 0px solid red;
	background: url('changePass.gif') no-repeat;
	background-position: 36px 0px;
	padding: 0px 0px 0px 0px;
}


/* --------------FORGOT PASS---------------- */


#forgotPassHeader {
	width: 100%;
	height: 31px;
	border: 0px solid red;
	background: url('forgotPass.gif') no-repeat;
	background-position: 36px 0px;
	padding: 0px 0px 0px 0px;
}


/* --------------RESOURCES MENU---------------- */

#resourceMenu {
	background: url('resourceMenuBG.gif') no-repeat;
	width: 211px;
	min-height: 250px;
	float: left;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	border: 0px solid red;
	font-size:.9em;
}

#resourceContent {
	border: 0px;
	margin: 0px 0px 0px 20px;
	float: left;
	width: 450px;
}

* html #resourceContent {
	border: 0px;
	margin: 10px 0px 0px 20px;
	float: left;
	width: 450px;
}

#resourceMenu ul {
	margin: 20px 20px 0px -15px;
	list-style: none;
}

#resourceMenu ul li {
	margin-bottom: 15px;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    /*color:#3CA3FF;*/
	color: #5c5526;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #b3b3b3; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top: -50px; left: 25px;
	padding: 0px 0px 0px 0px;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding:3px 8px 10px;
    background: url(bubble2.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding: 30px 8px 0;
	color: #548912;
    background: url(bubble2.gif) no-repeat bottom;
}


/* --------------ABOUT MENU---------------- */

#aboutMenu {
	background: url('resourceMenuBG.gif') no-repeat;
	width: 211px;
	height: 250px;
	min-height: 250px;
	float: left;
	margin: 5px 0px 0px 15px;
	padding: 0px;
	border: 0px solid red;
	font-size: .9em;
}

#aboutMenu ul {
	margin: 20px 20px 0px -15px;
	list-style: none;
}

#aboutMenu ul li {
	margin-bottom: 15px;
}

#aboutContent {
	float: left;
	border: 0px solid red;
	width: 441px;
	margin: 10px 0px 0px 20px;
	background: url('aboutHeader.gif') no-repeat;
	padding: 50px 0px 0px 7px;
}

* html #aboutContent {
	float: left;
	border: 0px solid red;
	width: 430px;
	margin: 10px 0px 0px 20px;
	background: url('aboutHeader.gif') no-repeat;
	padding: 80px 0px 0px 7px;
}


#aboutContent ul {
	list-style: url('bullet.gif');
	margin-left: -20px;
}

* html #aboutContent ul {
	list-style: url('bullet.gif');
	margin-left: 20px;
}

#aboutContent ul li {
	margin-bottom: 7px;
}

.aboutSmallTable {
	font-size: .9em;
}

.backLink {
	display: block;
	border: 0px solid red;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	text-align: right;
	font-size: .9em;
}

#aboutContent h4 {
	clear: right;
	color: #993a22;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 40px;
	margin-right: 5px;
	border-bottom: 1px solid #e3deb4;
}

A.aboutLink {
	color: #5c5526;
	font-weight:bold;
    text-decoration:none;
}

A.aboutLink:Hover {
	color: #a1432b;
	text-decoration: underline;
}


/* --------------CONTACT---------------- */

#contactContent {
	border: 0px;
	margin: 0px 0px 0px 40px;
}

#contactContent #left {
	float: left;
	border: 0px solid blue;
}

#contactContent #right {
	float: right;
	border: 0px solid red;
	margin-right: 40px;
	text-align: right;
}

#contactContent h4 {
	margin-bottom: 5px;
	margin-top: 20px;
}

.contactText {
	display: block;
	border: 0px;
	margin: 5px 0px 0px 10px;
	width: 300px;
}

/* --------------FORUM---------------- */

#forumContent {
	border: 0px;
	margin: 0px 0px 0px 20px;
	float: left;
}

* html #forumContent {
	margin: 10px 0px 0px 20px;
}

#forumContent ul {
	list-style: none;
	padding-left: 20px;
}

* html #forumContent ul {
	padding-left: 0px;
}

#forumContent ul li {
	margin-bottom: 10px;
}


/* --------------USE AND PRIVACY---------------- */

#useContent {
	border: 0px solid red;
	margin: 0px 40px 0px 40px;
}

#useContent ul {
	list-style: url('bullet.gif');
	border: 0px solid blue;
	padding-left: 40px;
	width: 450px;
}

#useContent ul li {
	margin-bottom: 10px;
}


/* --------------LINKS---------------- */

#linksContent {
	border: 0px;
	margin: 0px 0px 0px 20px;
	float: left;
}

* html #linksContent {
	margin: 10px 0px 0px 20px;
}

#linksContent h4 {
	clear: right;
	color: #993a22;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #e3deb4;
}

#linksContent ul {
	list-style: none;
	padding-left: 10px;
}

#linksContent ul li {
	margin-bottom: 10px;
}