* {
  margin: 0px;
  padding: 0px;
  border: none;
}

body{
	background: #ffffff;
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	text-align: center;
}

.style1{
	font: 12px/1.3em Arial, Helvetica, sans-serif;
}
	

#page {
	background: url(images/pml_bg.gif) no-repeat center top;
	width: 100%;
	display: table;
}

h2 {
  color: #fd0217;
  font-weight: bold;
	font-size: 14px;
}

h3 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

h4 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

#maincontainer{
   width: 1000px; /*Width of main container*/
   margin: 20px auto 60px auto;
   text-align: left;
   border: 4px solid #bababa;
}

#topsection{
height: 110px;
margin: 6px;
}

#title {
  float: left;
  width: 266px;
  height: 99px;
  padding-top: 0px;
}

#title h1 {
  display: block;
  float: left;
  width: 599px;
  height: 99px;
  text-indent: -9999px;
  padding-top: 0px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/title.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  
}

#cts_logo {
	width: 300px;
	height: 35px;
	background-repeat: no-repeat;
	float: right;
}

/* @group Navagation */

#navbar{
background: #797979 url(images/navbar_bck.jpg) repeat-x;
height: 40px;
border-top: 6px solid #bababa;
border-bottom: 6px solid #bababa;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-top: 5px;
margin-left: 60px;
border: 1px solid #666666;
border-width: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
background: black url(images/blockdefault.gif) center center repeat-x;
border: 1px solid #666666;
margin-right: 20px;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100%;
background-color: #a9a9a9;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
border: 1px solid #797979;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #d5d5d5;
}

/* @end */

#topsection h1{
margin: 0;
padding-top: 5px;
padding-left: 5px;
}

#contentwrapper{
float: left;
width: 100%;
	height: 650px;
	margin-top: 20px;
	border-bottom: 6px solid #bababa;
}

#contentcolumn{
margin: 20px 40px 20px 60px;
}

#welcome-text {
  width: 436px;
  padding-top: 20px;
  float: left;
  text-align: justify;
  margin-right: 40px;
  margin-bottom:10px;
  line-height: 1.3em;
}

.list li {
  list-style-type: none;
  float: left;
  width: 406px;
  padding-left: 15px;
  margin: 10px 5px 0px 0px;
  text-align: left;
  background: url(images/bullet.png) no-repeat 0 5px;
  font-size: 12px;
  line-height: 1.3em;
}

.separator {
  background-image: url(images/separator.png);
  background-repeat: no-repeat;
  float: left;
  height: 17px;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column1{
	float:  left;
	margin-right: 20px;
	margin-left: 60px;
	padding-right: 20px;
	width: 250px;
	border-right: 2px dotted #d5d5d5;
}

.column2{
	float:  left;
	margin-right: 20px;
	padding-right: 20px;
	width: 250px;
	border-right: 2px dotted #d5d5d5;
}

.column3{
	float: left;
	width: 230px;
}

#welcome-image {
  float: left;
  height: 324px;
  width: 360px;
  padding-top: 20px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* @group contact */

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 30px 0; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 650px; margin: 0px 40px 20px 40px; padding: 35px; background-color: #FFF; -moz-border-radius:5px; -webkit-border-radius:5px;
}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 16px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 350px; max-width: 700px; max-height: 300px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:16px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

/* @end */	

#footer{
clear: left;
width: 100%;
height: 30px;
color: #797979;
text-align: right;
padding-top: 10px;
padding-right: 20px;
	font-size: 10px;
}

#footer a{
color: #797979;
}
