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

* {
	margin:0;
	padding:0;
}

html {
	background: #CCCCCC;
	height:100%;
}
body {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	background: url(/assets/images/iface/scbg.gif) repeat-y center top;
	width: 100%;
	display: table;
	height:100%;
}
h1 {
	font-size: 96px;
	font-weight:normal;
	margin-bottom:0;
}
h2 {
	font-size: 18px;
	font-weight:normal;
	margin:20px 0;
}
h3 {
	font-size: 26px;
	font-weight:bold;
	color:#F81;
	margin:30px 0;
}

p {
	margin-bottom:20px;
}

.logotypeleft {
	font-size: 96px;
	padding:0 0 20px 10px;
	margin:0;
	color:#fff;
	text-align:right;
	margin-right:10px;
}

.logotyperight {
	font-size: 96px;
	padding:0 0 20px 10px;
	margin:0;
	color:#333;
	text-align:left;
}

.content {
	padding: 0px;
	width: 976px;
	color:#1c1c1c;
	text-align:center;
   	padding-bottom:240px;   /* Height of the footer */
	min-height: 100%;
	/*height: auto !important; */
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	overflow:hidden;
}

.rowcon {
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	overflow:visible;
}

.colleft {
	width:50%;
}

.colleft h1{
	text-align:right;
	margin-right:10px;
}

#col2 h1{
	text-align:right;
	margin-right:10px;
}

.colright {
	width:50%;
	float:right;
}

.colright h1{
	text-align:left;
	margin-left:-4px;
}

#col1 h1{
	text-align:left;
	margin-left:-4px;
}

.logo {
	float:left;
	padding:10px;
	width:112px;
}

.pics {
	width:488px;
	height:275px;
}

#container2,#c2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container1,#c1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
}
#col1 {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	color:#ffffff;
	overflow:hidden;
}
#col2 {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	color:#333333;
	overflow:hidden;
}

.scripted {
	font-size:12px;
	font-style:italic;
	color:#9CF;
}

.main {
	text-align:left;
	margin:0 5px;
}

.main h2 {
   font-size:28px;
   color:#003048;
	margin-top:0;
}

.main h4 {
   font-size:20px;
   color:#336699
}

.main p {
   font-size:20px;
   color:#ffffff;
   margin-bottom:20px;
}

.thumbdetail {
	width:150px;
	float:left;
	padding:6px;
	cursor:pointer;	
}

.featured {
	text-align:left;
	margin:20px 0 0 20px;
}

.label {
	text-align:right;
	margin:5px;
}

.scinput {
	text-align:left;
	margin:5px;
}

.footer {
	font-size:12px;
	width:100%;
	height:140px;   /* Height of the footer */
	background:  no-repeat center bottom;
}

.footer #col1 {
	text-align:right;
}
.footer #col2 {
	text-align:left;
}

.push {
	height: 231px; /* .push must be the same height as .footer */
}

.warning { 
	color: #EE6600;
	font-weight: bold;
}

.chosenone { 
	color: #39F;
	border: 1px solid #39F;
}

label.error {
  background:url("/assets/images/iface/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

label.checked {
  background:url("/assets/images/iface/checked.gif") no-repeat 0px 0px;
}
