@charset "utf-8";
/*---------------------------------------------------------------------------------------
This is a general part. The css style in this part that can be used in any part of pages.		
----------------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 18px;
	/*font-family: "Open Sans", sans-serif;*/
}	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 32px;
	line-height: 38px;
}
h2 {
	font-size: 20px;
	line-height: 32px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 17px;
	line-height: 20px
}
h6 {
	font-size: 14px;
	line-height: 17px;
}
p {
	line-height: 1.6;
}
a {
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
input {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
textarea {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
table {
	line-height: 17px;
}

table td {
	padding: 5px;
}
table th {
	font-size: 12px;
	text-align: left;
	padding: 8px;
}
blockquote {
	font-style: italic;
}
.importantLink {
	line-height: 15px;
}
.importantLink:hover {
	text-decoration: none;
}
.testimonial .testimonialName {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.paraLink span {
	font-size: 12px;
	font-weight: bold;
}
.paraLink a:hover {
	text-decoration: none;
}
.vertNav {
	font-size: 12px;
}
/*---------------------------------------------------------------------------------------
This is a specific part. The css style in this part is belong to specific part of pages.		
-----------------------------------------------------------------------------------------*/
#logo h1 {
/*	letter-spacing: 1px;*/
}
#logo h2 {
	font-size: 16px;
	line-height: 30px;
}
.jqueryslidemenu{
	font-size: 14px;
	line-height: 1.0;
}
.jqueryslidemenu ul li a{
	text-decoration: none;
}
.jqueryslidemenu ul li ul li a{
	font-size: 12px;
	line-height: 18px;
}
#sidebar .top  h3 {
	line-height: 30px;
}
.folio h3 {
	font-size: 12px;
}
.blogPost .attribute {
	font-size: 10px;
}
#pageNumbers .pageNumber:hover {
	text-decoration: none;
}
.faqItem h5 {
	font-size: 11px;
	line-height: 18px;
}
.faqItem .q {
	font-weight: bold;
	font-style: italic;
}
#related ol li {
	font-size: 12px;
}
#related ol li a:hover {
	text-decoration: underline;
}
#comments p span {
	font-size: 10px;
}
#comments p span a {
	font-size: 14px;
	font-weight: bold;
}
#alert p span, #author p span {
	font-size: 14px;
	font-weight: bold;
}
#footer {
	font-size: 12px;
}
#copy {
	font-style: normal;
}
#copy a:hover{
	text-decoration: underline;
}



