/* CSS Document */
/* Masud Hasnain */


/* Color Legend */

/* Reset */
/* Eric Meyer's Reset code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */


/* Global */
html { }
body {background-color:#999966; }


/* Text Elements */
p {	color: #000; font-size:12px; line-height:140%; margin:15px 0; }


/*
h1, h2, h3, h4, h5, h6,
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
}



/* headings  */

h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family:Arial, Helvetica, sans-serif}

h1 {font-size: 24px; padding-bottom:15px; border-bottom:1px #ccc solid; margin-bottom:15px; margin-right: 15px; color:#060; }
h2 {font-size: 20px; }
h3 {font-size: 16px; margin-bottom:1px; }
h4 {font-size: 14px; }
h5 {font-size: 14px; }
h6 {font-size: 14px; }


a:link 		{color: #00f; }
a:visited 	{color: #0f0; }
a:active 	{color: #000; }
a:focus 	{color: #666; }
a:hover 	{color: #f00; }


/* Images */

.image-frame	{padding:10px; border:1px #ccc solid; margin:10px;	}

/* Containers */

#outer {width: 960px; margin: 0 auto; background-color:white; }

#wrapper {width: 900px; margin: 0 auto; background-color:white; }

#logo {margin: 30px 0; float: left }

#social-icons {float: right; }
#social-icons ul li {display: inline; }
#social-icons ul {margin-top:40px; }

#topnav {clear: both; }
#topnav ul {border-top: 1px #000 solid; border-bottom: 1px #000 solid;
			margin: 20px 0; padding:10px 0; }
#topnav ul li {display: inline; }
#topnav ul li a {padding: 0 15px; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

#topnav a:link 		{color: #000; }
#topnav a:visited 	{color: #000; }
#topnav a:active 	{color: #000; }
#topnav a:focus 	{color: #666; }
#topnav a:hover 	{color: #C90; }


#col1 {width: 300px; float: left; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#col1 a:link 		{color: #000; }
#col1 a:visited 	{color: #000; }
#col1 a:active 	{color: #000; }
#col1 a:focus 	{color: #666; }
#col1 a:hover 	{color: #C90; }

#col2 {width: 300px; float: left; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#col2 a:link 		{color: #000; }
#col2 a:visited 	{color: #000; }
#col2 a:active 	{color: #000; }
#col2 a:focus 	{color: #666; }
#col2 a:hover 	{color: #C90; }


#banner {margin-bottom:30px; }

#content {width: 650px; float: left; }
#content li { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; }




#content-fullwidth {width: 100%; }

#rightside {width: 250px; float: right;}

#footer {clear:both; margin-top:20px; border-top:1px #ccc solid; text-align:center; font-family:Arial, Helvetica, sans-serif; padding-bottom:20px; }

/* Misc */

.date 		{font-weight:bold; color: #060; margin-bottom: 3px; font-family:Arial, Helvetica, sans-serif }

.paragraphs	{font-family:Arial, Helvetica, sans-serif; margin-right:15px; }
.tipdetails	{font-family:Arial, Helvetica, sans-serif; margin-top:-5px; padding:0; }

.copyright	{font-size:10px; }

.clearFloat {
	clear:both;	
}


/* slider styles */

#s3slider {
	margin-bottom: 20px;
	width: 900px;
	height: 295px;
	position: relative;

}

#s3sliderContent {
	width: 900px;
	height: 295px;
	position: absolute;
	top: 0;
	margin-left: 0; 
}



/* slider styles */

.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}
	
.clear {
	clear: both;
}

.s3sliderImage span {
	position: absolute;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 13px;
	color: #FFF;
	background-color: #000;
	width: 875px;
	display: none;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha (opacity=70);
}


/* overlay styles */

.top	{
	top: 0;
	left: 0;
	width: 875px;
	height: 30px;
}

.bottom	{
	bottom: 15px;
	left: 0;
	width: 875px;
	height: 60px;
}

.right	{
	bottom: 0;
	right: 0;
	width: 200px !important;
	height: 280px;
}

.left	{
	top: 0;
	left: 0;
	width: 200px !important;
	height: 290px;
}

/* font color and sizes */

.regular	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:40px;
}


.black	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.blue	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#03C;
}

.red	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

.yellow	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0;
	
}
.green	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#090;
}
