* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #c5d9ec;
	background-repeat: repeat-x;
	color: #ffffff;
}
body, td, p, input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
}
td{
	text-align:justify;
	vertical-align: top;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
h3 {
	color: #9A0000;
	font-size: 12px;
	margin: 1em 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 1em;
}
ol, ul{
    padding: 0px;
	margin: 0px;
	list-style: inside;
}
a {
	color:#E06512;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.hide {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#container_outer{
    width: 100px;
	margin: 0px auto;
}
/*- Menu Tabs B--------------------------- */

#tabsB {
    font-size: 12px;
}
#tabsB ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0; /* Just some margin to align the blue border below the menu */
}
#tabsB li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
	border-right: 1px solid #808080;
}
#tabsB li.last {
    border: none;
}
#tabsB li a {
	padding: 7px 0 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #ffffff;
	text-decoration: none;
	background: url(/examples/images/tabbed-menu-left.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#tabsB li a:hover {
	background: #6b6b6b;
}
#tabsB li a span {
	padding: 7px 10px 6px 0;
	background: url(/examples/images/tabbed-menu-right.gif) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#tabsB li a:hover span {
	background: url(/examples/images/tabbed-menu-right.gif) no-repeat right bottom;
}
#button {
	width: 15em;
	border-right: 1px solid #ffffff;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#button li a {
	display: block;
	padding: 3px 12px 2px 12px;
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}
#button li a:hover {
	background-color: #eeeeee;
	color: #9A0000;
}
#button li #active {
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-color: #cccccc;
	color: #cccccc;
}
-->
.body {
	font-family: Verdana;
	font-size: 10px;
	color: #B9B7B7;
	margin: 0px;
}
#maintable {
	border: 1px #e5e5e5 solid;
}
.contentInnerpage {
	margin: 0px 50px;
}
.contentInnerpage td {
	text-align: justify;
}
.contentTable {
	width: 250px;
	margin-bottom: 20px;
}
.catName {
	color: #FFFFFF;
	background: #9A0000;
	font-weight: bold;
	padding-left: 8px;
	height: 15px;
	text-align: left;
	border-bottom: 8px #FFFFFF solid;
	font-size: 11px;
}
.catName a {
	color: #FFFFFF;
	text-decoration: none;
}
.portlet .top .left {
	background: url(../images/portletcorner_bg.gif) no-repeat 0% 0%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portlet .top .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/portletcorner_bg.gif) no-repeat 100% 0%;
	margin: 0px;
}
.portlet .top .middle {
	background: #2059a3;
	border-top: 1px solid #638bbf;
	border-bottom: 1px solid #638bbf;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
.portlet .portlet_title {
	padding: 9px 6px 0px;
	line-height: normal;
	font-weight: bold;
	color: #76cff6;
	white-space: nowrap;
}
.portlet .content {
	border-left: 1px solid #638bbf;
	border-right: 1px solid #638bbf;
	padding: 6px 14px 1px;
	height: 150px;
}
.portlet .content1 {
	border-left: 1px solid #638bbf;
	border-right: 1px solid #638bbf;
	padding: 6px 14px 1px;
	height: 120px;
}
.portlet .bottom .left {
	background: url(../images/portletcorner_bg.gif) no-repeat 0% 100%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portlet .bottom .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/portletcorner_bg.gif) no-repeat 100% 100%;
	margin: 0px;
}
.portlet .bottom .middle {
	border-bottom: 1px solid #638bbf;
	background: #2059a3;
	height: 7px;
	margin: 0px;
}
.projectsportlet_title {
	padding: 8px 4px 4px;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	color: #2059a3;
}
.projectsportlet_title a {
	color: #2059a3;
}
.projectsportlet_titletop {
	background-image: url(../images/portletwhiteheader_bg.gif);
	background-repeat: repeat-x;
	padding: 8px 4px 8px 13px;
	line-height: normal;
	font-weight: normal;
}
.projectsportlet_titletop, .projectsportlet_titletop a{
	color: #AF6B00;
}
.projectsportlet_titletop img.arrow{
    padding: 0px 5px;
}
.projects_titletop {
	padding: 8px 4px 4px;
	line-height: normal;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	color: #2059a3;
}
.projects_bottomlink {
	padding: 0px 0px 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #2059a3;
}
.projectDropdown {
	font-weight: normal;
	font-size: 11px;
	color: #af6b23;
	text-align: left;
}
.projects_head {
	padding: 12px 0px 0px 20px;
	font: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2059a3;
}

/* portlet white */
.portletwhite .top .left {
	background: url(../images/portletwhitecorner_bg.gif) no-repeat 0% 0%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portletprojects .top .left {
	background: url(../images/projectswhitecorner_bg.gif) no-repeat 0% 0%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portletwhite .top .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/portletwhitecorner_bg.gif) no-repeat 100% 0%;
	margin: 0px;
}
.portletprojects .top .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/projectswhitecorner_bg.gif) no-repeat 100% 0%;
	margin: 0px;
}
.portletwhite .top .middle {
	background: #ffffff;
	border-top: 1px solid #638bbf;
	/*border-bottom: 1px solid #ffdb4b;*/
	height: 28px;
	margin: 0px;
	padding: 0px;
}
.portletprojects .top .middle {
	background: #ffffff;
	border-top: 1px solid #c8ebfb;
	border-bottom: 1px solid #c8ebfb;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
.portletwhite .content {
	border-left: 1px solid #638bbf;
	border-right: 1px solid #638bbf;
	padding: 6px 14px 1px;
	height: 440px;
}

.whitemiddle {
	background: #ffffff;
}
.innercontent {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #2059a3;
	border-left: 1px solid #638bbf;
	border-right: 1px solid #638bbf;
	padding: 6px 0px 1px;
	height: auto;
}
.innerpagecontent {
	background-color: #ffffff;
	border-left: 1px solid #638bbf;
	border-right: 1px solid #638bbf;
	padding: 20px;
	color: #333333;
}
.innerpagecontent h1{
    font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 1em;
	padding: 0px;
	color: #CF7E00;
}
.innerpageimages {
	display: block;
	float: right;
	margin-left: 10px;
	width: 267px;
	height: 174px;
}
.innerprojects {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #2059a3;
	border-left: 1px solid #c8ebfb;
	border-right: 1px solid #c8ebfb;
	padding: 8px 8px 0px 8px;
	height: auto;
}
.portletwhite .bottom .left {
	background: url(../images/portletwhitecorner_bg.gif) no-repeat 0% 100%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portletprojects .bottom .left {
	background: url(../images/projectswhitecorner_bg.gif) no-repeat 0% 100%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
.portletwhite .bottom .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/portletwhitecorner_bg.gif) no-repeat 100% 100%;
	margin: 0px;
}
.portletprojects .bottom .right {
	padding: 0px 8px 0px 0px;
	background: url(../images/projectswhitecorner_bg.gif) no-repeat 100% 100%;
	margin: 0px;
}
.portletwhite .bottom .middle {
	border-bottom: 1px solid #638bbf;
	background: #ffffff;
	height: 7px;
	margin: 0px;
}
.portletwhite .bottom .middle {
	border-bottom: 1px solid #c8ebfb;
	background: #ffffff;
	height: 7px;
	margin: 0px;
}
.portletwhite .probottom .promiddle {
	border-bottom: 1px solid #c8ebfb;
	background: #ffffff;
	height: 7px;
	margin: 0px;
}
/* portlet white */
.contentBg {
	background-image:url(../images/txtbg.jpg);
	background-repeat: no-repeat;
	wiidth: 372px;
	height: 214px;
	font-family: Verdana;
	font-size: 10px;
	color: #ab9095;
}
.orangelineBg {
	background-image:url(../images/orange_line.gif);
	background-repeat: repeat-x;
	wiidth: 10px;
	height: 4px;
}
.bodyTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}
.bodyTxtGrey {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-align: left;
	font-weight: normal;
}
.bodyTxtGrey1 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
}
.bodyTxtHeader {
	font-family: Verdana;
	font-size: 18px;
	color: #0F3B54;
	text-align: left;
	font-weight: normal;
}
bodyTxtHeader {
	font-family: Verdana;
	font-size: 18px;
	color: #0F3B54;
	text-align: left;
	font-weight: normal;
}
.bodyTxtHeader1 {
	font-family: Verdana;
	font-size: 10px;
	color: #0F3B54;
	text-align: justify;
	font-weight: bold;
}
.bodyTxtHeader2 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	font-weight: bold;
}
.bodyTxtJobPos {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}
.dotedline {
	background:url(../images/dotedline.gif) repeat-x;
	display: block;
	height: 1px;
	padding-bottom: 1em;
	clear: both;
}
.hline {
	background: #FFC76F;
	clear: both;
	display: block;
	margin-bottom: 1em;
	height: 3px;
}
.vline {
	border-right: 1px solid #E5E5E5;
}
.verticalline {
	background-image:url(../images/v_line_bg_project.gif);
	background-repeat: repeat;
	x: 5px;
	height: 1px;
}
.BottomImage {
	background-image:url(../images/homepage_bottom.jpg);
	background-repeat: no-repeat;
	wiidth: 777px;
	height: 121px;
}
.OrchidspingPopup {
	background-image:url(../images/orchidspringpop_head_bg.gif);
	background-repeat: repeat;
	wiidth: 1px;
	height: 30px;
}
.linksMediaHead {
	font-family: Verdana;
	font-size: 11px;
	color: #8BA56A;
	text-align: Right;
	font-weight: bold;
}
.linksFloorplan {
	font-family: Verdana;
	font-size: 11px;
	color: #8BA56A;
	text-align: Left;
	font-weight: bold;
}
.linksBottom {
	font-family: Verdana;
	font-size: 10px;
	color: #8BA56A;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
.linksProjectsText {
	padding: 8px 4px 4px;
	font-family: Verdana;
	font-size: 11px;
	color: #2059a3;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
a.links {
	text-decoration: none;
}
a.links:hover {
	text-decoration: underline;
}
a.linksProjects {
	text-decoration: none;
	color: #2059a3;
}
.tbox {
	border: 1px solid #6f3d47;
	background-color: #6f3d47;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}
.box {
	border: 1px solid #e5e5e5;
	background: #eeeeee;
	margin-bottom: 10px;
}
.iform {
	width: 120px;
}
.modelsbox {
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	text-align: left;
	font-weight: normal;
}
.Projectslinks {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	background: #cccccc;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 3px;
}
.Projectslinks:hover{
    cursor: pointer;
	background: #dddddd;
}
.Projectslinks_selected{
    background: #B2D7F4;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	padding: 3px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.Projectslinks_content{
    color: #333333;
	border-top: 1px solid;
	border-top-color: #B2D7F4;
	padding: 0px;
}
.footerBG {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.borderBGR {
	background-image: url(../images/rightborder_bg.gif);
	background-repeat: repeat-y;
}
.borderBGL {
	background-image: url(../images/leftborder_bg.gif);
	background-repeat: repeat-y;
}
.borderBGB .borderBGR, .borderBGB .borderBGL{
	vertical-align: bottom;
}
.homeBlueBGT {
	background: #2059a3 url(../images/homebg_t.gif) repeat-x;
}
.menuBG {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}

/* projects_sub */

#projects_sub .portletprojects .top .middle {
	background: #ffffff;
	border-top: 1px solid #c8ebfb;
	border-bottom: none;
	height: 7px;
	margin: 0px;
	padding: 0px;
}

#projects_sub .innerprojects{
    padding: 0px;
}

#projects_sub .innerprojects_pic{
    border-bottom: 1px solid #c8ebfb;
	padding: 0px 8px 8px;
	height: 75px;
}
#projects_sub .innerprojects_desc{
	padding: 8px 8px 0px;
	font-weight: normal;
	font-size: 10px;
	color: #2059a3;
	text-align: left;
	height: 100px;
}
/* end of projects_sub */
/* table */

.tablelisting{
    width:100%;
	background: #ffffff;
}
.tablelisting th, .tablelisting td{
    padding: 5px;
	text-align: left;
}
.tablelisting th{
    text-align: left;
	background: #DFE68E;
	color: #666666;
}
.tablelisting th.title{
    background: #CBC987;
	color: #666666;
	width: 31%;
}
.tablelisting td{
	background: #FFFFCC;
	color: #666666;
}
.tablelisting td.title{
    background: #F0EAC8;
	font-weight: bold;
	color: #666666;
	width: 31%;
}
.tablelisting .separator{
    height: 5px;
	background: #e4e1b6;
	padding: 0px;
}
/* end of table */

a.applynow{
    display: block;
	float: right;
	width: 77px;
	height: 16px;
	background: url(../images/applynow.gif) no-repeat;
}