body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	min-width: 700px;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 700px;
}

#header {
	height: 194px;
	width: 970px;
	margin: 0 auto;
}

#topNav {
	width: 100%;
	height: 22px;
	border-bottom: 8px solid #C00000;    
    -moz-box-shadow: 0 6px 6px #EAEAEA;
    -webkit-box-shadow: 0 6px 6px #EAEAEA;
    box-shadow: 0 6px 6px #EAEAEA;    
}

#topNav ul {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#topNav ul li.pList, #topNav ul li.sList  {
	height: 22px;
	border-right: 2px solid #fff;
	float: left;
	font: Arial, Helvetica, Verdana, sans-serif;
}

#topNav ul li.pList {
	background: url(tabL-002.gif);
}

#topNav ul li.sList {
	background: url(tabLB.gif);
}

#topNav ul li.pList a, #topNav ul li.sList a {
	margin: 0;
	padding: 6px 15px 2px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
}

#topNav ul li.pList a {
	background: url(tabR-002.gif) no-repeat top right;
}

#topNav ul li.sList a {
	background: url(tabRB.gif) no-repeat top right;
}

#topNav ul li a:hover {
	color: #ff9900;
}

#container {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	min-height: 250px;
}

#left,#content,#right {
	float: left
}

/* Left column styles: Begin */

#left {
	margin: 0;
	padding: 25px 10px;
	width: 170px;
	font-size: 11px;
}

.leftNav {
	list-style: none;
	padding: 0;
	margin: 6px 0 20px 0;
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
}

.leftNav li{
	padding: 0;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #C00000;
}

.leftNav li a{
	color: #C00000;
	text-decoration: none;
}

.leftNav li a:visited{
	color: #C00000;
}

.leftNav li a:hover{
	color: #ff9900;
}

#left h2 {
	padding: 0;
	margin: 0 10px 0 0;
	font: bold 18px;
}

/* Left column styles: End */

/* Content column styles: Begin */

#content {
	margin: 0;
	padding: 20px;
	width: 540px;
	float: left;
	font-size: 14px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	min-height: 400px;
}

#content h1 {
	margin: 0 0 10px 0;
}

#content h1 a{
	color: #000;
	text-decoration: none;
}

#content h1 a:visited{
	color: #000;
}

#content h1 a:hover{
	color: #000;
}

#content h2 {
	margin: 0 0 10px 0;
}

#content h3 {
	margin: 0 0 10px 0;
}

#content h1, #content h2, #content h3 {
    border-bottom: 1px solid #EAEAEA;
}

#content p {
	line-height: 20px;
	margin: 0 0 25px 0;
}

#content ul {
	margin: 0 0 20px 0;
}

#content li{
	margin-bottom: 10px;
}

#content a, #cGuarantee a{
	color: #C00000;
	text-decoration: underline;
}

#content a:visited, #cGuarantee a:visited{
	color: #C00000;
}

#content a:hover, #cGuarantee a:hover{
	color: #ff9900;
	text-decoration: none;
}

.note {
	margin: 20px;
	padding: 25px 10px 10px 10px;
	border: 1px solid #999;
	background: #EAEAEA url(note.gif) no-repeat top left;
}

.inCode {
	font: bold 14px "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* Content column styles: End */

* html #content {
	height: 1500px;
}

/* Right column styles: Begin */

#right {
	width: 170px;
	font-size: 14px;
	padding: 25px 10px;
}

#right h2 {
	padding: 0;
	margin: 0 10px 0 0;
    font-size: 16px;
}

/* Right column styles: End */

#footer {
    clear: both;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
    text-align: center;
}

#footerNav a, #footerNav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}

#footerNav a:hover {
	color: #ff9900;
	text-decoration: none;
}

.copy {
	color: #999;
}

#logo {
	float: left;
	margin: 20px 0 0 0;
	width: 280px;
	height: 58px;
	border: 0;
}

#mailBox {
	float: right;
	margin: 0 2px;
	text-align: left;
	/*border: 2px dashed #999;
	border-top: 0;
	padding: 10px 20px !important;*/
    padding: 10px 0 0 0 !important;
}

#bookBox {
	float: right;
	text-align: left;
    padding: 5px 0 0 0 !important;
}

#bookBox ul {
    list-style-type: none;
}

#bookBox ul li {
    float: right;
    padding: 0 0 0 12px;
}

#bookBox div.button {
    padding-top: 5px;
    width: 120px;
    height: 20px;
    background-color: #CCC;
    text-align: center;
    margin-top: 5px;
}

#bookBox a.button {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

#bookBox a.button:hover {
    color: #FFF;
}

#mailTitle {
	font-weight: bold;
	font-size: 14px;
}

#mailForm {
	margin-top: 12px;
}

#mailFName {
	margin: 0 5px 8px 0;
	width: 100px;
}

#mailEmail {
	width: 150px;
	margin-bottom: 8px;
}

#mailButton, #searchButton {
	padding: 0;
	margin: 0;
	border: 2px solid #999;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	cursor:pointer;
}

#mailButton {
	width: 277px;
}

#searchButton {
	width: 70px;
}

#searchText {
	width: 150px;
	margin-bottom: 6px;
}

#searchForm {
	text-align: center;
	margin-bottom: 20px;
}

.mailText {
	color: #999;
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	border: 2px solid #999;
}

#mailResult {
	display: none;
}

.mailSuccess {
	font-weight: bold;
	color: #009966;
}

.mailError {
	font-weight: bold;
	color: #cc0000;
}

.mailSuccess a, .mailError  a, .mailError  a:visited {
	color: #999;
}

.pending {
	font-weight: bold;
	color: #999;
}

#social {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

#social a {
    border: 0;
}

#social a img {
    border: 0;
}

#cGuarantee {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
}

/*========== main.css: Ends ==========*/

/* 
Once working, remove  #searchForm, #searchButton, #searchText. 
Integrate #cse-search-box input[type=text] with .mailText
Integrate #cse-search-box input[type=submit] with #mailButton.
*/

#cse-search-box {
	margin-bottom: 15px;
    text-align: center;
}

#cse-search-box input[type=text] {
	color: #999;
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	border: 2px solid #999;
	width: 168px;
	margin-bottom: 6px;
}

#cse-search-box input[type=submit] {
	padding: 0;
	margin: 0;
	border: 2px solid #999;
	font-weight: bold;
	font-family: Helvetica, arial, verdana, sans-serif;
	cursor:pointer;
    width: 70px;
}

/*========== gcse.css: Ends ==========*/

#tt {position:absolute; display:block; font:12px/1.5 Arial, Helvetica, sans-serif;}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 16px 0px 7px; margin-left:5px; background:#C00000; color:#FFF; text-align:left; font-weight:bold}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont ul { list-style-type: none; padding-bottom: 12px; padding-left: 10px; margin-top: 2px; }
#ttcont h3 { color: #ff9900; padding-left: 10px; margin-bottom: 6px; margin-top: 8px; }

/*========== mailtip.css: Ends ==========*/
