/* Element-generic declarations */
body {
    font-family: Arial, Helvetica, sans-serif; /* font-family, size, and color from Bizyinc old style */
	font-size: 14px;
	color: #CC7A02;   /*tan, light brown*/
	background: #FFFFFF;  
    margin: 0px;
    padding: 0px;
} 
img {border:0px;}   /* remove border from all images*/

/* remove border from link images */
a img {
border: 0px;
}

input, select, textarea, checkbox {
     font-family: Arial, Helvetica, sans-serif;
     border: 1px solid #536e99;
     color: #000000;
     font-weight: normal;
     font-size: 11px;
     line-height:12px
}

a:link {
	color: #663300;
	text-decoration: none;
	outline: none;
}

a:active  {
	color: #663300;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #663300;                 /* dark brown  */
	text-decoration: none;
	outline: none;
	background: none; 
} 

a:hover {
	color: #FF3300;               /* bright orange */
	text-decoration: none;
	outline: none;
}



.dropright {float: right; padding:6px; margin: 8px 8px 8px 8px;border: 1px solid #f00; width:355px; height:300px;}
.dropright_mouse {float: right; padding:6px; margin: 8px 8px 8px 8px;border: 1px solid blue; width:355px; height:300px;} 
.dropleft  {float: left; padding:6px; margin: 8px 8px 8px 8px;border: 1px solid #f00; width:355px; height:300px;}
.dropleft_mouse  {float: left; padding:6px; margin: 8px 8px 8px 8px;border: 1px solid blue; width:355px; height:300px;}
.imgright {float: right; padding:6px; margin: 8px 8px 8px 8px;border: 0px solid #f00; width:355px;}
.imgleft  {float: left; padding:6px; margin: 8px 8px 8px 8px;border: 0px solid #f00; width:750px;}

.menu ul {
	 width: 100%;
     margin-left: 0;
     padding-left: 0;
     border: 0;
}

.menu li {
     list-style: none;
     background-color: #9cabc4;     
}

.menu li a {
	 display: block;
	 text-decoration: none;
     border-bottom: 1px solid #666666;
	 color: #ffffff;
     padding-left: 3px;
     padding-top: 3px;
     padding-bottom: 3px;
}

.menu li a.current { 
     color: #ed1d25;
     font-weight: bold; 
}

.menu li a:hover {
     color: #000000;
}

.menu li a:visited { 
     color: #ffffff; 
}

.menu li a.child {
     background-color: #bec8d9; 
}

.menu li a.home {
    border-top: 1px solid #666666;
}

.menu li a:hover.child {
     color: #000000;
}

.menu li a:hover.home {
     color: #000000;
}

.menu li a.parent {
    border-top: none;
}

.menu li a:hover.parent {
     color: #000000;
}

.menu li a:hover.parent {
     color: #000000;
}

form {
display: inline; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Times New Roman", serif;
	color: black;
}

h1 {
	font-size: 14px;
	line-height: 14px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

h4 {
	font-size: 14px;
}

table {
  border: 0;
}

td {
	font-size: 12px;
} 

.required {
     color: #ed1b23;
     font-weight: bold;
}


.headerlarge {
     font-size: 28pt;
     font-style: italic;
     text-align: center;
     color: #000000;
}

.headersmall {
     font-size: 18pt;
     font-style: none;
     text-align: center;
     color: #000000;
}

.fieldprompt {
color: #666666; 
font-size: 11px;
font-weight: bold;
vertical-align: top;
text-align:left;
border-bottom: none;
}

.statsprompt {
color: #000000; 
font-size: 14px;
font-weight: normal;
vertical-align: top;
text-align:right;
border-bottom: none;
}

table.wrapper {
	border: 2px solid #536e99;
	background: white;
}

input.solidborder {
     border: solid 1px #000000;
}

.field50 {font-family:tahoma,arial,verdana; font-size:11px; border:solid 1px #000000; width:50px; height:17px; padding-left:3px; line-height:12px}

.field100 {font-family:tahoma,arial,verdana; font-size:11px; border:solid 1px #000000; width:100px; height:17px; padding-left:3px; line-height:12px}

.field150 {font-family:tahoma,arial,verdana; font-size:11px; border:solid 1px #000000; width:150px; height:17px; padding-left:3px; line-height:12px}

.field200 {font-family:tahoma,arial,verdana; font-size:11px; border:solid 1px #000000; width:200px; height:17px; padding-left:3px; line-height:12px}

.field25 {font-family:tahoma,arial,verdana; font-size:11px; border:solid 1px #000000; width:25px; height:17px; padding-left:3px; line-height:12px}

.pulldown { border:solid 1px #000000; }

input.button {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	font-weight: normal;
	font-size: 12px;
}

.menucorner {
     border-top: 2px solid #36cf36;
     border-left: 2px solid #36cf36;
     border-right: none;
     border-bottom: none;
}

.termsscroll {
     padding : 5px;
     width: 95%;
     border: 1px solid #000000;
     background-color: #ffffff;      
     height: 250px; 
     overflow: auto;
}

/* BIZYINC STYLES from styles2*/
/* Pulled body, a:link, :active, :visited, :hover and moved to existing code above */

p { padding: 5px 10px 0px 10px; margin: 0px; }
b { color: #000; }
h1 { font-family: Arial; font-size: 24px; font-weight: bold; color: #000; padding: 0px; margin: 18px 3px 3px 14px; }
h2 { font-family: Trebuchet MS, Arial; font-size: 16px; font-weight: bold; color: #000000; padding: 0px;  }
h3 { font-family: Arial; font-size: 12px; font-weight: bold; color: #000; padding: 0px; margin: 18px 0px 0px 14px; }
em { color: #888; font-size: 10px; font-style: normal; font-weight: normal; }
td { font-family: Arial; font-size: 12px; color: #777777; }
td.ctr { border-style: solid; border-color: #EEE; border-width: 0px 1px 0px 1px; }
td.ctrrt { border-style: solid; border-color: #EEE; border-width: 0px 1px 0px 0px; }
hr { height: 1px; border: 0px; color: #EEE; background-color: #EEE; }
#sha { position: relative; width: 784px; background: url(../img/shad_01.gif) repeat-y; }
#out { position: relative; width: 750px; text-align: left; background: #FFF; border-style: solid; border-color: #ABB5C0; border-width: 0px 1px 1px 1px; }
#bnr { position: relative; height: 95px; }
#myhead { position: relative; top:5px; left:10px; width:750px; height:100px;}
#nav { position: relative; width: 750px; border-bottom: 2px solid #ED1B23; text-align: right; height: 31px; }
#nav ul { float: right; margin: 0px; padding: 0px; }
#nav ul li { float: left; margin: 0px; padding: 0px; list-style: none; display: inline; }
#nav ul li a { display: block;  padding: 0px; background: url(../img/nav.gif) no-repeat; font-family: Trebuchet MS, Arial; font-size: 14px; font-weight: normal; width: 90px; height: 31px; text-align: center; line-height: 31px; }
#nav ul li a:hover { color: #ED1B23; background-position: 0px -31px; }
#nav ul li a:active { color: #0046A0; background-position: 0px -31px; }
#nav ul li.on a { color: #ED1B23; background-position: 0px -31px; }
#pano { margin-top: 1px; border-bottom: 1px solid #AAA; text-align: center; }
#lef { position: relative; float: left; width: 245px; }
#lef ul { margin: 25px 0px 0px 15px; padding: 0px; }
#lef ul li { margin: 0px 0px 14px 0px; padding: 0px; list-style: none; }
#lef ul li a { background: url(../img/btn_01.gif) no-repeat 8px 0px; font-family: Trebuchet MS, Arial; font-size: 14px; display: block; width: 220px; height: 23px; text-align: left; line-height: 23px; text-indent: 46px; color: #0046A0; }
#lef ul li a:hover { color: #9D1C1F; }
#lef ul li a.pdf { background: url(../img/ico_pdf.gif) no-repeat; font-family: Trebuchet MS, Arial; font-size: 16px; height: 37px; text-indent: 23px; line-height: 37px; color: #0046A0; }

#mid { position: relative; float: left; width: 280px; margin: 0px; border-left: 1px solid #EEE; }
#ful { position: relative; float: left; width: 500px; margin: 0px; border-left: 1px solid #EEE; padding-bottom: 25px; }
#wyd_orig { position: relative; width: 800px; margin: 15px; }
#wyd {width:957px;margin-left:auto;margin-right:auto;position:relative;top:5px;}
#ryt { position: relative; float: right; width: 220px; margin: 0px; border-left: 1px solid #EEE; }
#left {position:relative; float:left;width:525px;text-align:left; }
#right {position:relative; float:right;width:220px;padding: 10px; border:2px solid brown;text-align:left;}
#foot { position: relative;float:left; line-height: 40px; width:525px;clear: both; border-top: 1px solid #DDD; padding: 20px 6px 6px 0px; font-size: 10px; color: #777;  }
#foot em { background: url(../images/bg_02.gif) no-repeat 0px 0px;height: 24px;width:1px;margin: 0px 4px 0px 6px; }
#skn { position: relative; float: left; width: 200px; }
#max { position: relative; float: right; width: 540px; margin: 0px; border-left: 1px solid #EEE; }
#shd { position: relative; width: 784px; height: 17px; background: url(../img/shad_02.gif) no-repeat; }
#topic {position:relative; width:700px;height:50px;background-color: #F2D13D;margin:20px;text-align:right;padding:20px;}
#content{position:relative; width: 700px;height:500px;background-color: #FFFFFF;margin:20px;padding:20px;}

.logo { position: absolute; left: 35px; top: 20px; }
.mantra { position: absolute; left: 250px; top: 35px; }
.search { position: absolute; top: 17px; left: 500px; height: 23px; width: 234px; }
.search input { height: 23px; width: 200px; border: 1px solid #8F8F8F; font-size: 11px; color: #666; background: #FFF url(../img/grey.gif) repeat-x; padding: 4px; }
.search img { float: right; margin: 1px 0px 0px 0px; }
.pdf { background: url(../img/pdf.gif); background-position: 0px 0px; background-repeat: no-repeat; line-height: 17px; display: block; height: 17px; padding-left: 23px; }
.aro { background: url(../img/aro.gif); background-position: 0px 3px; background-repeat: no-repeat; padding-left: 12px; margin-top: 6px; }
a.redbtn { background: url(../img/btn_01.gif) no-repeat; font-family: Trebuchet MS, Arial; font-size: 14px; display: block; width: 200px; height: 23px; text-align: left; line-height: 23px; text-indent: 32px; color: #0046A0; }
a.redbtn:hover {  background: url(../img/btn_01.gif) no-repeat; color: #ED1B23; }

.dropBox {
	text-align: right;
	padding: 4px;
	background-color: #FFFFFF;
	border: 2px solid #f00;
	cursor: pointer;
	
}

#object1 {
	position: absolute;
	z-index: 3;
	top: 335px;
	left: 475px;
	background: white url(../images/highligh_web.png) no-repeat;
	height:203px;
	width:340px;
	}

#object2 {
	position: absolute;
	z-index: 2;
	top: 230px;
	left: 385px;
	background: white url(../images/publish.png) no-repeat;
	height:222px;
	width:340px;
	}

#object3 {
	position: absolute;
	z-index: 1;
	top: 145px;
	left: 275px;
	background: white url(../images/codeeditor.png) no-repeat;
	height:214px;
	width:340px;
	}

#object4 {
	position: absolute;
	z-index: 0;
	top: 75px;
	left: 165px;
	background: white url(../images/contentmanager.png) no-repeat;
	height:200px;
	width:345px;
	}
	
	/*for form */
	
label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}



label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

br.thanks {
	clear: left;
}


