* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
body {
	background:#DCDCDC;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:13px;
	font-weight:bold;
	color:#FF6600;
}
h1 a {
	color:#FF6600;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}

#container {
	width:972px;
	background:url(../images/bg.jpg) repeat-y;
	margin:0px auto;
	padding:0px;
}
.client_logo {
	margin: 5px;
	float: left;
	height: 132px;
	width: 200px;
}

#body_pan {
	width:946px;
	margin:0px auto;
}

#top_bar {
	background:url(../images/header_bg.jpg) no-repeat;
	height:95px;
}

#top_navig {
	font-size:12px;
	color:#FFFFFF;
	padding:15px 10px 0px 765px;
}
#top_navig .link {
	float:left;
	padding:0px 15px;
	text-align:center;
}
#top_navig .link a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#top_navig .link a:hover{
	color:#FF6600;
}
#brand {
	float:left;
	padding-top:10px;
	padding-left:10px;
}
/*#search {
	float:right;
	padding:30px 10px 0px 0px;
}
	#txtSearch {
		background:url(../images/search_ico.jpg) no-repeat;
		padding:4px 4px 4px 20px;
		height:15px;
		border:1px solid #dcdcdc;
		font-size:13px;
		width:120px;
		color:#666666;
	}
	#btnGo {
		height:25px;
		font-size:10px;
		padding:3px;
		color:#666666;
		background:#F7F7F7;
		border:1px solid #dcdcdc;
	}
*/
#newsletter {
	float:right;
	padding:30px 10px 0px 0px;
	margin:0px;
}
	.txtSubscribeEmailID {
		padding:1px;
		height:15px;
		border:1px solid #dcdcdc;
		width:120px;
		color:#666666;
		font-family:Tahoma,Arial;
		font-size:11px;
	}
	#btnGo {
		height:19px;
		font-size:11px;
		padding:1px;
		color:#666666;
		background:#F7F7F7;
		border:1px solid #dcdcdc;
		font-family:Tahoma,Arial;
		font-size:11px;
		margin:0px;
	}

.clearer {
	clear:both;
}

#banner_pan {
	
}
	#main_menu {
		float:left;
	}
	#banner {
		float:left;
	}
/* Content Pane */
#left_pan {
	float:left;
	width:227px;
	margin-left:1px;
}
#right_pan {
	float:left;
	width:227px;
}
#content_pan {
	float:left;
	width:488px;
}

/* Home Content Box */
.side_box_bg {
	background:url(../images/side_bar_bg.jpg) repeat-y;
	width:227px;
}
.side_box_bg_top {
	background:url(../images/side_bar_top.jpg) no-repeat;
	background-position:top;
	width:227px;
}
.side_box_bg_bot {
	background:url(../images/side_bar_bot.jpg) no-repeat;
	background-position:bottom;
	width:227px;

	height:100%;
}
.side_box_content {
	padding:15px;
}
.side_box_content h1 {
	padding:5px;
}
/* Content Box Styles */
#home_content_bg {
	background:url(../images/home_content_bg.jpg) repeat-y;
	width:488px;
}
#home_content_bg_top {
	background:url(../images/home_content_top.jpg) no-repeat;
	background-position:top;
	width:488px;
}
#home_content_bg_bot {
	background:url(../images/home_content_bot.jpg) no-repeat;
	background-position:bottom;
	width:488px;

	height:100%;
}
#home_content {
	padding:15px;
	color:#003366;
}
#home_content h1 {
	padding:5px;
}
#home_content p {
	padding:5px;
	text-align:justify;
	line-height:140%;
}

/* Tag Lines */
#tag_lines {
	width:900px;
	margin:auto;
	padding:5px;
	height: 20px;
	color:#366A96;
	font-size:13px;
	font-weight:bold;
}
.tag {
	float:left;
	width:300px;
	text-align:center;
}
/* Services Styles */
#services_bg {
	background:url(../images/services_bg.jpg) repeat-x;
	height:144px;
}

#services_bg_r {
	background:url(../images/services_right.jpg) no-repeat;
	background-position:right;
	height:144px;
}

#services_bg_l {
	background:url(../images/services_left.jpg) no-repeat;
	background-position:left;
	height:144px;
}
#services_content {
	padding:15px 15px 15px 20px;
	margin:auto;
}

#services_content .service {
	float:left;
	width:212px;
	height:110px;
}
#services_content .service h1{
	font-weight:bold;
	font-size:11px;
	color:#428ABA;
	margin-bottom:10px;
}
#services_content .service .image{
	float:left;
	padding-right:5px;
}
#services_content .service .hints{
	float:right;
	padding-right:3px;
	width:113px;
}
.hints li {
	font-size:11px;
	list-style:url(../images/arrow_icon.jpg);
	padding:1px 0px;
}
.readmore {
	font-size:9px;
	text-align:right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.readmore a {
	font-size:9px;
	color:#044A79;
	text-decoration:none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.readmore a:hover {
	color:#FF6600;
}

.service_sep {
	float:left;
	padding:10px;
	border-left:1px solid #ebebeb;
	height:90px;
}

/* Footer */
#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	height:53px;
	font-size:12px;
}
#text_links {
	float:left;
	color:#FFFFFF;
	padding:20px 0px 20px 15px;
}
#text_links a {
	color:#FFFFFF;
	text-decoration:none;
}
#text_links a:hover {
	color:#FF6600;
}
#copyright {
	color:#FFFFFF;
	float:right;
	padding:20px 15px;
}

#portfolio_image {
	 text-align:center;
	 padding:5px;
}

#portfolio_desc {
	text-align:center;
	font-size:10px;
	color:#044A79;
}
#portfolio_desc a{
	color:#0066CC;
	text-decoration:none;
}
#portfolio_desc a:hover {
	color:#FF6600;
}

.float_left {
	float:left;
}

.right_pan {
	padding:2px;
	text-align:center;
}
.right_pan a {
	color:#044A79;
	text-decoration:none;
}
.right_pan a:hover {
	color:#FF6600;
}

/* Addon Content Box Styles */

#addon_content_pan {
	float:left;
}
#addon_content_bg {
	background:url(../images/addon_content_bg.jpg) repeat-y;
	width:715px;
}
#addon_content_bg_top {
	background:url(../images/addon_content_top.jpg) no-repeat;
	background-position:top;
	width:715px;
}
#addon_content_bg_bot {
	background:url(../images/addon_content_bot.jpg) no-repeat;
	background-position:bottom;
	width:715px;

	height:100%;
}
#sublinks {
	width:180px;
	margin:5px;
	padding:0px;
}
#sublinks ul {
	margin:0px;
	padding:0px;
}
#sublinks li {
	list-style:none;
	margin:1px 0px 0px 0px;
}
#sublinks li a {
	display:block;
	height:20px;
	margin:1px;
	padding:5px 0px 0px 20px;
	text-decoration:none;
	color:#006699;
	border-bottom:1px solid #EFEFEF;
	background:url(../images/arrow_icon.gif) no-repeat;
	background-position:left;
}
#sublinks li a:hover {
	background:url(../images/arrow-icon.gif) no-repeat;
	background-position:left;
	background-color:#F8F8F8;
}
.padding5 {
	padding:5px;
}

/* Add on content styles */
#addon_content {
	padding:15px;
	color:#003366;
}
#addon_content h1 {
	padding:5px;
}

#addon_content h2 {
	padding:5px 0px 5px 20px;
	background:url(../images/arrow-icon.gif) no-repeat;
	background-position:left;
	margin-left:5px;
	color:#003366;
}
#addon_content h3 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #000000;
}
#addon_content h4 {
	padding:15px 0px 5px 20px;
}
#addon_content p {
	padding:5px 20px;
	text-align:justify;
	line-height:150%;
}
#addon_content a {
	color:#006699;
	text-decoration:none;
}
#addon_content a:hover {
	color:#FF6600;
}
#addon_content ul {
	padding:5px 20px;
	margin:5px 20px;
	line-height:150%;
}

#addon_content li {
	list-style:url(../images/sitemap_root.gif);
}
#addon_content ul li ul li{
	list-style:url(../images/sitemap_child.gif);
}
.usis {
	color:#4682d7;
	font-weight:bold;
}
.technologies {
	color:#FF6600;
	font-weight:bold;
}

.testimonial {
	color:#006699;
	margin:10px;
	text-align:justify;
}
.by {
	margin:10px;
	padding:5px 0px;
	text-align:right;
	color:#006699;
}

.current_project {
	color:#006699;
	margin:10px;
	text-align:center;
}
.current_project a {
	color:#006699;
	text-decoration:none;
}
#addon_content .website {
	float:left;
	width:310px;
	padding:10px;
	text-align:center;
}
#addon_content .website p {
	padding:0px;
	margin:0px;
	line-height:110%;
	text-align:center;
}

.highlight {
	background:#ECF4FD;
	margin:0px 20px;
	padding:5px;
}

#news_and_events {
	text-align:justify;
	padding-right:10px;
	color:#003366;
}

.page_nos {
	float:right;
	padding:10px 10px 10px 10px;
}
.pno {
	float:left;
}
.pno a {
	color:#FF6600;
	font-weight:bold;
	padding:2px 15px;
}
.pno strong {
	padding:2px 15px;
	color:#FF6600;
}

#websites {
	margin: auto;
}
.information {
	margin: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../images/information_ico.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#addon_content .content {
	padding:5px 20px;
	text-align:justify;
	line-height:150%;
}
.success {
	margin:5px;
	padding:0px 5px 5px 22px;
	background:url(../images/success.gif) no-repeat;
	color:#006633;
}
.failure {
	margin:5px;
	padding:0px 5px 5px 30px;
	background:url(../images/error.jpg) no-repeat;
	color:#FF0000;
}

.newsletter_label {
	font-family:Tahoma,Arial;
	font-size:11px;
	color: #003366;
}.portfolio-h1 {
	font-size:13px;
	font-weight:bold;
	color:#FF6600;
}
.aff-logo img {
	padding: 2px;
	border: 1px solid #DADADA;
	background-color: #F4F4F4;
	height: 80px;
	width: 150px;
}
.aff-logo em {
	text-align: center;
	display: block;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.aff-logo {
	padding-top: 10px;
}
.aff-logo img:hover {
	border: 1px solid #999999;
}

#addon_content .ers-table p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 222px;
}

#addon_content .ers-table {
	background-image: url(../images/ers-bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 40px;
	padding-left: 10px;
}
.ers-table h3 em {
	font-style: normal;
	color: #CC0000;
}
#addon_content .ers-table h3 {
	padding-top:5px;
}
#addon_content .ers-table em {
	color: #cb0000;
	font-style: normal;
}
#addon_content .ers-table a {
	color: #cb0000;
	text-decoration: underline;
}
.live_chat a {
	color: #428ABA;
}
#news_and_events a {
	color:#0066CC;
}#sch_rec_payment .submit_btn {
	background-color: #5DA4D2;
	border: 1px solid #3C7BA6;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;

	border-radius: 4px;
}
#sch_rec_payment select {
	padding: 2px;
}

small *{
	font-size:11px;
	color:#000000;
}