/*
---| GLOBAL |---------------------------------------------------------------------------------------------------------------
*/

*{
	margin: 0;
	padding: 0;
}
img	{
	display: block;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding: 0;
	margin: 0 auto;
}
body {
	padding: 0;
	margin-top: 10px;
	background-color: #ffec01;
}
p {
	padding: 0 6px 0 6px;
	margin: 0 40px 8px 0;
}

/*
---| LAYOUT |---------------------------------------------------------------------------------------------------------------
*/
#container {
	margin: 0 auto;
	width: 760px;
	height: auto;
	padding: 0px 10px 0px 10px;
	position: relative;
	background-image: url(../img/repeat.gif);
	background-repeat: repeat-y;
	border: 0px solid blue;
}

#content{
	float: left;
	width: 583px;
	height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	border: 0px solid red;
}
#blankContent {
	float: left;
	width: 740px;
	height: 200px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 0px solid red;
	border-top: 5px solid yellow;
}
#blankContent h2 {
	font-size: 16px;
	font-weight: bolder;
	margin: 0px 0px 16px 5px;
}
#header {
	width: 760px;
	height: 94px;
	float: left;
	display: block;
	background-color:#FFFFFF;
}
.header_left {
	width: 278px;
	height: 94px;
	position: relative;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid red;
}
.header_right {
	width: 482px;
	height: 94px;
	position: relative;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid red;
}


#nav{
	float: left;
	width: 750px;
	height: 24px;
	padding:0 0 0 10px;
	background-color:#FFFFFF;
}
#nav img{
	float: left;
	display: inline;
}

#subnav{
	float: left;
	width: 760px;
	height: 19px;
	background: url(../img/subnav_repeat.gif);
	background-repeat: repeat-x;
}
#subnav img{
	float: left;
	display: inline;
}
#subnav_right{
	float: right;
	display: inline;
}
#subnav0{
	float: left;
	width: 760px;
	height: 19px;
	background-color: #FFFFFF;
	text-align: right;
}

#flashSection {
	position: relative;
	top: 10px;
}

#footer {
	width: 760px;
	clear:both;
	background-color: #ffec01;
}
#footer_right {
	width: 142px;
	height: 40px;
	float: right;
	padding: 15px 0px 0px 15px;
	background: url(../img/click_here.gif) no-repeat;
}
#footnotes {
	width: 152px;
	height: 40px;
	font-size: 9px;
	float: right;
	padding: 10px 0px 0px 5px;
}
#footer img{
	float: left;
}
#bottomNav {
	width: 603px;
	text-align: center;
	float: left;
	clear: both;
	height: 50px;
	padding-top: 10px;
	margin: 0;
	background-color: #ffec01;
}

#heading{
	padding: 0 0 0 6px;
	margin-bottom: 4px;
}
#right_column{
	float: right;
	width: 157px;
	height: 100%;
	padding: 0;
	margin: 0;
}

#success{
	float: left;
	clear: both;
	width: 583px;
	text-align: center;
}
#success img{
	float: left;
}

#float_left{
	float: left;
}
#float_right{
	float: right;
}
#center {
	text-align: center;
}
.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
	clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}


* html .clearfix {height: 1%;}
.clearfix {display: block;}
.tableRow {
	background-color: #fff79a;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffec01;
}

#home {
	width: 194px;
	height: 220px;
	float: left;
	position: relative;
}
#home p{
	padding: 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
}
.home_one{
	background-image: url(../img/home11.gif);
	background-repeat: no-repeat;
}
.home_two{
	background-image: url(../img/home2.gif);
	background-repeat: no-repeat;
}
.home_three{
	background-image: url(../img/home3.gif);
	background-repeat: no-repeat;
}
#example_left{
	float: left;
	width: 120px;
	padding-right: 20px;
	padding-left: 70px;
	border: 0px red solid;
}
.caption {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.caption2 {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}
#divider_top{
	margin: 0;
	padding: 0;
	width: 50px;
	height: 33px;
	float: left;
	clear: both;
	border: 0px solid green;
}
#divider{
	margin: 0;
	padding: 0;
	width: 50px;
	height: 3px;
	float: left;
	clear: both;
	border: 0px solid green;
}

.divider_repeat {
	background: url(../img/divider.gif) repeat-x;
}

/*
---| TYPOGRAPHY |---------------------------------------------------------------------------------------------------------------
*/
a {
	color: #069cff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069cff;
}
a:hover {
	text-decoration: underline;
	color: #069cff;
}
a:active {
	text-decoration: none;
	color: #069cff;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 0 6px 0 6px;
	margin-bottom: 6px;
}

h2{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
}

h3{
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 0;
	color: #000;
}
h3.h3key {
	padding-bottom: 3px;
	padding-left: 6px;
}
#bottomNav a:link{
	color: #000000;
	text-decoration: none;
}
#bottomNav a:active{
	color: #000000;
	text-decoration: none;
}#bottomNav a:visited{
	color: #000000;
	text-decoration: none;
}
#bottomNav a:hover{
	color: #000000;
	text-decoration: underline;
}

#list {
	margin: 0px 70px 10px 60px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #666666;
	list-style-image: url(../img/list_bullet.gif);
}
#list a:link, #list a:visited {
 	color: #069cff;
	text-decoration: none;
}
#list a:active {
	color: #069cff;
	text-decoration: none;
}
#list a:hover {
	color: #069cff;
	text-decoration: underline;
}

#list_2 {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
	position: relative;
	/* Hides from IE5-mac \*/
	left: 28px;}
/* End hide from IE5-mac */
	

#list_2 li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../img/list_bullet.gif);
}
.font9px {
	font-size: 9px;
}
ol {
	margin: 0 70px 10px 28px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #666666;
}
.ads {
 	padding-bottom: 5px;
}
.grey {
	color: #666666;
}
.blue {
	color: #069cff;
}
.contact {
	font-weight: bold;
	color:#666666;
	font-size: 12px;
	padding-bottom: 6px;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
}
/*
---| TABLES |---------------------------------------------------------------------------------------------------------------
*/

#drive_table{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.tableHeading{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-bottom: 12px;
}
.tablebottom { background: url(../img/border_repeat.gif) repeat-x bottom;
			   height: 9px;
}
.tableleft { background: url(../img/border_repeat.gif) repeat-y left;
}
.tableleft_y { background: url(../img/border_repeat_y.gif) repeat-y left;
}
.tableright { background: url(../img/border_repeat.gif) repeat-y right;
}
.tabletop {	background: url(../img/border_repeat.gif) repeat-x top;
			height: 9px;
}
.tabletop_y {	background: url(../img/border_repeat_y_top.gif) repeat-x top;
			height: 9px;
}
.tablebottom_y {	background: url(../img/border_repeat_y_btm.gif) repeat-x bottom;
			height: 9px;
}
#faqs_yellow {
	background-color: #fdf49c;
}
#faqs_yellow p{
	padding: 6px 6px 6px 6px;
	margin: 0px;
}
#faqs_white {
	background-color: #FFF;
}
#faqs_white p{
	padding: 6px 6px 6px 6px;
	margin: 0px;
}
.terms {
	padding: 10px;
	text-align: left;
}
.terms ul {
	margin-left: 10px;
}
.terms li {
	margin-bottom: 10px;
}
.contacttable1 {	background: url(../img/border_repeat.gif) repeat-x bottom;
					border-right: 3px solid #fde905;
					border-top: 5px solid #fde905;
					padding: 5px 0 5px 4px;
}
.contacttable2 {	background: url(../img/border_repeat.gif) repeat-x bottom;
					border-top: 5px solid #fde905;
					padding: 5px 0 5px 4px;
}
/*the table cell that contains the content within the yellow frames on the aspx pages.*/
#ContentCellWithinFrame
{
	padding:15px;
}

#ContentCellWithinFrame ul
{
	margin-left:25px;
	margin-bottom:25px;
}

/*
---| HEADLINE AND KEYWORDS |------------------------------------------------------------------------------------------------------
*/

.keyTable {
	margin-bottom: 15px;
}
.keyTable #keyLoginHeading {
	padding-bottom: 5px;
}
.keyTable h3 {
	padding: 8px 3px 5px 5px;
	font-size: 14px;
}
.keyTable h4 {
	padding: 8px 3px 5px 5px;
	font-size: 14px;
	color: #069CFF;
}
.keyTable h5 {
	padding: 0px 3px 0px 5px;
	font-size: 12px;
}
.keyTable p {
	
}
.keyTable .requestedHeadline, .keyTable .desiredKeyword, .keyTable .keywordReason {
	margin: 4px 6px 6px;
}
.keyTable #keyLoginP {
	padding: 3px 3px 8px 3px;
}
.keyTable .grey {
	padding: 5px 3px 8px 3px;
}
.keyTable .keywords, .keyTable .requestedKeywords, .keyTable .suggestedKeywords {
	margin-left: 8px;
	margin-bottom: 8px;
}
.keyTable .sample {
	padding: 0px 0px 7px 6px;
	vertical-align: top;
}
.keyTable .keywords td {
	padding-bottom: 3px;
	padding-left: 1px;
	font-weight: bolder;
}
.keyTable .requestedKeywords th {
	text-align: left;
	color: #666666;
	font-size: 12px;
	padding-bottom: 2px;
}
.keyTable .requestedKeywords td {
	vertical-align: top;
	padding: 3px 1px;
}
.keyTable .keyCategory h5, .keyTable .keyCategoryClosed h5 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
	padding: 3px 0px 3px;
	background: #FFFFCC url(../img/category_arrow_open.gif) 7px 7px no-repeat;
}
.keyTable .keyCategoryClosed h5 {
	background-image: url(../img/category_arrow_closed.gif);
	background-position: 8px 5px;
}
.keyTable .keyCategory a, .keyTable .keyCategoryClosed a {
	color: #000000;
	text-decoration: none;
	padding-left: 22px;
}
.keyTable .listingBottom {
	background-color: #FFFFCC;
}
.keyTable .keyCategoryClosed .suggestedKeywords {
	display: none;
}
.keyTable .suggestedKeywords td {
	padding: 0px;
}
.keyTable .suggestedKeywords label {
	padding: 0px;
	margin: 0px;
}
.keyTable .suggestedKeywords label.checked {
	font-weight: bolder;
	background-color: #FDF49C;
}
.keyTable .desired {
	vertical-align: top;
}
.keyTable .addAnother {
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-left: 10px;
}
.keyTable .numSelected {
	text-align: right;
	position: relative;
	top: -5px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bolder;
}
.keyTable .lisingTop {
	font-weight: bolder;
	font-size: 14px;
	padding-left: 4px;
}
#key_submit_right {
	text-align: right;
}
#key_submit_right img {
	display: inline;
}

/*
---| FORMS |---------------------------------------------------------------------------------------------------------------
*/

#width200 {
	width: 200px !important;
}
#width175 {
	width: 175px !important;
}
.leftPadding
{
	padding-left:15px;
}

/* ASPX Page Styles */

.tablecopy{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808284;
	text-align:left;
	padding-right:5px;
	width:175px;
}

.tablecopyleft{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808284;
	text-align:left;
	padding-right:5px;
}
.textAreaEnquiry
{
	width:200px;
	height:55px;
}
.mandatory {
	color: #FF0000;
	font-size:10px;
}

.smalltext {
	font-size:9px;
	line-height:10px;
}

.button{
	padding-bottom:2px;
	line-height:0px;
	font-size:1px;
}

.dropDownList
{
	width:200px;
}
.dropDownListEnquiry
{
	
}
.dropDownListQuiz
{
}
.dropDownListMobilePrefix
{
	width:60px;
}
.textBoxMobileNumber
{
	width:140px;
}

.textArea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000; 
}
.textBox {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000; 
}
.regionListBox
{
	width:260px;

}
.textAreaEnquiry
{
	width:200px;
	height:230px;
}

.errorSummary
{
	color:Red;
}
.errorAsterisk
{
	color:Red;
}
.divQuestionWrapper
{
	border:solid 4px gray;
	width:500px;
}
.questionText
{
	color:Green;
	font-size:14px;
	font-weight:bold;	
}
.listBox
{
	width:200px;
}

/*the progress bar has been hidden until it can be styled*/
#divOuterProgressBar
{
	background-color:Yellow;
	padding:10px;
	width:150px;
	display:none;
}
#divInnerProgressBar
{
	background-color:Silver;
	width:150px;
	height:30px;
}
