html {
	overflow-y:scroll;
	overflow-x:hidden;
}

#supersize {
	height:100%;
	width:100%;
	display:none;
	position:fixed;
	z-index:-1;
}
#supersize img {
	display:inline;
}	
	
a {
    text-decoration:none;
    color:#A54399;
}
a:hover {
	color:#753b60;
}
#header {
	margin-bottom:30px;
}
.header_details {
	margin-top:25px;
}
.header_row {
	margin-bottom:5px;
}
.header_row img {
	margin-right:7px;
}
#logo {
	
}
.about-us-text {
	clear:both;
	width:300px;
	margin-left:7px;
	margin-top:71px;
}
.about-us-text p {
	margin-bottom:10px;
	font-size:12px;
}
.enter {
    position:absolute;
    top:360px;
    left:6px;
    color:#A54399;
    font-size:12px;
}
.rounded-corner {
    -moz-border-radius-bottomright: 15px!important;
    -webkit-border-bottom-right-radius: 15px!important;	
}
.text-container {
    background-color:#B3B3B3;
    color:#000;
    font-size:14px;
	height:425px;
	position:relative;
}
.body-text {
	padding:20px;
	padding-bottom:0px;
}
.text {
    background-color:#B3B3B3;
    color:#333;
    font-size:12px;
	height:425px;
}
.text strong {
    color:#000;
    font-size:16px;    
    margin-bottom:10px
}
.text h1 {
    margin-top:7px;
    font-weight:bold;
    border-bottom:2px dotted #7F3F98;
    color:#7F3F98;
    margin-bottom:15px;    
}
.text h1 img {
    float:right;
}
.text p {
    margin-bottom:10px;
}
.top-padding {
	position:absolute;
	top:0;
	left:0;
	width:570px;
	height:20px;
	z-index:5000;
    background-color:#B3B3B3;	
}
.bottom-padding {
	position:absolute;
	bottom:0;
	left:0;
	width:570px;
	height:20px;	
	z-index:5000;	
    background-color:#B3B3B3;	
}

.sections a {
	color:white;
	font-size:12px;
	float:left;
	background-color:#A54399;	
	margin-right:5px;
	margin-bottom:5px;
	padding:1px;
	padding-left:5px;
	width:108px;
	height:17px;
	cursor:pointer!important;
}
.nodes {
	float:left;
	font-size:12px;
	width:942px;
	background-color:#A54399;		
}
.nodes a {
    font-size:10px;
}
.nodes {
	background-color:#7F3F98;
	height:23px;
	padding-left:5px;
}
.node {
	float:left;
	padding:4px;
	cursor:pointer!important;
}
.node a {
	text-decoration:none;
	color:white;
	border:0px solid red;
	cursor:pointer!important;
}
.node a:hover {
	text-decoration:underline;
}
.selected {
	background-color:#7F3F98!important;
}
.selected_child {

}

.sidebar_title {
    padding:9px;
    font-size:12px;
    background-color:#455560;    
    color:white;
    margin-bottom:5px;   
}
.news_extract {
    position:relative;
    padding:9px; 
    font-size:10px;   
    background-color:#B3B3B3;    
    color:white;
    margin-bottom:5px; 
}
.grey_0 {
    background-color:#666;    
}
.grey_1 {
    background-color:#999;    	
}
.grey_2 {
    background-color:#B3B3B3;    	
}
.grey_4,.grey_5,.grey_6,.grey_7,.grey_8 {
    background-color:#B3B3B3;    	
}
.news_extract .timestamp {
    position:absolute;
    top:16px;
    right:8px;
}
.news_extract p {
    margin-bottom:7px;    
}
.news_extract p img {
	display:none;
}
.news_extract h1 {
    margin-top:7px;
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:2px dotted #7F3F98;
    color:white;
    margin-bottom:7px;
}
.news_extract a {
    color:white;
    font-weight:bold;
}
.news_extract img {
    margin-left:5px;
}
.last {
    margin-bottom:10px;
}
.input_row {
    background-color:#A54399;
    float:left;
    color:white;
    margin-bottom:5px;
    padding:3px;
}
.label {
    width:60px;
    font-size:10px;
    float:left; 
    padding:5px;   
}
.input {
    float:left;
    width:150px;    
}
.callout {
    border-top:2px solid #A54399;
    border-bottom:2px solid #A54399;   
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;     
    float:left;
    width:590px;    
}
.callout h1 {
    color:#7F3F98;
    font-weight:bold;
    float:left;
    width:360px;
    margin-right:20px;
}
.callout .image_1 {
    height:85px;
    width:130px;
    background-color:#7F3F98; 
    float:left;
    margin-right:10px;
    overflow:hidden;
    position:relative;
}
.callout .image_2 {
    height:85px;
    width:70px;
    background-color:#A54399;     
    float:left;    
    overflow:hidden;  
    position:relative;  
}
ul#sub li {
    list-style-type:none;
    display:inline;
    margin-right:8px;
    font-size:12px;
    color:white;
}
.jScrollPaneContainer {
	position: relative;
	width:610px!important;
	overflow: hidden;
	z-index: 1!important;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa!important;
}
.jScrollPaneDrag {
	position: absolute;
    background-color:#455560!important;     	
	cursor: pointer;
	overflow: hidden;
}


.comments {
	padding-top:10px;
	margin-bottom:20px;
	font-size:12px;
}
.comment_container {
	margin-bottom:10px;
	float:left;
}
.comment_details {
	float:left;
	width:140px;
}
.comment_name {
	float:left;
	font-weight:bold;
	color:#7F3F98;
}
.comment_timestamp {
	float:left;	
	clear:both;
	width:100px;
}
.comment_body {
	float:left;
	width:366px;
	background-color: #7F3F98;
	color:black;
	font-size:12px;
	padding:10px;
	margin-bottom:5px;
}
.comment_form {
	margin-left:70px;
}
h2#comment_heading {
	font-size: 20px;
	color:#7F3F98;
	font-weight: bold;
	margin-bottom:10px;
	margin-left:140px;	
}
.comment_form textarea, .comment_form input[type="text"] {
	border:0px;
	font-size: 12px;
	background-color: white;
	color:black;
	padding:5px;
	width:375px;
	margin-bottom:5px;
}
.comment_form textarea {
	height:150px;
}
.comment_form input[type="submit"] {
	cursor: pointer;
	border:0px;
	color:white;
	background:black;
	font-size: 10px;
	padding:3px;
}
.contact_form {
	margin-bottom:30px;
	padding:20px;	
}
.contact_form .label {
	float:left;
	width:200px;
	margin-bottom: 5px;
	color:#333;
}
.contact_form input[type="text"], .contact_form textarea {
	float:left;
	border:1px solid #CCC;
	padding:10px;
	width:520px;
	margin-bottom: 5px;
}
.contact_form textarea {
	height:80px;
}
.contact_form .small_box input {
	float:left;
	margin-top:2px;
	margin-right:10px;
}
.contact_form .small_box p {
	float:left;
	margin-right:5px;
}
.slideshow {
	float: left;
	height:80px;
}