@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------Main Structure*/
#page_contain {
	width: 800px;
	height: 600px;
	margin: auto;
	border: 2px #330000 solid;
	position: relative;
	
}

#head_contain {
	background: repeat-x #cde6ff url(../images/headergrade.jpg);
	background-position: 0px -30px;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #330000;
	padding: 25px 0px 0px 0px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDD597;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ff6600;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: -4px;
	padding-bottom: 2px;
	margin-bottom: -10px;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #ff6600;
	margin-bottom: -10px;
}

a {
	color: #CC6600;
	}

a:hover {
	color: #CC0099;
	}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #660000;
	text-align: left;
	line-height: 20px;
}                        

/*--------------------------------------------------------------------------------------------------------END Main Structure*/
/*--------------------------------------------------------------------------------------------------------Head Content*/
#tag_contain {
	width: 550px;
	height: 16px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
	text-align: center;
	}
	
#nav_contain {
	width: 550px;
	height: 44px;
	background-color: #330000;
	float: left;
	margin: 20px 0px 0px 28px;
	font: normal 13px Arial, Helvetica, sans-serif; 
	}
	
#nav_contain ul{
	width: 540px;
	height: 43px;
	float: left;
	list-style: none;
	margin: 5px 0px 0px -40px;
	position: absolute;
}

#nav_contain ul li{
	width: 88px;
	height: 37px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	position: relative;
}

#nav_contain ul li#nav_line1{
	margin: 6px 0px 0px 0px;
}

#nav_contain ul li a {
	color: #fef3e2;
	text-decoration: none;
	}
	
#nav_contain ul li a:hover {
	color: #ff9900;
}

#nav_contain ul li a:active {
	color: #ff9900;
}

.logo {
	float:left;
	margin: -15px -8px 0px 10px;
	border: 0;
}

.navend {
	float: left; 
	margin: -2px 0px 0px -18px;
	}
	
.thispage {
	color: #ff9900;
	}
	
/*--------------------------------------------------------------------------------------------------------END Head Content*/
/*--------------------------------------------------------------------------------------------------------Body Content*/
#body_contain {
	background: repeat-x #fdf9f1 url(../images/bodygrade2.gif);
	width: 100%;
	height: 410px;
	padding: 30px 0px 0px 0px;
	}
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------Left Content: Nav*/
/*------------------------------------------------------------------------------------------*/
#left_column {
	width: 235px;
	height: 408px;
	margin: 0px 6px 0px 0px;
	float: left;
	position: absolute;
	}

#lines_contain {
	width: 700px;
	height: 175px;
	margin: 0px 0px 0px -465px;
	position: relative;
	float: left;
	}

#ser {
	width: 1000px;
	height: 35px;
	margin: 0px 0px 0px -300px;
	padding: 30px 15px 0px 0px;
	float: left;
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	text-decoration: none;
	background: url(../images/but_grade.png) repeat-x;
	background-position: 0px -65px;
	}
	
#lines_contain a#ser:hover {
	color:#f9f4ee;
	background-position: 0px 0px;
	}
	
#lines_contain a#ser:active {
	color:#f9f4ee;
	background-position: 0px 0px;
	}

#lines_contain a#ser #pic {
	width: 10px; 
	height: 58px;
	background-image: url(../images/servicenavend.gif);
	background-position: 0px -67px;
	margin: -46px 0px 0px 1005px;
	}

#lines_contain a#ser:hover #pic {
	background-position: 0px 0px;
	}
	
#ser_this {
	width: 1000px;
	height: 35px;
	margin: 0px 0px 0px -300px;
	padding: 30px 15px 0px 0px;
	float: left;
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:#f9f4ee;
	text-align: right;
	text-decoration: none;
	background: url(../images/but_grade.png) repeat-x;
	}
	
#lines_contain a#ser_this:hover {
	color: #999999;
	background-position: 0px -65px;
	}
	
#lines_contain a#ser_this:active {
	color: #999999;
	background-position: 0px -65px;
	}

#lines_contain a#ser_this #pic {
	width: 10px; 
	height: 58px;
	background-image: url(../images/servicenavend.gif);
	margin: -46px 0px 0px 1005px;
	}

#lines_contain a#ser_this:hover #pic {
	background-position: 0px -67px;
	}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------END Left Content: Nav*/
/*------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------Left Content: Article*/
/*------------------------------------------------------------------------------------------*/
#article_contain {
	width: 230px;
	height: 230px;
	margin: 20px 0px 0px 25px;
	padding: 3px 0px 0px 10px;
	background: no-repeat url(../images/tips.gif); 
	position: relative;
	float: left;
	color: #CC6600;
	text-decoration: none;
	}

#article_contain a {
	color: #CC6600;
	text-decoration: none;
	}

#article_contain a:hover {
	color: #CC0099;
	text-decoration: none;
	}

.h1_article {
	width: 185px;
	color: #ff9900;
	font-size: .8em;
	}

.h2_article{
	margin: 25px 0px 7px 0px;
	color: #CC0099;
}

.copy_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-align: left;
	line-height: 20px;
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------Left Content: Related Work*/
/*------------------------------------------------------------------------------------------*/
#relate_contain {
	width: 236px;
	height: 230px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
	position: relative;
	float: left;
	color: #CC6600;
	text-decoration: none;
	}
	
#thumb {
	width: 220px;
	height: 95px;
	margin: 10px 0px 0px 0px;
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
	float: left;
	}

#thumb a#one{
	width: 62px;
	height: 42px;
	margin: 0px 8px 0px 0px;
	padding: 62px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #0099FF;
	float: left;
	border: 0px;
	position: relative;
	}

#thumb a#one:hover{
	background-position: -72px 0px;
	background-repeat: no-repeat;
	color: #ff6600;
	}

#thumb a#one:active{
	background-position: -72px 0px;
	background-repeat: no-repeat;
	color: #ff6600;
	}

#big_img {
	width: 180px;
	height: 184px;
	margin-top: 6px 0px -5px 0px;
	float: right;
	}

#big_img a {
	color: #c315c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	}
	
#big_img a:hover {
	color: #0099FF;
	}

#big_img a:active {
	color: #0099FF;
	}

.h2_rel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	margin: 3px 0px 0px -7px;
}

.big_img_txt {
	margin-top: -47px;
	margin-left: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

.big_img_txt2 {
	margin-top: -52px;
	margin-left: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}


/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------END Left Content*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------END Right Content*/
/*------------------------------------------------------------------------------------------*/
#right_column {
	width: 540px;
	height: 408px;
	margin: 0px 0px 0px 0px;
	float: right;
	position: relative;
	}
	
#full_page {
	width: 100%;
	height: 408px;
	margin: 0px 0px 0px 0px;
	float: right;
	position: relative;
	}

#fullpage_content {
	width: 700px;
	height: 350px;
	margin: auto;
	padding: 2px 10px 0px 10px;
	background-image: url(../images/copyback.png);
	background-repeat: repeat;
	overflow: auto;
	}

#homeslide_contain {
	width: 516px;
	height: 410px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	}

#home_feature {
	width: 450px;
	height: 250px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	}
	
#copy_content {
	width: 470px;
	height: 350px;
	margin: 0px 0px 0px 20px;
	padding: 2px 10px 0px 10px;
	background-image: url(../images/copyback.png);
	background-repeat: repeat;
	overflow: auto;
	}
	
#thumb_work {
	width: 280px;
	height: 95px;
	margin: 10px 0px 0px 0px;
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
	float: left;
	}

#thumb_work a#one{
	width: 62px;
	height: 42px;
	margin: 0px 8px 0px 0px;
	padding: 62px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #0099FF;
	float: left;
	border: 0px;
	position: relative;
	}

#thumb_work a#one:hover{
	background-position: -72px 0px;
	background-repeat: no-repeat;
	color: #ff6600;
	}

#thumb_work a#one:active{
	background-position: -72px 0px;
	background-repeat: no-repeat;
	color: #ff6600;
	}
/*--------------------------------------------------------------------------------------------------------END Body Content*/

#footer_contain {
	width: 100%;
	height: 45px;
	text-align: center;
	position: relative;
	background-color: #fdf9f1;
	margin: 6px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	}
	
#footer_contain a {
	color: #CC6600;
	}

#footer_contain a:hover {
	color: #CC0099;
	}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7c653f;
	text-align: center;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	color: #FF9900;
}

#TB_window a:link {color: #0099FF;}
#TB_window a:visited {color: #0099FF;}
#TB_window a:hover {color: #FFFFFF;}
#TB_window a:active {color: #0099FF;}
#TB_window a:focus{color: #0099FF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0;
	left: 15%;
	height:100%;
	width:70%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #fdf2db;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #330000;
	z-index: 102;
	color:#FF9900;
	display:none;
	border: 2px solid #330000;
	text-align:left;
	letter-spacing: 0.05em;
	top: 30%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: auto;
	padding: 15px 0 0 15px;
	border-right: 1px solid  #330000;
	border-bottom: 1px solid #330000;
	border-top: 1px solid #330000;
	border-left: 1px solid #330000;
}

#TB_caption{
	height:100px;
	padding:7px 30px 10px 25px;
	margin:15px 0px 30px 0px;
	background: #660000;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:20px 15px 5px 0;
	float:right;
	color: #FF9900;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=90);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




