/* GLOBAL */
body {
	background-color:#f0f0cb;
	margin:0px;
	padding:0px;
	}
	
div, p, span, td, select, input, ol, ul, textarea {
	color:#333;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	}

li {
	padding-bottom:7px;
	}
	
.tntile {
	background-image:url(/assets/tn_tile.gif);
	}

.globaltoptile {
	background-image:url(/assets/global_toptile.gif);
	}
	
.globalmidtile {
	background-image:url(/assets/global_midtile.gif);
	}
	
.globallowtile {
	background-image:url(/assets/global_lowtile.gif);
	}
	
.globaltile {
	background-image:url(/assets/global_tile.gif);
	}
	
.globaltilev2 {
	background-image:url(/assets/global_tilev2.gif);
	}

/* MENU ITEMS */
.menu {
	position:absolute;
	top:51px;
	width:190px;
	visibility:hidden;
	background-color:#315576;
	z-index:30;
	}
	
.menuitem {
	position:absolute;
	left:1px;
	width:188px;
	height:13px;
	background-color:#69c;
	color:#fff;
	font-size:10px;
	cursor:pointer;
	padding:2px 0px 2px 0px;
	}
	
.menuitemon {
	position:absolute;
	left:1px;
	width:188px;
	height:13px;
	visibility:hidden;
	background-color:#fc6;
	color:#000;
	font-size:10px;
	cursor:pointer;
	padding:2px 0px 2px 0px;
	}
	
.menuitemon a, .menuitemon a:visited, .menuitemon a:hover  {
	text-decoration:none;
	color:#336;
	}

#menu1 {
	left:303px;
	height:127px;
	}

#menu2 {
	left:422px;
	height:109px;
	}

#menu3 {
	left:541px;
	height:55px;
	}


/* PAGE ELEMENTS */
.First {
	position:absolute;
	width:100%;
	height:85px;
	top:0px;
	left:0px;
	background-image:url(/assets/tn_tile.gif);
	z-index:25;
	}

.Second {
	position:absolute;
	width:100%;
	height:150px;
	top:85px;
	left:0px;
	background-image:url(/assets/global_tile.gif);
	z-index:30;
	}
	
.Content {
	position:absolute;
	width:738px;
	top:235px;
	left:0px;
	z-index:25;
	}
	
.Last {
	position:absolute;
	width:738px;
	top:0px;
	left:0px;
	z-index:95;
	}
	
.Top {
	position:absolute;
	width:738px;
	height:85px;
	top:0px;
	}

.Main {
	position:absolute;
	width:738px;
	height:150px;
	top:0px;
	}
	
.Logo {
	position:absolute;
	width:145px;
	height:85px;
	top:0px;
	left:1px;
	}
	
.NavButton {
	position:absolute;
	height:17px;
	width:120px;
	top:35px;
	}
	
.Footer {
	width:736px;
	background-color:#f0f0cb;
	font-size:9px;
	line-height: 1.4em;
	color:#666;
	text-align:center;
	padding:0px;
	}

.GreyLine {
	position:absolute;
	width:1px;
	height:167px;
	top:0px;
	left:0px;
	z-index:35;
	}
	
.LeftCatCopy, .LeftCatCopy2  {
	width:340px;
	padding:10px 25px 30px 30px;
	float:left;
	}
	
.LeftCatCopy2 {
	width:270px;
	padding:10px 0px 30px 30px;
	}
	
.RightCatCopy, .RightCatCopy2 {
	width:290px;
	padding:15px 30px 30px 20px;
	float:right;
	}

.RightCatCopy2 {
	width:380px;
	padding:20px 30px 30px 0px;
	}

.LeftArticleCopy {
	width:578px;
	float:left;
	background-color:#fcfceb;
	}
	
.SubImage {
	position:absolute;
	width:738px;
	height:133px;
	top:0px;
	left:0px;
	}

.SubSubImage {
	position:absolute;
	width:1px;
	height:17px;
	top:133px;
	left:0px;
	}

.LeftHomeCopy {
	width:420px;
	padding:10px 20px 30px 30px;
	float:left;
	}

.RightHomeCopy {
	width:210px;
	padding:25px 30px 30px 20px;
	float:right;
	}
	
.CatContent {
	position:absolute;
	top:0px;
	left:1px;
	width:736px;
	background-color:#fcfceb;
	}

.ArticleContent {
	position:absolute;
	width:738px;
	top:118px;
	left:0px;
	z-index:30;
	}

.RightArticleImg {
	position:relative;
	width:160px;
	top:0px;
	right:0px;
	float:right;
	}

.HomeImage1 {
	position:absolute;
	width:246px;
	height:133px;
	top:0px;
	left:0px;
	z-index:80;
	}
	
.HomeImage2 {
	position:absolute;
	width:246px;
	height:77px;
	top:73px;
	left:0px;
	z-index:70;
	}

.ResourceLeftFloat {
	width:188px;
	float:left;
	line-height:1.2em;
	font-size:12px;
	background-color:#fff;
	padding:10px;
	border-top:1px solid #e3e8bf;
	}
	
.ResourceRightFloat {
	width:288px;
	float:right;
	line-height:1.6em;
	background-color:#e3e8bf;
	padding:10px;
	border-top:1px solid #fff;
	}
	
.HomeBoxBlue {
	width:208px;
	background-color:#fff;
	border:1px solid #69c;
	}

.ArticleBoxBlue {
	width:163px;
	background-color:#fff;
	border:1px solid #69c;
	padding:5px;
	}

.ArticleBox {
	width:175px;
	float:left;
	margin:5px 15px 1px 0px;
	}
	
.BoxGrey {
	width:498px;
	/*height:160px;*/
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	}

.BookFloat {
	width:100px;
	float:left;
	}

.BookCopyFloat {
	width:390px;
	float:right;
	}
	
.ClearAll {
	clear:both;
	}
	
.FormBox {
	width:365px;
	background-color:#69c;
	padding:5px;
	}
	
.FormField1 {
	width:250px;
	height:16px;
	background-color:#fff;
	border:0px;
	}
	
.FormField2 {
	width:365px;
	height:140px;
	background-color:#fff;
	border:0px;
	}

.FormSubmit {
	text-align:center;
	width:54px;
	height:20px;
	background-color:#69c;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:2px;
	}

.SubmitDiv {
	width:375px;
	text-align:right;
	padding:5px 0px 0px 0px;
	}
	
.ResourceBox {
	width:516px;
	background-color:#fff;
	border:1px solid #e3e8bf;
	}
	
.HomeLeftService {
	width:190px;
	float:left;
	}

.HomeRightService {
	width:230px;
	float:right;
	}
	
.HomeLeftService ul, .HomeRightService ul {
	font-size: 13px;
	margin:5px 0px 0px 17px;
	padding:0px;
	}
	
/* PAGE STYLES */

a {color:#03c; outline:none;}
a:visited {color:#369; outline:none;}
a:hover {color:#c60; outline:none;}

a.MainLink:link {color:#03c; outline:none;}
a.MainLink:visited {color:#369; outline:none;}
a.MainLink:hover {color:#c60; outline:none;}

a.MainLinkBold:link {color:#03c; text-decoration:none; font-weight:bold; outline:none;}
a.MainLinkBold:visited {color:#369; text-decoration:none; font-weight:bold; outline:none;}
a.MainLinkBold:hover {color:#c60; text-decoration:underline; font-weight:bold; outline:none;}

a.ListLink:link {color:#03c; text-decoration:none; outline:none;}
a.ListLink:visited {color:#369; text-decoration:none;outline:none;}
a.ListLink:hover {color:#c60; text-decoration:underline; outline:none;}

.MainCopy {
	font-size:12px;
	line-height:1.6em;
	margin:10px 0px 15px 0px;
	}

.MainCopyHome {
	font-size:13px;
	line-height:1.5em;
	}
	
.MainCopyList {
	font-size:12px;
	line-height:1.3em;
	}
	
li.MainCopyList {
	padding-bottom:15px;
	}
	
.SubCopy, .SubList, .SubCopyBooks {
	line-height:1.6em;
	margin:10px 0px 15px 0px;
	}

.SubHed {
	font:bold 15px arial, sans-serif;
	line-height:1.3em;
	color:#333;
	}
	
.SubGreyCopy, .SubCopyArticle {
	font-size:10px;
	line-height:1.3em;
	color:#666;
	}

.SubCopyRight {
	text-align:right;
	}

.TheRealSubCopy {
	font-size:11px;
	line-height:1.5em;
	color:#333;
	}
	
.CircleListHome {
	list-style-type:disc;
	margin:10px 10px 10px 30px;
	padding:0px;
	color:#333;
	}

.CircleListCat {
	list-style-type:disc;
	color:#369;
	margin:-10px 10px 10px 17px;
	padding:0px;
	}

.MainCopyList {
	font-size:12px;
	}
	
.Form {
	font:10px verdana, arial, sans-serif;
	color:#333;
	}
	
.FormWhite {
	font:bold 10px verdana, arial, sans-serif;
	color:#fff;
	}
	
li ul {
	padding-top:10px;
	}
	
.BookBoxGrey {
	width:510px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	line-height:.25em;
	font:bold 14px arial, sans-serif;
	color:#633;
	}
	
.NoList {
	list-style-type:none;
	padding:0px;
	}
	
.CopyPad {
	padding:0px 30px 20px 30px;
	}
	
.TopArtPad {
	padding:20px 0px 10px 0px;
	}
	
.TopPad5, .SubList, .ArticleList {
	padding:10px 0px 0px 0px;
	}
	
.TopPad10 {
	padding:10px 0px 0px 0px;
	}
	
.TopPad15 {
	padding:15px 0px 0px 0px;
	}
	
.SubCopyBooks {
	margin:-5px 0px 0px 0px;
	}
	
.SubCopyArticle {
	margin:0px 0px 15px 0px;
	}

