/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
#top {
	margin: 0px;
	padding: 22px 300px 8px 170px;
	background: #FFF url(images/top_bg.gif) repeat-x;
	height: 171px;
}
#face {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 170px;
}
#watermark {
	position: absolute;
	z-index: 2;
	top: 84px;
	left: 106px;
	width: 400px;
	height: 80px;
}
#logo {
	position: absolute;
	z-index: 2;
	top: 3px;
	right: 110px;
	width: 200px;
	height: 50px;
}
#left {
	background: #FFF;
	left: 0;
	top: 168px;
	padding: 0;
	margin: 0px 292px 4px 10px;
}
#center {
	margin-top: 0;
	margin-left: 190px;
	margin-right: 220px;
}
#right {
	position: absolute;
	right: 0;
	top: 171px;
	margin: 0;
	padding: 0;
	width: 280px;
	background: #6E99AE url(images/right_bg.jpg) no-repeat;
}
#mainnav {
	position: absolute;
	right: 0;
	top: 60px;
	width: 280px;
	height: 109px;
	background: #BABABA;
	padding: 0px;
}
#menusign {
	position: absolute;
	right: 280px;
	top: 60px;
	margin: 0;
	padding: 0;
	width: 16px;
	z-index: 1;
	background: #DFDFDF;
}
#footer {
	margin: 10px 0; 
	padding: 10px 0; 
	border-top: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	color:#990000;
}

div > p {         /* Removes default top margin from left/right column paragraphs in Mozilla */
	margin-top: 0;
}



/* -------------------------------- Navigation ------------------------------ */

ul#mainmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul#mainmenu li {
	border-bottom: 1px solid #FFF;
	padding: 0px 0px;
	}

ul#mainmenu li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 10px 0px 24px;
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #FFF url(images/ul_mainnav_off.gif) no-repeat;
	}

ul#mainmenu li a:hover {
	background: #BABABA url(images/ul_mainnav_on.gif) no-repeat;
	}
ul#mainmenu li a#on {
	background: #BABABA url(images/ul_mainnav_sel.gif) no-repeat;
	color: #FFF;
}
ul#list {
	list-style: none;
	margin: 0px;
	padding: 2px;
	}
ul#list li {
	border-bottom: 1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 2px;
	background: #EEE;
	}


/* -------------------------------- Formatting ------------------------------ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	line-height: .2em;
}
.designation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: .2em;
}
p#contact {
	font-size: 11px;
	line-height: 1.2em;
}
p#testimonial {
	font-size: 11px;
	margin-top: -4px;
	margin-bottom: 2em;
	font-style:italic;
	text-align:right;
}
.billing {
	color: #666666;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom: 1px solid #FFF;
}
p#rightside {
	padding: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	}
p#rightside a {
	color: #036;
}
p#rightside a:hover {
	color: #FFF;
}
.dropcap {
	font-size: 2em;
	float: left;
	color: #2C3D46;
	padding-right: 2px;
	}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #900;
	line-height: .2em;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	line-height: .1em;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	line-height: 0.2em;
	font-weight: bold;
}
