@font-face {
    font-family: 'MyriadProBold';
    src: url('myriadprobold-webfont.eot');
    src: url('myriadprobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadprobold-webfont.woff') format('woff'),
         url('myriadprobold-webfont.ttf') format('truetype'),
         url('myriadprobold-webfont.svg#MyriadProBold') format('svg');
 	     url("myriadprobold-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadPro';
    src: url('myriadpro-webfont.eot');
    src: url('myriadpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-webfont.woff') format('woff'),
         url('myriadpro-webfont.ttf') format('truetype'),
         url('myriadpro-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('centurygothic.eot');
    src: url('centurygothic.eot?#iefix') format('embedded-opentype'),
         url('centurygothic.woff') format('woff'),
         url('centurygothic.ttf') format('truetype'),
         url('centurygothic.svg#centurygothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url('centurygothicitalic.eot');
    src: url('centurygothicitalic.eot?#iefix') format('embedded-opentype'),
         url('centurygothicitalic.woff') format('woff'),
         url('centurygothicitalic.ttf') format('truetype'),
         url('centurygothicitalic.svg#centurygothicitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('centurygothicbold.eot');
    src: url('centurygothicbold.eot?#iefix') format('embedded-opentype'),
         url('centurygothicbold.woff') format('woff'),
         url('centurygothicbold.ttf') format('truetype'),
         url('centurygothicbold.svg#centurygothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-BoldItalic';
    src: url('centurygothicbolditalic.eot');
    src: url('centurygothicbolditalic.eot?#iefix') format('embedded-opentype'),
         url('centurygothicbolditalic.woff') format('woff'),
         url('centurygothicbolditalic.ttf') format('truetype'),
         url('centurygothicbolditalic.svg#centurygothicbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlyphaLT-Bold';
    src: url('glyphalt65bold.eot');
    src: url('glyphalt65bold.eot?#iefix') format('embedded-opentype'),
         url('glyphalt65bold.woff') format('woff'),
         url('glyphalt65bold.ttf') format('truetype'),
         url('glyphalt65bold.svg#glyphalt65bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	margin:0px;
	width:100%;
}

#subcontainer
{
	background: url("../images/homepage-bg-new.jpg") no-repeat center top;
	width:1240px;
}

#landingpage-container
{
	background: url("../images/landingpage-bg-new.jpg") no-repeat center top;
	width:1240px;
}

#landingpage-left-bg
{
	background: url("../images/landingpage-bg-left.jpg") repeat-x;
	width:50%;
}

#landingpage-right-bg
{
	background: url("../images/landingpage-bg-right.jpg") repeat-x;
	width:100%;
}

#maincontainer
{
	width:1116px;
	margin:0px auto;
	padding:0px;
	border:0px solid red;
	height:1000px;
}

#homepage-left-bg
{
	background: url("../images/homepage-bg-left.jpg") repeat-x;
	width:50%;
}

#homepage-right-bg
{
	background: url("../images/homepage-bg-right.jpg") repeat-x;
	width:50%;
}

#subpage-bg-top
{
	background: url("../images/subpage-bg-top.jpg") no-repeat center top;
	width:1240px;	
}

#subpage-bg-bottom
{
	background: url("../images/subpage-bg-btm.png") no-repeat center bottom;
	width:1240px;
}


#subpage_content
{
	margin-left:166px;
	width:784px;	
}

#content-bg
{
	background: url("../images/content-bg-subpage.png") repeat center top;
	width:1116px;
	
}

#subpage-container
{
	width:1116px;
	margin:0px auto;
}

#sliderbg-subpage
{
	
	background: url("../images/slider-bg.png") no-repeat center top;
	height:250px;
	width:1116px;
}

#subpage_content
{
	margin-left:166px;
	width:784px;	
}

#bird-bg
{
	background: url("../images/bird-bg.png") no-repeat;
	height:54px;
	width:1116px;
}

#header
{
	width:1116px;
	height:166px;
	position:relative;
}

#subheader
{
	
	width:660px;
	height:20px;
	position:absolute;
	top:56px;
	left:436px;
}

#headerlogo
{
	width:343px;
	height:126px;
	position:absolute;
	top:20px;
	left: 30px;
}

.heading
{
	font-family: 'GlyphaLT-Bold';
	font-weight:900;
	font-size:18px;
	word-spacing:2px;
	line-height:1.5;
	font-style:italic;
	color:#000000;
}

.text_01
{
	font-family: 'CenturyGothic';
	font-size:15px;
	word-spacing:2px;
	color:#F2F6F9;
	text-align:center;
	line-height:1.5em;
}

.text_02
{
	font-family: 'GlyphaLT-Bold';
	font-size:20px;
	color:#FFFFFF;
}

.text_03
{
	font-family: 'GlyphaLT-Bold';
	font-size:18px;
	font-weight:bold;
	word-spacing:2px;
	color:#FFFFFF;
	text-align:center;
	line-height:1.5em;
}

.text_04
{
	font-size:16px;
}

.text_05
{
	font-family: 'CenturyGothic';
	font-size:15px;
	word-spacing:2px;
	text-align:center;
	line-height:1.5em;
}

.text_06
{
	font-family: 'CenturyGothic';
	font-size:15px;
	color:#F2F6F9;
}

.text_07
{
	font-family: 'CenturyGothic';
	font-size:15px;
	color:#000000;
}

.inputbox
{
	font-family: 'CenturyGothic';
	font-size:15px;
}

.slider-bg
{
	padding:15px 0px 0px 121px;
	 width:875px; 
	 height:204px;
}

#leftmenu
{
	background: url("../images/left-menu-bg.png") no-repeat;
	width:485px;
	height:30px;
	position:absolute;
	top:122px;
	left:414px;
	padding:13px 0 0 18px;
}

#rightmenu
{
	background: url("../images/right-menu-bg.png") no-repeat;
	padding:15px 0px 0px 0px;
	width:203px;
	height:30px;
	position:absolute;
	top:120px;
	left:912px;
}

#sliderbg
{
	margin:50px 0px 0px 110px;
	background: url("../images/landing-slider-bg.png") no-repeat center top;
	height:356px;
	width:893px;
}

.slider
{
	height:293px;
	width:875px;
	padding:9px;
}

.bluefont
{
	font-family: 'GlyphaLT-Bold';
	font-weight:bold;
	font-size:18px;
	word-spacing:2px;
	color:#006AB5;
}

a.link1
{
	font-family:'MyriadPro';
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
}

a.link1:hover
{
	font-family:'MyriadPro';
	font-size:15px;
	color:#38393B;
	text-decoration:none;
}

a.link2
{
	font-size:15px;
	font-family:'MyriadPro';
	text-decoration:underline;
	color:#F2F6F9;
}

a.link2:hover
{
	text-decoration:none;
}

a.link3
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

a.link3:hover
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.link4
{
	font-family:'MyriadPro';
	font-size:15px;
	text-decoration:underline;
	color:#FFFFFF;
	padding:0px 10px 0px 10px;
	height:30px;

}

a.link4:hover
{
	text-decoration:none;
}

.divider
{
	font-family:'MyriadPro';
	font-size:15px;
	color:#D99300;
}

a.active
{
	text-decoration:none;
	color:#38393B;
}

#bodycontentbox
{
	width:100%;
	height:42px;
	padding:0px 0px 50px 0px; 
	text-align:center;
}

#bodycontentbox1
{
	height:98px;
	padding-top:22px;
}

#footer
{
	vertical-align:top;
	padding-top:10px;
	font-family:'MyriadPro';
	font-size:13px;
	color:#FFFFFF;
	word-spacing:5px;
	line-height:1.5em;
	text-align:center;
	width:892px;
	margin-left:110px;
	height:156px;
}

.footer_txt1
{
	font-size:11px;
}

#prospects_heading
{
	font-family:'GlyphaLT-Bold';
	height:36px;
	padding:20px 0 0 160px;
	font-size:26px;
	letter-spacing:2px;
	color:#FFFEFB;
	font-weight:bold;
	
}

#prospects_contentbg
{
	background: url("../images/content-bg.png") no-repeat center top;
	height:613px;
}

#prospects_slider
{
	height:204px;
	width:875px;
	padding:15px 0px 0px 120px;
}

.align_left
{
	text-align:left;
}

#prospects_content
{
	margin-left:166px;
	height:297px;
	width:758px;
	padding-right:36px;
}

#agreement_btn
{
	height:24px;
	width:273px;
}

#prospect_btn
{
	height:24px;
	width:169px;	
}

.map
{
	height:285px;
	width:439px;
	float:right;
}

#leftmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#leftmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#leftmenu ul li a{
	display: block;
	border-left-width: 0;	
	font-family:'MyriadPro';
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
	color:#0168B3;
	padding:0px 10px 0px 10px;
	height:30px;
}

#leftmenu ul li a:hover{
	text-decoration:none;
	color:#38393B;
}

#leftmenu ul li a.active{
	text-decoration:none;
	color:#38393B;
}
/*Sub level menu*/
#leftmenu ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index:100;
	background:#fdd18d;
}

/*Sub level menu list items*/
#leftmenu ul li ul li{
	text-align:left;
	height:30px;
	width:150px;
}

/* Sub level menu links style */
#leftmenu ul li ul li a{
	font-weight: normal;
	font-family:'MyriadPro';	
	color:#0168B3;
	font-size:13px;
	padding:12px 0px 12px 12px;
}

#leftmenu ul li ul li a:hover{
	color:#38393B;	
}

#leftmenu .arrowdiv{
	position: absolute;
	right: 0;
}

#rightmenu a.active{
	text-decoration:none;
	color:#38393B;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #leftmenu ul li { float: left; height: 1%;}
* html #leftmenu ul li a { height: 1%; }
/* End */

#gallery {
    color: #404040;
   /* margin: 0 12%;*/
	margin: 0px 0px 0px 50px;
	width:600px;
}

#floatleft_content
{
	width:280px;
	float:left;
}

#admin_contentbg
{
	background: url("../images/admin-bg.png") repeat center top;
	width:1116px;
	padding-bottom:20px;
}

#adminbg_top
{
	background: url("../images/admin-bg-top.png") no-repeat center top;
	width:1116px;
	height:26px;
}

#adminbg_bottom
{
	background: url("../images/admin-bg-btm.png") no-repeat center top;
	width:1116px;
	height:52px;
}

.green_box {
	background-color:#ccffcc;
	border:#009900 solid 1px;
	padding:2px 15px 2px 15px;
	font-size: 12px; 
	line-height: 17px;
	color: #000000;
}

.paging {
	font-family:'MyriadPro';
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color:#257DBD;
}

.paging a
{
	font-size:11px;
	color:#38393B;
	text-decoration:underline;
}

.paging a:hover
{
	font-size:11px;
	color:#38393B;
	text-decoration:none;
}

.admin-heading
{
	font-family: 'GlyphaLT-Bold';
	font-size:25px;
	word-spacing:2px;
	color:#FFFFFF;
}

#list ul li
{
	color:#FFFFFF;
}
