
/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col, .column {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}



DIV#topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active{
	color: #000000;
	text-decoration: none;
}
#topmenu a:hover{
	text-decoration: underline;
	color: #000000;
}
.box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00384C;
	line-height: 15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #017BA9;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #00384C;
	background-color: #ECECEC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited, a:active {
	color: #3093BA;
}
a:hover {
	color: #046b94;
}
.content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}
DIV#submenu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.box {
  width: 240px;
  background: url('/images/box_top.gif') top left no-repeat;
  padding-top: 5px;
}

.box .header { text-align: center; }

.box .content {
  background: url('/images/box_bottom.gif') bottom left no-repeat;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
}



/* FORMS ----------------------------------------------------------------------- */

input.styled, textarea.styled {
  border:none;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  padding:4px 2px 2px 4px;
  background:url('/images/formfield-bg.gif') top left no-repeat;
}
select.styled {
  border:1px solid #dddddd;
  padding:0;
}
input.button {
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
}  

form#signupform .row {
	margin:0 0 5px 0;
}
form#signupform .label {
	width:50px;
	margin:3px 5px 0 0;
	font-weight:bold;
}
form#signupform .input {
	width:162px;
}
form#signupform .input .styled {
	width:155px;
}
