﻿@charset "utf-8";
@import url('./navbar.css');
@media only screen and (max-width: 1022px) {
	.mainwrapper {
		position: relative;	
		padding:0;
		margin:0;
		background-image: url('../images/cloudfade.jpg');
		background-repeat: no-repeat;
		background-color: #eeeeee;
	}
	.container {
		width: 540px;
		height: 100%;
		background: #FFF; 
		margin: 0 auto; 
		padding: 0;
	}
	.main {
		display: block;
		overflow:auto;
		margin: 6px;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #999;
	}
	.logo {
		display: block;  
		float:left; 
		position: relative; 
		height: 60px;
		z-index: 100;
	}
	.content {
		padding: 0;
		width: 540px;
	}
	#columns {
		display: none;
	}
	.sidebar {
		margin-top: 10px;
		background-image: url('../images/yella.png');
		border-radius: 10px;	
	}
	#footer {
		background: #000;
		padding: 8px 0;
		font-size:12px;
		color: #fff;
		/* position: relative;/* this gives IE6 hasLayout to properly clear */
		width: 100%;
	}
}
@media only screen and (min-width: 1023px) {
	.container {
		width: 1025px;
		height: 100%;
		background: #FFF; 
		margin: 0 auto; 
		padding: 0;
	}
	.mainwrapper {
		position: relative;	
		padding:0;
		margin:0;
		background-image: url('../images/cloudfade.jpg');
		background-repeat: no-repeat;
		background-color: #eeeeee;
		height: 590px;
	}
	.main {
		margin-top: 12px;
		margin-left: 8px;
		width: 670px;
		height: 565px;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #999;
		float: left;
		background-image: url('../images/white.png');	
		position: relative;
		overflow:auto;
	}
	.logo {
		display: block;  
		float:left; 
		position: relative; 
		top: 22px;
		z-index: 100;
	}
	.content {
		padding: 0;
		width: 1025px;
	}
	.sidebar {
		margin-top: 20px;
		margin-left: 10px;
		width: 330px;
		height: 490px;
		background-image: url('../images/yella.png');
		border-radius: 10px;	
		float: left;	
		-moz-box-shadow: 3px 3px 5px #999;
		-webkit-box-shadow: 3px 3px 5px #999;
		box-shadow: 3px 3px 5px #999;
	}
	#footer {
		padding: 8px 0;
		font-size:12px;
		background: #CCC;
		background-image: url(../images/footerbg.jpg);
		background-repeat:no-repeat;
		position: relative;/* this gives IE6 hasLayout to properly clear */
		width: 100%;
		height: 44px;
		color: #0d3d8f;
	}
}

body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background-image: url(../images/fadebg.jpg);
	background-repeat: repeat-x;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 4px;	 
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 6px; 
}
h1, h2, h3, h4, h5, h6 {
	color: #0d3d8f;
	text-shadow: #42413C;
	letter-spacing: 1px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	list-style: square;
}
.content li {
	padding-bottom: 8px;
}
.main p {
	text-align: justify;
}
.main td {
	vertical-align: top;	
}
.sidebar p {
	text-align: justify;		
}
.sidebar li {
	list-style: circle;
}
.largeP {
	text-align: justify;
	line-height: 175%;
	font-size: 130%/1.7;
}
error {
	color: #F00;
}
.smallfont {
	font-size: 14px;
}
#inputform {
	font-size:12px;
	font-weight: bold;
	border: #999 solid 1px;
	width: 91%;
	margin-left: 10px;
}
#inputform label {
	text-align:right;
	display:block;
	float: left;
	width: 200px;
}
#workflow {
	width: 540px;
	text-align:center;
}
#workflow p {
	border: 1px dotted #0d3d8f;
	padding: 6px;
	margin-bottom: 0;
}
#workflow img {
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;	
	padding:6px;
	margin: 0 auto;
	width: 80%;
}
#columns {
	width: 1025px;
	height: 480px;
	position: relative;	
	padding-top: 15px;
	background-color: #ebf5fa; /*daeaf2,e1eef5,e6f1f7*/
	border-top: 1px dotted #fff;
}
#columns div {
	width: 335px;
	height: 370px;
	vertical-align: top;
	float: left;
	display: inline;
	margin: 0 3px;
}
#columns p {
	padding: 8px;
}
.clearwhite {
	background-image: url('../images/white.png');	
}
.clearwhite img{
	padding-left: 4px;
	padding-top: 5px;
}
.testimony {
	margin-top: 5px;
	background-image: url('../images/testimonybg.jpg');
	color: #42413c; 
	font-style: italic;
}
.testimony img {
	margin-right: 5px;
}

#footer p {
	padding-top: 10px;
	text-align: center;	
}
#movie {
	border: 1px solid #333;
	padding: 12px;
	margin-left: 12px;	
}
#news ul {
	list-style-image: url('../images/expand.png');	
	color: #0d3d8f;
}
.newstext {
	font-size:small;
	padding-right: 10px;
	color: #000;
}
.newsh4 {
	color: #000;	
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.social {
	margin: 6px auto;
	border: 1px solid #fff;
	border-radius: 8px;	
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.social td {
	background-color: #fff;
	padding: 6px;
	vertical-align:middle;
	color: #0d3d8f;
	font-variant:small-caps;
}