body {
	background-color: #f0ecec;
	background-image: url('../img/bg.png');
	background-position: 0px 23px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;		
}

strong {
	font-weight: bold;
}

div#topLeft {
	width: 283px;
	float: left;
}

div#topLeft img {
float: left;
}

div#topRight img {
float: left;
}


div#topLeft div#didYouKnow {
	width: 283px;
	height: 195px;
	min-height: 195px;
	clear: both;
	background-image: url('../img/know.png');
}

div#topLeft div#didYouKnowContent {
	cursor: pointer;
}

div#topLeft div#didYouKnow h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 25px;
}

div.warningBox {
	padding: 10px;
	border: 1px solid #c80;
	background-color: #f4e0e0;
	margin-bottom: 10px;
}

div#topLeft div#didYouKnow p {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

div#topRight {
	width: 693px;
	float: right;
}

div#topRight div#topNavi {
	width: 693px;
	height: 40px;
	min-height: 40px;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
}

div#topRight div#topNavi ul {
	margin-right: 50px;
}

div#topRight div#topNavi ul li {
	background-image: url('../img/iconHome.png');
	background-repeat: no-repeat;
	background-position: 0px -0px;;
	padding-left: 25px;
	line-height: 35px;
	margin-left: 20px;
	float: right;
}

div#topRight div#topNavi ul li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #620092;
}

div#topRight div#topNavi ul li a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ea0000;
}

div#topRight div#topMenu {
	width: 693px;
	height: 39px;
	min-height: 39px;
	background-image: url('../img/menubg.png');
}

div#topRight div#topMenu div.item1,
div#topRight div#topMenu div.item1Actual,
div#topRight div#topMenu div.item2,
div#topRight div#topMenu div.item2Actual
 {
	font-size: 10px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	height: 39px;
	min-height: 39px;
	text-align: center;	
}

div#topRight div#topMenu div.item1Actual,
div#topRight div#topMenu div.item2Actual {
	background-image: url('../img/actual.png');
}

div#topRight div#topMenu div.item1:hover,
div#topRight div#topMenu div.item2:hover {
	background-image: url('../img/hover.png');
}

div#topRight div#topMenu div.item1 a,
div#topRight div#topMenu div.item1:hover a,
div#topRight div#topMenu div.item1Actual a,
div#topRight div#topMenu div.item2 a,
div#topRight div#topMenu div.item2:hover a,
div#topRight div#topMenu div.item2Actual a {
	line-height: 39px;
	color: #555;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

div#topRight div#topMenu div.item2 a,
div#topRight div#topMenu div.item2:hover a,
div#topRight div#topMenu div.item2Actual a {
	margin-top: 5px;
	line-height: 14px;
}

div#topRight div#topMenu div.item1:hover a,
div#topRight div#topMenu div.item1Actual a,
div#topRight div#topMenu div.item2:hover a,
div#topRight div#topMenu div.item2Actual a {
	color: #fff;
}


div#topRight div#firstH {
	width: 294px;
	height: 83px;
	min-height: 83px;
	float: right;
	background-image: url('../img/fb.png');
}

div#topRight div#firstH h1 {
	font-size: 20px;
	margin-top: 00px;
	color: #650096;
	padding-left: 10px;
	line-height: 40px;
}

div#topRight div#firstH h2 {
	font-size: 14px;
	color: #650096;
	padding-left: 10px;
	line-height: 14px;
}

div#contentLeft div.form {
	margin-bottom: 15px;
}

div#contentLeft div.form form div.formFieldTop {
	border: 1px solid #ddd;
	border-top: 5px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}

div#contentLeft div.form form div.formField {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}

div#contentLeft div.form form div.formFieldBottom {
	border: 1px solid #ddd;
	border-bottom: 5px solid #ccc;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #f4f4f4;
}

div#contentLeft div.form form div.badField {
	border: 1px solid #ddd;
	border-top: 5px solid #daa;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #f4e0e0;
}

div#contentLeft div.form form div.formFieldTop label,
div#contentLeft div.form form div.formFieldBottom label,
div#contentLeft div.form form div.formField label {
	float: left;
	width: 200px;
	line-height: 23px;
	text-align: right;
	padding-right: 10px;
	color: #666;
}

div#contentLeft div.form form div.formFieldTop img.help,
div#contentLeft div.form form div.formFieldBottom img.help,
div#contentLeft div.form form div.formField img.help {
}

div#contentLeft div.form form div.formFieldTop img.helpHide,
div#contentLeft div.form form div.formFieldBottom img.helpHide,
div#contentLeft div.form form div.formField img.helpHide {
	display: none;
}

div#contentLeft div.form form div.formFieldTop label.zero,
div#contentLeft div.form form div.formFieldBottom label.zero,
div#contentLeft div.form form div.formField label.zero {
	display: inline;
	float: none;
}

div#contentLeft div.form form div.formFieldTop span,
div#contentLeft div.form form div.formFieldBottom span,
div#contentLeft div.form form div.formField span {
	display: block;
	padding-top: 10px;
	padding-left: 210px;
	color: #ea0000;
}

div#contentLeft div.form form div.formFieldTop textarea,
div#contentLeft div.form form div.formFieldBottom textarea,
div#contentLeft div.form form div.formFieldTop select,
div#contentLeft div.form form div.formFieldBottom select,
div#contentLeft div.form form div.formFieldTop input,
div#contentLeft div.form form div.formFieldBottom input,
div#contentLeft div.form form div.formField textarea,
div#contentLeft div.form form div.formField select,
div#contentLeft div.form form div.formField input {
	width: 200px;
	border: 2px solid #888;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

div#contentLeft div.form form div.formFieldBottom input.button
{
	width: 200px;
	border: 1px solid #ccc;
	background-color: #ddd;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

div#contentLeft div.form form div.formFieldBottom input.button:hover
{
	border: 1px solid #eb1c00;
	background-color: #eb1c00;
	color: #fff;
}

div#contentLeft div.form form div.formFieldTop textarea,
div#contentLeft div.form form div.formFieldBottom textarea,
div#contentLeft div.form form div.formField textarea {
	width: 340px;
	height: 100px;
}

div#contentLeft div.form form div.formFieldTop select.w50,
div#contentLeft div.form form div.formFieldBottom select.w50,
div#contentLeft div.form form div.formField select.w50 {
	width: 100px;
}

div#contentLeft div.form form div.formFieldTop input.w70,
div#contentLeft div.form form div.formFieldBottom input.w70,
div#contentLeft div.form form div.formField input.w70 {
	width: 140px;
}

div#contentLeft div.form form div.formFieldTop input.w30,
div#contentLeft div.form form div.formFieldBottom input.w30,
div#contentLeft div.form form div.formField input.w30 {
	width: 60px;
}

div#contentLeft div.form form div.formFieldTop input.w0,
div#contentLeft div.form form div.formFieldBottom input.w0,
div#contentLeft div.form form div.formField input.w0 {
	width: auto;
	border: none;
}

div#contentLeft h1 {
	font-size: 20px;
	color: #650096;
	line-height: 25px;
	height: 46px;
	min-height: 46px;
	background-image: url('../img/h1.png');
	margin-bottom: 10px;
}

div#contentLeft h2 {
	font-size: 16px;
	color: #650096;
	line-height: 25px;
	height: 46px;
	min-height: 46px;
	background-image: url('../img/h1.png');
	margin-bottom: 10px;
}

div#contentLeft h1 img,
div#contentLeft h2 img {
	float: left; 
	margin-right: 10px;
}

div#contentLeft h3 {
	font-size: 14px;
	color: #f76e1d;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	height: 46px;
	min-height: 46px;
	background-image: url('../img/h1.png');
	margin-bottom: 10px;
}

div#contentLeft ul {
	clear: both;
	list-style-image: url('../img/l1.gif');
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: circle;
	margin-bottom: 20px;
	color: #fff;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	background-color: #333;
	border-right: 15px solid #fe6900;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div#rightMenu ul {
	list-style-image: url('../img/l1.gif');
	margin-left: 35px;
	list-style-type: circle;
	margin-bottom: 20px;
	color: #666;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
}

div#rightMenu ul li
{
	line-height: 12px;
	margin-bottom: 10px;
}

div#contentLeft ul li {
	line-height: 20px;
	margin-bottom: 10px;
}

div#contentLeft ul li a.http {
	color: #eee;
	padding: 0px;
	background: none;
	border-bottom: 1px dotted #eee;
}

div#contentLeft ul li a.http:hover {
	color: #fff;
	padding: 0px;
	background: none;
	border-bottom: 1px solid #fff;
}

div#rightMenu ul ul,
div#contentLeft ul ul {
	margin-bottom: 0px;
	margin-left: 50px;
	border: 0px;
}

div#contentLeft p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
}

a.http,
a.https {
	background-image: url('../img/link.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #8928b3;
	text-decoration: none;
	border-bottom: 1px dotted #8928b3;
}

a.simple {
	color: #8928b3;
	text-decoration: none;
	border-bottom: 1px dotted #8928b3;
}

a.http:hover,
a.https:hover,
a.simple:hover {
	color: #eb1c00;
	text-decoration: none;
	border-bottom: 1px solid #eb1c00;
}

div#contentLeft p.prelude {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
	background-color: #413b3b;
	padding: 10px;
	color: #fff;
	border-right: 15px solid #fe6900;
}

div#contentLeft p.center {
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
}

div#contentLeft p strong {
	font-weight: bold;
}

div#contentLeft {
	float: left;
	width: 602px;
	min-height: 200px;
	background-image: url('../img/leftbg.png');
	background-repeat: no-repeat;
	padding: 40px;	
}

div#contentRight {
	float: right;
	width: 294px;
	background-image: url('../img/fblock.png');
	background-repeat: no-repeat;
	min-height: 250px;
}

div#contentRight h3 {
	width: 284px;
	height: 40px;
	min-height: 40px;
	background-image: url('../img/sb.png');
	font-size: 16px;
	margin-top: 0px;
	color: #650096;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

div#contentRight p.center {
	text-align: center;
}

div#contentRight div.newsItem {
	padding: 10px;
	background-color: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

div#contentRight div.newsItem div.more {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: #fff;
	text-align: right;
	padding: 5px;
	margin-top: 5px;
}

div#contentRight div.newsItem img.avatar {
	float: right;
	border: 1px solid #333;
	margin-left: 10px;
	margin-top: 3px;
}

div#contentRight div.newsItem h1 {
	font-size: 12px;
	font-weight: bold;
	background: #413b3b;
	color: #fff;
	background-image: url('../img/hm1.png');
	padding: 3px;
	line-height: 15px;
}

div#contentRight div.newsItem h2 {
	font-size: 10px;
	font-weight: bold;
	background: #fe6900;
	background-image: url('../img/hm2.png');
	color: #fff;
	padding: 3px;
	line-height: 15px;
	margin-bottom: 5px;
}

div#contentRight div.newsItem p {
	line-height: 18px;
	text-align: justify;
	width: 190px;
}

div#contentRight div.newsItem p.center {
	line-height: 18px;
	text-align: center;
	width: 190px;
}

div#contentRight div.newsItem p strong {
	font-weight: bold;
}

div#container {
	width: 976px; 
	margin: 0 auto; 
	background-image: url('../img/page.png');
}

div#footer {
	width: 976px;
	height: 193px;
	min-height: 193px;
	background-image: url('../img/footer2.png');
}

div#footerWP {
	position: relative;
}

div#footerWP img.wplogo {
	position: absolute;
	left: 35px;
}

div#contentRight div#rightMenu div.dukItem,
div#contentRight div#rightMenu div.item {
	margin-left: 10px;
	border-left: 5px solid #ccc;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	width: 263px;
}

div#contentRight div#rightMenu div.dukItemActual,
div#contentRight div#rightMenu div.itemActual {
	margin-left: 10px;
	border-left: 5px solid #9600c2;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	width: 263px;
}

div#contentRight div#rightMenu div.dukItem:hover,
div#contentRight div#rightMenu div.item:hover {
	border-left: 5px solid #e34200;
}

div#contentRight div#rightMenu div.dukItem a,
div#contentRight div#rightMenu div.itemActual a,
div#contentRight div#rightMenu div.item a {
	color: #e34200;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

div#contentRight div#rightMenu div.itemActual a span,
div#contentRight div#rightMenu div.item a span {
	color: #9600c2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 13px;
	padding-bottom: 5px;
}

div#contentRight div#rightMenu div.dukItemActual a span,
div#contentRight div#rightMenu div.dukItem a span {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 13px;
}

div#footer div#footerLeft {
	margin-top: 26px;
	float: left;
	width: 265px;
	height: 165px;
	min-height: 165px;
	list-style:none;
	color: #fff;
	text-align: center;
}

div#footer div#footerLeft span {
	display: block;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}

div#footer div#footerLeft ul, div#footer div#footerLeft li {
	margin:0;
	padding:0;
	list-style:none;
}

div#footer div#footerLeft ul {
	margin-top: 20px;	
}

div#footer div#footerLeft, div#footer div#footerLeft li { 
	width:265px;
	height:165px;
	overflow:hidden; 
}

div#footer div#footerMenu {
	margin-top: 26px;
	margin-left: 6px;
	padding: 10px;
	float: left;
	width: 205px;
	height: 145px;
	min-height: 100px;
}

div#footer div#footerMenu a {
	display: block;
	text-decoration: none;
	color: #555;
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #555;
}

div#footer div#footerMenu a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

div#footer div#footerWP {
	margin-top: 26px;
	margin-left: 20px;
	padding: 10px;
	float: left;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	height: 145px;
	min-height: 100px;
	text-align: center;
}

div#footer div#footerContact {
	margin-top: 26px;
	margin-left: 20px;
	padding: 10px;
	float: right;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	line-height: 20px;
	height: 145px;
	min-height: 100px;
	text-align: right;
}

div#footer div#footerContact span {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

table.seoTable {
	background-color: #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 2px;
	font-size: 12px;
}

table.seoTable tr th {
	padding: 7px;
	font-weight: bold;
	background-color: #2e2e2e;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background: #2e2e2e url("../img/header-black.png") repeat-x;
}

table.seoTable tr th a {
	color: #fff;
	text-decoration: none;
}

table.seoTable tr th.sortableHover,
table.seoTable tr th.sortable:hover {
	padding: 7px;
	font-weight: bold;
	background-color: #063648;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background: #063648 url("../img/header-hover.png") repeat-x;
}

table.seoTable tr td.par {
	padding: 7px;
	text-align: center;
	background: #ececec url("../img/gradback-par.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}


table.seoTable tr td.oddPurple,
table.seoTable tr td.parPurple {
	padding: 7px;
	text-align: center;
	background: #ececec url("../img/gradback-purple.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	color: #a00;
}

table.seoTable tr td.oddRed,
table.seoTable tr td.parRed {
	padding: 7px;
	text-align: center;
	background: #ececec url("../img/gradback-red.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	color: #a00;
}

table.seoTable tr td.oddGreen,
table.seoTable tr td.parGreen {
	padding: 7px;
	text-align: center;
	background: #ececec url("../img/gradback-green.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	color: #080;
}

table.seoTable tr td.first {
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background: #cccccc url("../img/gradback-first.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

table.seoTable tr td.odd {
	padding: 7px;
	text-align: center;
	background: #d4d4d4 url("../img/gradback-odd.png") repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

table.seoTable tr td.keyword {
	background-color: #ddd;
}

div.growlUI { 
	background: url("../img/text-mate-icon.png") no-repeat 10px 2px;
}

div.growlUI h1 {
	font-size: 18px; font-weight: bold;
}

div.growlUI h1, div.growlUI h2 {
	color: black; padding: 5px 5px 5px 75px; text-align: left;
}

a.white {
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a.white:hover {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
}

iframe {
	margin-bottom: 25px;
	width: 610px;
	border: 4px solid #999;
}

strong.faqStrong {
	background-color: #eee;
	display: block;
	line-height: 18px;
	padding : 5px;
	-moz-border-radius:0.7em;
	-khtml-border-radius:0.7em;
}

div#adwordsForm {
	font-size: 12px;
	float: left;
}

div#specForm fieldset {
	border: 0px;
	background-color: #f9f9f9;
	border: 1px solid #f0f0f0;
}

div#adwordsForm fieldset {
	border: 0px;
}

div#adwordsForm div {
	clear: both;
	margin-bottom: 15px;
}

div#adwordsForm label {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 70px;
}

div#adwordsForm input {
	font-size: 12px;
	border: 1px solid #aaa;
	color: #666;
	width: 190px;
}

div#adwordsDemo {
	clear: both;
	border: 2px solid #5555dd; 
	padding: 6px;
	margin-left: 15px;
	line-height: 18px;
	width: 250px;
}

div#adwordsDemo p {
	padding: 0px;
	margin: 0px;
}

div#adwordsDemo p.title {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #00c;
}

div#adwordsDemo p.title:hover {
	cursor: pointer;
}

div#adwordsDemo p.url {
	font-size: 12px;
	font-weight: normal;
	color: #060;
}

div#adwordsDemo p.url:hover {
	cursor: pointer;
}
