/* @group Globals */

/* Tag Redefinitions */

body {
	background-color: #000;	
	color: #ccc;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	padding: 0 0 6em 0;
}

a {
	color: #0063b1;	
	}

em, strong {
	font-weight: bold;	
	}
	
h2 {
	color: #fff;
	font: bold 138.5% "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	margin: 2em 0 0 0;
	letter-spacing: .1em;
}


	
h3 {
	color: #fff;
	font: bold 85% "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	margin: 2em 0 0 0;
	text-transform: uppercase;
	letter-spacing: .2em;
}

p {
	margin: 1em 0 0 0;
		line-height: 21px;

}

	

/* General Tags */

.accessible {
	display: none;	
	}

/* image replacement */

.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden

;	
	/* */	
	}

.replace span.empty {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	/*for Opera 5 and 6*/	
	}

/* clearfix */

/* clearfix giving problems for expanded rows in safari but need it for ie6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
	}

.clearfix {
	display: inline-block;	
	}

.clearfix {
	display: block;	
	}

* html .clearfix {
	height: 1px;	
	}

.required {
	color: #f00;
	}

/* @end */

/* @group Layout */

#siteWrapper {
	width: 800px;
	text-align: left;
	margin: 4em auto;
}

#content {
	width: 450px;
	float: right;
	display: inline;
	padding: 0 0 6em 0;
}


/* @end */

/* @group Header */

#site-logo, #site-logo span.empty {
	background: url(../images/logo-sajid.gif) no-repeat;
	width: 278px;
	height: 138px;
	}

#site-logo {
	float: left;
	margin: 107px 0 0 20px;
	display: inline;
	}




/* @end */

/* @group Content */

#introduction {
	border: 1px solid #666;
	padding: 20px;
	line-height: 23px;
}

#introduction strong {
	color: #fff;
	font: bold 116% "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

ul	{
	list-style: disc;
	list-style: square;
	margin: .6em 0 0 1.2em;
		line-height: 1.6em;

}

.columnset {
	margin: 1em 0 2em 0;
}

.firstColumn {
	width: 50%;
	float: left;
}
.secondColumn {
	width: 50%;
	float: left;
}


/* @end */