@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	background: #5e5e5e url(../images/bgImage.gif) top left repeat;
	height:100%;
	font-size:14px;
}

h1{
	color:#95137f;
	font-size:20px;
}

h2{
	font-size:14px;
	color:#95137f;
	margin:0;
	padding:0;
}

#container{
	margin:40px auto 40px auto;
	background-color:#fff;
	width:966px;
}

#mainContent{
	font-size:11px;
	text-align:left;
	padding:0px;
	min-height:530px;
}

.leftCol{
	padding:0px 10px 10px 10px;
	width:80%;
	vertical-align:top;
	min-height:550px;
}

.rightCol{
	width:260px;
	background-color:#f2f2f2;
	padding:10px 10px 10px 10px;
	height:100%;
	text-align:center;
	vertical-align:top;
	min-height:530px;
}

.dyncontent{
	min-height:300px;
}

.pageFooter{
	text-align:left;
	font-size:11px;
	width:100%;
}

.footer{
	font-size:11px;
	width:100%;
}

.members{
	text-align:left;
	/*width:190px;*/
	width:100%;
	padding:10px 0 0 0;
	margin:0;
	vertical-align:middle;
 	/*width:300px;*/
	display:block;
	float:left;
	font-size:10px;
}

.topText{
	clear:both;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 20px;
	text-align:center;
	width:100%;
}

.memText{
	margin:10px 0px 0px 20px;
	padding:0px;
}

.memImg{
	margin:5px 0px 5px 20px;
	padding:0px;
}

.loactions{
	text-align:left;
	display:block;
	float:right;
	padding:10px;
	width:750px;
	vertical-align:bottom;
}

.homePage{
	background: #fff url(../images/homeImage.jpg) top left no-repeat;
	height:568px;
	width:966px;
	margin:1px 0px 1px 0px;
	padding:0px;
}

.right{
	display:block;
	float:right;
}

.left{
	display:block;
	float:left;
}

.rightBold {
	display:block;
	font-weight: bold;
	left: 235px;
}

.purple{
	color:#95137f;
}

.dispInfo{
	margin-left:10px;
	width:221px;
	text-align:left;
}

.requiredField{
	font-size:11px;
	color:#cc0000;
}



#Nav{
	width:100%;
	background-color:#95137f;
	text-align:center;
	margin:0px;
	padding:0px;
	height:28px;
}

#Nav ul{
	list-style:none;
	list-style-type:none;
	padding:5px 0px 5px 0px;
	margin:0px;
	width:100%;
}

#Nav li{
	display:inline;
	color:#fff;
	font-size:16px;
	margin:0px;
}

#Nav li a{
	padding:5px 4px 5px 4px;
	color:#fff;
	text-decoration:none;
}

#Nav li a:hover{
	background-color:#3a9e8d;
}
/* DROP DOWN MENU */

.menu {width:100%; height:28px; position:relative; z-index:100; background-color:#95137f; text-align:center;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; padding:0px 5px 0px 5px; position:relative;}

.menu .right {float:right; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; height:28px; background:#95137f; padding:0px 5px 0px 5px; line-height:29px;}

.menu .right a, .menu .right a:visited {display:block; float:right; width:150px}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:99px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#95137f url(../images/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0; width:200px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:107px; top:-1px; }
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-107px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; width:200px;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#f1efef; color:#000; height:auto; line-height:1em; padding:5px 10px; width:200px; border:1px solid #dedddd;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:108px;w\idth:86px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#3a9e8d;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#3a9e8d;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

#human {
	visibility:hidden;
	display:none;
}

.frmChk{
	visibility:hidden;
	display:none;
}
