/* CSS Document */
body
	{
		margin:0px;
		padding:0px;
	}
/*#maincontainer
	{
		width:1004px;
		margin:0 auto;
		padding:0px;
	}	
#supportcontainer
	{
		width:1004px;
		float:left;
		margin:0px;
		padding:0px;
	}	
*/
#headerbg
	{
		width:100%;
		height:325px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/header_bg.jpg);
		background-repeat:repeat-x;
		background-position: inherit;
	}
#header
	{
		width:1004px;
		height:325px;
		float: none;
		margin:0 auto;
		padding:0px;
		background-image: url(images/header.jpg);
		background-repeat:no-repeat;
	}
#searcharea
	{
		width:1004px;
		height:42px;
		float: left;
		margin:0px;
		padding:0px;
	}
#searchblank
	{
		width:350px;
		height:42px;
		float: right;
		margin:0px;
		padding:0px;
	}
#searchboldtxt
	{
		width:100px;
		height:18px;
		float: left;
		margin:11px 0 0 0;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-variant:small-caps;
		font-weight:bold;
		color:#f38b04;
		text-align:center;
	}
#searchinput
	{
		width:167px;
		height:21px;
		float: left;
		margin:11px 0 0 0;
		padding:0px;
	}
.searchinput
	{
		width:167px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#626262;
	}
	
.searchbutton
	{
		width:56px;
		height:21px;
		float: left;
		margin:13px 0 0 5px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/searchbutton.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
			background-repeat:no-repeat;
	}
.searchbutton:hover
	{
		width:56px;
		height:21px;
		float: left;
		margin:13px 0 0 5px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/searchbuttonover.jpg);
		background-repeat:no-repeat;	
		cursor:pointer;		
	}
/*-------------------------------------------------------------ligin------------------------------------------*/
#loginarea
	{
		width:378px;
		height:133px;
		float:left;
		margin:150px 0 0 0;
		padding:0px;
	}
#loginhedding
	{
		width:70px;
		height:51px;
		float:left;
		margin:30px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		font-variant:small-caps;
		color:#FFFFFF;
		text-align:center;
	}
#logininputblank
	{
		width:227px;
		height:51px;
		float:left;
		margin:30px 0 0 10px;
		padding:0px;
	}
#logininput
	{
		width:227px;
		height:21px;
		float:left;
		margin:0px;
		padding:0px;
	}
#logininput002
	{
		width:227px;
		height:21px;
		float:left;
		margin:9px 0 0 0;
		padding:0px;
	}
.logininput
	{
		width:227px;
		height:21px;
		float:left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";;
		font-size:9px;
		color:#bebebe;
		background-color:#555f72;
		border:solid 1px #555f72;
		
	}
.loginbutton
	{
		width:56px;
		height:36px;
		float: right;
		margin:30px 0 0 5px;
		padding:15px 0 0 0;
		font-family:"Trebuchet MS";;
		font-size:11px;
		font-weight:bold;		
		color:#363636;
		text-align:center;
		text-decoration:none;		
		background-image: url(images/loginbutton.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	}
.loginbutton:hover
	{
		width:56px;
		height:36px;
		float: right;
		margin:30px 0 0 5px;
		padding:15px 0 0 0;
		font-family:"Trebuchet MS";;
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align:center;
		text-decoration:none;		
		background-image: url(images/loginbuttonover.jpg);
		background-repeat:no-repeat;
		cursor:pointer;		
	}
#notamember
	{
		width:227px;
		height:21px;
		float:left;
		margin:15px 0 0 81px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#FFFFFF;
		
	}
.register
	{
		font-family:"Trebuchet MS";
		font-size:14px;
		font-variant:small-caps;
		color:#f8a604;
		text-decoration:none;
		padding:0 0 0 5px;
	}
.register:hover
	{
		font-family:"Trebuchet MS";
		font-size:14px;
		font-variant:small-caps;
		color:#fdc555;
		text-decoration:none;
		padding:0 0 0 5px;		
	}
	
/*-------------------------------------------------------------ligin------------------------------------------*/
/*---------------------------------------------------------------------------HEADER END-------------------------------------------------------------------------------*/
/*#menubg
	{
		width:100%;
		height:42px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/menubg.jpg);
		background-repeat: repeat-x;
		
	}
#menu
	{
		width:1004px;
		height:42px;
		float: none;
		margin:0 auto;
		padding:0px;
		background-image:url(images/menu.jpg);
		background-repeat: no-repeat;
		
	}
#menulinksblank
	{
		width:875px;
		height:42px;
		float: none;
		margin:0 0 0 66px;
		padding:0px;
	}
	
.menu
	{
		height:25px;
		float: left;
		margin:0px;
		padding:15px 25px 0 30px;
		display:block;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align:left;
		text-decoration:none;		
	}
.menu:hover
	{
		height:25px;
		float: left;
		margin:0px;
		padding:15px 25px 0 30px;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align: left;
		text-decoration:none;
		background-image:url(images/menuover002.jpg);
		background-repeat:repeat;			
	}
.home
	{
		width:83px;
		height:25px;
		float: left;
		margin:0px;
		padding:15px 0 0 0;
		display:block;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align:center;
		text-decoration:none;
		background-image:url(images/menuover.jpg);
		background-repeat:repeat;			
	}
.big
	{
		width:131px;
		height:25px;
		float: left;
		margin:0 0 0 3px;
		padding:15px 0 0 0;
		display:block;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align: center;
		text-decoration:none;		
	}
.big:hover
	{
		width:131px;
		height:25px;
		float: left;
		margin:0 0 0 3px;
		padding:15px 0 0 0;
		display:block;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#363636;
		text-align:center;
		text-decoration:none;
		background-image:url(images/menuover002.jpg);
		background-repeat:repeat;			
	}
	*/
#menubg
	{
	width:100%;
	height:42px;
	float:left;
	margin:0px;
	padding:0px;
		background-image: url(images/menubg (2).jpg);
	background-repeat: repeat-x;
	background-image: url(images/menubg.jpg);		
	}	
#menu
	{
	width:1004px;
	height:42px;
	float: none;
	margin:0 auto;
	padding:0px;
	background-image:url(images/menubg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
		
	}

.menu_text {
	color: #CCCCCC;
}
.menu_divider {
	background-image: url(images/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 68px;
}
.menu_items {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 936px;
}
.menu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #363636;
	text-decoration: none;
	background-image: url(images/menu_active.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	float: left;
	height: 42px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	line-height: 40px;
}
.menu:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #363636;
	text-decoration: none;
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	float: left;
	height: 42px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	line-height: 40px;
}
.menu_hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #363636;
	text-decoration: none;
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	float: left;
	height: 42px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	line-height: 40px;
	cursor:text;
}	
/*------------------------------------------------------------------------MENU END------------------------------------------------------------------------------------*/		
#yellowbg
	{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/yellowbg.jpg);
		background-repeat:repeat-x;
		background-color:#fce079;
		
	}
#yellowblank
	{
		width:1004px;
		height:208px;
		float: none;
		margin:0 auto;
		padding:0px;
		position:relative;
	}
#whitehedding
	{
		width:900px;
		height:35px;
		float:left;
		margin:30px 0 0 0;
		padding:0 0 0 63px;
		font-family:"Trebuchet MS";
		font-size:30px;
		font-weight:bold;
		color:#FFFFFF;
	}
#blackboldtxt
	{
		width:900px;
		height:35px;
		float:left;
		margin:10px 0 0 0;
		padding:0 0 0 63px;
		font-family:"Trebuchet MS";
		font-size:17px;
		color:#282d39;
	}
#yellowboldtxt
	{
		width:900px;
		height:20px;
		float:left;
		margin:5px 0 0 0;
		padding:0 0 0 64px;
		font-family:"Trebuchet MS";
		font-size:16px;
		font-weight:bold;
		color:#fffe77;
	}
#plansmainbg
	{
		width:100%;
		height:320px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/plansmainbg.jpg);
		background-repeat:repeat-x;
	}
#planstxtblank
	{
		width:942px;
		height:192px;
		float:left;
		margin:0px;
		padding:29px 0 0 62px;
	}
#plansblank
	{
		width:1004px;
		height:308px;
		float: none;
		margin:6px auto 0;
		padding:0px;
		position:relative;
	}
	
#plansbg
	{
		width:1004px;
		height:308px;
		float: none;
		margin:0px;
		padding:0px;
		background-image: url(images/plansbg.jpg);
		background-repeat: no-repeat;
	}
#businessplans
	{
		width:280px;
		height:188px;
		float: left;
		margin:0px;
		padding:0px;

	}
#businessplanhedding
	{
		width:280px;
		height:26px;
		float: left;
		margin:25px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#e14a00;
		text-align:center;
	}
#businessplancost
	{
		width:280px;
		height:30px;
		float: left;
		margin:7px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
	}
.businessplancost
	{
		width:280px;
		height:15px;
		float: left;
		margin:0 0 5px 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		line-height:15px;
	}
#advanceplan
	{
		width:280px;
		height:188px;
		float: left;
		margin:0 0 0 20px;
		padding:0px;
	}	
#advanceplanhedding
	{
		width:280px;
		height:26px;
		float: left;
		margin:23px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#739334;
		text-align:center;
		line-height:26px;
	}
	
#advanceplancost
	{
		width:280px;
		height:26px;
		float: left;
		margin:12px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		line-height:25px;
	}
.advanceplancost
	{
		width:280px;
		height:14px;
		float: left;
		margin:0 0 9px 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		line-height:14px;
	}
#standardplan
	{
		width:280px;
		height:188px;
		float: left;
		margin:0 0 0 20px;
		padding:0px;
	}	
#standardplanhedding
	{
		width:280px;
		height:26px;
		float: left;
		margin:23px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#ce9806;
		text-align:center;
	}
	
#standardplancost
	{
		width:280px;
		height:38px;
		float: left;
		margin:9px 0 6px 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
	}
.standardplancost
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
	}
.detailsred
	{
		width:280px;
		height:10px;
		float: left;
		margin:0 0 6px 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#22231e;
		text-align:center;
		line-height:15px;
	}
.detailsredtxt
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#e14a00;
		text-align:center;
		line-height:15px;
		padding:0px;
	}
.detailsgreen
	{
		width:280px;
		height:10px;
		float: left;
		margin:0 0 6px 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#22231e;
		text-align:center;
		line-height:15px;
	}
.detailsgreentxt
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#739334;
		text-align:center;
		line-height:15px;
		padding:0px;
		margin:0px;
		
	}
.detailsyellow
	{
		width:280px;
		height:10px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#22231e;
		text-align:center;
		line-height:15px;
	}
.detailsyellowtxt
	{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ce9806;
		text-align:center;
		line-height:15px;
		padding:0px;
		
	}
#plansyellowtxt
	{
		width:1004px;
		height:15px;
		float: left;
		margin:35px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#fce661;
		text-align:center;
	}
#servicesmainbg
	{
		width:100%;
		height:282px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/servicesbg002.jpg);
		background-repeat:repeat-x;
	}	
#servicesblank
	{
		width:1004px;
		height:282px;
		float: none;
		margin:0 auto;
		padding:0px;
		position:relative;
	}
#servicesbg
	{
		width:1004px;
		height:282px;
		float: left;
		margin:0px;
		padding:0px;
		background-image: url(images/servicesbg003.jpg);
		background-repeat:no-repeat;
	}
#servicestxtareablank
	{
		width:564px;
		height:208px;
		float: left;
		margin:0px;
		padding:40px 0 0 50px;
	}

#servicestxtarea
	{
		width:564px;
		height:208px;
		float: left;
		margin:0px;
		padding:0px;
	}
#serviceshedding
	{
		width:567px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
	}
#servicesgreenbold
	{
		width:564px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#739334;	
	}
#serviceslink
	{
		width:173px;
		height:11px;
		float: left;
		margin:30px 0 0 0;
		padding:0px;
	}
#serviceslink ul
	{
		width:173px;
		height:11px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
#serviceslink ul li
	{
		width:173px;
		height:11px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ce3800;
		display:block;		
	}
	
#serviceslink ul li a.serviceslinks
	{
		width:173px;
		height:11px;
		float: left;
		margin:0px;
		padding:0 0 0 10px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#ce3800;
		text-decoration: underline;
		background-image: url(images/arrow.jpg);
		background-repeat:no-repeat;
	}

 #serviceslink ul li a.serviceslinks:hover
	{
		width:173px;
		height:11px;
		float: left;
		margin:0px;
		padding:0 0 0 10px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-weight:bold;
		color:#ce3800;
		text-decoration:none;
		background-image:url(images/arrow.jpg);
		background-repeat:no-repeat;
	}
#testimonialstxtarea
	{
		width:383px;
		height:282px;
		float: right;
		margin:0px;
		padding:0px;
	}
#testimonialshedding
	{
		width:345px;
		height:30px;
		float: left;
		margin:40px 0 0 0;
		padding:0 0 0 38px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
	}
#testimonialstxtblank
	{
		width:144px;
		height:110px;
		float: left;
		margin:0px;
		padding:20px 0 0 40px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-style:italic;
		color:#739334;	
	}

#testimonialsgreenbold
	{
		width:144px;
		height:110px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:10px;
		font-style:italic;
		color:#739334;	
	}
.name
	{
		font-family:"Trebuchet MS";
		font-size:10px;
		font-style:normal;
		font-weight:bold;
		color:#22231e;
		padding:15px 0 0 0; 	
	}
#img
	{
		width:100px;
		height:137px;
		float: left;
		margin:0 0 0 20px;
		padding:0px;
		background-image:url(images/img.jpg);
		background-repeat:no-repeat;
	}
#testbutton
	{
		width:269px;
		height:26px;
		float: left;
		margin:20px 0 0 40px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;		
	}
.testbutton
	{
		width:269px;
		height:22px;
		float: left;
		margin:0px;
		padding:4px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image:url(images/testbutton.jpg);
		background-repeat:no-repeat;	
	}
.testbutton:hover
	{
		width:269px;
		height:22px;
		float: left;
		margin:0px;
		padding:4px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/testbuttonover.jpg);
		background-repeat:no-repeat;		
	}
#footer
	{
		width:100%;
		height:103px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbg.jpg);
		background-repeat:repeat-x;
	}
#footerblank
	{
		width:1004px;
		height:103px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#footerlinksblank
	{
		width:1004px;
		height:14px;
		float: left;
		margin:21px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
	}
.footerlinks
	{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
	}
.footerlinks:hover
	{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
		text-decoration: underline;
	}
#copyrights
	{
		width:1004px;
		height:14px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:9px;
		color:#739334;
		font-weight:bold;
		text-align:center;
	}
#validation
	{
		width:120px;
		height:19px;
		float: none;
		margin:10px  auto 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:9px;
		color:#739334;
		font-weight:bold;
		text-align:center;
	}
.xhtml
	{
		width:56px;
		height:19px;
		float: left;
		margin:0px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
			background-repeat:no-repeat;
	}
.xhtml:hover
	{
		width:56px;
		height:21px;
		float: left;
		margin:0px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/xhtmlover.jpg);
		background-repeat:no-repeat;	
		cursor:pointer;		
			background-repeat:no-repeat;
	}
.css
	{
		width:56px;
		height:19px;
		float: left;
		margin:0 0 0 3px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/xhtmlover.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
			background-repeat:no-repeat;
	}
.css:hover
	{
		width:56px;
		height:21px;
		float: left;
		margin:0 0 0 3px;
		padding:3px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image: url(images/xhtml.jpg);
		background-repeat:no-repeat;	
		cursor:pointer;
			background-repeat:no-repeat;
	}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#inner
{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/innercontentbg.jpg);
		background-repeat:repeat-x;
		background-color:#fce079;
}
#innerblank
	{
		width:1004px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#innersupportblank
	{
		width:1004px;
		float: left;
		margin:0px;
		padding:0px;
	}
#innercontentblank
	{
		width:1004px;
		float: left;
		margin:43px 0 0 0;
		padding:0 0 0 70px;
	}
#innerleftblank
	{
		width:603px;
		float: left;
		margin:0px;
		padding:0 0 20px 0;
	}	
#innerhedding
	{
		width:567px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
	}
#innercontent
	{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;		
	}
#innercontent002
	{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;				
	}
#innercontent003
	{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;				
	}
#innercontent004
	{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;				
	}
#innercontent005
	{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;				
	}
#innerrightblank
	{
		width:280px;
		float: left;
		margin:0 0 0 20px;
		padding:0px;
	}	
#submenuhedding
	{
		width:280px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
	}
#submenublank
	{
		width:280px;
		float: left;
		margin:0px;
		padding:0px;
	}
#submenutopline
	{
		width:244px;
		height:1px;
		float: left;
		margin:0px;
		padding:0px;
		background-image: url(images/topline.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
	}
.submenu
	{
		width:224px;
		height:19px;
		float: left;
		margin:0px;
		padding:0 0 0 20px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-decoration:none;
		background-image: url(images/active.jpg);
		background-repeat:no-repeat;
	}
.submenu:hover
	{
		width:224px;
		height:19px;
		float: left;
		margin:0px;
		padding:0 0 0 20px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-decoration:none;
		background-image: url(images/over.jpg);
		background-repeat:no-repeat;
	}
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/
#contactblank
			{
	margin: 0px;
	float: left;
	width: 674px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
		
			}
		
#contactinnerblank
		{
				width:1004px;
				height:500px;
				float:left;
				margin:0px;
				padding:0px;
		}
#contactheddingblank
		{
			width:500px;
			height:30px;
			float:left;
			margin:27px 0 0 45px;
			padding:0px;
			font:normal 12px/17px Arial, Helvetica, sans-serif;
			color:#CECECE;
			border-bottom: solid 1px #7f7f7f;
			
			
		}
#contactaddressblank{
				margin: 0px;
				padding:0 0 0 30px;
				float: left;
				width:236px;
				font-family: "Trebuchet MS";
				font-size: 11px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
	}
#contactaddresshedding
		{
		width:567px;
		height:30px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
		}		
#contactaddresstext{
		width:567px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;		
	}
#contactsmallhedding
			{
		width:565px;
		float:left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#ffffff;	
			}
#contacthedding
			{
		width:567px;
		height:30px;
		float: left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:"Trebuchet MS";
		font-size:24px;
		font-variant:small-caps;
		font-weight:bold;
		color:#22231e;		
		}
#contacticon{
				width:86px;
				height:84px;
				float:left;
				background-image: url(contacticon.png);
				background-repeat:no-repeat;
				margin:10px 0 0 30px;
			background-repeat:no-repeat;
	}
#contactfeildnameblank
			{
				width:160px;
				height:400px;
				margin:10px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeildblank
			{
				width:200px;
				height:400px;
				margin:10px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeildname
			{
				width:160px;
				height:20px;
				margin:0px;
				padding:0;
				float:left;
			}
#contactfeildname002
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeildname003
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeildname004
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeildname005
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeildname006
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeildname007
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeildname008
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeildname009
			{
				width:150px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeild
			{
				width:200px;
				height:20px;
				margin:0px;
				padding:0;
				float:left;
			}
#contactfeild002
			{
				width:200px;
				height:20px;
				margin:5px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeild003
			{
				width:200px;
				height:20px;
				margin:4px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeild004
			{
				width:200px;
				height:20px;
				margin:6px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeild005
			{
				width:200px;
				height:20px;
				margin:6px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeild006
			{
				width:200px;
				height:20px;
				margin:6px 0 0 0;
				padding:0;
				float:left;
			}
#contactfeild007
			{
				width:200px;
				height:20px;
				margin:6px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeild008
			{
				width:200px;
				height:20px;
				margin:6px 0 0 0;
				padding:0;
				float:left;
			}	
#contactfeild009
			{
				width:200px;
				height:60px;
				margin:3px 0 0 0;
				padding:0;
				float:left;
			}
#submitbutton
			{
				width:200px;
				height:20px;
				margin:60px 0 0 0;
				padding:0;
				float:left;
				text-align: left;

			}	
			
.contactfeildname
			{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#47493d;
		text-align:justify;
			}
.contactfeild
			{	font-family:Arial, Helvetica, sans-serif;
				font-size:10pt;
				color: #3c4538;
				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
				height:20px;
			}
.contactfeild
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:10pt;
				color:#3c4538;
				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
				height:20px;
			}
.submitbutton
			{
			width:56px;
			height:21px;
			float:left;
			margin:0px;
			padding:4px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
			background-image: url(images/contactbutton.jpg);
	cursor:pointer;
			background-repeat:no-repeat;
			}
.submitbutton:hover 
			{
			width:56px;
			height:21px;
			float:left;
			margin:0px;
			padding:4px 0 0 0;
		font-family:"Trebuchet MS";
		font-size:11px;
		font-weight:bold;
		color:#666666;
		text-align:center;
		text-decoration:none;
			background-image: url(images/contactbuttonover.jpg);
			background-repeat:no-repeat;
	cursor:pointer;
			background-repeat:no-repeat;
			}
			
.contactinput
		{

				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
		}
.contactinput:hover
		{
				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
	}
.listbox
		{

				width:177px;
				height:20px;			
				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
		}
.listbox:hover
		{
				width:174px;
				height:20px;			
				border:solid;
				border-width:1px;
				border-color:#d2e3e9;
				background-color:#fffdfd;
	}	
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/																																								
						