body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daf1f7', endColorstr='#1074c4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#daf1f7), to(#1074c4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #daf1f7,  #1074c4); /* for firefox 3.6+ */
}


img {
	border: none;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

table.altrowstable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.altrowstable th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #a9c6c9;
	text-align: center;
}
.oddrowcolor{
	background-color:#d4e3e5;
}
.evenrowcolor{
	background-color:#c3dde0;
}


#wrapper {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Header */

#header {
	width: 920px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-box-shadow: 0px 1px 1px #333;
	-webkit-box-shadow: 0px 1px 3px #333;
	box-shadow: 0x 1px 1px #333;
	height: 195px;
}

/* Logo */

#logo {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
	float: left;
	height: 65px;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: none;
	}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

#facebook {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	float: right;
	text-align: right;
	background-color: #2C4B95;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 24px #999;
	box-shadow: 1px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}


#language {
	margin-right: 10px;
	margin-left: auto;
	float: right;
	text-align: right;
	background-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 24px #999;
	box-shadow: 1px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#fad53d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff99), to(#fad53d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffff99,  #fad53d); /* for firefox 3.6+ */
	padding-bottom: 5px;
}

/* Menu */

#menu {
	overflow: hidden;
	width: 880px;
	color: #000000;
	background: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 35px;
	padding-top: 5px;
	border: none;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-left-radius: 10px;
  	-webkit-border-top-right-radius: 10px;
	list-style: none;
	line-height: normal;
	text-align: center;
	height: 35px;
	
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-right: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-left: 30px;
	font-weight: bold;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #000;
}

#menu .current_page_item a {
	color: #000;
	text-decoration: none;
}

#menu .last {
	border-right: none;
}

/* Page */

#page {
	overflow: hidden;
	width: 920px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	padding-bottom: 20px;
	border: none;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}

#page h2 {
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 880px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	padding-top: 15px;
	font-weight: bold;
}

/* Content */

#fullcontent {
	float: left;
	width: 870px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-right: 30px;
}

#fullcontent p {
	text-align: justify;
	line-height: 16px;
}

#content {
	float: left;
	width: 580px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	line-height: 16px;
	padding-right: 0px;
	padding-left: 0px;
}

.fb-like {
	padding-top:20px;
}

#content h2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content h3 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	color: #000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
}


#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #101010;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #383838;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #181818;
}



#three-columns {
	overflow: hidden;
	width: 920px;
	color: #000000;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	border: none;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}

#three-columns input[type="text"],textarea {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: none;
	padding-left: 5px;
	width: 271px;
	color: #000;
	height: 25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#three-columns input[type="text"]:focus,textarea:focus { 
	color: 000;
	outline: 0 none; 
}

#three-columns input, textarea {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 11px;
	width: 275px;
	height: 25px;
	color: #000;
	padding-left: 5px;
}

#three-columns input[type="submit"] {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width:100px;
	height: 35px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bolder;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
}

#three-columns h2 {
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	height: 10px;
}

#three-columns h3 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}

#three-columns img {
	margin-bottom: 7px;
  }

#three-columns #column1 {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 20px;
}

#three-columns #column2 {
	float: left;
	width: 280px;
}

#three-columns #column3 {
	float: right;
	width: 280px;
	margin-right: 20px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	color: #000;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bolder;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 24px #999;
	box-shadow: 1px 1px 2px #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
	text-decoration: none;
}

.link-phone {
	display: inline-block;
	margin-top: 10px;
	color: #000;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 24px #999;
	box-shadow: 1px 1px 2px #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}

.link-car {
	display: inline-block;
	margin-top: 15px;
	color: #000;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 24px #999;
	box-shadow: 1px 1px 2px #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
	margin-bottom: 5px;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
	width: 85px;
	font-weight: bolder;
}


.button {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bolder;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
}

.button:hover {
	background-color:#fad53d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#fad53d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff99), to(#fad53d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffff99,  #fad53d); /* for firefox 3.6+ */
}
.button:active {
	position:relative;
	top:1px;
	text-decoration: none;
}



.dropdown {
	width: 280px;
	margin-bottom: 15px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 10px;
	}

.dropdown_adult {
	width: 90px;
	margin-bottom: 15px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 5px;
	margin-right: 5px;
	}
	
.dropdown_child {
	width: 80px;
	margin-bottom: 15px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 5px;
	}


#banner {
	overflow: hidden;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}


#two-columns {
	overflow: hidden;
	width: 920px;
	color: #000000;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
	border: none;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}

#two-columns input[type="text"],textarea {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 11px;
	text-transform: none;
	padding-left: 5px;
	width: 250px;
	color: #000;
	height: 25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#two-columns input[type="text"]:focus,textarea:focus { 
	color: 000;
	outline: 0 none; 
}

#two-columns input, textarea {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 11px;
	width: 250px;
	height: 25px;
	color: #000;
	padding-left: 5px;
}

#two-columns input[type="checkbox"] {
	width: 15px;
	float: left;
	height: 12px;
	margin-right: 10px;
}

#two-columns input[type="submit"] {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width:120px;
	height: 35px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bolder;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad53d', endColorstr='#ffff99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fad53d), to(#ffff99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fad53d,  #ffff99); /* for firefox 3.6+ */
}

#two-columns #col1 {
	float: left;
	color: #000000;
	margin-left: 20px;
	width: 580px;
}


#two-columns #col2 {
	float: right;
	width: 280px;
	margin-right: 20px;
}

#two-columns img {
	margin-bottom: 7px;
  }


#two-columns .dropdown {
	width: 258px;
	margin-bottom: 15px;
	margin-right: 17px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: none;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 10px;
	}
	
#two-columns .txtjava {
	width: 258px;
	margin-bottom: 15px;
	margin-right: 17px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: none;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 10px;
	}
	

#two-columns .dropdown_adult {
	width: 115px;
	margin-bottom: 15px;
	margin-right: 17px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: none;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding-left: 5px;
	margin-right: 20px;
	}


#two-columns h2 {
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
}


#two-columns h3 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
}

#two-columns h4 {
	font-size: 13px;
	color: #FF3333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#two-columns h5 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #f9db62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	opacity: 0.9;
	padding: 10px;
	width: 517px;
}

#two-columns h1 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 20px;
	font-weight: bold;
}

#two-columns .mailer {
	width: 535px;
	padding: 20px;
	border: 1px solid #dedede;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#two-columns p {
	padding-bottom: 5px;
}

/* Footer */

#footer {
	overflow: hidden;
	width: 920px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#fad53d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff99), to(#fad53d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffff99,  #fad53d); /* for firefox 3.6+ */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -1px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 3px 1px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0x 3px 1px #333;
}

#footer #col1 {
	float: left;
	width: 450px;
	margin-left: 20px;
	font-size: 10px;
}


#footer #col2 {
	float: right;
	width: 300px;
	margin-right: 20px;
	font-size: 10px;
	text-align: right;
}

#footer #break {
	float: right;
	width: 880px;
	margin-right: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	color: #000000;
}

#footer a {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

#contactus fieldset
{
	width: 493px;
	padding: 20px;
	border: 1px solid #dedede;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactus label
{
	font-family : Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

#contactus input[type="text"],textarea
{
  font-family : Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #dedede;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:320px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus textarea
{
  height:120px;
  width:320px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000;
	border : 1px solid #dedede;
	background-color : #FCFCFC;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F00;
	background-color : #FFFFFF;
}


#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
