@import "modules/all.php";

.clr {
	clear: both;	
}

.self-clear:after, 
#landing-page-content-secondary div.col-a #landing-page-content-secondary-top:after, 
#landing-page-content-secondary div.col-a #landing-page-content-secondary-btm:after 
{ 
	content:"."; 
	display:block; 
	visibility:hidden; 
	height:0; 
	clear:both; 
}

#page-type-list {
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	background: #000;
	color: #ff0;
}

	#page-type-list > ul {
		margin: 0;
		list-style-type: none;
		display: none;
	}
	
	#page-type-list:hover > ul {
		display: block;
	}

	#page-type-list a {
		color: yellow;
	}

	#page-type-list a:hover {
		color: red;
	}

#ie-warning {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}

	#ie-warning p {
		background: #FFFFE1 url(gfx/ie-warning.gif) no-repeat 5px 50%;
			
		font: 12px/1 Arial;
		color: #000;

		margin: 0;
		padding: 7px 10px 7px 30px;
		
		border-bottom: 1px solid #767E85;
	}

		#ie-warning p a {
			color: blue;
			text-decoration: underline;
		}

		#ie-warning p a:hover {
			color: red;
		}
/*
	=== General Stuff ===
*/
body {
	background: #eee url(gfx/site/body-bg-newer.gif) repeat-x;

	margin: 0;
	padding: 0;

	font: 12px/1.4 Arial;
	color: #000;
}

/* Headings, Paragraphs and Lists */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h1{
	font-size:22px;
	}

h2 {
	font: bold 18px/1.2 Arial;
/*	margin: 20px 0;*/
	margin: 20px 0 0 0;
}

h3 {
	font: 13px/1.2 Arial;
}

h4, h5, h6 {
	font: bold 12px/1.2 Arial;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.6;
}

ul, ol {
	margin: 0 0 10px 30px;
	padding: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

small {
	font-size: 10px;
	color: #666;
}

hr {
	display: none;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font: 12px/1.2 Arial;
}

input[type="submit"], label {
	cursor: pointer;
}

label {
	font-weight: bold;
}

	label input, label span {
		font-weight: normal;
	}

/* Links */
a {
	color: #004276;
	text-decoration: none;
}

a:hover {
	color: #CA0002;
}
/*
a:visited {
	color: purple;
}
*/
	a img {
		border: 0;
	}

/*
	=== Classes ===
*/
/* == Misc == */

h1.important,h2.important {
	/*background: url(gfx/icons/arrow-round-blue.gif) no-repeat left 10px;*/
	padding: 10px 0 3px 15px;
	margin: 10px 0 0 0;
	color: #000;
	font-size: 15pt;
	font-weight: bold;
}

/* This microformat is only used by maps */
.geo {
	display: none;
}

/* == Icons == */
a.delicious {
	background: url(gfx/icons/delicious.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.digg {
	background: url(gfx/icons/digg.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.email {
	background: url(gfx/icons/email.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.print {
	background: url(gfx/icons/print.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.rss {
	background: url(gfx/icons/rss.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.listingRss {
	background: url(gfx/icons/rss.gif) no-repeat;
	padding: 8px 8px 8px 8px;
	float: right;	
}

a.tel {
	background: url(gfx/icons/tel.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

span.tel {
	background: url(gfx/icons/tel.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

.foot span.tel {
	color: #000;
}

/* Only when JS is enabled */
a span.tel {
	background-color: #fff;
	background-position: 5px 50%;
	padding: 5px 5px 5px 25px;
	color: #000;
	margin: 20px 0 0 -6px;
	border: 1px solid #999;
	border-width: 1px 2px 2px 1px;
}

a:hover span.tel {
	color: #000;
}

a.url {
	background: url(gfx/icons/url.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.info {
	background: url(gfx/icons/info.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.add-contact {
	background: url(gfx/icons/add-contact.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

a.map {
	background: url(gfx/icons/map.gif) no-repeat left 50%;
	padding: 5px 0 5px 20px;
}

/* == Lists == */
ul.bullets {
	margin-left: 0;
	list-style-type: none;
}

	ul.bullets li {
		background: url(gfx/icons/bullet.gif) no-repeat left 7px;
		padding-left: 10px;
	}

ul.arrows {
	margin-left: 0;
	list-style-type: none;
}

	ul.arrows li {
		background: url(gfx/icons/arrow-blue.gif) no-repeat left 5px;
		padding-left: 10px;
	}

/* == Containers == */
/* Used by all containers */
.foot {
	font-size: 10px;
	color: #929191;

	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;

	list-style-type: none;

	border-top: 1px solid #d4d4d4;
}

div.container, 
div.container-a, 
div.container-b, 
div.container-c, 
div.container-d {
	margin: 0 0 10px 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	_height: 1%;
	+display: inline-block;
}

div.container:after, 
div.container-a:after, 
div.container-b:after, 
div.container-c:after, 
div.container-d:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* Main Container */
div.container {
	background: #fff;
	padding: 10px;
}

#content div.container {
	padding: 10px 15px;
}

	div.container h2.first-child {
		margin-top: 10px;
	}

	div.container > h2:first-child {
		margin-top: 10px;
	}
	
	div.container h2.important {
		margin-top: 0;
	}

	div.container p.important {
        text-align: center;
        color: red;
        padding: 10px 0 0 0;
    }

    
	div.container .last-child {
		margin-bottom: 0;
	}

	div.container > :last-child {
		margin-bottom: 0;
	}
	
	div.container p.convert
	{
	   margin-top:17px;
	   font-size:10pt;
	   color:#A32B2B;
	}
	div.container p.convert a,
	div.container p.important a
	{
       color:#A32B2B;
    }
	

/* Container A */
div.container-a {
	background: #edede3;
}

	div.container-a h2.first-child,
	div.container-a h3.first-child {
		margin: -10px -10px 10px;
		padding: 10px;

		font-size: 14px;

		border-bottom: 1px solid #d3d3b5;
	}

	div.container-a > h2:first-child,
	div.container-a > h3:first-child {
		margin: -10px -10px 10px;
		padding: 10px;

		font-size: 14px;
        font-weight: bold;
		border-bottom: 1px solid #d3d3b5;
	}

	div.container-a .last-child {
		margin-bottom: 0;
	}

	div.container-a > :last-child {
		margin-bottom: 0;
	}

/* Container B */
div.container-b {
	background: #fff;
	border: 1px solid #e5e5e5;
}

	div.container-b h2.first-child, 
	div.container-b h3.first-child, 
	div.container-b h4.first-child {
		margin: -10px -10px 10px;
		padding: 10px 50px 10px 10px;

		font-size: 12px;
		font-weight: bold;

		position: relative;
		_zoom: 1;

		border-bottom: 1px solid #e5e5e5;
	}

	div.container-b > h2:first-child, 
	div.container-b > h3:first-child, 
	div.container-b > h4:first-child {
		margin: -10px -10px 10px;
		padding: 10px 10px 10px 10px;

		font-size: 12px;
		font-weight: bold;

		position: relative;
		_zoom: 1;

		border-bottom: 1px solid #e5e5e5;
	}

		div.container-b h2 small, 
		div.container-b h3 small, 
		div.container-b h4 small {
			position: absolute;
			right: 10px;
			top: 12px;
		}

	div.container-b .last-child {
		margin-bottom: 0;
	}

	div.container-b > :last-child {
		margin-bottom: 0;
	}

	div.container-b .foot {
		margin: 10px -10px -10px;
		padding: 5px 10px;

		border-top: 1px solid #e5e5e5;
	}

/* Used together with container-b (class="container-b rate-table") */
div.rate-table {
	padding: 0;
}

	div.rate-table h2.first-child, 
	div.rate-table h3.first-child, 
	div.rate-table h4.first-child {
		margin: 0 0 3px;
	}

	div.rate-table > h2:first-child, 
	div.rate-table > h3:first-child, 
	div.rate-table > h4:first-child {
		margin: 0 0 3px;
	}

	div.rate-table .foot {
		margin: 3px 0 0;
	}

	div.rate-table table {
		width: 100%;
		border-spacing: 0;
		font-size: 10px;
	}

		div.rate-table table th, 
		div.rate-table table td {
			text-align: left;
			padding: 2px 10px;
			border-bottom: 1px solid #f5f5f5;
		}

		div.rate-table table td.odd
		{
		  background-color: #f7f7f7;
		}
		
		div.rate-table table th.l, 
		div.rate-table table td.l {
			text-align: left;
		}

		div.rate-table table th.r, 
		div.rate-table table td.r {
			text-align: right;
		}

			div.rate-table table td.r img {
				margin-right: 5px;
			}

		div.rate-table table th.c, 
		div.rate-table table td.c {
			text-align: center;
		}

		div.rate-table table tr.last-child td {
			border: 0;
		}

/* Container C */
div.container-c {
	background: #fff;
	padding: 15px;
	border: 5px solid #eee;
}

	div.container-c h2.first-child,
	div.container-c h3.first-child {
		font-size: 16px;
		margin-top: 0;
		font-weight: bold;
	}

	div.container-c > h2:first-child,
	div.container-c > h3:first-child {
		font-size: 16px;
		margin-top: 0;
		font-weight: bold;
	}
	
	div.container-c .last-child {
		margin-bottom: 0;
	}
	
	div.container-c > :last-child {
		margin-bottom: 0;
	}

/* Container D */
div.container-d {
	background: #f6f6f6;
}

	div.container-d h2.first-child,
	div.container-d h3.first-child {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}

	div.container-d > h2:first-child,
	div.container-d > h3:first-child {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}

	div.container-d .last-child {
		margin-bottom: 0;
	}

	div.container-d > :last-child {
		margin-bottom: 0;
	}
	div.container-d h3
	{
	margin-bottom:3px;
	}
	
div.insert {
	width:150px;
	clear:both;
	float:right;
	clear:both;
	margin:10px 10px 10px;
	}
	
.red {
    color: #A32B2B;
}



