/*
 * Author: Muhammad Saqib Sarwar
 * Website: http://www.960Development.com/
 */
 
/** CSS Reset http://meyerweb.com/eric/tools/css/reset/ **/

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; } 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; } 

/** Base Body Styles **/
body{ background:#fff; color:#000; font:14px Arial, Helvetica, "Trebuchet MS", sans-serif;}

h1,h2,h3,h4,h5,h6{ font-weight:bold; }
h1{ font-size:30px;}
h2{ font-size:24px;}
h3{ font-size:18px;}
h4{ font-size:14px;}
h5{ font-size:12px;}
h6{ font-size:10px;}

a{ text-decoration:none; }
a:active, a:visited { color: #607890; }
a:hover { color: #036; }
.clear{ clear:both}
/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/** Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix { zoom: 1; }
#tabtitle ul li{
	float:left;
	width:197px;
	margin-left:2px;
	background-color:#025e83;
}
#tabtitle ul li a{
	color:#fff;
	padding:5px 20px;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0px;
}
#tabtitle ul li.active{
	background-color:#00adef;
}


.fb{
	background:url(../images/fb_icon.png) left no-repeat;
	-webkit-background-size: 24px; /* Safari and Chrome */
	-moz-background-size: 24px; /* Firefox */
	-ms-background-size: 24px; /* Internet Explorer */
	-o-background-size: 24px; /* Opera */
	background-size: 24px;
	margin-left:10px;
}

.tw{
	background:url(../images/twi_icon.png) left no-repeat;
	background-size: 24px;
	margin-left:10px;
}

.yt{
	background:url(../images/youtube_icon.png) left no-repeat;
	background-size: 24px;
	margin-left:10px;
}