/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #ffffff;
}

h2 {
font-size:18px;
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 20px;
	padding: 12px 0 0 19px;
	background: #7FC108 repeat-x left bottom;
	font-size: 14px;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 0px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0px 5px 5px;
	background: #FFCC00;
	background:#FFCC00;
}

.post .date {
	float: left;
	width: 90px;
	padding-left: 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	border-top: 1px solid #EEEEEE;
	margin-top: 5px;
	background: #1BBAFE;
	line-height: normal;
	padding: 5px;
	color: #FFFFFF;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 100%;
}

/* Header */

#header {
	width: 785px;
	height: 236px;
	margin: 0 auto;
	margin-bottom:5px;
}
/*logo*/
#logo{
	width: 785px;
	height: 130px;
	margin: 5px auto;
}

#nlogo{ 
	height:130px;
	width:175px;
	padding: 0 0 0 0;
	float: right;
	}

#cmbatch{
	float:left;
	height:130px;
	width:120px;
}
#compname{
	margin: 55px 10px 50px 10px;
	float: left;
}
/* update */

#update {
	float: right;
	width: 231px;
	height: 236px;
	background: url(images/img_02.jpg) no-repeat;
	letter-spacing:1px;
}

#update h1 {
	padding: 130px 0 0 20px;
	font-size: 2em;
}

#update h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
}

#update a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Main */

#mainlink {
	float: none;
	width: 785px;
	height: 30px;
	margin: 0px auto;
	border-bottom:1px #000000 dashed;
	border-top:1px #000000 dashed;
	margin-top: 0px;
	padding-bottom: 0px;
}

#mainlink ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#mainlink li {
	display: block;
	float: left;
	background: url(images/img_01.jpg) no-repeat left 50%;
}

#mainlink a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 10px 5px 10px 12px;
	letter-spacing: 0px;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	color: #666666;
}

#mainlink a:hover { 
	text-decoration: none; 
	color:  #fde910;
}

#mainlink .current_page_item{
	color: #fde910;

}



/* Splash */

#splash {
	float: left;
	width: 554px;
	height: 236px;
}


/* slide show */
#fadeshow1 {
	float: left;
	width: 554px;
	height: 236px;
}

/* Content */

#content {
	width: 785px;
	margin: 0px auto;
	margin-top: 5px;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 540px;
	height: 336px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
	background-color: #6DA408;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 185px;
	color: #385B88;
}

#inputsubmit1 {
	background: #4F9CEF url(images/img03.gif) repeat-x left bottom;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 0px;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px dashed #336633;
	text-decoration: none;
	background-image: url(images/img_05.jpg);
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background-image:url(images/img_03.jpg);
	color: #ffffff;
}

#menu .active a {
	background-image:url(images/img_03.jpg);
	color: #ffffff;
}

#menu .subMenu a {
	background-image:url(images/img_06.jpg);
	color: #ffffff;
}

#menu .first a {
	border: none;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/*news*/
#news{
	scrollbar-face-color: #1BBAFE;
	scrollbar-shadow-color: #1bbafe;
	scrollbar-highlight-color: #1bbafe;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #6bd2fe;
	scrollbar-arrow-color: #ffffff;
}

/* Footer */

#footer {
	clear: both;
	width: 745px;
	margin: 0 auto;
	padding: 8px 20px;
	background: #666B6E url(images/img_04.jpg) repeat-x;
	margin-top: 5px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #CCCCCC;
	text-decoration:none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

