/* ***************************************
	CSS Merged3LINES (CD-Version)
	Version: 1.0
  Timestamp: 1233159011
*************************************** */

/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ***************************************
	CONTAINERS AND CONTENT
*************************************** */

body {
  background: #255fa1 url(../images/backdrop.png) no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

p, p.bodytext {
	line-height:1.2em; 
	margin-top: 10px;
	color: #000000;
	text-align: justify;
}


a {
  text-decoration: none;
  color:#c8821d;
}

a:hover {
  text-decoration: underline;
}

#f_menu {
  position: absolute;
  left:380px;
  top:15px;
  font-size:9px;
  color:#727879;
}

#main {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 930px;
	margin-left: -465px;
	min-height: 500px;
	height: auto;
	float: left;
}

#logo {
  position:absolute;
	top:20px;
	left: 670px;
	width: 220px;
	height: 42px;
	background: url(../images/logo.png) no-repeat;
}

h2 {
	margin:0;
	font-size: 11px;
	color:#c8821d;
	font-weight:600;
}

h1 {
	margin: 8px 0px 16px 0px;
	font-size: 16px;
	color:#274d94;
	padding-bottom:6px;
	font-weight:600;
}

#content_position { 
  position: relative;
  height:auto;
  width:930px;
  display:inline;
}

#shadow_container {
  position:relative;
  left:0px;
	top:80px;
	width: 930px;
	min-height: 500px;
	height: auto;
	background: url(../images/shadow_v.png) repeat-y;
}

#shadow_top {
  position:relative;
  left:0px;
	top:80px;
	width: 930px;
	height:15px;
	background: url(../images/shadow_t.png) no-repeat;
}

#bg_container {
	position: relative;
	left:13px;
	width: 900px;
	background: #e7f1fc;
	height:auto;
	min-height:800px;
	padding-bottom: 25px;
}

div.clear {
  clear: left;
  height: 0;
  margin: 0;
  padding: 0;
  }

#menubar {
  position:absolute;
	top:0;
	width: 900px;
	height: 50px;
	background: url(../images/menubar.png) no-repeat;
  z-index:100;
  float: left;
}

#demos {
  font-size: 12px;
  text-align:center;
}

#sidebar_title {
position:relative;
  width:280px;
  height:25px;
  background: url(../images/sidebar_title_gradient.gif) repeat-x;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 600;
}

#sidebar_content {
  position:relative;
  width:280px;
  font-size: 13px;
  color: #000000;
  padding:10px;
  height:auto;
}

#sidebar_title_inner {
  position:relative;
  top:4px;
  left:5px;
}

#demos img{
  margin-bottom:2px;
}

#demos td.lpad {
  padding-right:15px;
  padding-bottom:15px;
}

#menubar ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
#menubar li {
      margin: 0;
      padding: 0;
      float: left;
    }
#menubar a {
      display: block;
      text-decoration: none;
      padding: 10px;
      font-size: 13px;
      font-weight: 600;
      color: #274d94;
      margin-right:1px;
    }
    
#menubar li.active a {
      display: block;
      background: #274d94;
      text-decoration: none;
      padding: 10px;
      font-size: 13px;
      font-weight: 600;
      color: #ffffff;
      margin-right:1px;
    }
#menubar a:hover {
      background: #274d94;
      color: #ffffff;
      padding: 10px;
      margin-right:1px;
    }

#content_header {
  position:relative;
	top:36px;
	width: 100%;
	height: auto;
}

#content_left
{ position: relative;
height:auto;
width:510px;
margin-left:30px;
margin-bottom:50px;
top:64px;
float:left;
}

#content_right
{ 
position: relative;
margin-left:595px;
top:64px;
height:auto;
width:300px;
}

#content_right_first
{ 
position: relative;
width:300px;
height:auto;





}
#content_right_second
{ 
margin-top:15px;
position: absolute;
height:auto;
width:300px;
}


#footer
{
	position: absolute;
	left:0px;
	width: 964px;
	background: url(../images/shadow_b.png) no-repeat;

	height:90px;
}



.contactform td {
padding-right: 7px;
vertical-align:middle;
}

.infocheck {
margin-top:7px;
margin-bottom:14px;
}

.infocheck td {
padding-right: 7px;
}

input[type="text"]
 {
			font: 100% Arial, Helvetica, sans-serif;
			padding: 2px;
			border: 1px solid #cccccc;
			color:#666666;
			width:300px;
			margin: 2px;
		}

		textarea {
			font: 100% Arial, Helvetica, sans-serif;
			border: solid 1px #cccccc;
			padding: 5px;
			color:#666666;
			width:360px;
			height:120px;
			margin: 2px;
		}
		textarea:focus, input[type="text"]:focus {
			border: solid 1px #4690d6;
			background: #e4ecf5;
			color:#333333;
		}
		
		input[type="submit"]:hover {
			background: #0054a7;
			border: 4px solid #0054a7;
		}
		
		input[type="submit"] {
			font: 100% Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #ffffff;
			background:#4690d6;
			border: 4px solid #4690d6;
			-webkit-border-radius: 4px; 
			-moz-border-radius: 4px;
			width: auto;
			height: 26px;
			padding: 0px 6px 2px 6px;
			margin:10px 0 10px 0;
			cursor: pointer;
		}

p.error {
font-size: 11px;
font-weight:bold;
color:#bb0202;
}

.formerr {
background: #e9b4b4;
}

li { list-style-position: inside }
