body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding:0px;
	text-align: center;
	color: #ffffff;
	background-color: #030303;
	background-image: url(../Images/Body_BG.png);
	background-repeat: repeat-x;
}
.pngImage { behavior: url(../Includes/iepngfix.htc);
			width:180px; }
#Container {
	width: 950px;
	padding: 0px;
	margin:	0px auto;
	text-align: left;
	position:relative;
	top:0;
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}
/***************************[Top NAV]********************************************/
#TopNav {
	float: right;
	text-align: right;
	margin: 0px 15px 0px 0px;
	letter-spacing: 1px;
	height: 17px;
	padding-top: 2px;
}
#TopNav ul{
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
#TopNav li{
	margin-right: 1px;
	margin-left: 1px;
	display: inline;
	list-style:none;	
}
#TopNav a{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 13px;
}

/********************************[END TOPNAV]************************************/

/***************************[NAV]******************************************/
#Nav{
	float: right;
	text-align: right;
	margin-top:30px;
	padding:0px;
	font-weight: bold;
	/*border: solid red 1px;*/
}

#Nav ul{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	text-align:right;
	height: 41px;
	width: 650px;
	/*float:left;*/
}

#Nav li{
	display: inline;
	float:left;
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
	}

#Nav a{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	padding-bottom:4px;

}
#Nav ul ul{
	position: absolute;
	float:left;
	display: block;
	width: 150px;
	padding-top: 2px;
	top: 15px;
	left: -15px;
	z-index:100;
	background-color:#000000;
}

#Nav ul ul ul{
	position: absolute;
	float:left;
	display: block;
	width: 150px;
	padding-top: 2px;
	top: 0px;
	left: -170px;
	z-index:100;
}

#Nav ul ul li {
	position: relative;
	padding: 5px;
	border:solid 1px #CCCC99;
	background-color: #000000;
	font-weight:bold;
	text-align:left;
	width:100%;
	float:left;
	display: block;

}

#solutionsnav ul li {
	width:250px;
	border:#FF0000 1px solid;
}
#Nav ul ul li:hover {
	background-color: #282828;
	background-image: none;

}
#Nav ul ul a {
width: 100%;
float:left;
line-height:17px;

}
#Nav a:hover{
	color: #ED5B12;
}
div#Nav ul ul,
div#Nav ul li:hover ul ul,
div#Nav ul ul li:hover ul ul
{display: none;
}

div#Nav ul li:hover ul,
div#Nav ul ul li:hover ul,
div#Nav ul ul ul li:hover
{display: block;
}
/****************************[End Nav]******************************************/
#Logo{
	float:left;
	margin-left: 15px;
	margin-top: 20px;
}
/************************[MainImage + Random Image COntainer]******************/
#MainImage{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	background-repeat: no-repeat;
	width: 910px;
	height: 239px;
}

#MainImageButton{
	float:left;
	margin-top: 190px;
	width:125px;
	height: 26px;
	margin-left: 270px;
	
}
#MainImageButton a{
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	float:left;
	padding-left: 13px;
	width: 88%;
	height: 82%;
}
.OrangeButton {
	background-image: url(../images/Orange_button.png);
	background-repeat: no-repeat;	
}
.GreenButton {
	background-image: url(../images/Green_Button.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin: 0px;	
}


#Testimonials{
	float:left;
	margin-left: 25px;
	margin-left: expression("10px");
	margin-top: 15px;
	text-align: left;
	height:90px;
	clear:both;
	width:100%;
}


/*******************************[End MainImage + Random Image Container]***************/



/****************************[Features]**********************************/
#blackFrame{
	padding: 3px;
	float:left;
	margin-right: 35px;	
	margin-left:35px;
	margin-top:15px;
	width: 235px;
	border:solid 1px #FFFFFF;
	display: inline;
}
#homefeature{
	color: #ffffff;
	letter-spacing: 2px;
	margin:0px;
	font-size: 11px;
	padding: 0px;
	float:left;
	width: 100%;
	padding-bottom: 10px;	
	text-align:left;
}
#homefeature h1{
	font-size: 12px;
	font-weight: bold;
	word-spacing: 2px;
	padding: 2px;
	margin-top: 2px;
	border-bottom: solid 1px white;
	width: 94%;
	margin-left: 5px;	
	color:#FFFFFF;
	line-height:14px;
}
.green{
	background-color: #F6BE05;
	background-image:url(/Images/YellowFeatureFadeBG.gif);
}
.blue{
	background-color: #003366;	
}
.DarkGreen{
	background-color: #C02600;
}

#homefeature a {
	color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}
/****************************[End Features]**********************************/



/****************************[Content Container]**************************************/
#COntentContainer{
	width: 100%;
	margin-top: 25px;
	float:left;
	clear:both;
}
#content {
	float:left;
	margin-left: 20px;
	border-right: solid 1px #333333;
	width: 540px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 140%;
	letter-spacing:1px;
}

#content li {
	list-style:circle;
	margin-left:20px;
}


#content td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

#content h1 , #right h1{
	font-size: 24px;
	color: #ED5B12;
	font-weight: normal;
	padding-top: 0px;
	margin-top:0px;
	margin-bottom:5px;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	margin-top:20px;
	margin-bottom:10px;
	line-height:120%;
}
#content a{
	font-size: 14px;
	color: #ED5B12;
	font-weight: bold;
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
}
#content a:hover{
	text-decoration: none;
	color: #ffffff;
	}
#right{
	float:right;
	width: 342px;
	margin-right:15px;
	padding-left: 15px;
	position: relative;
	left: -1;
	font-size: 12px;
	display:block;
	border-left: solid 1px #333333;
}

#right a {
	color: #ED5B12;
}
#Feature{
	float:left;
	padding-top: 3px;
	border-bottom: solid 1px #333333;
	padding-bottom: 15px;
}
.GreenHeader{
	color: #999900;
}

#right .textfield{
	border: solid 1px black;
	height: 22px;
	padding-right: 5px;
	margin-right: 5px;
}
form {
	margin-top: 5px;
}
/**************************************[end COntent Container]***************************/
/**********************************[Footer]**********************************************/
#footer{
	width: 95%;
	padding-top: 20px;
	color: #ffffff;
	padding-bottom: 15px;
}
#footer ul{
	margin: 0px;
	padding: 0px 0px 15px 6px;
}
#footer li{
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	list-style:none;	
}
#footer a{
	color: #ffffff;
	line-height: 17px;
}
/***********************************[End Footer]*******************************************/
#feature a{
	font-size: 14px;
	color: #ED5B12;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:5px;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

label{
	font-size: 14px;
	color: #999900;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
}
.textfield , textarea, select{
	width: 95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px;
	margin-bottom: 5px;
	/*margin-left: 4px;*/
	
	margin-right: 4px;
	border: solid 1px #cccccc;
}
.button{
	background-color: #ED5B12;
	padding: 1px 4px 1px 4px;
	border: solid 1px #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	float:right;
}
