/* 
-----------------------------------------------------
Base Site Master CSS file @author - Alex
-----------------------------------------------------
This file contains GLOBAL Newland Site items.
Please don't change any selector names
if you add, change, or remove something please
flag accordingly (see the website below)
-----------------------------------------------------
-----------------------------------------------------
*/

@import url(reset.css); /* I STRONGLY reccomend using the master reset */

/* BASIC ELEMENTS 
---------------------------------------------------------- */
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #3c342c;
	}

h1 {
	color: #cf913e;
	font-size: 24px;
	font-family: "Trebuchet MS";
}

h3 {
	color: #a89589;
	font-size: 14px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	font-style: italic;
	padding-bottom: 1em;
	padding-top: 0.1em;
}
a {
	color: #cf913e;
}

/* SPECIAL CLASSES 
---------------------------------------------------------- */
.fmttext { /* anything spit out of the CMS is wrapped in div.fmmtext */
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-bottom: 5px;
}

.fmttext p {
	padding-bottom: 15px;
	xfloat:left;
	xclear:left;
}
.fmttext h3 {
	xfloat:left;
	xclear:right;
}

/* .fmttext img {
	margin:0px 10px 10px 0px;
	} */

.align_left { float: left;}
.align_right {float: right;}

.leftimg {
	float:left;
	background: none;
	border:1px solid #aa9679;
	margin:0px 10px 10px 0px;
}


.rightimg {
	float:right;
	background: none;
	border:1px solid #aa9679;
	margin:0px 0px 10px 10px;
	}

.force_break { /* used to clear floats */
	clear: both;
	}
	
.section_divider {
	clear:both;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ddd7c5;
	}


.no_border, a.no_border, input.no_border, select.no_border {
	border:none !important;
	background:none !important;
	margin:0px;
	}
a.go_btn, a.stop_btn {
	padding: 4px 40px;
}
.go_btn, .stop_btn {
	color:#fff;
	font: bold 10px "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: 1px;
	xborder: #3c342c 1px solid;
	float: left;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	margin: 1px;
}

.go_btn {
	background: #9fd287 url(../sysimages/green_btn.jpg) repeat-x;
	background-position: bottom;	
	}

.stop_btn {
	background: #ce903d url(../sysimages/orange_btn.jpg) repeat-x;
	background-position: bottom;
	}
	
input.go_btn,
input.stop_btn { /* you will have to do some padding adjustments for the input */
	padding: 4px 0;
	}

.dark_btn {
	}

.light_btn {
	}

a.dark_btn, a.light_btn {
	color: #cf913f;
	padding: 0px 0px 0px 10px;
	}

a:hover.dark_btn, a:hover.light_btn {
	}


a.popup { /* links that open in a new window */
	padding-right: 1.5em !important;
	background: url(../sysimages/popup_bg.gif) no-repeat right;
	}
a.popup2 { /* other links that open in a new window */
	padding: 0 10px;
	background: url(../sysimages/popup_bg2.gif) no-repeat right;
}
	
a.popup em { display: none; } /* don't change */
	
	
a.arrow { /* links that use the red arrow to the left of them */
	font: normal 10px "Trebuchet MS";
	color: #ce903e;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(../sysimages/home_search/search_wrap_li_arrow.jpg) no-repeat left;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

a.print { /* this gives a link a printer icon */
/*	background:url(../sysimages/icon_printer.gif) left no-repeat;
	padding-left:14px;*/
	}
	
a:hover.arrow,
a:hover.print {
	text-decoration:underline;
	}


	


/* FORM STUFF
---------------------------------------------------------- 
requires - formfoolery.js or forms.js as well as prototype.js
for more info visit http://www.alexwelch.com/formfoolery
---------------------------------------------------------- */

/* pre filled-out state */
input.default,
textarea.default,
select.default {

	
}

/* on focus state */
input.focus,
textarea.focus,
select.focus {

	
}

/* you could also do a :hover state, or combine .focus and :hover e.g. - input.focus, input:hover { color: red;} */

/* post filled-out state */
input,
textarea,
select {
	font: italic 11px "Trebuchet MS";
	line-height: 13px;
	color: #3c342c;
	border: solid 1px #c2ad9c;
	padding: 2px;
	margin: 0px 0px 3px 0px;
}

.contentbox {
	padding: 10px 10px 10px 10px;
}
.page_title {
	padding-bottom: 15px;
}

.frame{
width:550px;
height:1250px;
overflow:hidden;
}



.mainframe{
width:600px;
height:720px;
overflow-x:hidden;
overflow-y:visible;
}
 
.softframe{
width:185px;
height:150px;
overflow:hidden;
}
 
.realframe{
width:600px;
height:1200px;
overflow:hidden;
}