/* CSS Document - Copyright Bizmagic 2007 - Layout features copyright their respective owners. */

body {
	margin: 0px;
	padding: 0px;
	color: #CAC1DB;
	text-align: center;
	background: url(images/bodybg.jpg) top repeat-x;
	font-family: Georgia, Verdana, serif;
	font-size: 12px;
}

div.outline {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: hidden;
}

div.left {
	width: 227px;
	float: left;
	background-color: #FFFFFF;
	background: url(images/sideleft.jpg) top left no-repeat;
}
div.right {
	width: 497px;
	float: right;
	background-color: #FFFFFF;
	background: url(images/sideright.jpg) top right no-repeat;
}

div.maincontent {
	text-align: left;
	width: 420px;
	line-height: 150%;
	margin-top: 16px;
	background: url(images/dot.gif) top repeat-x;
	padding-top: 5px;
}

div.maincontent ul {
	list-style-image: url('images/tick.png');
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 0px 0px 3px 20px;
	color: #565656;
}

div.box {
	line-height: 150%;
	color: #254c23;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px 15px;
	border: 1px dotted #B58DD9;
	background-color: #E4D9ED;
	margin: 10px 0px;
}

div.footer {
	width: 770px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 10px;
	background: url(images/dot.gif) top repeat-x;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

div.clearstyle {
	clear: both;
	margin: 0px;
}

#logo, div.contents, .quick-contact {
	margin-left: 37px;
}
#header-img, .content {
	margin-right: 37px;
}
#logo {
	margin-top: 70px;
}

.contents {
	margin-top: 133px;
	text-align: left;
	background: url(images/dot.gif) top repeat-x;
	padding-top: 5px;
}

.contents .nav {
	display: block;
	padding-bottom: 1px;
	background: url(images/dot.gif) bottom repeat-x;
}

/* Text Styles */

p {
	color: #333;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p2 {
	color: #565656;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #684786;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 178%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.style1 {color: #684786}

/* Links */

a { text-decoration:none }
a:link { text-decoration:none; color:#684786}
a:visited { text-decoration:none; color:#684786}
a:hover { text-decoration:none; color:#333333 }