/* DERAIL WEBSITE DESIGN *?
/* Website for KYC */
/* Don't Copy - Ill kill you /*

/* COLORS:     Saturated - Light - #6993FF - Dark - #111112 */
/*           Unsaturated - Light - rgb(198,219,217) - Dark - #111112 */
/*           			Nutral - White - #FFFFFF - Blue - #AFC6FF */


/* BODY */
body {
	background-color: #efefef;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("images/grad2.jpg");
	background-position: center;
	background-repeat: repeat-y;
	color: #111112;
	height: 100%;
}

#container {
	height: 100%;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	z-index: 1;
}
#container2 {
	position: absolute;
	left: -375px;
	height: 100%;
}

#intrographic {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#spacer {
	height: 100px;
	clear: both;
	width: 100%;
}


/* GENERAL FORMATTING */

#standardtext {
	/*width: 500px;*/
	padding: 0;
	margin: 25px;
	_margin-left: 24px;
	/*float: left;*/
	text-align: left;
}
#standardtext2 {
	padding: 0;
	margin: 25px;
	_margin-left: 24px;
	/*float: left;*/
	text-align: left;
}
#third{
	width: 235px;
	padding: 0;
	margin: 20px;
}


form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
img a {
	border: 0;
}
a img.link {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
a:hover img.link {
	border-top: 5px solid rgb(198,219,217);
	border-bottom: 5px solid rgb(198,219,217);
}
h1, h2, p {
	font-family: sans-serif;
	color: #111112;
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 22px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size: 13px;
	text-align: justify;
}

a {
	font-family: sans-serif;
	color: #111112;
}
a:hover {
	color: rgb(198,219,217);
}

.center {
	text-align: center;
}

.harcourtsblue {
	color: #a09f9d;
}

.harcourtsgrey {
	color: #b8b3af;
}

.black {
	color: #000000;
}

.terryblack {
	color: #111112;
}

.aquablue {
	color: rgb(198,219,217);
}

.red {
	color: #ff0000;
}

.right {
	text-align: right;
}

/* MAIN HEADER */

#header {
	width: 750px;
	_width: 751px;
	padding:0;
	background-color: #111112;
	_background-color: rgb(198,219,217);
	margin: 0 auto;
	/*border-bottom: 5px solid rgb(198,219,217);*/
	/*border-top: 5px solid rgb(198,219,217);*/
	_margin-bottom: -4px;
}

#slides {
	width: 730px;
	padding: 20px 0px 0 20px;
	_padding-right: 2px;
	text-align: left;
	margin-left: 0;
	position: absolute;
	z-index: 2;
}
	


/* //MAIN HEADER */
/* //GENERAL FORMATTING */

#sidebar {
	width: 200px;
	float: left;
	margin: 0;
}
#sidebar h1 {
	display: block;
	width: 175px;
	_width: 201px;
	margin: 25px 0 0 0;
	padding: 5px 10px 2px 10px;
	font-size: 13px;
	background-color: #111112;
	color: #ffffff;
	font-weight: normal;
	border-left:  5px solid rgb(198,219,217);
}
#sidebar p {
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidebar a {
	display: block;
	width: 175px;
	_width: 201px;
	padding: 2px 10px 2px 10px;
	margin: 0;
	background-color: #cccccc;
		border-left:  5px solid rgb(198,219,217);
		text-align: left;
}
#sidebar a:hover {
	background-color: rgb(198,219,217);
	color: #000000;
}

/* UPPER NAVIGATION */

#navigation {
	width: 750px;
	_width: 751px;
	background-color: #111112;
	margin: 0 auto;
	height: 32px;
	padding: 0 0 0 0;
	text-align: center;
}
#navigation ul {
	color: #ffffff;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	display: list-item;
	float: left;
	font-size: 13px;
}
#navigation li.end {
	float: right;
	padding-right: 25px;
	
}
#navigation a {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 5px 4px 10px;
	border-top:  3px solid #111112;
	border-bottom:  3px solid #111112;
	text-decoration: none;
}
#navigation li.end a {
	color: rgb(198,219,217);
}
#navigation a:hover {
	background-color: rgb(198,219,217);
	border-top:  3px solid rgb(198,219,217);
	border-bottom:  3px solid #cccccc;
}
#navigation li.end a:hover {
	color: #ffffff;
	background-color: #000000;
	border-top:  3px solid #000000;
	border-bottom:  3px solid #000000;
}

/* //UPPER NAVIGATION */


#buttons {
	width: 480px;
	margin-left: 10px;
}
#buttons a {
	font-size: 12px;
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0;
	background-color: #cccccc;
		border-left:  5px solid rgb(198,219,217);
}
#buttons a:hover {
	background-color: rgb(198,219,217);
	color: #000000;
}

/* CONTENT */

#content {
	width: 748px;
	background-color: #ffffff;
	/*background-image: url("images/city.gif");*/
	/*background-position: bottom left;*/
	/*background-repeat: no-repeat;*/
	margin: 0 auto;
	padding: 0 0 0 0;
	/*height: 100%;*/
}
#contentfrontpage {
	width: 748px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*background-image: url("images/grey.jpg"); background-position: left; 	background-repeat: repeat-y;*/
}

#clear {
	clear: both;
}

#standardtext, #standardtext2, #third {
	padding: 10px 0 0 0;
}
#standardtext h1, #standardtext2 h1, #standardtext h2, #standardtext2 h2, #standardtext p, #standardtext2 p {
	font-family: sans-serif;
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 22px;
}

#standardtext h1, #standardtext2 h1 {
	font-size: 24px;
	font-weight: bold;
}

#standardtext h2, #standardtext2 h2 {
	font-size: 18px;
	font-weight: bold;
}

#standardtext p, #standardtext2 p {
}

table.nfx, tr, td {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
table.nfx p  {
	margin-left: 0;
	padding-left: 0;
}

table.listings {
	border-top: 1px dotted rgb(198,219,217);
}
table.listings td {
	border-bottom: 1px dotted rgb(198,219,217);
}

#thumbnail {
	width: 155px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 10px 9px;
}

#testimonial {
	background-image: url(images/quote_03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
}

#testimonialend {
	background-image: url(images/quote_04.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	padding-top: 80px;
	margin-top: -50px;
}

/* //CONTENT */

/* Footer */

#footerover {
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	bottom: 0;
	position: fixed;
	z-index: 5;
	bottom: 0;
	padding: 10px 0 15px 0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#footerinside {
	width: 100% - 50px;
	background-color: #ffffff;
	border-top: 1px solid rgb(198,219,217);
	color: #ffffff;
	bottom: 0;
	padding: 10px 0 15px 0;
	margin: 0 25px;
	height: 500px;
}
	
#footerover h1, #footerover h2, #footerover h3, #footerover p, #footerover a, #footerinside h1, #footerinside h2, #footerinside h3, #footerinside p, #footerinside a {
	color: #ffffff;
	text-align: center;
}
#footerover p, #footerinside p {
	font-size: 14px;
}
#footerinside h1, #footerinside h2, #footerinside h3, #footerinside p, #footerinside a  {
	color: #000000;
}