﻿/*
*
* Author: Varun Sood
* Company: Nimble Informatics Pvt. Ltd.
* Website: http://www.nimbleinformatics.com/
*
*/

/* Reset */

html, body, body div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
	display: block;
}

ul
{
	list-style: none;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px #E5E5E5 solid;
	margin: 15px 0;
	padding: 0;
}

/* Global */

#noscript
{
	width: 100%;
	background-color: #FFEDE5;
	padding: 10px;
	display: inline-block;
	clear: both;
}

#noscript-inner
{
	width: 863px;
	margin: 0 auto;
	line-height: 1;
}

#noscript-left
{
	width: 43px;
	height: 37px;
	float: left;
}

#noscript-right
{
	width: 810px;
	float: right;
	margin-left: 10px;
}

#noscript-right-header
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#noscript-right-content
{
	font-size: 14px;
	color: #000000;
	margin-top: 9px;
}

body
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #444444 url('../images/body-bg.jpg') repeat top left;
	color: #666666;
}

.clearfix
{
	clear: both;
}

.bold
{
	font-weight: 700;
}

a, a:link, a:active, a:visited
{
	color: #346699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.important-link, a.important-link:link, a.important-link:active, a.important-link:visited
{
	color: #346699;
	text-decoration: underline;
}

a.important-link:hover
{
	text-decoration: none;
}

a.button, a.button:link, a.button:active, a.button:visited
{
	background-color: #B22525;
	color: #FFFFFF;
	font-size: 13px;
	padding: 6px 10px;
	text-decoration: none;
	transition: background-color 0.5s linear;
}

a.button:hover
{
	background-color: #474747;
	transition: background-color 0.5s linear;
}

strong
{
	font-weight: 700;
	color: #252525;
}

em
{
	font-style: italic;
}

.talignleft
{
	text-align: left;
}

.taligncenter
{
	text-align: center;
}

.talignright
{
	text-align: right;
}

.talignjustify
{
	text-align: justify;
}

.row
{
	width: 100%;
	display: block;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* Margins */

.tmargin5
{
	margin-top: 5px;
}

.tmargin10
{
	margin-top: 10px;
}

.tmargin20
{
	margin-top: 20px;
}

.bmargin20
{
	margin-bottom: 20px;
}

.lmargin20
{
	margin-left: 20px;
}

.lmargin40
{
	margin-left: 40px;
}

/* Headings */

h1
{
	font-size: 28px;
	margin-bottom: 20px;
}

h2
{
	font-size: 22px;
	margin-bottom: 20px;
}

h3
{
	font-size: 16px;
	margin-bottom: 10px;
}

h4
{
	font-size: 16px;
	margin-bottom: 10px;
}

h5
{
	font-size: 14px;
	margin-bottom: 10px;
}

h6
{
	font-size: 12px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Open Sans" , sans-serif;
	color: #434343;
	font-weight: 700;
	line-height: 1;
}

/* Columns */

.col80
{
	width: 80px;
}

.col200
{
	width: 200px;
}

.col220
{
	width: 220px;
}

.col280
{
	width: 280px;
}

.col300
{
	width: 300px;
}

.col460
{
	width: 460px;
}

.col620
{
	width: 620px;
}

.col700
{
	width: 700px;
}

/* Lists */

.bulleted-list li
{
	background-image: url('../images/bullet.gif');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	line-height: 24px;
	border-bottom: solid 1px #EFEFEF;
}

.bulleted-list li a
{
	display: block;
	padding: 5px 0 5px 15px;
}

.bulleted-list li.active
{
	font-weight: bold;
}

.bulleted-content-list li
{
	background-image: url('../images/bullet.gif');
	background-position: 0% 10px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
}

/* Notifications */

.notification-message
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.notification-button
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.notify-error
{
	width: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: solid 1px #F89A9A;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.notify-success
{
	width: 100%;
	color: #12843E;
	background-color: #FFFFFF;
	border: solid 1px #74B48D;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.failure-message
{
	color: #990000;
	line-height: 18px;
	text-align: center;
}

/* Inner Tables */

.inner-table-800
{
	width: 800px;
	margin: 0 auto;
}

.inner-table-270
{
	width: 270px;
	margin: 0 auto;
}

/* Contact Page */

.map-container
{
	width: 460px;
	height: 340px;
}

#map
{
	width: 460px;
	height: 340px !important;
}

.ie6 address
{
	font-style: normal;
}

/* Form Fields */

.form-field-header
{
	font-weight: bold;
	margin-bottom: 5px;
}

.txtFormField
{
	padding: 5px;
	outline: none;
	height: 20px;
}

.txtAreaFormField
{
	padding: 5px;
	outline: none;
	resize: none;
}

.txtFormDropDownList
{
	padding: 5px;
	outline: none;
	height: 30px;
}

.idleField
{
	background-color: #F4F4F4;
	color: #848480;
	border: solid 2px #EDEDED;
	transition: background-color 0.5s linear;
}

.focusField
{
	background-color: #FFFFFF;
	color: #848480;
	border: solid 2px #EDEDED;
	transition: background-color 0.5s linear;
}

.label-info
{
	font-style: italic;
}

input[type=submit]
{
	background-color: #9A9A9A;
	transition: background-color 0.5s linear;
	cursor: pointer;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
}

input[type=submit]:hover
{
	background-color: #686868;
	transition: background-color 0.5s linear;
}

input[type=submit]:active
{
	position: relative;
	top: 1px;
}

/* Layout */

.wrapper
{
	width: 940px;
	margin: 0 auto;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 -10px 10px 0 #333333;
	-webkit-box-shadow: 0 -10px 10px 0 #333333;
	box-shadow: 0 -10px 10px 0 #333333;
	padding: 20px;
}

.header
{
	width: 940px;
	height: 64px;
	display: block;
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.header-right-top
{
	line-height: 1;
	text-align: right;
}

.header-right-bottom
{
	line-height: 1;
	margin-top: 37px;
}

#nav
{
	float: right;
	list-style: none;
}

#nav li
{
	display: inline;
}

#nav li a
{
	padding: 0 15px 0 15px;
	color: #535353;
	font-size: 14px;
	text-decoration: none;
	font-family: "Open Sans" , sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#nav li.last a
{
	padding-right: 0;
}

#nav li a:hover
{
	color: #346699;
}

#nav li.active a
{
	color: #346699;
}

.content
{
	width: 940px;
	clear: both;
}

.banner
{
	width: 940px;
	height: 540px;
	position: relative;
	z-index: 10;
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.banner ul
{
	position: relative;
	width: 940px;
	height: 540px;
	overflow: hidden;
	margin-bottom: 0;
	list-style: none;
	z-index: 15;
}

.banner ul li
{
	width: 940px;
	height: 540px;
	position: relative;
}

.banner ul li img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.banner ul li .slide-text
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 25;
	overflow: hidden;
	padding: 45px 50px;
	width: 360px;
	height: 130px;
	background: url('../images/slider-bg.png') repeat top left;
}

.slide-text h2
{
	font-size: 23px;
	color: #FFFFFF;
	line-height: 30px;
}

.slide-text p
{
	color: #999999;
	line-height: 18px;
	margin-bottom: 0;
}

.slide-text a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.banner-pager
{
	width: 200px;
	text-align: left;
	z-index: 35;
	position: absolute;
	left: 20px;
	bottom: 32px;
}

.ie7 .banner-pager
{
	bottom: 35px;
}

.banner-pager a
{
	text-align: left;
	background: url('../images/pager-bg.png') no-repeat 0 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 1px;
	outline-style: none;
	text-indent: -9999px;
}

.banner-pager .activeSlide
{
	background: url('../images/pager-bg.png') no-repeat 0 -64px;
}

.main-content
{
	width: 940px;
	line-height: 18px;
	text-align: justify;
}

.services-columns
{
	width: 700px;
}

.box
{
	border: solid 1px #EFEFEF;
}

.box-220-left
{
	width: 218px;
	float: left;
}

.box-220-center
{
	width: 218px;
	float: left;
	margin-left: 20px;
}

.box-220-right
{
	width: 218px;
	float: right;
	margin-left: 20px;
}

.box div
{
	width: 180px;
	display: block;
	padding: 19px;
}

.box h4
{
	color: #346699;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}

.footer
{
	width: 940px;
	border-top: solid 1px #EFEFEF;
	margin-top: 20px;
	padding-top: 20px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited
{
	color: #666666;
	text-decoration: none;
}

.footer a:hover
{
	color: #346699;
	text-decoration: underline;
}

.footer a.important-link, .footer a.important-link:link, .footer a.important-link:active, .footer a.important-link:visited
{
	color: #666666;
	text-decoration: underline;
}

.footer a.important-link:hover
{
	color: #346699;
	text-decoration: none;
}