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

html, body,
a, img,
p,h1,h2,h3,h4,h5,h6,
ul,ol,li,
div,span,
fieldset, form, label, legend, textarea,
table, tbody, tfoot, thead, tr, th, td,
object, iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style:none;
	font-family: inherit;
	font-size: 100%;
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}


/* --------------  reset list end ------------ */

body
{
	text-align: center;
	background: #e0cbe6;
	font-family: Tahoma, Arial,sans-serif;
}

.container
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

#headerBox
{
	background: url(images/header-bg-rpt.png) top left repeat-x #61a1dd;
	
	}	
#headerBox .headerBg
{
	background: url(images/header-bg.jpg) top center no-repeat; 
}	
#headerBox .container
{
	background: url(images/header-bg.jpg) -300px top no-repeat; 
	height: 294px;
}


#contentBox
{
	background: url(images/content-bg.jpg) top center no-repeat; 
	}

#contentBox .container	
{
	background: url(images/content-bg.jpg) -300px top no-repeat; 
	height: auto !important;
	height: 470px;
	min-height: 470px;
}



#footer {float:left;
	width:788px;
	background-color:#dddddd;
	border-top:1px solid white; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left:1px solid #999999;
	font-size:12px;
	margin:0px;
	padding:5px;}


#footerBox
{
	background: url(images/footer-bg.jpg) top right no-repeat; 
	padding-bottom: 200px;
	font-size: 11px;
	color: #867a8a;
	padding-top: 10px;
	}
#footerBox a
{
	color: #61456a;
}	
#footerBox a:hover
{
	color: #5682ac;
}	
/*-----------col ------*/		
.left
{
	float: left;
}
.right
{
	float: right;
}
.col3of12
{
	width: 230px;
}
.col9of12
{
	width: 710px;
}
#contentBox .mainContentBg
{
	background: url(images/content-bg.jpg) -300px top no-repeat #fff;

}
#contentBox .mainContent .pageTitle
{
	position: absolute;
	top: 40px;
	right: 30px;
	text-align: right;
	font-size: 24px;
	font-family: Georgia, times new roman, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0;
	line-height: 110%;
	color: #AE9EB3;
	width:  380px;
}
#contentBox .mainContent
{
	padding:  175px 30px 30px 105px;
	position: relative;
	height: auto !important;
	height: 280px;
	min-height: 280px;
}
#contentBox .sideContent
{
	padding-top: 30px;
}
#contentBox .whiteBg
{
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#contentBox .whiteBg p
{
	font-size: 11px;
	padding-bottom: 2px;
}
#contentBox .whiteBg p a,
#contentBox .whiteBg .moreLink a
{
	color: #649edb;
}
#contentBox .whiteBg .whiteBgContent
{
	width: 210px;
	height: auto !important;
	height: 105px;
	max-height: 105px;
	overflow: hidden;
}
#contentBox .whiteBg .moreLink
{
	text-align:  right;
	padding-top: 5px;
	font-size:  11px;
	color: #649edb;
}

#contentBox .contactInfoBox
{
	color: #440e40;
}
#contentBox .contactInfoBox h3
{
	font-size: 24px;
}
#contentBox .contactInfoBox h3,
#contentBox .contactInfoBox p,
#contentBox .contactInfoBox h3 a
{
	color: #440e40;
}
#contentBox .contactInfoBox p em
{
	font-size: 18px;
	color: #440e40;
	letter-spacing: -0.5px;
}



/*-----------menu ------*/		
#headerBox .logoBox
{
	color: #164877;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: arial,sans-serif;
	display: block;
	width: 500px;
	height: 265px;
	clear: both;
	}	
#headerBox .logoBox a
{
	position: relative;
	top:  40px;
	left: -5px;
}
#headerBox #menuBox
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: -0.3px;
	color: #6d294f;
	padding: 2px 0;
}
#headerBox #menuBox li
{
	display: inline;
	padding: 0 10px;
}
#headerBox #menuBox li a
{
	color: #6d294f;
	padding: 0 5px;
}
#headerBox #menuBox li a:hover
{
	color: #a8236e;
}
/*---------fieldset-------*/

#contentBox fieldset
{
	padding-bottom: 10px;
	
}
#contentBox fieldset input
{
	width:  300px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 2px;
	font-size: 14px;
	font-family: Tahoma, arial, sans-serif;
margin-bottom: 10px;
}
#contentBox fieldset label
{
	font-size: 12px;
	color: #654F5C;
	display: block;
	padding-top: 10px;}
#contentBox fieldset textarea
{
	width:  500px;
	height: 250px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 2px;
	font-size: 14px;
	font-family: Tahoma, arial, sans-serif;
margin-bottom: 10px;	
}
#contentBox fieldset .submitBtn
{
	background: #ddd;
	cursor: pointer;
}
#contentBox fieldset .submitBtn:hover
{
	background: #eee;
}

/*-----------font ------*/	
a
{
	color: #ac009e;
}
a img
{}
a:hover
	{
		color: #649edb;
		}
.mainContent img
{
	border:  2px solid #eee;
	margin: 3px 10px;
}		
.mainContent img.left
{
	float: left;
	margin: 3px 10px 5px 0;
}
.mainContent img.right
{
	float: right;
	margin: 3px 0 5px 10px;
}		
h1
{
	font-size: 28px;
	font-family: Georgia, times new roman, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px 0 25px 0;
	line-height: 110%;
	color: #ac009e;
	}
h1 small
{
	color: #654f5c;
	font-size: 22px;
	letter-spacing: -0.4px;
}
#contentBox .sideContent .whiteBg h1
{
	diplay:none;
}	
	
h2
{
font-size: 24px;
font-family: Georgia, times new roman, serif;
font-weight: normal;
letter-spacing: 0px;
padding: 5px 0 10px 0;
line-height: 120%;
color: #5c82ad;
	}	


h3
{
	font-size: 20px;
	font-family: Georgia, times new roman, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
	line-height: 120%;
	color: #5c82ad;
	}
.whiteBg h3 a
{
		color: #5c82ad;
}
	
h4
{
font-size: 20px;
font-family: Georgia, times new roman, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 5px 0;
	color: #654f5c;
	line-height: 120%;
	}
.whiteBg h4	
{
font-size: 16px;	
}
h5,
.whiteBg h2	
{
	font-size: 16px;
	font-family: Tahoma,arial,sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 10px 0 5px 0;
	color: #ac009e;
	line-height: 120%;
	}
h6
{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 15px 0;
	line-height: 120%;
	font-family: Tahoma, arial, sans-serif;
	color: #654f5c;
	}
.whiteBg h3	,
.whiteBg h4,
.whiteBg h2,
.whiteBg h5,
.whiteBg h6

{
padding: 0px 0 5px 0;
}
	
p, ul, ol
{
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 20px;
	line-height: 140%;
	font-family: Tahoma, arial, sans-serif;
	color: #654f5c;
	}
.mainContent ul, .mainContent ol
{
	padding-left: 35px;
}	
.mainContent ul li
{
	list-style: circle;
	
}
.mainContent ol li
{
	list-style: decimal;
	
}
p em
{
	font-style: normal;
	color: #AC009E;
}
ul li
{
	padding-bottom: 5px;	
	}	
	
/*-------- fix -----*/	
.clearFix
{
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	}

/*--------*/


.timeshead {font-family: times; font-size: 18px; color:#333333}


.alert {FONT-SIZE:12px; color:red}


.sc {
font-variant:small-caps
}

.ms {
font-family:monospace
}


