@charset "utf-8";
/* CSS Document */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Structure */

body {
	background: #fcfcfe url(images/background-tile.jpg) repeat-x top left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}



p, .readmore{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

p.table{
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: .6em;
}

table{
	margin-bottom:15px;
}

p, code, pre, li, blockquote {
	color: #515151;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-style: italic;
}

h2 {
	font-size: 2.2em;	
}

.date{margin-left:10px; font-size: 18px; color: #56367D;}

h3 {
	font-size: 1.8em;	
	color: #2c4558;
}

h4, h5, h6 {
	color: #537990;
}

h4 {
	font-size: 1.5em;	
	margin-bottom: 15px;
}


h5 {
	font-size: 1.4em;	
}

h6 {
	font-size: 1.3em;	
}

a:link, a:visited {
	text-decoration: none;	
	color: black;
}

a:hover {
	text-decoration: underline;	
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}


#submenu {
	position: absolute;
	width: 100%;
	top: 5px;
	z-index: 100;
	/* background: transparent url(images/miniheader.png) repeat 0 0; */
	background: none;
}

	#submenu .inner {
		width: 960px;
		margin: 0 auto 0 auto;
	}

	#submenu ul {
		float: right;
		margin-right: 20px;
		font-size: 1.3em;
		font-weight: bold;
	}

	#submenu li {
		float: left;
		padding-left: 20px;
		line-height: 20px;
	}
	
	#submenu a:link, #submenu a:visited {
		/* color: #3a6279; */
		color: white;
	}
	
	#submenu a:hover {
		color: #3a6279;	
	}
	
#slidermenu {
	position: absolute;
	left: 352px;
	top: 238px;
	z-index: 2000;
	font-size: 20px;
	line-height: 1.5em;
}

	#slidermenu li {
		float: left;
		padding-left: 30px;
	}
	

/* Slider */

.Slider {
	
}

.Slider .inner {
	height: 276px;	
}

#SliderWrapper {
	background: transparent url(images/slider.png) no-repeat top left;
	height: 277px;
	margin-top: -18px;
	position: relative;
	z-index: 200;
}

.Slider ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.Slider .readmore {
	line-height: 30px;
}

	.Slider a:link, .Slider a:visited {
		color: #2C4558;	
	}

	.Slider {width: 960px;height: 262px;position: relative;}
	.Slider h4 {color: #537990;}
	
	.Slider #next, .Slider #prev {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 125px;
	}
	
	.Slider #next {
		right: 18px;
	}
	
	
	.Slider #prev {
		left: 20px;	
	}
	
	#myslideContainer {
		position: relative;
		top: -258px;
		width: 695px;
		overflow: hidden;
		left: 180px;
		height: 258px;
	}
	
	.myslide {
		margin-left: 0;
		margin-top: 35px;
		background: transparent !important;
		width: 693px;
	}
	

	
	.myslide img {
		float: left;
		margin-right: 20px;
	}
	
	
#mycarousel img, .myslide img {
	padding: 2px;
	background: #537990;
}

#mycarousel img {
	width:60px;
	height: 40px;
}

.myslide img {
	width: 300px;
	height: 200px;
}

#mycarousel .activeSlide img {
	margin-left:-2px;
	margin-top:-2px;
	padding: 4px;
}


.menu a:link, .menu a:visited {
		color: #d2dae0;
		font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		font-weight: bold;
		font-style: italic;
}

.menu a.current:link, .menu a.current:visited {
	color: white;	
}

.menu a:hover {
	color: white;
}


#container {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}

#content {
	position: relative;
}

	#content .inner {

	}
	

dl, pre, code {
	font-size:1.3em;
	line-height: 1.65em;
	margin-bottom: 15px;	
}




#contentbox {
	margin-top: -2px;
	width: 960px;	
	margin-top: -16px;
	background: #f1f1f1 url(images/subpage_background_top.png) repeat-x 0 0;
}

	#contentbox .inner {
		padding: 30px;
		padding-bottom: 0px;
		border-left: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;

		z-index:0;
		overflow: auto;
	}
	
	#contentbox .inner.faux {
			background: #f1f1f1 url(images/fauxcolumns.jpg) no-repeat 0 0;
	}
	
	#contentbox img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid gray;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	width: 520px;
	}
	

	
	#contentbox ol, #contentbox ul{
		margin-left: 2em;
		margin-bottom: 2em;
		line-height: 1.7em;	
		font-size:12px;
	}
	
	
	
	#contentbox ul {
		list-style-type: circle;
	}

	#contentbox li {


	}


	
	
	#contentbox blockquote {
		margin-left: 4em;
		padding-left: 1em;
		padding-right: 2em;
		border-left: 5px solid #dfe1d3;
	}
	
	#contentbox dl dt {
		font-weight: bold;
	}
	
	#contentbox dl dd {
		margin-left: 1em;
	}
	
	#contentbox img.alignright {
		float: right;
		padding: 20px 0 20px 20px;
	}
	
	#contentbox img.alignleft {
		float: left;
		padding: 20px 20px 20px 0;
	}
	
	#contentbox #maincolumn img, #contentbox #subcolumn img {
		width: auto;
	}	

	
	
	
	
	
	#subpage_bottom {
		margin-bottom: 20px;	
	}
	

	
#maincolumn {
	width: 540px;
	float: left;
}

	#maincolumn .inner {
		border: none;	
		padding: 0;
		
	}

#subcolumn {
	width: 325px;
	float: right;
}

	#subcolumn .inner {
		border: none;
		padding: 0;
		margin-top: 33px;
	}
	
	#subcolumn p {
		font-size: 1.1em;
	}
	
img#gloss {
	display: none;
	position: absolute;
	bottom:-15px;
	left: 2px;
	border-width: 0px;
}
	
#header_bottom {
	margin-left: -6px;
	margin-top: -3px;
}

/*  Header  */

#header {
	height: 278px;
	background: transparent url(images/header.png) no-repeat top center;
	position: relative;
	z-index: 1000;
}

	#header h1 {
		width: 320px;
		height: 80px;
		background: transparent url(images/logo.png) no-repeat top left;
		text-indent: -9999px;
		position: relative;
		top: 24px;
		left: 15px;
	}
	
	#header h1 a {
		display: block;
		height: inherit;
		width: inherit;
	}


#threecolumns {
	padding: 25px 10px 30px 10px;
	overflow: hidden;
	background: transparent url(images/underslider-background.jpg) no-repeat top left;
	margin-top: -10px;
	position: relative;
	z-index: 100;
}

	#threecolumns img {
		float: left;
		border: 1px solid gray;
		padding: 2px;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

.column {
	float: left;
	width: 300px;
}

	.column .inner {
		padding-right: 25px;	
	}

#testimonials {

}

	#testimonials .inner p {
		background: transparent url(images/quote.png) no-repeat left 0;
		padding-left: 50px;
		font-style: italic;
	}
	
	#testimonials .inner li {
		background: transparent !important;	
	}
	

	#testimonials cite {
		padding-left: 50px;
		line-height: 3em;
		font-style: normal;
		font-size: 1em;
		color: #515151;
	}
	
	#testimonials cite a:link, #testimonials cite a:visited {
		color: #515151;
	}
	
	#quotes {
		
	}
	

.lastcolumn {
	padding-right: 0px;	
}


/*  Footer   */

#footer {
	width: 100%;
	height: 176px;
	background: transparent url(images/footertile.jpg) repeat-x 0 0;
	color: white;
}

	#footer .inner {
		width: 960px;
		height: 150px;
		margin: 0 auto 0 auto;
		background: transparent url(images/footerart.jpg) no-repeat right 0;
		padding: 13px;
	}
	
	#footer #copyright {
		float: left;	
		margin-left: 10px;
		font-size: 1em;
		color: white;
	}
	
	#footer ul{
		margin: 0;
		margin-right: 10px;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
		float: right;
		font-size: 1.2em;
	}
	

	#footer ul li {
		float: left;
		padding-left: 20px;
	}
	
	
/*  Contact Form  */



textarea
{
	width: 40em;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}

#container ul
{
	text-align: left;
	color: Red;
	padding: 0 0 0 1em;
}

#container ul li.success
{
	color: #292929;
}


p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}

	
	
/*  Slider  */

.container { position:relative; margin-left: 175px; height:260px; width:720px; overflow:hidden;}
.container div, .container li { z-index:0; position:absolute; top:40px; left:0; width:700px; height: 260px; }
.pagination,.nav-buttons { list-style-type:none; margin:0; padding:0; }
.pagination {position: absolute; left: 75px; top: 25px;}
.pagination img {padding:2px; border:1px solid gray;}
.pagination li,.nav-buttons li { float:left; margin:0 5px; }
.pagination a { display: block; width: 60px; height: 40px;}
/*.pagination a.active { background-color:#444; color:#efefef; width: 64px; height: 44px; }*/


/*  misc.  */
#hide {display: none; }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
