body {
	background: #5a194f;
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
}
img {
	border: 0 none;
}
a, a:link, a:visited {
	color: #5a194f;
}

h2, h3, h4 {
	color: #5a194f;
	font: bold 18px Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0.25em 0 1em;
}
h2 {
	background: url(images/bg_heading.jpg) no-repeat left bottom;
	line-height: 18px;
	padding-bottom: 6px;
	padding-left: 44px;
	margin-bottom: 1em;
	margin-left: -15px;
	font-variant: small-caps;
}
#content h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5a194f;
}
#left_col h3 {
	color: #fff;
	font-variant: small-caps;
}

p, ul, ol, blockquote {
	margin: 0;
	padding: 0;
}
p, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 3em;
}
#content ul {
	list-style: none;
	padding-left: 1.75em;
}
#content ul li {
	background: url(images/purple_diamond.gif) no-repeat left 5px;
	padding-left: 1.25em;
}
#content ul ul {
	margin-bottom: 0;
}
#content ul li li {
	background: url(images/purple_square.gif) no-repeat left 4px;
	padding-left: 1em;
}
blockquote {
	padding: 0 3em;
}
small {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}





#wrapper {
	width: 780px;
}

#header, #title_wrap, #banner, #menu_wrap, #col_wrap, #footer {
	float: left;
	width: 100%;
}
#header {
	background: url() repeat-x;
	padding-top: 12px;
}
#title_wrap {
	border-bottom: 1px solid #5a194f;
	background: #fff;
}
#logo {
	float: left;
	margin: 8px 0 4px;
}
#logo h1, #logo p {
	margin: 0;
	padding: 0;
}
#logo h1 a {
	background: url(images/logo.gif) no-repeat;
	height: 62px;
	width: 345px;
	display: block;
	text-indent: -999em;
}
#logo p {
	display: none;
}
#services {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 16px;
	margin-left: 345px;
}
#services ul {
	text-align: center;
	list-style: none;
	float: left;
	width: 435px;
	margin: 0;
	padding: 0;
}
#services ul li {
	display: inline;
	margin-left: 12px;
	padding-left: 16px;
	background: url(images/bullet_or.gif) no-repeat left center;
}
#services ul li.firstlink {
	margin-left: 0;
	padding-left: 0;
	background: url(none);
}
#services ul li a {
	text-decoration: none;
	color: #5a194f;
	white-space: nowrap;
}



#banner {
	border-top: 1px solid #5a194f;
}
#banner img {
	margin: 2px 0;
}
#banner.ss_home {
	height: 162px;
	overflow: hidden;
	background: #fff;
}

#menu_wrap {
	background: url(images/bg_menu.jpg) repeat-x;
	height: 38px;
	margin-top: 13px;
	letter-spacing: 1px;
}
#menu_wrap ul, #menu_wrap ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_wrap a {
	display: block;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#icon_menu {
	background: url(images/bg_menu_curve1.jpg) no-repeat;
	width: 130px;
}

#icon_menu a  {
	text-indent: -999em;
	height: 23px;
	margin: 11px 6px 4px;
}
#icon_menu .icon_home {
	background: url(images/icon_home.gif) no-repeat;
	width: 23px;
	margin-left: 34px;
}
#icon_menu .icon_contact {
	background: url(images/icon_contact.gif) no-repeat;
	width: 29px;
}

/* See droppy.css for #menu styles */
#menu {
	z-index: 1020;
}

#col_mask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	background: url(images/menu_shadow.jpg) no-repeat;
	padding-top: 5px;
	z-index: 1;
}
/* common column settings */
#col_wrap, 
#content, 
#left_col {
	float: left;
	position: relative;
}
#col_wrap {
	width: 100%;
	left: 246px;	/* left column width */
	border-left: solid 5px #b28dac;
	background: #fff;
}
#main_col {
}
#content {
	width: 493px;	/* content width (column width minus left+right padding) */
	padding: 8px 15px 8px 22px;
}
#left_col {
	width: 230px;	/* left content width */
	right: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	padding: 8px 7px;
}


.topic {
	margin-top: 3em;
}

.float-lt {
	margin: 0 1em 1em 0;
	float: left;
}
.float-rt {
	margin: 0 0 1em 1em;
	float: right;
}
.center {
	text-align: center;
}

a.more {
	text-align: right;
	display: block;
	font-style: italic;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.caps {
	text-transform: uppercase;
	font-size: 14px;
}
.purple {
	color: #5a194f;
}

ul.arrowlist {
	margin-left: 0em;
	list-style: none;
}
ul.arrowlist li {
	background: url(images/bullet_arrow.gif) no-repeat;
	padding-left: 20px;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 1em;
}


#footer {
	background: url() repeat-x;
	padding-top: 62px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #fff;
}
