@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#f5f5f5;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#064565;
}

a:link, a:visited, a:active {
	color:#064565;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

#main-holder {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:770px;
	height:auto;

}

.top {
	clear:both;
	float:left;
	width:770px;
	height:5px;
	background:url(../images/bg_top.gif) no-repeat;
	font-size:1px;
}

.middle {
	clear:both;
	float:left;
	width:770px;
	height:auto;
	background:url(../images/bg_middle.gif) repeat-y;
}

.bottom {
	clear:both;
	float:left;
	width:770px;
	height:5px;
	background:url(../images/bg_bottom.gif) no-repeat;
	font-size:1px;
}

.container {
 	clear:both;
	float:left;
	width:760px;
	height:auto;
	padding:0 5px;
 }

.header {
	clear:both;
	float:left;
	width:760px;
	height:150px;
	background:url(../images/header.jpg) no-repeat;
}

.tabs {
	clear:both;
	float:left;
	width:760px;
	height:35px;
	background:url(../images/tabs.gif) no-repeat;
	background-color:#e4f5ff;
}

.tabs-text {
	float:left;
	padding-left:165px;
	width:595px;
	height:35px;
	color:#FFFFFF;
	
}

.tabs-selected {
	color:#ffcc66;
}

.tabs-text ul {
	margin:0;
	padding:0;
}

.tabs-text li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding:8px 16px 5px 16px;
	width:auto;
}

.tabs-text a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.tabs-text a:visited {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}

.tabs-text a:hover {
	float:left;
	color:#ffcc66;
	text-decoration:underline;
}

.tabs-text a:active {
	float:left;
	color:#ffcc66;
	text-decoration:none;
}

.content {
	clear:both;
	float:left;
	padding:10px 15px;
	width:730px;
	background-color:#e4f5ff;
}

.content-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#064565;
}

.footer {
	clear:both;
	float:left;
	width:760px;
	height:auto;
	background-color:#165278;
	color:#FFFFFF;
	text-align:center;
}

.footer-tabs {
	height:25px;
	line-height:25px;
	padding-top:5px;
}

.footer-tabs a:link,
.footer-tabs a:visited,
.footer-tabs a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-tabs a:hover {
	color:#ffcc66;
	text-decoration:underline;
}

.footer-cont {
	font-size:11px;
	padding:5px;
}

.footer-cont a:link,
.footer-cont a:visited,
.footer-cont a:active  {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer-cont a:hover {
	color:#ffcc66;
	text-decoration:underline;
}

/*-------contact form begin-------*/
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color:#FFFFFF;
	width:298px;
	height:auto;
	border:1px solid #336699;
}

#form_catagory {
	background-color:#336699;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:293px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	padding-left:5px;
}

* html #form_catagory {
	background-color:#336699;
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	width:303px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	padding-left:5px;
}

label {
	text-align:right;
	width:70px;
	float:left;
	padding:3px;
	margin:0;
	margin-top:5px;
}
.nobr {
	display:none;
}
.textfield {
	margin:3px;
	height:20px;
	width:200px;
	border: 1px black solid;
}
.textarea {
	margin:0 10px;
	height:140px;
	width:280px;
}
.submit {
	text-align:center;
	padding:5px 0;
}
.comments {
	text-align:left;
	height:15px;
	line-height:15px;
	padding:0 10px;
}
/*-------contact form end-------*/
