/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Tiki Juntakool
email:     tiki@pm-creative.com
website:   http://www.pm-creative.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #1a1a1a;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
#MainContent a, #MainContent a:visited {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: bold;
}

#MainContent a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

/* =Branding
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/


/* =Sub Nav
-----------------------------------------------------------------------------*/
#subNav {
	float: left;
	width: 750px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-image: url(../images/layout/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#subNav ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#subNav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#subNav li a {
	display: block;
	color: #330000;
	text-decoration: none;
	line-height: 24px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B88A0C;
	height: 24px;
	background-color: #E8AE0F;
	margin-right: 510px;
}

#subNav li a:hover, #subNav .selected a {
	background-color: #FFE24A;
	color: #330000;
}

/* =Sub Nav2
-----------------------------------------------------------------------------*/

#subNav2 {
	float: left;
	width: 240px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#subNav2 ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#subNav2 li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#subNav2 li a {
	display: block;
	color: #330000;
	text-decoration: none;
	line-height: 24px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B88A0C;
	height: 24px;
	background-color: #E8AE0F;
}

#subNav2 li a:hover, #subNav .selected a {
	background-color: #FFE24A;
	color: #330000;
}



/* =Main Content
-----------------------------------------------------------------------------*/
#Slideshow {
	width: 750px;
	margin-bottom: 20px;
}

#Slideshow .imgsub{
	float: right;	
}


#Slideshow img {
	margin-top: 10px;
}

#Slideshow object {
	margin-top: 10px;
}

#Slideshow2 {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 327px;
	overflow: hidden;
}

#Slideshow3 {
	width: 750px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #F4F4EB;
}

#Slideshow3 img{
	padding: 0px;
	margin: 0px;
}


#MainContent {
	float: left;
	width: 495px;
}

#MainContenInner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F642F;
	float: left;
	padding-bottom: 10px;
}

#MainContenInner1 {
	float: left;
	width: 150px;
	padding-top: 10px;
}

#MainContenInner2 {
	float: right;
	width: 335px;
}


#MainContent h1{
	color: #663300;
	font-size:18px;
	padding-left: 20px;
	padding-right: 10px;
	text-transform: uppercase;
}

#MainContent h2{
	color: #663300;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 14px;
}

#MainContent h3{
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
}


#MainContent p{
	padding-left: 20px;
	padding-right: 10px;
}

#MainContent li{
	margin-left: 45px;
	color: #0D2B6B;
	line-height: 20px;
	font-style:italic;
}

#MainContent img{
	border: 2px solid #FFFFFF;
	margin-left: 20px;
}

#MainContentlux {
	float: left;
	width: 495px;
}
 
 #MainContentlux h1{
	color: #663300;
	font-size:18px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin-right: 10px;
	margin-left: 20px;
}

#MainContentlux h2{
	color: #660000;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 15px;
	margin-top: 30px;
	font-weight: normal;
}

#MainContentlux h3{
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
}


#MainContentlux p{
	padding-left: 20px;
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 20px;
	color: #1a1a1a;
	line-height: 1.4em;
}

#MainContentlux li{
	margin-left: 45px;
	color: #0D2B6B;
	line-height: 20px;
	font-style:italic;
}

#MainContentlux img{
	border: 2px solid #FFFFFF;
	margin-left: 20px;
}

#MainContentlux a, #MainContentlux a:hover{
	color: #660000;
}

#MainContentlux a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#MainContentHome {
	float: left;
	width: 495px;
	background-image: url(../images/layout/bg_mainconthome.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#MainContentHome h3{
	color: #EDBB19;
	padding-left: 20px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

#MainContentHome .h3blue{
	color: #253570;
	font-size: 40px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#MainContentHome p{
	color: #111111;
	padding-left: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
}

#MainContentHome li{
	margin-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0D2B6B;
	line-height: 20px;
}

#MainContentForm {
	width: 495px;
	float: left;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#SecondaryContent {
	float: right;
	width: 245px;
}

#SecondaryContent h2{
	font-size: 11px;
	background-color: #7F642F;
	color: #FFFFFF;
	background-image: url(../images/layout/bg_headerh2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#SecondaryContent h3{ /* This one is for Featured Details */
	font-size: 11px;
	background-color: #7F642F;
	color: #FFFFFF;
	background-image: url(../images/layout/bg_headerh2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 45px;
	margin-left: 0px;
	margin-right: 0px;
}

#SecondaryContent h4{ /* This one is for City List */
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F642F;
	width: 95%;
}

#SecondaryContent p{
	padding-right: 5px;
	color: #330000;
	font-size: 11px;
	padding-left: 5px;
}


#SecondaryContent img {
	border: 1px solid #666666;
}

#SecondaryContent a, #SecondaryContent a:visited {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: bold;
}

#SecondaryContent a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

#ThirdContent {
	float: right;
	width: 245px;
}

#ThirdContent h2{
	font-size: 11px;
	background-color: #7F642F;
	color: #FFFFFF;
	background-image: url(../images/layout/bg_headerh2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#ThirdContent h3{ /* This one is for Featured Details */
	font-size: 11px;
	background-color: #7F642F;
	color: #FFFFFF;
	background-image: url(../images/layout/bg_headerh2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 45px;
	margin-left: 0px;
	margin-right: 0px;
}

#ThirdContent h4{ /* This one is for City List */
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F642F;
	width: 95%;
}

#ThirdContent p{
	padding-right: 10px;
	color: #330000;
	font-size: 10px;
	padding-left: 10px;
	line-height: 1.6em;
}


#ThirdContent img {
	border: 1px solid #666666;
	margin-top: 25px;
}

#ThirdContent a, #ThirdContent a:visited {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: bold;
}

#ThirdContent a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}


/* =Footer
-----------------------------------------------------------------------------*/


/* =Forms
-----------------------------------------------------------------------------*/
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding-left: 165px;
	height: 1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7F642F;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* Removes fieldset borders. even on Opea 7 */


/* =Tables
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
