@charset "utf-8";

* { margin: 0; padding:0;}
img { border:none;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1{ font-size: 14px;}
h2{ font-size: 14px;}
h3{}

a { text-decoration: underline; color: #4686a9;}
a:hover { text-decoration: none;}

body {
	background-image:url(../images/backdrop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #666666;
	}

#floral-container {
	width: 100%;
	background-image:url(../images/header-drop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
#content-extender {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/content-extender.jpg);
	background-repeat:repeat-y;
	}
	#content-main {
		background-image: url(../images/content-top.jpg);
		background-repeat:no-repeat;
		background-position:top;
		padding: 33px 30px 10px 30px;
		}
	#content-splash {
		background-image: url(../images/splash-top.gif);
		background-repeat:no-repeat;
		background-position:top;
		padding: 33px 30px 10px 30px;
		}	
		
		#banner {
			height: 135px;
			}
		#nav {
			height: 31px;
			background-image:url(../images/nav.jpg);
			background-repeat:repeat-x;
			}
		#nav ul { list-style: none;}
		#nav li {
			float: left;
			background-image:url(../images/nav-divider.gif);
			background-repeat:no-repeat;
			background-position:left;
			}
		#nav a {
			display: block;
			color: #686968;
			font-size: 14px;
			text-decoration: none;
			padding: 7px 20px 8px 20px;
			}
		#nav a:hover { background-color: #59a7ce; color: #FFFFFF;}
		#nav a:hover.chevron {  background-image:url(../images/nav-chevron-over.gif)}
		#nav a.chevron { background-image:url(../images/nav-chevron.gif); background-repeat:no-repeat; background-position:right; padding-right: 38px;}
		
		#nav li ul {
			position: absolute;
			width: 150px;
			left: -999em;
			background-color: #d9d9d9;
			border: 1px solid #9c9c9c;
			z-index: 9999;
		}
		#nav li ul li { background-image: none;}
		#nav li ul a { width: 130px; padding: 3px 0 3px 20px; font-size: 12px;}
		#nav li ul a:hover { background-color: #59a7ce; color: #FFFFFF; }
		#nav li:hover ul, #nav li.sfhover ul {
			left: auto;
		}
		#nav-services { cursor: default;}
		
		
		#wrapper {
			background-image:url(../images/wrapper-gradient.jpg);
			background-repeat: repeat-x;
			background-position:top;
		}
	
		#splash {
			height: 619px;
			padding: 50px 0 0 130px;
			}
		#splash p {
			text-align: right;
			padding-top: 17px;
			padding-right: 86px;
			}
		#splash a {/*text-decoration: none;*/ font-size: 14px;}	
		/*#splash a:hover {text-decoration: underline;}		*/
			.btn-enter {
				background-image: url(../images/icon-enter.gif);
				background-repeat:no-repeat;
				background-position:right;
				padding-right: 16px;
				}
		
		#leftcol {
			width: 272px;
			padding: 12px 0 0 12px;
			}
			#leftcol-services { height: 210px; margin-bottom: 8px;}
			#leftcol-video { height: 345px; /*height: 429px;*/}
			.leftcol-module {
				border: 1px solid #848585;
				background-color: #f3f3f4;
				background-image:url(../images/leftcol-module-drop.jpg);
				background-repeat: repeat-x;
				background-position:bottom;
			}
			.leftcol-module h2 {
				color: #ffffff;
				background-color: #7ba7c2;
				font-zize: 14px;
				font-weight: normal;
				padding: 4px 11px;
				margin-bottom: 10px;
			}
			.leftcol-module p {
				padding: 0px 11px 10px 11px;
			}
			#services-list { padding: 0 11px 10px 11px;}	
				.services-list { font-size: 14px; color:#686968; list-style: none;}	
				.services-list li { padding: 10px 0;}
			.vid-module {
				font-size: 11px; padding: 0 0 10px 12px;
				}
			.vid-module img { margin-right: 8px; border: 1px solid #d0cad3;}
			.vid-module a { text-decoration: none;}	
			.vid-module a:hover { text-decoration: underline;}	
			
		#rightcol {
			width: 590px;
			/*height: 649px;*/
			padding-bottom: 15px;
			margin: 12px 0 0 11px;
			border: 1px solid #848585;
			background-color: #f3f3f4;
			background-image:url(../images/leftcol-module-drop.jpg);
			background-repeat: repeat-x;
			background-position:bottom;
			}
		#rightcol table { margin: 0 12px 10px 12px; line-height: 18px;}
		#rightcol table td { padding: 2px;}
		#rightcol h1 {
			color: #ffffff;
			background-color: #4686a9;
			font-zize: 14px;
			font-weight: normal;
			padding: 4px 11px;
			margin-bottom: 10px;
			}
		#rightcol h2 { font-size: 20px; color:#2987b6; padding: 0px 11px 10px 11px;}
		#rightcol h3 { font-size: 14px; color:#2987b6; padding: 0px 11px 10px 11px;}
		#rightcol p {padding: 0px 11px 10px 11px; line-height: 18px; }
		#rightcol ul { padding: 0px 50px 10px 50px; line-height: 18px; }
		
		#flash-video {
			/*padding: 0 0 10px 11px;*/
			display:block; margin: 0 auto;
			text-align: center;
			margin-bottom: 10px;
			border: 2px solid #d0cad3;
			}
		.w360 { width: 360px; }
		.w320 { width: 320px; }
		.w425 { width: 425px; }
			
	#footer-splash {
		background-image: url(../images/splash-end.gif);
		background-repeat:no-repeat;
		background-position:top;
		height: 65px;
		}
		
	#footer {
		background-image: url(../images/content-end.jpg);
		background-repeat:no-repeat;
		background-position:top;
		text-align:center;
		font-size: 10px;
		padding: 30px 0 50px 0;
		color: #b1b2b2;
		}
	#footer a { color: #b1b2b2; text-decoration: none;}
	#footer a:hover {text-decoration: underline;}

img.aligncenter { display: block; margin: 0 auto;}
.content-img-left { padding: 0 12px 8px 12px;}

.input-width { width: 200px; padding: 2px 3px; border: 1px solid #7ba7c2;}
.input-checkbox { border: 1px solid #7ba7c2;}


.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
