@charset "utf-8";
body  {
	margin: 10px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Sylfaen, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
}
#wrapper {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff9933;
	border-left-color: #ff9933;
} 
#button1 {
	width: 85%;
	text-align: left;
	margin-right: 2%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#button1 p {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#paypal {
	text-align: right;
}


#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	background-color: #FFFFFF;
} 
#wrapper #header img {
	background-position: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.rightfloat {
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


#moviess{
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}

.text {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
}
.whitetext {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteheading {
	font-family: Tahoma, Verdana;
	font-size: medium;
	color: #FFFFFF;
}
.link {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.link:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
h2 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 24px;
	color: #cf2328;
	font-weight: bold;
	z-index: 1;
	font-family: Sylfaen, Arial, sans-serif;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 0;
	font-family: "Trebuchet MS";
  
} 
.likh {
	color: #ffb03b;
	text-decoration: none;
	font-size: 16px;
}

.likh a:hover {
	color: #7D8A2E;
	text-decoration: underline;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left_link {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #026483;
}

#copyrght {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#copyrght a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #7D8A2E;
	text-decoration: none;
}

#bottomNav {
	text-align: center;
	margin-top: 20px;
}

#bottomNav a:hover {
	color: #7D8A2E;	
}
.orange {
	font-size: 16px;
	color: #FFB03B;
	font-weight: bold;
}
.style1 {
	color: #5a7c95;
	font-family: Anson, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#bottomlink {
	background-color: #C9D787;
	
	
}
#sidebar h1 {
	font-family: Sylfaen, Arial, sans-serif;
	font-size: 24px;
	color: #C9D787;
	font-weight: bolder;
	margin-left: 12px;
}

#bottomNav img {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 40px;
	top: 0px;
}
.smallLine{
	background-image: url(images/small_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*FORM STYLES*/

legend{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	color: #7D8A2E;
	font-weight: normal;
}
label {
	display: inline;
	float: left;
	width: 30%;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #FFB03B;
	font-size: 14px;
	font-weight: 400;
}
input [type="text"]{
	width: 200px;
	border: 1px solid #533012;
	padding: 1px;
}

textarea{
	height: 100px;
	width: 200px;
	border: 1px solid #533012;
}

fieldset#profile textarea {
	height: 200px;
	width: 100%;
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input [type="submit"]{
	width: 100px;
	border: 1px solid #002F2F;
	color: #7D8A2E;
	font-weight: 500;
	background-color: #FFFFFF;
	padding: 1px;
	font-family: "Century Gothic", Arial, sans-serif;
}

input [type="submit"]:hover{
	width: 100%;
	border: 1px solid #CE845B;
	color: #B64926;
	font-weight: bold;
	background-color: #533012;
	padding: 1px;
}

/*Chechbox Styling*/
.chechbox {
	font-size:12px;
	color: #666666;
	display: inline-table;
	font-weight: normal;
}
.chechbox label {
	font-family: "Gill Sans MT", Rockwell, sans-serif;
	color: #1171DB;
	font-size: 12px;
}


.chechbox table {
	border: 1px solid #999999;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

.chechbox table displayfield{
	color: #666666;
}
.chechbox table tbody {
	color: #666666;
	
}
.chechbox tbody checkbox_name{
	color: #666666;
	
}
.chechbox table tbody td{
	white-space: nowrap;
	width: 33%;
}

.chechbox table tbody tr{
	color: #666666;
	
}

/*end checkbox styling*/


.required {
	font-size: 16px;
	color: #C9D787;
}
#wrapper  #mainContent  h3 {
	font-size: 18px;
	color: #5c5e32;
	font-family: Sylfaen, Arial, sans-serif;
	font-weight: normal;
}
#wrapper #mainContent #lower {
	padding: 3px;
	clear: both;
	width: 100%;
	margin-top: 10px;
}


#wrapper  #mainContent  #right  img {
	padding-right: 10px;
}
#wrapper  #mainContent  #left {
	padding: 3px;
	float: left;
	width: 46%;
	margin-left: 2px;
}
#wrapper  #mainContent  #right {
	padding: 3px;
	width: 47%;
	clear: none;
	float: right;
	margin-right: 0px;
}
#wrapper #mainContent #lower #register fieldset {
	background-color: #e4f7d4;
    border: thin solid #999999;
}

#wrapper #mainContent #lower #register legend {
	font-weight: bold;
	font-family: Sylfaen, Arial, sans-serif;
}

#wrapper  #mainContent  #left  h3 {
	text-align: center;
}

.KT_field_error {
	color: #cc3333;
	font-size: 14px;
	}

