@charset "utf-8";
/* design styles */
#wrapper {
	width: 955px;
}
#logo {
	height: 91px;
	width: 235px;
	float: left;
	margin-top: 45px;
}
#addressleft {
	background-repeat: no-repeat;
	margin-left: 44px;
	float: left;
	width: 210px;
	height: 31px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
#infobox {
	height: 388px;
	width: 210px;
	background-color: #D7C9AC;
	background-image: url(images/design/m_top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	margin-left: 65px;
}
#navigation {
	float: right;
	width: 650px;
	margin-top: 108px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
}
#navbox {
	padding-left: 50px;
}

#contentbox {
	width: 995px;
	background-color: #FFFFFF;
	border: 1px none #000000;
	margin-top: 4px;
	height: 388px;
	background-image: url(images/bars.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#maincontent {
	float: right;
	width: 650px;
	margin-right: 30px;
	height: 300px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 115%;
	letter-spacing: 1px;
}
#maincontent_scroll {
	float: right;
	width: 660px;
	margin-right: 20px;
	height: 300px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 115%;
	letter-spacing: 1px;
	overflow: auto;
}
#leftimg_holder {
	margin-top: 12px;
}
#content_heading {
	font-size: 18px;
	color: #442B81;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
#content_heading_red {
	font-size: 18px;
	color: #CC0000;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
/* address area  */
#addressbox {
	float: right;
	width: 630px;
	margin-right: 20px;
}
#usp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 4px;
	padding-bottom: 15px;
	padding-top: 20px;
}
#contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	letter-spacing: 3px;
}


/* text styles */
.redheading {
	font-size: 18px;
	color: #CC0000;
}
.bluetext {color: #143D8D}
.drkredtext {color: #CC0000}

/*links*/
.navlinks {
	font-size: 16px;
	font-weight: bold;
}
.navlinks a:link, .navlinks  {
	text-decoration: none;
	color: #ffffff;
}
.navlinks a:visited {
	text-decoration: none;
	color: #ffffff;
}
.navlinks a:hover, .navlinks a:active {
	text-decoration: underline;
	color: #EC008B;
}
.generic_links {
}
.generic_links a:link, .generic_links  {
	text-decoration: none;
	color: #143D8D;
}
.generic_links a:visited {
	text-decoration: none;
	color: #7171FF;
}
.generic_links a:hover, .generic_links a:active {
	text-decoration: underline;
	color: #CC0000;
}
.redlink12 {
}
.redlink12 a:link, .redlink12  {
	text-decoration: underline;
	color: #cc0000;
}
.redlink12 a:visited {
	text-decoration: none;
	color: #cc0000;
}
.redlink12 a:hover, .redlink12 a:active {
	text-decoration: underline;
	color: #999999;
}
