/* Bread crumbs */
	.main-path {
		clear: both; margin: 0 0 .8em 10px; 
		font-size: .9em; font-family: Verdana, sans-serif;
		text-transform: lowercase; color: #444;}

		.main-path a, .main-path a:visited { color: #444;}
		.main-path a:hover { color: #891f31;}

/* Main header */
	.main-header {
		margin: .6em 0 .4em 10px; 
		font-size: 1.6em; font-weight: normal;
		text-transform: uppercase; color: #891f31;}

/* Content */
.content {
	position: relative; color: #444; font-size: 1.1em; line-height: 1.4em;
	padding: 1em 1em .6em 10px;}
	
	/* text */
		.content hr { border: none; border-top: 1px solid #444; height: 0;}
		.content p	{ font-size: 1em; margin: 0 0 1em;}
		.content sub, .content sup, .content small { font-size: .9em;}
		.content big { font-size: 1.2em;}
		.content blockquote {
			margin: 1.5em 0; padding: 0 1em; 
			border-left: .4em solid #444; color: #444;}

	/* headers */
		.content h1 { margin: .6em 0 .3em; color: #891f31; font-size: 1.3em;}
		.content h2 { margin: .6em 0 .3em; color: #891f31; font-size: 1.2em;}
		.content h3 { margin: .6em 0 .3em; color: #444; font-size: 1.1em;}
		.content h4 { margin: .6em 0 .3em; color: #444; font-size: 1em;}
		.content h5 { margin: .6em 0 .3em; color: #444; font-size: 1em; font-weight: normal;}

	/* lists */
		.content ol { margin: .75em 0 .75em 2em; list-style-position: outside;}
		
		.content ul { margin: .75em 0 .75em 1em;}
		.subtext {margin-top: 0 !important;}
		.content ul li {
			position: relative; padding: 0 0 0 .9em; list-style-type: none;
			background: url(../images/content-list.gif) no-repeat 0 .6em;}

			.content ul li ul{ margin: .3em 0 .3em .3em;}		
			.content ul li ul li{
				position: relative; padding: 0 0 0 .9em; list-style-type: none; font-weight: normal; 
				background: url(../images/content-list-in.gif) no-repeat 0 .6em;}

				.content ul li ul li ul { margin: .3em 0 .3em .3em;}		
				.content ul li ul li ul li {
					position: relative; padding: 0 0 0 .9em; list-style-type: none; color: #9d9c9a;
					background: url(../images/content-list-in-in.gif) no-repeat 0 .6em;}
	
	/* tables */
		.table-style {
			position: relative; margin: .6em 0 .3em;  
			width: 100%; margin-right: -10000px;
			border: solid white; border-width: 1px 1px 0 0;}
		.table-style td,.table-style th {
			padding: .4em .8em; color: #444; border: solid white; border-width: 0 0 1px 1px; background: #ebebeb;}
		.table-style-header, .table-style th {
			background: #9d9c9a !important; color: white !important;}
		.table-style-row {}

	
	
	/* forms */
		.form-style td	{ padding: .3em .5em; font-size: .9em; }
		.form-label		{ text-align: right;}
		.form-comment	{ color: #9d9c9a;}
		.form-header	{ font-size: 1.2em; font-weight: bold;}

		/* warnings */
		.form-require	{ font-weight: bold; font-size: 1.1em; color: #891f31;}
		.form-error		{
			display: block; color: #891f31; text-transform: lowercase;
			font-size: .8em;  font-family: Verdana;}
		
		/* inputs */
		.form-data { font-size: 1.1em;}
			.form-input {
				padding: 2px; border: 1px solid #adc3d6;
				width: 230px; height: 15px; color: #777;}
			.form-input-medium {
				padding: 2px; border: 1px solid #adc3d6;
				width: 210px; height: 15px; color: #777;}
			.form-input-small {
				padding: 2px; border: 1px solid #adc3d6;
				width: 86px; height: 15px; color: #777;}
			.form-textarea {
				padding: 2px; border: 1px solid #adc3d6; font-family: arial;
				width: 230px; height: 100px; color: #777;}
			.form-select { width: 236px; border: 1px solid #adc3d6; padding: 2px;}


			.form-checkbox, .form-submit { cursor: pointer;}
			
			