@charset "utf-8";
/*
Sequent Web Site Styles
By: Junaid Bhura
www.junaidbhura.com
*/

/* --- Elements --- */
* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7A7877;
	margin-top:30px;
	margin-bottom:20px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#00528E;
}
	a:hover {
		text-decoration:underline;
	}

h1 {
	font-size:13px;
}

p {
	font-size:11px;
	line-height:15px;
}


/* --- Classes --- */
.LeftColumn {
	width:224px;
	float:left;
}

.RightColumn {
	width:573px;
	float:right;
}

.ClearFloats {
	font-size:1px;
	height:1px;
	clear:both;
}

.Menu {
	float:left;
	list-style-type:none;
	margin-right:10px;
}
	.Menu li {
		font-size:10px;
		line-height:10px;
		padding-bottom:10px;
	}
	.Menu li a {
		color:#7A7877;
	}
	.Menu li a:hover {
		text-decoration:none;
	}
	.Menu li a.Active {
		color:#00528E;
	}

.ScrollContent {
	height:175px;
	width:500px;
}

.Bullet {
}
	.Bullet img, .Bullet div {
		float:left;
	}
	.Bullet div {
		font-size:10px;
		padding-top:4px;
		padding-left:3px;
		padding-bottom:10px;
	}
	.Bullet div a {
		color:#7A7877;
	}

.FaceBoxInfo {
	display:none;
}

.SequentUL {
	margin-left:15px;
}
	.SequentUL li {
		font-size:11px;
		padding-bottom:5px;
	}


/* --- IDs --- */
#wrap {
	width:798px;
	margin:0 auto;
}

#header {
	padding-bottom:10px;
}

#logo {
	margin-top:11px;
}

#search {
	float:right;
	font-size:11px;
	margin-top:49px;
	height:30px;
	overflow:hidden;
}
	#search div {
		float:left;
	}
	#search #searchTitle {
		padding-top:5px;
		padding-right:5px;
		font-size:10px;
	}
	#search #searchFeild {
		background-color:#84C225;
		width:152px;
		height:20px;
		color:#FFFFFF;
		font-size:12px;
		padding-top:3px;
		border:0px;
	}
	#search #submit {
		background-color:#84C225;
		height:23px;
		padding-right:2px;
	}
	#search #submitButton {
		width:21px;
		height:22px;
		background-image:url(../images/button_search.png);
		background-repeat:no-repeat;
		cursor:pointer;
		border:0px;
		margin-top:1px;
	}

#banner {
	position:relative;
	z-index:5;
}

#contentContainer {
	padding-top:10px;
}

#left_bg {
	position:absolute;
	margin-top:-284px;
	z-index:10;
}

#leftContent {
	position:relative;
	z-index:15;
	padding-top:10px;
	text-align:center;
}

#content {
	padding-top:10px;
	padding-left:15px;
}

#subMenu {
	list-style-type:none;
}
	#subMenu li {
		text-align:right;
		padding-bottom:9px;
	}


/* ----- JSCROLLPANE ----- */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	overflow: hidden;
	display:none;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../images/arrow_up.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 13px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../images/arrow_down.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 14px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
