@charset "utf-8";
/* CSS Document */

body {
	background-color: #516a8d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000000;
}

#main {
	margin: auto;
	width: 700px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* ========================================================================= */
/* ----------------------------- HEADER ------------------------------------ */
/* ========================================================================= */

#ganeshaHeader {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	width: 700px;
	height: 109px;
	font-size: 80%;
}

/* ========================================================================= */
/* --------------------------- NAVIGATION ---------------------------------- */
/* ========================================================================= */

#navHolder {
	position: relative;
	background-image: url("images/nav/nav-background.png");
	background-repeat: no-repeat;
	width: 412px;
	height: 49px;
	float: right;
	top: 33px;
	right: -17px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 90%;
	line-height: 100%;
}

*html #navHolder {
	width: 412px;
	w\idth: 412px;
}

#navHolder a:link {
	color: #4e678f;
	text-decoration: none;
	font-weight: bold;
}

#navHolder a:visited {
	color: #4e678f;
	text-decoration: none;
	font-weight: bold;
}

#navHolder a:hover {
	color: #8b8b73;
	text-decoration: none;
	font-weight: bold;
}

#navHolder ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navHolder ul li {
	float: left;
	position: relative;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 14px;
	margin-left: 2px;
	/*display: block;*/
}

#navHolder ul li a:hover table, #navHolder ul li a:hover ul, #navHolder ul li:hover ul {
	visibility: visible;
	/*display: block;*/
}

#navHolder ul li.second {
	background-image: url("images/nav/nav-spacer.jpg");
	background-repeat: no-repeat;
	line-height: 110%;
}

#navHolder ul li ul {
	visibility: hidden;
	/*display: none;*/
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: -2px;
	top: 0px;
	width: 200px;
}

#navHolder ul li ul.services li {
	background-image: url("images/nav/navServicesBG2.png");
	background-repeat: repeat-y;
	width: 194px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
	text-indent: 13px;
}

#navHolder ul li ul.services li.first {
	background-image: url("images/nav/navServicesBG.png");
	background-repeat: no-repeat;
}

#navHolder ul li ul.services li.last {
	background-image: url("images/nav/navServicesBG3.png");
	background-repeat: no-repeat;
	height: 34px;
}

/* ========================================================================= */
/* ------------------------------ CONTENT ---------------------------------- */
/* ========================================================================= */

#contentArea {
	background-image: url("images/contentBG.jpg");
	background-repeat: repeat-y;
	width: 700px;
	height: auto;
	overflow: visible;
}

#contentTop {
	background-image: url("images/content-top.jpg");
	background-repeat: no-repeat;
	height: 21px;
}

#content {
	background-image: url("images/contentBG.jpg");
	background-repeat: repeat-y;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#contentBSC {
	background-image: url("images/contentBG.jpg");
	background-repeat: repeat-y;
	height: auto;
	top: 10px;
}

#contentBottom {
	background-image: url("images/content-bottom.jpg");
	background-repeat: no-repeat;
	height: 21px;
}

#bottomBox {
	margin: 0 0 0 0;
	width: 700px;
	height: 63px;
	background-image: url("images/bottomBG.jpg");
	background-repeat: no-repeat;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-left: 10px;
	padding-right: 10px;
}

.formLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p.bottomP {
	font-size: 80%;
	color: #ffffff;
	padding: 15px 10px 5px 10px;
	margin: 0px 10px 5px 10px;
	text-align: center;
}

p.address {
	font-size: 80%;
}

p.bottomP a:link {
	color: #cccccc;
}

p.bottomP a:visited {
	color: #ffffff;
}

p.bottomP a:hover {
	color: #cccccc;
}

/* ============================================================================== */
/* ------------------------------ CONTACT FORM ---------------------------------- */
/* ============================================================================== */

#contactform fieldset {
	padding: 5px 10px 5px 10px;
}

#contactform fieldset legend {
	font-weight: bold;
}

#contactform fieldset label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	clear: both;
}

#contactform fieldset input, #contactform fieldset textarea, #contactform fieldset select, #contactform fieldset div {
	display: inline;
	float: left;
	margin: 2px 5px 3px 5px;
}

#contactform fieldset input.buttons {
	margin: 0px 0px 0px 150px;
}

#contactform fieldset p.errorMsg {
	color: #990000;
}