@CHARSET "UTF-8";

/*
	BODY LAYOUT ========================================
*/
html, body {  	
	/* background-color: #666666; */
	background-color: #8A643F;
	background: url(../images/ltgrymrb.jpg) repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
}
@font-face {
	font-family: angelina;
	src: url('../fonts/angelina.eot');
}
@font-face {
	font-family: angelina;
	src: url('../fonts/angelina.TTF') format("truetype");
}
@font-face {
	font-family: aquiline;
	src: url('../fonts/Aquiline.eot')	
}
@font-face {
	font-family: aquiline;
	src: url('../fonts/Aquiline.ttf') format("truetype");
}
div#outer {
	position:relative; /* needed for footer positioning*/
    width: 800px;
 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-color:#FFFFFF;
    /* background: url(../images/marb071.jpg) repeat; */
    margin:0 auto; /* center, not in IE5 */
    padding: 0px;
    /*
    border-left: thin solid #000000;
    border-right: thin solid #000000;
    */
}
div#header {
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 3px;
    text-align: left;
    background-color: black;
    /* background: url(../images/blackbackground.jpg); */ 
    height: 47px;
}
div#logo {
	float: left;
	width: 110px;	
}
div#logotext {
	text-align: left;
	color: white;
	float: left;
	width: 150px;
	font-weight: bold;	
}

div#nav {
	float: right;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 27px;
    /* border: thin solid #000000;*/
    margin-right: 30px;
}

div#nav a {
	color: white;	
}

div#nav a:hover {
	color: white;	
}
/* Only used on front page */
div#mainEntry {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    /* border: thin solid #000000; */
    padding-bottom: 250px;
    font-size: 12px;
}
div#main {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    /* border: thin solid #000000; */
    padding-bottom: 10px;
    font-size: 12px;
}

div#services {
	position: absolute;
	top: 570px; 
	left: 10px;
	border: 0px solid #f0f0f0; 
	height:165px; 
	width:240px; 
	margin-top:20px; 
	margin-right:10px; 
	margin-left:-5px; 
	
}

div#services .bullet {
	font-family: angelina;
	font-size: 20px;
	list-style-image: url(../images/bullet.jpg);
	margin-left: 0px;
}
div#services .bullet li {
	text-indent: 0px;
}
div#services li a {
	color: #B40404;
	text-decoration:none;
}
div#services li a:hover {
	color: #610B0B;
}

div#footer {
	clear: both;
	color: White;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    text-align: center;
    position:absolute;
	width:100%;
	bottom:0;
	background:black;
	border-top:6px thin black;
	font-size: 20px;
	font-family: angelina;
	font-weight: bold;
	/*
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	*/
	/* clear: both; position: relative; z-index: 10; height: 3em; margin-top: -3em; */
}
div.sidebar-left{
	position:absolute; /* needed for footer positioning*/
    width: 30px;
    top: 0px;
    left: -30px;
 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-color:black;
    background: url(../images/BackgroundFadeReflect.jpg);
    /* background-repeat:repeat-x; */
}
div.sidebar-right{
	position:absolute; /* needed for footer positioning*/
    width: 30px;
    top: 0px;
    left: 800px;
 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-color:black;
    background: url(../images/BackgroundFadeReflect.jpg);
    /* background-repeat:repeat-x; */
}
/*
iframe#iframe1 {
    width: 100%;
    height: 300px;
    min-height: 100%;
    padding: 0px;
    border: thin;
    overflow: no;
}
*/

/*
	END BODY LAYOUT ========================================
*/

/*
	FORM LAYOUT ============================================
*/
label { 
	margin-top:	0px;
	padding-top: 3px;
	position: absolute; 
	text-align:right; 
	width:80px; 
	font-size:10px; 
	color: Black;
}
input, textarea, select { 
	margin-top:	0px;
	margin-left: 100px; 
	background-color: #F1EDC2;
}
input.special, select.special { 
	margin-top:	0px;
	margin-left: 0px; 
}

.button {
	margin-left: 2;
	padding: 5;
	background-color: #CDC8B1;
}

label.check, label.radio { 
	position:relative; 
	text-align:left; 
}
div#ajaxformbuttons {
	padding-top: 5px;
    margin: 0px;
    text-align: center;
}
div#specialmessage {
	padding: 10px;
	text-align:center;
	font-size: 12px;
	}
.fieldmessage {
	position: relative;
	font-size:8px; 
	margin-left: 100px;
	color: Red;
	height: 10px;	
}
div#ajaxformtitle {
	font-family: angelina;
	font-weight: bold;
	font-size:25px; 
	padding-top: 0;
	padding-bottom: 2;
	margin-bottom: 10;
	text-align: center;
	color: Black;
	/* border: 1px solid #781351; */
	background-color: #CDC8B1;
	-moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -khtml-border-radius: 8px 8px 0px 0px;
	behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 0px 0px;
}
div#ajaxicon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 22px;
}
div#ajaxclose {
	position: absolute;
	top: 0px;
	right: 0px; 
	background-image:url('../images/close.png');
	height: 22px;
	width: 22px;
	cursor:pointer;
}
div#ajaxmessage {
	text-align: center;
	font-size:10px;
	padding-top: 2;
	padding-bottom: 2; 
}
div#contactmessage {
	text-align: center;
	font-size:10px;
	padding-top: 2;
	padding-bottom: 2; 
}
div#secimg {
	float: right;
	position: relative;
	top: -10px;
	padding-right: 40px;
}

fieldset {
	border: 1px solid #781351;
	background-color: #FFE4B5;
	margin-left: 10;
	margin-right: 10;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
    border-radius: 5px;
    padding-bottom: 2;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5;
    background-image:url('../images/gradient.gif');
    background-repeat: repeat-x;
}

legend {
	padding-top: 5px;
	font-family: angelina;
	font-size: 20px;
	font-weight: bold;
}

div#usermenu {
	position:relative; /* needed for footer positioning*/
	float:left;
    width: 140px;
 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right: 1px solid #781351;
}
div#userform {
	margin-left: 150px;
	position:relative; /* needed for footer positioning*/
    width: 630px;
 	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.htmlform {
	font-size:10; 
}

.htmlform legend {
	font-size:15; 
	font-weight: bold;
}

.htmlform fieldset {
	border: 1px solid #781351;
	background-color: #FFE4B5;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
    border-radius: 5px;
    padding-bottom: 10;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5;
    background-image:url('../images/gradient.gif');
    background-repeat: repeat-x;
}

/*
	END FORM LAYOUT ========================================
*/


/* 
	LIGHTBOX & DIALOG ======================================
*/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.view_black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 10%;
	height: 10%;
	color: white;
	vertical-align: middle;
	padding-top: 20px;
	background-color: black;
	z-index:9;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.ajax_dialog {
	display: none;
	position: absolute;
	text-align: left;
	/* 
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	*/
	padding: 0px;
	border: 5px solid #CDC8B1;
	background-color: #F1EDC2;
	/* background: url(../images/tanwallpaper.jpg) repeat; */
	z-index:1002;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
	
}
/* 
	END LIGHTBOX & DIALOG ==================================
*/

/*
	START TABS =============================================
*/
.panel {
	clear: both;
	display: none;
	background-color: #F1EDC2;
	background: url(../images/tanwallpaper.jpg) repeat; 
	padding: 10px;
	margin: 0;
}


.panel.active-tab-body {
	display: block;
	height: 250px;
	overflow: auto;
}
.bar {
	padding: 0px;
	background-color: #666;
	display: block;
	height: 3;
}

#tabs {
	position: relative;
	top: 14px;
	height: 28px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	font-size: 12px; 
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
	-moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -khtml-border-radius: 8px 8px 0px 0px;
	behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 0px 0px;
}

#tabs a.active-tab {
	background-color: #CDC8B1;
	border-top: 3px solid #666;
	border-left: 3px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #CDC8B1;
	padding-top: 3px;
	color: Black;
}
/*
	END TABS =============================================
*/

/*
	VIEW FORMATTING ======================================
*/
div#pagemessage {
	position: relative;
	align: center;
	text-align:center;
	font-size: 11px; 
	font-weight:bold;
	background-color: #DCDCDC;
	border: 1px solid #781351;
	margin: 1px;
	text-decoration: none;
	color: #781351;
	width: 100%;
	-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
	behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 8px 8px;
}
div#validationerror {
	font-size:10px;
	font-weight:bold;
	margin-left: auto ;
  	margin-right: auto ;
  	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	patting-right: 20px;
	background-color: #FCF6CF;
	width: 600px;
	border: 1px solid #781351;
	-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
	behavior: url(/css/border-radius.htc);
    border-radius: 8px 8px 8px 8px;
}
div#validationerror li {
	font-size:10px;
	font-weight:normal;
}
div#viewcontainer {
	position: relative;
	width: 100%;
	text-align: center;
}
div#viewactions {
	text-align: left;
	padding-top: 5;
	padding-bottom: 5;
}

div#viewHeader {
	width: 100%;
}
div#viewHeader table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-collapse:collapse;
	background-image:url('../images/gradient.gif');
}
div#viewHeader th {
	font-size: 12px;
	text-algin: left;
	border: 1px solid #781351;
	padding-top:2px; 
	padding-right:0px; 
	padding-bottom:2px; 
	padding-left:2px; 	
	cursor:pointer;
}

div#viewBody {
	background-color: #DCDCDC;
	height: 200px;	
	overflow: auto;
	border: 1px solid #781351;
}
div#viewBody table {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}
div#viewBody td {
	font-size: 10px;
	padding-right:1px;
	padding-left:2px;
}
/* Alternate row color */
div#viewBody tr.d0 td {
	background-color: #FCF6CF;
}
div#viewBody tr.d1 td {
	background-color: #FEFEF2;
}
/* highlight */
div#viewBody tr.dh td {
	background-color: #F9CF6D;
	cursor:pointer;
}
div#viewBody input {
	margin-top:	0px;
	margin-left: 0px; 
}

div#viewPagination {
	text-align:center;
	color:Black;
	/* background-color:Black; */
	font-size:14px; 
	margin:0px; 
	padding-bottom: 5px;
	padding-top: 5px
	
}
div#viewPagination a{
	color:#FF5A00; 
	text-decoration:none;
	font-size:14px;
	margin-left:5px;  
}
div#vviewPagination a:hover{
	color:#FF5A00;
	text-decoration:underline;
}


/* BUTTONS */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
}

a.cbutton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.cbutton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
    
}
a.cbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: Black;
}

a.cbutton:hover span {
	color:#FF5A00;
}




