/* CSS Document */

body {
	background-color: #F1F4FE;
	padding: 0;
	margin: 0 auto;
}

body, h1, h2, h3, p, a, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #041662;
	font-size: 24px;
}

h2 {
	color: #041662;
	font-size: 18px;
}

h3 {
	color: #000;
	font-size: 16px;
}

p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

a {
	color: #041662;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* header */

#header	{
	width: 900px;
	height: 260px;
	margin: 0 auto;
	padding-bottom: 6px;
	background: url(/layouts/images/h.gif) top no-repeat;
}

/* left nav */

#navwrap	{
	width: 178px;
	float: right;
}

.navheader {
	width: 178px;
	height: 36px;
	background: url(/layouts/images/lntop.jpg) no-repeat;
	margin: 0;
}

.nav {
	width: 100%;
	background: url(/layouts/images/lnmid.jpg) repeat-y;
	margin: 0;
}

.navbottom {
	width: 100%;
	height: 20px;
	background: url(/layouts/images/lnbtm.jpg) no-repeat;
	margin: 0;
}

.navheader h2 {
	font-size: 14px;
	color: white;
	margin: 0;
	padding: 14px 0 0 17px;
}

.navlist, .navlist2 {
	padding: 0;
	margin: 6px 0 0 0;
	font: bold 12px "Trebuchet MS", Verdana, sans-serif;
}
.navlist li, .navlist2 li {
	text-align: left;
	list-style: none;
	margin: 0 12px;
	border-bottom: 1px dotted #CCC;
	background: url(/layouts/images/arrw.gif) left no-repeat;
}
.navlist li a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 1px 0 1px 28px;
}
.navlist li a:hover {
	color: #FFFFFF;
	background: url(/layouts/images/arrwo.gif) left no-repeat #041662;
}
.navlist2 li {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 1px 0 1px 28px;
}

.navimpheader {
	width: 178px;
	height: 36px;
	background: url(/layouts/images/i1.gif) no-repeat;
	margin: 0;
}

.navimpbtn, .navimpbtn:hover {
	width: 178px;
	height: 58px;
	margin: 0;
}
.navimpbtn {
	background: url(/layouts/images/i3b.gif) top left no-repeat;
}
.navimpbtn:hover {
	background: url(/layouts/images/i3b.gif) bottom left no-repeat;
}


/* body */

#pagewrap {
	width: 900px;
	margin: 0 auto;
}

#contentwrap {
	width: 708px;
	background: url(/layouts/images/mmid.jpg) repeat-y;
	margin: 0;
	float: left;
}

#contentheader {
	width: 708px;
	height: 50px;
	background: url(/layouts/images/mtop.jpg) no-repeat;
	margin: 0;
}

#contentheader h1 {
	font-size: 18px;
	color: #666666;
	margin: 0;
	padding: 18px 0 0 25px;
}

#content {
	margin: 15px 40px 15px 40px;
}

#faq, #contact, #about {
	margin: 30px 40px 15px 40px;
}

#content h1 {
	margin: 20px 0 0 25px;
	padding: 0;
}

#content h2 {
	font-size: 13px;
	color: #041662;
	margin: 0;
	padding: 0 0 8px 0;
}

#content h3 {
	margin: 12px 25px 0 25px;
	padding: 0;
}

#content p {
}

.date {
	margin: 23px 25px 0 0;
	font-size: 13px;
	color: #999;
	text-align: right;
	float: right;
}

#contentfooter {
	width: 708px;
	height: 18px;
	background: url(/layouts/images/mbtm.jpg) no-repeat;
	margin: 0;
}

.viewallbtn, .viewallbtn:hover, .cyobtn, .cyobtn:hover {
	width: 170px;
	height: 58px;
	margin: 0;
}
.viewallbtn {
	background: url(/layouts/images/val.gif) top left no-repeat;
}
.viewallbtn:hover {
	background: url(/layouts/images/val.gif) bottom left no-repeat;
}
.cyobtn {
	background: url(/layouts/images/cyo.gif) top left no-repeat;
}
.cyobtn:hover {
	background: url(/layouts/images/cyo.gif) bottom left no-repeat;
}


/* layouts */

td.lytthumb {
	width: 254px;
	height: 254px;
	background: url(/layouts/images/tmb.jpg) no-repeat;
	padding: 21px;
}

img.thumb {
	border: 1px solid #CCC;
}

.preview, .preview:hover, .getlyt, .getlyt:hover {
	width: 125px;
	height: 28px;
	margin-top: 8px;
}
.preview {
	background: url(/layouts/images/lb1.gif) top left no-repeat;
	float: left;
}
.preview:hover {
	background: url(/layouts/images/lb1.gif) bottom left no-repeat;
	float: left;
}
.getlyt {
	background: url(/layouts/images/lb2.gif) top right no-repeat;
	float: right;
}
.getlyt:hover {
	background: url(/layouts/images/lb2.gif) bottom right no-repeat;
	float: right;
}


/* code page */

#content textarea {
	font: 10px arial, sans-serif;
	width: 100%;
	height: 200px;
	overflow: scroll;
	margin-top: 20px;
}

#codethumb {
	width: 257px;
	float: left;
}

#codeinst {
	width: 340px;
	float: right;
}


/* sub pages */

#faq h2, #contact h2 {
	font-size: 18px;
	color: #041662;
	background: url(/layouts/images/h2.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 10px;
}

#faq p, #contact p {
	margin-left: 10px;
}

#contact form p {
	margin: 15px 0 0 0;
}

#contact textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 420px;
	height: 200px;
	overflow: scroll;
}

.smaproot {
	font: bold 14px;
	padding-left: 26px;
	margin: 20px 0 0 -5px;
	background: url(/layouts/images/arrw.gif) left no-repeat;
}

.smapsub1 {
	font: 12px;
	padding-left: 26px;
	margin: 0 0 0 30px;
	background: url(/layouts/images/arrw.gif) left no-repeat;
}

/* footer */

#footer	{
	width: 900px;
	height: 40px;
	background: url(/layouts/images/f.gif) no-repeat;
	margin: 12px 0;
	padding-top: 8px;
}

#footerlinks {
	width: 100%;
	text-align: center;
}

#footerlinks p {
	font-size: 12px;
	color: #CCC;
	margin: 0;
}

#footerlinks a {
	color: #FFF;
	text-decoration: none;
	padding: 0 4px;
}

#footerlinks a:hover {
	color: #041662;
	background: #FFF;
}
