/*	Structure of Document
	---------------------
	1.0 - Basic Settings
	1.1 - HTML Elements
	1.2 - Basic Font Styles
	1.3 - Font Class Styles
	---------------------
*/

/*	1.0 - Basic Settings
*/
	* {
	padding: 0;
	margin: 0;
	}
	body {
	font: 0.7em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/site/structure/header.gif) left top repeat-x;
	background-color: #FFFFFF;
	}
	h1, h4, h5, h6, /*p, */ blockquote, pre, ul, ol, dl, address, form {
	margin: 1em 0 1em;
	}
	
	p 	{
	margin: 0 0 1em 0;
	} 
	
	h2 			{
	padding		: 2em 0 0.5em 0;
	}
	
	#wrap {
	margin: 0 auto;
	width: 760px;
	}
	a:link, a:visited {
	color: #3c1e51;
	}
	a:hover, a:active {
	color: #3c1e51;
	}
	a img {
	border: 0;
	}

/*	1.2 - HTML Elements
*/	
	ul, ul li {
	list-style-position: inside;
	}
	#right ul li {
	background: url(../images/site/structure/arrow-right.gif) 0 0.7em no-repeat;
	padding-left: 10px;
	list-style: none;
	list-style-position:outside;
	}
	
	ol, ol li {
	list-style-position: inside;
	}
	dl {
	line-height: 1.5em;
	}
	dl dt {
	font-weight: bold;
	}
	dl dd {
	margin-bottom: 10px;
	}
	address {
	font-style: normal;
	}
	code {
	font: 1em/1.4em "Courier New", Courier, mono;
	color: #3c1e51;
	}
	var {
	color: #3c1e51;
	font-style: normal;
	}
	
	img.float_left			{
		margin-right		: 7px;
		float				: left;
	}

/*	1.2 - Basic Font Styles
*/	
	h1 {
	color: #FFFFFF;
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	}
	h2 					{
	color				: #3c1e51;
	font-size			: 1.2em; /*1.8em;*/
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: bold; /*normal;*/
	}
	h3 {
	color				: #000000;
	font-size			: 1em; /* 1.2em; */
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: bold;
	padding				: 1.1em 0 0 0;
	}
	
/*	1.3 - Font Class Styles
*/
	.caps {
	text-transform: uppercase;
	}
	
/* 2.0 - #header
*/
	#header * {
	margin: 0;
	}
	#header {
	height: 80px;
	background: #3c1e51;
	border-left: 1px solid #3c1e51;
	border-right: 1px solid #3c1e51;
	overflow: hidden;
	}
	#header h1 {
	margin-left: 20px;
	width: 346px;
	height: 94px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/logo.gif);
	float: left;
	}
	#header a {
	display: block;
	width: 100%;
	height: 100%;
	}
	#header p#request {
	width: 390px;
	height: 80px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/call-us.gif);
	float: right;
	position: relative;
	}
	#header p#request a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 195px;
	height: 60px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/request-brochure.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#header p.caps {
	display: none;
	}
	
/* 2.1 - #left
*/
	#left {
	width: 170px;
	background-color: #F2F2F2;
	float: left;
	margin: 5px 5px 5px 0px;
	}
	
	ul.nav {
	margin: 1.8em 0 0 0;
	padding: 0;
	border-top: 1px #3c1e51 solid;
	line-height: 1em;
	}
	ul.nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1em;
	}
	ul.nav li a {
	line-height: 1.7em;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border-left: 4px solid #3c1e51;
	border-bottom: 1px solid #3c1e51;
	text-indent: 5px;
	}
	ul.nav li.sub a {
	background: #FFF url(../images/site/structure/arrow-right.gif) 10px center no-repeat;
	text-indent: 20px;
	}
	ul.nav li.yellow a {
	color: #000;
	background-color: #FFDF19;
	}
	ul.nav li.blue a {
	color: #FFF;
	background-color: #29317F;
	}
	
	ul.end {
	margin-bottom: 1.8em;
	}

	ul.nav li a:hover {
	color: #FFFFFF;
	background-color: #3c1e51;
	}
	ul.nav li.sub a:hover {
	color: #FFFFFF;
	background: #0095B3 url(../images/site/structure/arrow-right-white.gif) 10px center no-repeat;
	}
/*	ul.nav li.yellow a:hover {
	color: #000;
	background-color: #FFDF19;
	}
	ul.nav li.blue a:hover {
	color: #FFF;
	background-color: #29317F;
	}*/
	
	
	#left p {
	margin: 0;
	}
	
/* 2.2 - #right
*/
	#right {
	width: 570px;
	float: right;
	margin: 5px 0 5px 5px;
	}
	
	#right h2 {
	margin: 5px 0 5px;
	}
	
	#image {
	position: relative;
	}
	#content {
	border: none;
	position: relative;
	margin: 0;
	top: 0;
	}
	#content div.right {
	float: right;
	width: 175px;
	margin: 0 0 0 10px;
	line-height: 1.4em;
	}
	#content div.left {
	float: left;
	width: 50%;
	}
	#content hr {
	height: 1px;
	border: 0;
	background-color: #3c1e51;
	margin-top: 2.5em;
	}
	
	div#gallery a img {
	border: 1px solid #CCC;
	}
	div#gallery a {
	float: left;
	padding: 0 10px 10px 0;
	}
	div#gallery a:hover img {
	border-color: #0099FF;
	}
	
	ul#sitemap, ul#sitemap * {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
	}
	ul#sitemap li {
	background: url(../images/site/structure/arrow-right.gif) 0 12px no-repeat;
	padding: 8px 0 0 17px;
	list-style: none;
	list-style-position:outside;
	margin: 0;
	line-height: 1.0em;
	}
	
	div.cta3 {
	margin: 0;
	padding: 4px;
	border: 1px solid #3c1e51;
	}
 	
	div.cta3 h3 {
	margin: 0;
	background-color: #3c1e51;
	line-height: 1.45em;
	text-indent: 0.5em;
	color: #FFF;
	}
	
	div.cta1, div.cta2 {
	width: 180px;
	float: left;
	}
	div.cta1 {
	margin: 5px 0 5px 0;
	border: 1px solid #FFDF19;
	padding: 4px;
	}
	div.cta1 h3 {
	margin: 0;
	background-color: #FFDF19;
	line-height: 1.45em;
	text-indent: 0.5em;
	}

	div.cta1 p {
	margin: 0.5em 0 0;
	line-height: 1.4em;
	}
	div.cta2 {
	margin: 5px 0 5px 5px;
	border: 1px solid #29317F;
	padding: 4px;
	}
	div.cta2 h3 {
	margin: 0;
	background-color: #29317F;
	line-height: 1.45em;
	text-indent: 0.5em;
	color: #FFFFFF;
	}

	div.cta2 p {
	margin: 0.5em 0 0;
	line-height: 1.4em;
	}
	div.right div.cta2 {
	width: 170px;
	margin: 10px 0 5px 0;
	}
	
	p.linkmore a {
	background: url(../images/site/presentation/arrow2.gif) left 2px no-repeat;
	padding-left: 14px;
	}
	p.linkmore {
	padding-top: 1em;
	text-align: right;
	}
	
	p.cta  {
	line-height: 1.3em;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	clear: both;
	position: relative;
	padding: 5px;
	margin: 3em 0 0;
	}
	
	p.backtotop a {
	float: right;
	background: url(../images/site/structure/arrow-up.gif) left 50% no-repeat;
	padding-left: 9px;
	}
/*	2.4 - Footer 
*/
	#footer {
	clear: both;
	border-top: 1px solid #3c1e51;
	width: 100%;
	}
	#footer img.cta {
	float: left;
	margin: 15px 15px 15px 5px;
	}
	#footer ul li {
	display: inline;
	text-transform: lowercase;
	}
	#footer p.copyright {
	background-color: #3c1e51;
	line-height: 2em;
	text-indent: 188px;
	margin: 0;
	color: #FFFFFF;
	}
/*	2.5 - Forms
*/
	.red {
	color: #FF0000;
	font-weight: bold;
	}

/* new form styles - March 2010 */
div.form_item label	{
	width			: 100%;
	padding			: 0;
	margin			: 0;
	}
	
ul.form_item input	{
	display			: block;
	float			: left;
	margin-top		: 10px;	
}

ul.form_item label	{
	display			: block;	
}
	
/* end of new form styles - March 2010 */
	
	form br {
	clear: both;
	}
	fieldset {
	padding: 10px;
	border: none;
	border-top: 2px solid #3c1e51;
	width: 90%;
	margin: 0 0 25px 0;
	position: relative;
	}
	fieldset legend {
	display: inline;
	padding: 0 5px;
	border: none;
	font-weight: bold;
	color: #3c1e51;
	}
	form p {
	margin: 5px 0 0 10px;
	}
	label {
	float: left;
	margin: 5px 0 0 10px;
	}
	input, textarea {
	float: left;
	padding: 2px 0;
	font: 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif; 
	}
	label.checkbox {
	width: 100%;
	float: none;
	display: block;
	}
	label.checkbox input {
	float: left;
	margin: 0 5px 0 0;
	}
	input#submit {
	margin: 5px 0 0 10px;
	height: 1.7em;
	padding: 0;
	}

