@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	
	background-image:url(../images/backs/pattern.JPG);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#1f3d23;
	
	margin-top: 20px;
	
}

.NumTile {
	float:left; margin:-3px 5px 0 0; width:50px; height:50px;background-image:url(../images/backs/number.PNG); text-align:center
	
}

.twoColFixLtHdr #imported {
          width:200px;
          height:158px;
          position:absolute;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*Background: #2d2a1f;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	
	padding: 0 0px 0 0px;  /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	
	height: 158px;
} 

.twoColFixLtHdr #buttonBar {
    text-align: center;
	vertical-align:top;
	height: 65px;
	margin: -10px 0 0 0;
	padding: 0px 0px 0 0px;  /* 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. */
	
} 


.twoColFixLtHdr #sidebar1 {
    margin: 0px 0px 0px 0px;
	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: 5px 10px 15px 20px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* 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: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	Background: #2d2a1f;
	text-align:left;
} 
.twoColFixLtHdr #footer { 
 text-align: center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#3d3b2f;
} 
.twoColFixLtHdr #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;
}

.insetPhotoLeft {float:left; margin:0 10px 0 0px}

.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;
}

.titleLarge {
	font-size: 36px;
	font-family: arial;
	color:#9ee97c;
}

.blackLarge {
	font-size: 20px;
	font-family: arial;
	color:#000000;
}

.normalTextBlk {
	font-family: Arial;
	font-size: 16px;
	color:#000000;
}

.normalText {
	font-family: Arial;
	font-size: 16px;
	color:#F5F5F5;
}

.smallText {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}


.buttonTxt {
	font-size: 15px;
	font-family: arial;
	color:#9ee97c;
}

.buttonDiv {
	font-size: 15px;
	font-family: arial;
	color:#FFFFFF;
}


.greenNormal {
font-family: Arial;
	font-size: 16px;
color: #9EE97C}
/* BUTTONS */

a:link {
COLOR:#9EE97C;
text-decoration:  none;

}
a:visited {
COLOR: #9EE97C;
text-decoration:  none;

}
a:hover {
COLOR:#66CCCC;
}
a:active {
COLOR: #FFFFFF;
text-decoration:  none;

}

a.white:link {
COLOR:#FFFFFF;
text-decoration:  none;

}
a.white:visited {
COLOR: #FFFFFF;
text-decoration:  none;

}
a.white:hover {
COLOR:#FFFFFF;
}
a.white:active {
COLOR: #FFFFFF;
text-decoration:  none;

}

.CollapsiblePanel {background:none; width:100px}

h1 {font-weight:100;
	font-size: 36px;
	font-family: arial;
	color:#9ee97c;
}
p {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
 ==========================================================================================================================================
4. FORMS 
------------------------------------------------------------------------------------------------------------------------------------------
*/

.searchInput {background:none; background-image:url(../images/search/entryBox.PNG); width:116px; height:17px; padding:3px 5px 0 5px; border:none; font-size:12px; font-family:Arial, Helvetica, sans-serif}
.searchButton {background:none; background-image:url(../images/search/searchButton.PNG); width:96px; height:20px; border:none; margin-left:20px; color:#fff; cursor:pointer}

input[type=text] {background-color:#eee; border:#333 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:12px}
input[type=password] {background-color:#eee; border:#333 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:12px}
input[type=submit] {background-color:#6C0; border:#060 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:12px; cursor:pointer; color:#000}
select {font-family:Arial, Helvetica, sans-serif; font-size:12px}


#clientDetails input[type=text] {background-color:#F7F7F7; border:#ddd 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:10px; width:98%}
#clientDetails textarea { background:none; background-color:#F7F7F7; border:#ddd 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:10px; width:100%}

#itinDetails input[type=text] {background-color:#F7F7F7; border:#ddd 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:10px; width:98%}
#itinDetails textarea { background:none; background-color:#F7F7F7; border:#ddd 1px solid; font-family:Arial, Helvetica, sans-serif; font-size:10px; width:100%}
