* {
	font-size:100.01%
}

html {
	font-size:62.5%;
}

body {
	margin:0;
	font:1.5em "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*Top Navigation*/
.sec-nav {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:42px;
	padding-right:28px;
	height:63px;
	display:block;
}

.sec-nav li {
	display:inline;
	float:right;
	margin-left:3px;
}

.sec-nav li a {
	color:#d6d6d6 !important;
	font:14px Verdana, Geneva, sans-serif;
}

.sec-nav li a:hover {
	text-decoration:underline !important;
}
	
	.ico-home {
		padding-top:2px;
		padding-left:5px;
	}
	
	.ico-email {
		padding-top:3px;
	}
/*End Top Navigation*/	

/*Home Page*/
body#home {
	color:#1136ab;
	background: url(../images/background-home.jpg) center top no-repeat;
	height:1108px;
}
/*End Home Page*/

/*Reading Page*/
body#readings {
	color:#1c1c1c;
	background:#c52424;
	height:1368px;
}

	.reading-coll {
		width:640px;
		padding-left:60px;
		font-size:13px;
		font-style:italic;
		line-height:26px;
	}
	
		.reading-coll p {
			margin-bottom:6px;
			margin-top:6px;
		}
	
		.reading-coll h1 {
			color:#c32c2c;
			font-size:18px;
			font-weight:normal;
			margin:0;
			padding:0;
			line-height:26px;
		}
		
		.reading-coll span {
			color:#c32c2c;
		}
	
	.reading-heading {
		margin-bottom:-30px !important;
		position:relative;
	}

/*End Reading Page*/

/*Articles Page*/
body#articles {
	color:#1c1c1c;
	background:#b93d10;
	height:818px;
}

	.articles-heading,
	.predictions-heading {
		margin-left:45px;
	}
	
	body#articles #coll-1 {
		text-align:right;
		padding-top:10px;
	}
	
	body#articles #coll-2 ol {
		font-size:18px;
	}
	
	body#articles #coll-2 a,
	body#articles #coll-1 a{
		color:#1c1c1c;
		text-decoration:underline;
	}
	
	body#articles #coll-2 a:hover,
	body#articles #coll-1 a:hover{
		text-decoration:none;
	}

/*End Articles Page*/

/*Predictions Page*/
body#predictions {
	color:#1c1c1c;
	background:#282cbd;
	height:818px;
}
	body#predictions #coll-1 {
		text-align:right;
		width:130px;
		line-height:14px;
	}
	
		body#predictions #coll-1 a {
			color:#1c1c1c;
			text-decoration:underline;
		}
		
		body#predictions #coll-1 a:hover {
			text-decoration:none;
		}
	
	body#predictions #coll-2 {
		width:530px;
		padding-left:10px;
	}
	
	.predictions-table {
		border-collapse:collapse;
	}
	
	.predictions-table td {
		text-align:center;
	}
	
	.predictions-table td span {
		font-size:12px;
		margin:0;
		padding:0;
		margin-top:-5px;
		display:block;
	}
	
	.predictions-table td h1 {
		font-size:15px;
		color:#282cbd;
		margin:0;
		padding:0;
	}
	
	.predictions-table td a {
		text-decoration:none !important;
	}

/*End Predictions Page*/

/*Testimonials Page*/
body#testimonials {
	color:#1c1c1c;
	background:#843e72;
	height:818px;
}

	.testimonials-coll {
		width:640px;
		padding-left:53px;
		font-size:15px;
		font-style:italic;
		line-height:18px;
		color:#63177c;
		padding-top:15px;
	}
	
	.testimonials-background {
		background:url(../images/testimonials-background.png) no-repeat;
		height:1247px;
	}
	
	td.highlight {
		color:#1c1c1c;
		line-height:26px;
		text-align:right;
	}
	
	.testimonials-heading {
		margin-bottom:10px;
	}
	
	.testimonials-coll span {
		color:#1c1c1c;
	}
	
	.testimonials-coll hr { 
		display: block; 
		background: #e6e6e6; 
		color: #CCCCCC; 
		width: 100%; 
		height: 1px; 
		border: none; 
		padding:0;
		margin:15px 0;
	}
/*End Testimonials Page*/	

/*Contact Page*/
body#contact {
	color:#1c1c1c;
	background:#487017;
	height:818px;
}
	body#contact #coll-1 {
		padding-left:45px;
		width:200px;
		margin-right:20px;
		padding-top:40px;
	}
	
	body#contact #coll-2 {
		width:400px;
		padding-top:40px;
	}
	
	body#contact #coll-2 span {
		color:#487017;
		font-size:18px;
	}
	
	body#contact #coll-2 p {
		padding-left:15px;
	}
	
	body#contact a {
		color:#1c1c1c;
	}
	
	body#contact a:hover {
		text-decoration:none;
	}

	.contact-background {
		background:url(../images/contact-background.png) no-repeat;
		height:819px;
	}
/*End Contact Page*/

/*Common Style*/
.common-background {
		height:821px;
		background:url(../images/common-content-background.png) no-repeat;
}

.reading-background {
	height:1247px;
	background:url(../images/reading-background.png) no-repeat;
}

img {
	border:none;
}

.alignleft {
	display:inline;
	float:left;
}

.alignright {
	display:inline;
	float:right;
}

img.aligncenter {
	margin:0 auto;
	display:block;
}


#pagewidth {
	width:733px;
	margin:0 auto;
	position:relative;
}

#header {
	overflow:hidden;
	width:708px;
	height:351px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:35px;
}

/* Globle Menu CSS */

#pagemenu {	
	height:50px;
	padding:0;
	margin:0;
	padding-left:10px;
}

#pagemenu li {
	list-style:none;
	display:inline;
	float:left;
	width:113px;
	height:50px;
	margin-right:7px;
	line-height:50px;
	text-align:center;
}
	#pagemenu li a {
		width:113px;
		height:50px;
		display:block;
		text-indent:-9999px;
	}
	
	#pagemenu li a:hover,
	#pagemenu li a.active{
		background-position:bottom !important;
	}
	
	/*Home Page Menu*/
	
	#pagemenu li a.home {
		background:url(../images/home.gif) no-repeat top;
	}
	
	#pagemenu li a.reading {
		background:url(../images/reading.gif) no-repeat top;
	}
	
	#pagemenu li a.articles {
		background:url(../images/articles.gif) no-repeat top;
	}
	
	#pagemenu li a.predictions {
		background:url(../images/predictions.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials {
		background:url(../images/testimonials.gif) no-repeat top;
	}
	
	#pagemenu li a.contact {
		background:url(../images/contact.gif) no-repeat top;
	}
	
	/*End Home Page Menu*/
	
	/*Reading Page Menu*/
	
	#pagemenu li a.reading-home {
		background:url(../images/reading-home.gif) no-repeat top;
	}
	
	#pagemenu li a.reading-reading {
		background:url(../images/reading-reading.gif) no-repeat top;
	}
	
	#pagemenu li a.reading-articles {
		background:url(../images/reading-articles.gif) no-repeat top;
	}
	
	#pagemenu li a.reading-predictions {
		background:url(../images/reading-predictions.gif) no-repeat top;
	}
	
	#pagemenu li a.reading-testimonials {
		background:url(../images/reading-testimonials.gif) no-repeat top;
	}
	
	#pagemenu li a.reading-contact {
		background:url(../images/reading-contact.gif) no-repeat top;
	}
	
	/*End Reading Page Menu*/
	
	
	/*Articles Page Menu*/
	
	#pagemenu li a.articles-home {
		background:url(../images/articles-home.gif) no-repeat top;
	}
	
	#pagemenu li a.articles-reading {
		background:url(../images/articles-reading.gif) no-repeat top;
	}
	
	#pagemenu li a.articles-articles {
		background:url(../images/articles-articles.gif) no-repeat top;
	}
	
	#pagemenu li a.articles-predictions {
		background:url(../images/articles-predictions.gif) no-repeat top;
	}
	
	#pagemenu li a.articles-testimonials {
		background:url(../images/articles-testimonials.gif) no-repeat top;
	}
	
	#pagemenu li a.articles-contact {
		background:url(../images/articles-contact.gif) no-repeat top;
	}
	
	/*End Articles Page Menu*/
	
	
	/*Testimonials Page Menu*/
	#pagemenu li a.testimonials-home {
		background:url(../images/testimonials-home.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials-reading {
		background:url(../images/testimonials-reading.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials-articles {
		background:url(../images/testimonials-articles.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials-predictions {
		background:url(../images/testimonials-predictions.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials-testimonials {
		background:url(../images/testimonials-testimonials.gif) no-repeat top;
	}
	
	#pagemenu li a.testimonials-contact {
		background:url(../images/testimonials-contact.gif) no-repeat top;
	}
	
	/*End Testimonials Page Menu*/
	
		
	/*Contact Page Menu*/
	#pagemenu li a.contact-home {
		background:url(../images/contact-home.gif) no-repeat top;
	}
	
	#pagemenu li a.contact-reading {
		background:url(../images/contact-reading.gif) no-repeat top;
	}
	
	#pagemenu li a.contact-articles {
		background:url(../images/contact-articles.gif) no-repeat top;
	}
	
	#pagemenu li a.contact-predictions {
		background:url(../images/contact-predictions.gif) no-repeat top;
	}
	
	#pagemenu li a.contact-testimonials {
		background:url(../images/contact-testimonials.gif) no-repeat top;
	}
	
	#pagemenu li a.contact-contact {
		background:url(../images/contact-contact.gif) no-repeat top;
	}
	
	/*End Contact Page Menu*/

/*End Global Menu*/


#content {
	overflow:hidden;
	position:relative;
}

	#coll-1,
	#coll-2 {
		display:inline;
		float:left;
		font-style:italic;
	}
	
		#coll-1 {
			width:212px;
			margin-left:12px;
			padding:0 10px;
		}
		
			.welcome {
				width:174px;
				margin:0 auto;
				font-size:18px;
				color:#000;
				line-height:26px;
			}
			
			.welcome img {
				margin-bottom:5px;
				display:block;
			}
			
		#coll-2 {
			width:450px;
			padding:0 10px;
			line-height:26px;
			font-size:15px;
		}
		
			#coll-2 p {
				display:block;
				clear:both;
			}
			
		
			#coll-2 a {
				color:#1136ab;
				text-decoration:underline;
			}
			
			#coll-2 a:hover {
				color:#1c1c1c;
				text-decoration:underline;
			}


/*Page Footer*/
#footer {
	position:absolute;
	left:40px;
	margin:0;
	padding:0;
	bottom:15px;
}

#footer li {
	display:inline;
	float:left;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-right:7px;
}

#footer li a {
	color:#fff;
}
/*End Page Footer*/