@charset "utf-8";
/* Home Organisers CSS Document */
body {
	background-color:#5c1c49;
	width: 990px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#main-div{
	width:990px;
	float:left;
	background-color:#FFFFFF;
}
h1 {
	color: #5c1c49;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #5c1c49;
	font-size: 1.2em;
	font-weight: normal;
}
#header{
	background-color:#FFFFFF;
	width:990px;
	float:left;
	height:126px;
	padding-top:5px;
}
#header .logo{
	padding-left:25px;
	float:left;
	clear: right;
}
img{
	border:none;
	margin: 0px;
	padding: 0px;
}
#header .right{
	text-align:right;
	float:left;
	width:595px;
	color:#666666;
	font-size:12px;
	padding-top:6px;
}
#header .right a{
	color:#666666;
	text-decoration:none;
}
#header .right a:hover{
	color:#5c1c49;
	text-decoration:none;
}
#header .heading{
	color: #5c1c49;
	text-align:right;
	width:595px;
	float:left;
	padding-top:8px;
	margin:0px;
	padding-bottom:0px;
}
#header .top-nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	float:right;
	width:595px;
	color:#666666;
	font-size:14px;
	padding-top:8px;
	margin-right: 20px;
}
#header .top-nav a{
	color:#666666;
	text-decoration:none;
	padding-left:5px;
	padding-right: 0px;
	padding-top:2px;
	padding-bottom:2px;
	line-height: 20px;
}
#header .top-nav a:hover{
	color: #660000;
	text-decoration:none;
	line-height: 20px;
}

.content-area{
	width:931px;
	left:28px;;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top:5px;
	padding-bottom:20px;
	float:left;
	position:relative;
}
#left-panel{
	width:163px;
	float:left;
}
#left-panel #left-nav {
	width:163px;
	float:left;
	margin-bottom: 20px;
}
#left-panel #left-nav ul{
	padding:0px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	float:left
}
#left-panel #left-nav ul li{
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#left-panel #left-nav ul li a{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom:12px;
	padding-top:10px;
	float:left;
	margin:0px;
	width:133px;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	padding-left:30px;
}
#left-panel #left-nav ul li a:hover{
	color: #5c1c49;
	text-decoration:none;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	width:133px;
}
#left-panel #phone {
	color: #5c1c49;
	margin: 30px 0px 20px 0px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; 
}
#right-area{
	float:left;
	width:742px;
	padding-left:25px;
	padding-top:15px;
	font-size:14px;
	text-align:left;
	color: #666666;
}
input {
	font-size: 14px;
	color: #666666;
}

#right-area img {
	padding-left: 20px;
	padding-bottom: 10px;
}
#right-area .img-left {
	padding-right: 20px;
	padding-bottom: 10px;
}
#right-area .flash{
	float:right;
	padding-left: 20px;
	padding-bottom:10px;
}
#right-area p span {
	color: #FF0000;
	font-weight: bold;
}
#reg-table {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	width: 600px;
	border: 2px solid #5c1c49;
	padding-bottom: 20px;
}
#reg-table tr td {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#reg-table .prompt {
	text-align: right;
	padding: 2px 10px 2px 0px;
	color: #666666;
}
#reg-table .prompt span {
	color: #FF0000;
	font-weight: bold;
}
#reg-table2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	width: 430px;
	border: 2px solid #5c1c49;
	padding-bottom: 20px;
}
#reg-table2 tr td {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#reg-table2 .prompt {
	text-align: right;
	padding: 2px 10px 2px 0px;
	color: #666666;
}
#reg-table2 .prompt span {
	color: #FF0000;
	font-weight: bold;
}
.clear {
	clear: both;
}
a.textlink1 {
	color: #666666;
	text-decoration: none;	
}
a.textlink1:hover {
	color: #5c1c49;
	text-decoration: underline;
}
a.textlink2 {
	color: #666666;
	text-decoration: underline;
}
a.textlink2:hover {
	color: #5c1c49;
	text-decoration: none;
}
.text1 {
	font-size: 12px;
	color: #666666;
}
a.backtotop {
	color: #660000;
	text-decoration: none;
	font-size: 0.8em;
}
a.backtotop:hover {
	text-decoration: underline;
}
/* footer */

#footer{
	padding-top:15px;
	padding-bottom:20px;
	width:990px;
	text-align:center;
	font-size:12px;
	color:#666666;
	float:left;
}
#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:#5c1c49;
	text-decoration:none;
}

#footer .footer-img {
	float:right;
	margin-right:35px;
	width:94px;
	height:94px;
}

textarea {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
select {
	font-size: 14px;
	color: #666666;
}
.text2 {
	font-size: 15px;
	color: #FF0000;
}
.white-heading {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
	background-color:#FFFFFF;
}
.white_content {
	position: absolute;
	top: 30%;
	left: 25%;
	right: 25%;
	width: 50%;
	height: auto;
	background-color: white;
	z-index:99999;
	display: none;
}

.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	bottom:0%;
	right:0%;
	width: 100%;
	display: none;
	z-index:9999;
	padding-bottom: 50px;
}

/*Added by LeXolution IT Services*/
.error-message {
	color: #DF4909;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.comment {
	font-size: 12px;
	color: #666666;
}

.style-history {
	font-size: 12px;
	background-color: #EAEAEA;

}
.button-add-comment {
	font-size: 11px;
}
/*End of Added by LeXolution IT Services*/

