@charset "UTF-8";


/* === GLOBAL RULES ============*/

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

body, html {
	height: 100%;
}

body {
	background: #333 url(images/new_bg.jpg) repeat-y center fixed;
}


/* === CONTENT WRAPPER ============*/

#wrapper {
	height: 100%;
	width: 799px;
	margin: 0 auto 0 auto;
	position: relative;
}

#allcontent {
	height: auto;
	width: 799px;
	margin: 0 auto 0 auto;
	position: relative;
	background: #efe7d4 url(images/cbg.jpg) repeat-y;
}


/* === HEADER ============*/

#allcontent #head {
	background: url(images/header_bg.png) no-repeat bottom;
	width: 777px;
	height: 102px;
	display: block;
	margin: 0px auto 15px auto;
}


#allcontent #head img {
	margin: 20px auto auto 10px;
}


/* === NAVIGATION MENU ============*/

#allcontent #navmenu {
	text-align: center;
	height: 37px;
	background: #cfc4a9 url(images/nav_bg.jpg) repeat-x;
}

#allcontent #navmenu img {
	padding-top: 5px;
}


/* === CONTENT AREA ============*/

/* === Left Side ===*/

#allcontent #contentarea #leftbar {
	float: left;
	width: 230px;
	background: url(images/v_dividr.jpg) repeat-y right;
}

#allcontent #contentarea #leftbar #formbg {
	width: 205px;
	height: 222px;
	background: #efe6d4 url(images/quick_contact.jpg) no-repeat;
	margin: 10px auto 30px auto;
}

/*#allcontent #contentarea #leftbar #formbg #actualform {
	padding-top: 60px;
}*/


.tbmain{ 
 /* Changes on the form */
 background: #666666 !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
/*#allcontent #contentarea #leftbar #formbg #actualform {
padding-top: 45px;
}*/
#allcontent #contentarea #leftbar #smalltext {
	font-size: 10px;
}


#allcontent #contentarea #leftbar img {
	margin-top: 15px;
}


/* === Right Side ===*/

#allcontent #contentarea #rightbar {
	float: right;
	width: 558px;
	margin-bottom: 30px;
}

#allcontent #contentarea #rightbar img.spacer {
	padding: 0 7px 0 7px;
}

#wrapper #footer #allcontent #contentarea #rightbar ul, #wrapper #footer #allcontent #contentarea #rightbar ol {
	margin-left: 30px;
}

#wrapper #footer #allcontent #contentarea #rightbar h1 {
	font-size: 25px;
	margin-top: 15px;
}

#wrapper #footer #allcontent #contentarea #rightbar h2 {
	border-bottom: #333333 1px solid;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#wrapper #footer #allcontent #contentarea #rightbar p, ul, ol {
	font-size: 14px;
	line-height: 25px;
}

#rightbar p, #rightbar ul, #rightbar ol {
	margin-right: 20px;
	margin-bottom: 20px;
}


/* === FOOTER ============*/

#footer {
	width: 100%;
	height: 100%;
/*	background: #181818 url(images/foot.jpg) repeat-x;*/
}

#footer p#foot {
	color: white;
	text-shadow: 2px 2px 3px #000;
	font-size: 11px;
	text-align: center;
	margin: 10px 40px 0 40px;
	padding-bottom: 30px;
}