/*********************************************** 
				Browser reset
***********************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { 
	border:0; 
} 

/*********************************************** 
				HTML Tags
***********************************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%;
	color: #3F3F3F;
}
a {
	text-decoration: underline;
	color: #3F3F3F;
}
a:hover {
	color: #666666;
}
p {
	padding-bottom: 1.1em;
	font-size: 1.1em;
}
ul {
	font-size: 1.1em;
}
ul li {
	background-image: url(../../../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 10px;
	margin-bottom: 0.5em;
	display: block;
}

/*********************************************** 
				Global styles
***********************************************/

#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 156px;
	background-image: url(../../../../images/grad-header.png);
	background-repeat: repeat-x;
	background-color: #757677;
	background-position: left 20px;
	position: relative;
}
#header #languageBar {
	background-color: #6F6F6F;
	height: 18px;
	border-bottom: 1px solid #A79A53;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
	position: relative;
	color: #FFFFFF;
	font-size: 0.9em;
}

#header #languageBar a strong {
	visibility: hidden;
}

#header #languageBar ul {
	display: inline;
	float: right;
	margin-right: 5px;
	margin-top: 1px;
}

#header #languageBar ul li {
	float: left;
	background-image: none;
	padding: 0px;
}

#header #languageBar ul li a  {
	display: inline;
	background-repeat: no-repeat;
	height: 13px;
	color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1em;
}

.LanguageLink
{
	text-decoration: none;
}

.SelectedLanguageLink
{
	text-decoration: underline;
}

#header #languageBar ul li a#chinese {
	background-image: url(../../../../images/languages/chinese.gif);
	width: 29px;
}

#header #languageBar ul li a#hindi {
	background-image: url(../../../../images/languages/hindi.gif);
	width: 30px;
}
#header #languageBar ul li a#english {
	display: inline;
	font-size: 1em;
}
#header #languageBar ul li a#english strong {
	visibility: visible;
}
#header #languageBar #currentRegion {
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}
#header #languageBar a#changeRegion {
	background-image: url(../../../../images/buttons/change.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 79px;
	position: absolute;
	top: 2px;
	right: 10px;
}
#header #logo {
	position: absolute;
	left: 30px;
	top: 44px;
}
#header #logInContainer {
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	right: 12px;
	width: 360px;
}
#header #logInContainer p.heading {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding: 0 !important;
}
#login, #register {
	float: left;
	height: 80px;
}
#header #logInContainer #register {
	width: 154px;
	margin-right: 20px;
}
#header #logInContainer #register .apply {
	background-image: url(../../../../images/buttons/apply.gif);
	display: block;
	height: 18px;
	width: 56px;
	text-decoration: none;
}
#header #logInContainer #register .apply strong {
	visibility: hidden;
}
#header #logInContainer #register #login p {
	/*padding-bottom: 0.5em;*/
	line-height: normal;
}
#header #logInContainer #login {
	width: 175px;
	border-left: 1px solid #BDBDBD;
	padding-left: 10px;
}
#header #topNav {
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 970px;
	border-top: 2px solid #FFD500;
}
#header #topNav ul {
	font-size: 1em;
}
#header #topNav ul li {
	display: block;
	border-right: 1px solid #BDBDBD;
	padding-right: 1.1em;
	padding-left: 1.1em;
	float: left;
	background-image: none;
	margin: 0px;
	line-height: 20px;
}
#header #topNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}
#header #topNav ul li a:hover {
	color: #FFD500;
}
#header #topNav ul li a.topNav_selected {
	color: #FFD500;
}
#header #topNav #searchBox    {
	width: auto;
}
#header #topNav #search  {
	position: absolute;
	right: 12px;
	top: 7px;
}
#header #topNav #search   label {
	font-weight: bold;
	color: #DADADA;
	font-size: 1.1em;
}
#header #topNav #search .Button {
	position: absolute;
	top: 1px;
	right: 0px;
	cursor: pointer;
}
#header #topNav input#Template_searchField_quickSearch {
	width: 116px;
	border: 1px solid #BDBDBD;
	height: 18px;
	margin-right: 46px;
	margin-left: 15px;
}
#banner {
	height: 229px;
	border-bottom: 2px solid #FFD500;
	position: relative;
}

#banner #swfbanner {
	position: absolute;
	z-index: 0;
}

#banner #noflashbanner {
	position: absolute;
	z-index: 0;
	visibility: hidden;
}

#banner #intro {
	color: #FFFFFF;
	width: 555px;
	position: absolute;
	left: 32px;
	top: 28px;
	z-index: 1;
}
#banner #intro p {
	font-size: 1.2em;
	margin-right: 95px;
}
#banner #sideCol {
	width: 223px;
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 0;
	margin-top: 105px;
}
#banner #sideCol .boxOut {
	margin-bottom: 10px;
}
#contentContainer {
	padding-left: 15px;
}

#compilance{
	text-align: center;
	font-size: 1.1em;
	padding-left: 10em;
	padding-right: 10em;
	
}
#content {
	float: left;
	display: inline;
}
#content #form {
    margin-top: 1.5em;
}
#content #form .caption {
    font-size: 1.1em;
    padding-top: 0.3em;
    padding-right: 0.8em;
	color: #AD2D24;
}
#content #form .caption label {
	color: #3F3F3F;
}
#content #form input, #content #form textarea {
	margin-bottom: 0.5em;
    width: 180px;
}
#content #form #Template_form_Submit {
    width: auto;
	margin-top: 0.5em;
	float: right;
}
#content #form #Template_form_Display {
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
    font-weight: bold;
    color: #AD2D24 !important;
}
#content #form #Template_form_Display ul {
    font-weight: normal;
    margin-top: 1em;
	font-size: 1.04em !important;
}
#breadcrumbs {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 28px;
	height: 28px;
	text-align: left;
}
#breadcrumbs a {
	text-decoration: none;
}
#leftCol {
	width: 186px;
	float: left;
	display: inline;
}
#leftCol .shad-bttm {
	margin-bottom: 0px;
}
#rightCol {
	float: left;
	width: 180px;
	margin-left: 22px;
	display: inline;
}
#sideNav {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #DADADA;
}
#sideNav  a.ActiveSideLink {
	font-weight: bold;
}
#sideNav a:hover {
	color: #666666;
}
#sideNav ul {
	font-size: 1em;
	padding-bottom: 0px;
}
#sideNav ul ul {
	padding-top: 0.3em;
}
#sideNav ul ul ul {
	border-style: none;
	padding-bottom: 0.1em;
	padding-top: 0.3em;
}
#sideNav ul li {
	background-image: none;
	/*border-bottom: 1px solid #FFFFFF;*/
	padding: 1.1em 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#sideNav ul li.hc {
	border-style: none;
	margin-bottom: 0px;
	border-bottom:  none;
}
#sideNav ul ul li {
	border-top: 1px solid #FFFFFF;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#sideNav ul ul li.L1{
	border: none;
	margin-top: -20px;
}

#sideNav ul ul li.L2{
	margin-top: -20px;
	background-image: url(../../../../images/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3.8em center;
	padding-left: 10px;
	border: none;
}

#sideNav ul li a, ul li span{
	text-decoration: none;
	font-size: 1.05em;
}
#sideNav ul ul li a {
	font-weight: normal;
}
#sideNav ul ul ul li a {
	font-size: 1em;
}

#rightCol #liveChat {
	/*background-color: #DADADA;*/
	font-size: 11px;
	height: 45px;
	visibility: hidden;
}
#rightCol #liveChat .large {
	font-size: 1.3em;
}
#rightCol #liveChat a {
	text-decoration: none;
	display: block;
}

#footer {
	margin-top: 12px;
}
#footer #bottomNav {
	background-color: #D3D3D3;
	position: relative;
}
#footer #bottomNav ul {
	font-size: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-left: 5px;
	margin-right: 145px;
}
#footer #bottomNav ul li {
	background-image: none;
	display: inline;
	line-height: 1.6em;
	margin: 0px;	
	padding: 0px;
}
#footer #bottomNav ul li a {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	/*border-right: 1px solid #3F3F3F;*/
	padding-left: 1em;
	padding-right: 1.1em;
}
#footer #bottomNav ul li.last a {
	border-right: none;
}
#footer #bottomNav ul li a:hover {
	color: #666666;
}
#footer #bottomNav #copyright {
	position: absolute;
	right: 15px;
	top: 0px;
	padding-top: 0.5em;
}
#footer #siteMap {
	background-image: url(../../../../images/grad-footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #7B7C7E;
	padding: 0.8em 15px;
}
#footer #siteMap ul {
	font-size: 1em;
}
#footer #siteMap ul ul{
	padding-top: 0.3em;
}
#footer #siteMap ul li {
	background-image: none;
	margin-bottom: 0.2em;
	float: left;
	/*width: 124px;*/
	padding: 0px;
	margin-right: 10px;
	font-weight: bold;
}
#footer #siteMap ul ul li {
	float: none;
	width: auto;
	font-weight: normal;
	padding-bottom: 0em;
}
#footer #siteMap ul li a {
	color: #666666;
	text-decoration: none;
}
#footer #siteMap ul li a:hover {
	color: #3F3F3F;
}
#footer #globalSites {
	padding: 0.8em 10px;
	border-bottom: 1px solid #7B7C7E;
	text-align:center;
}
#footer #globalSites ul {
	font-size: 1.1em;
}
#footer #globalSites ul li {
	background-image: none;
	display: inline;
	line-height: 1.6em;
	margin: 0px;	
	padding: 0px;
}
#footer #globalSites ul li.last a {
	border-right: none;
}
#footer #globalSites ul li a {
	color: #3F3F3F;
	text-decoration: underline;
	white-space: nowrap;
	/*border-right: 1px solid #3F3F3F;*/
	padding-left: 1em;
	padding-right: 1.1em;
}
#footer #globalSites ul li a:hover {
	color: #666666;
}
#footer #legal {
	text-align: center;
	padding: 0.8em 15px 2em;
	font-size: 0.9em;
}
#compilance{
	text-align: center;
	font-size: 1.1em;
	padding-left: 10em;
	padding-right: 10em;
	
}
#feature
{
/*	display: none;*/
}
.boxOut {
	background-color: #DADADA;
	padding: 1px;
}
.boxOut .editarea {
	text-align: right;
}
.boxOut .whiteBg {
	background-color: #FFFFFF;
	border-bottom: 1px solid #BDBDBD;
	text-align: left;
}
.boxOut .bttnLink img {
	vertical-align: text-bottom;
}
.boxOut p, .boxOut ul, .boxOut h5, .boxOut h3 {
	padding-right: 10px;
	padding-left: 10px;
}
.shad-right {
	background-image: url(../../../../images/box-shad-right.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	padding-right: 4px;
}
.shad-bttm {
	background-image: url(../../../../images/box-shad-bttm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

/* Form elements */

.row {
	clear: both;
	position: relative;
	padding-bottom: 9px;
}
.formLabel {
	float: left;
	width: 45px;
	margin-right: 5px;
	line-height: 20px;
}
.formControl {
	float: left;
	width: 124px;
	
}
.formControl .button {
	position: absolute;
	right: 0px;
	top: 2px;
	cursor: pointer;
}
.formField {
	width: 123px;
	border: 1px solid #BDBDBD;
	height: 18px;
}
.password {
	width: 63px;
}
#submit {
	padding-top: 10px;
}

/*********************************************** 
			Classes for reuse
***********************************************/

.editarea {
	margin: 2px;
}
.alignRight {
	text-align: right;
}
.clearBoth {
	clear: both;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.GreyBox
{
	background-color: #DADADA;
	border-bottom: 1px solid #BDBDBD;
	color: #3F3F3F;
	font-size: 1.4em;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
}

#banner #sideCol1 {
	width: 223px;
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 0;
	margin-top: -17px;
}
#banner #sideCol1 .boxOut {
	margin-bottom: 10px;
}


.boxOut .editarea1 {
	text-align: right;
	
}
.boxOut .whiteBg1 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #BDBDBD;
	text-align: left;
	height: 110px;
}

#rightborder
{
float: left; 
width: 49%; 
border-right:solid 1px #CFCFCF; 
height: 70px;
/*margin-top: -5px;*/
}

#rightborder div
{
	margin-left: 12px;
	margin-top:-5px;
}


#alignImage
{
	margin-top: 8px;
	margin-left: 8px;
}

#imageinsteadofpricing
{
	  background-color: red;
}

#aligninstructions
{
	padding-left: 120px;
}

