/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
}

#header {
	background-image:url(../images/backgrounds/menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header-container {
	width:765px;
	margin:0 auto;
	padding:39px 0 0 0;
}
#header h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#000;
	padding:0!important;
	padding:16px 0 0 0;
	margin:15px 0 0 0;
}
#header h1 a {
	text-decoration:none;
	color:#000;
}
#header h1 a:hover {
	border:none;
}
#header img {
	float:left;
	margin:0 30px 0 0;
}
#header ul {
	margin:53px 0 60px 0 !important;
	margin:52px 0 60px 0;
	padding:0;
	float:right;
}
#header p {
	float:right;
	border-left:1px solid #ccc;
	padding:25px 0 15px 20px;
	margin:-27px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}


#header a {
	color:#43CBAE;
	text-decoration:none;
}
#header a:hover {
	border-bottom:1px dotted #333;
}
#header li {
	float:left;
	display:block;
	list-style:none;
}
#header li a {
	display:block;
	width:92px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/backgrounds/menua.jpg);
	background-repeat:no-repeat;
	padding:5px 0 9px 0;
}
#header li a:hover {
	background-image:url(../images/backgrounds/menuahover.jpg);
	border:none;
	padding:6px 0 8px 0;
}
.clear {
	clear:both;
}
#container {
	width:965px;
	margin:0 auto;
}

#content_login {
	margin:0 0 0 0;
	border:1px solid #eee;
	text-align:center;
}

#content_login h1 {

color:#CB43A5;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Verdana;
}

#content_login h3 {
  margin: 0 0 2px 0;
  text-transform: lowercase;
  font-size: 12px;
  padding: 0;
  color: #630;
  font-weight: normal;
}

#content_general {
	margin:0 0 0 0;
	border:1px solid #eee;

}

#description {
	width:720px;
	background-color:#FFFFFF;
	padding:20px 20px 10px 20px!important;
	padding:30px 20px 10px 20px;
	margin:-35px auto 0 auto !important;
	margin:-35px auto 50px auto;
	font-size:16px;
	color:#32C601;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background-image:url(../images/backgrounds/description.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #fff;
	line-height:25px;
	text-align:center;
}
#description a {
	font-weight:bold;
	color:#21b500;
	text-decoration:none;
}

#information {
	font-weight: bold;
	margin: 15px;
	padding-left: 10px;
	border: single dotted blue;
	line-height: 0.5cm;
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #F5FAFA;


}

#information ul, ol {
	list-style-image: none;
	list-style-type:none;
}

#information p {
margin: 2px;
}


#footer {
	padding:15px;
	border-top:1px solid #ccc;

	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}

/* Table
   ------ */

#mytable {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#mytable1 {
	width: 95%;
	padding: 0;
	margin: 0 auto;
}

#mytable2 {
	width: 85%;
	padding: 0;
	margin: 0 auto;
}


#mytable3 {
	width: 95%;
	padding: 0;
	margin: 0 auto;
}

#mytable3 {
	width: 75%;
	padding: 0;
	margin: 0 auto;
}

#mytable5 {
	width: 55%;
	padding: 0;
	margin: 0 auto;
}

#mytable6 {
	width: 55%;
	padding: 0;
	margin: 0 auto;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;

}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* form styles
   ------ */
#contact h1 {

color:#CB43A5;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Verdana;
}

#contact h4 {
  font-size: 10px;
  font-weight: normal;
  color: #999;
  margin: 2px 0 3px 0;
  width: 85%;
  padding: 0;
}

#contact h3 {
  margin: 0 0 2px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  color: #630;
  font-weight: normal;
}

#contact input.big {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
}

#contact select.big {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 7px;
}

#contact textarea.big {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 7px;
}

.error-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #990000;
	margin-bottom: 20px;
	text-align:center;
	}

	p.error-message {
	color: #FFFFFF;
	font-weight: bold;
	}

p.error-message a {
	color: #FFFFFF;
	font-weight: bold;	
	}


.success-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #006600;
	margin-bottom: 20px;
	text-align:center;
	}

	p.success-message {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	p.success-message a {
	color: #FFFFFF;
	font-weight: bold;	
	}


.notice-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #0000FF;
	margin-bottom: 20px;
	text-align:center;
	}

	p.notice-message {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	p.notice-message a {
	color: #FFFFFF;
	font-weight: bold;	
	}
#contact .form-style {
font-family: verdana, arial, sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: 900;
color: #000000;
}

#contact td a:visited {
font-size: 10px;
}

#contact td {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
}

input.searchbutton {

	background: #f5f5f5 url(/images/submit.gif) no-repeat;

	border: 0;

	height: 24px;

	width: 65px;

	margin: 0 5px 0px 0;

	color: #FFF;

	font: bold 1em Arial, Sans-Serif;

}

#contact_new td {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
	
	
	}
	
#contact_new .bg {
background-color: #006666;

}

#contact_new .bg1 {
background-color: #009900;
}

#contact_new .bg2 {
border: 1px solid #C3CFDB;
}

.style2 {font-size: 10px; }
.style3 {color: #FFF}
.style5 {color: #FFF; font-weight: bold; }

.edithl {background-color: #CEFFC6 }

