/*
	******************************
	***** Index ******************
	******************************

	---------------------------------------------------------------
	1. General Definitions
		1.1 Styles
		1.2 Forms
	---------------------------------------------------------------
	2. Container Definitions
	---------------------------------------------------------------
	3. Menu Design
		3.1 Main Menu
		3.2 Footer Menu
	---------------------------------------------------------------
	4. Main Design
		4.1 Content
		4.2 Projects, News, Team, Static, Lectures
		4.3 Gallery
	---------------------------------------------------------------
	5. Sidebar Design
	---------------------------------------------------------------
	6. Admin Design
	---------------------------------------------------------------
	7. Text Editor Pre-Designs
	---------------------------------------------------------------
	8. Other Designs
	---------------------------------------------------------------
*/

/*
	**************************************
	***** 1.1 Styles *********************
	**************************************
*/

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	line-height: 16px;
	background: url(../images/bg.jpg) repeat-x;
	color: #6B6D67;
}

a img,:link img,:visited img { border: none; }

a {
	color: #8db703;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 18px;
}

h1, h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 22px;
}

h3, h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h1, h4, h6 {
	color: #8db703;
}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h2, h2 a, h2 a:hover {
	color: #555;
	text-decoration: none;
	font-size: 18px;
}

hr {
	height: 2px;
	color: #f0f0f0;
	background: #f0f0f0;
	border: none;
	clear: both;
}

blockquote {
	background: #f0f0f0 url(../images/quote.jpg) 10px 10px no-repeat;
	padding: 10px 10px 0px 50px;
	border: 1px solid #eee;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

table {
	padding: 0px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #eee;
}

table td, table th {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #fff;
}

table td {
	background: #f9f9f9;
}

table th {
	background: #f0f0f0;
	text-align: left;
}

/*
	**************************************
	***** 1.2 Forms **********************
	**************************************
*/

input, textarea, select {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #ddd;
	vertical-align:middle;
	margin: 5px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
	**************************************
	***** 2. Container Definitions *******
	**************************************
*/

.wrapper {
	width: 800px;
	margin: auto;
}

.header {
	margin-top: 10px;
	height: 210px;
	width: 100%;
}

.logo {
	width: 220px;
	padding-top: 15px;
	float: right;
}

.banner {
	height: 120px;
	clear: both;
}

.headerslo {
	float: left;
	background: #8db703;
	padding: 5px;
	width: 190px;
	height: 110px;
}

.headerimg {
	height: 110px;
	float: right;
	background: #f0f0f0;
	padding: 5px;
	width: 580px;
}

.main {
	margin-top: 10px;
	clear: both;
}

.sidebar {
	width: 200px;
	float: left;
}

.cont {
	width: 580px;
	float: right;
}

.cont2 {
	width: 100%;
}

.footer {
	width: 580px;
	clear: both;
	float: right;
	border-top: 5px solid #f0f0f0;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.footerlogo {
	float: right;
	width: 110px;
}

/*
	**************************************
	***** 3.1 Main Menu ******************
	**************************************
*/

.topmenu {
	width: 430px;
	float: left;
	height: 70px;
	padding-top: 20px;
}

.mainmenu {
	height: 35px;
}

.mainmenu img {
	margin-right: 15px;
}

.submenu img {
	margin-right: 10px;
}

/*
	**************************************
	***** 3.2 Footer Menu ****************
	**************************************
*/

.footermenu {
	float: left;
	width: 450px;
	line-height: 14px;
}

.footermenu a {
	font-family: tahoma;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

.footermenu a:hover {
	color: #8db703;
	text-decoration: underline;
}

.credits {
	font-family: tahoma;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

/*
	**************************************
	***** 4.1 Content ********************
	**************************************
*/

.cont ul, .cont2 ul {
	list-style: none;
	margin: 0px 0px 10px 15px;
	padding: 0;
}

.cont ul li, .cont2 ul li {
	background: url(../images/list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 10px 20px;
	line-height: 16px;
}

.cont ol, .cont ol {
	margin: 0px 0px 10px 35px;
	padding: 0;
}

.cont ol li, .cont2 ol li {
	padding: 0px 0px 10px 0px;
	background: none;
	line-height: 16px;
}

/*
	***************************************************
	***** 4.2 Projects, News, Team, Static, Lectures **
	***************************************************
*/

.newsproj {
	color: #8db703;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	text-align: left;
	margin: -5px 0px 5px 0px;
}

.newsdate {
	color: #999;
	float: right;
	font-size: 11px;
	text-align: right;
	margin: -5px 0px 5px 0px;
}

.gdate,
.newsdate2,
.lecturedate {
	color: #999;
	float: right;
	font-size: 11px;
	text-align: right;
	margin: -15px 0px 5px 0px;
}

.newsdesc {
	clear: both;
}

.lecturedesc img,
.teamdesc img,
.newsdesc img,
.pdesc img,
.contdesc img {
	background: #f0f0f0;
	border: 1px solid #eee;
	padding: 5px;
	margin: 10px;
}

.pinfo {
	text-align: right;
}

.photo {
	float: right;
	background: #f0f0f0;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0px 0px 10px 10px;
}

.cvlink {
	text-align: right;
	clear: both;
}

/*
	**************************************
	***** 4.3 Gallery ********************
	**************************************
*/

.gtitleimg {
	float: left;
	margin: 5px 10px 10px 0px;
}

.gtitleimg {
	padding: 5px;
	background: #f0f0f0;
}

.gallery_thumbnail {
	margin: 5px 15px 5px 0px;
	float: left;
	padding: 5px;
	background: #f0f0f0;
}

/*
	**************************************
	***** 5. Sidebar Design **************
	**************************************
*/

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	background: #f0f0f0;
	margin: 0px;
	line-height: 24px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	border-left: 5px solid #ccc;
}

.sidebar img {
	vertical-align: middle;
}

#feedback, #indicator {
	padding-left: 15px;
	border-left: 5px solid #f0f0f0;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 5px solid #fff;
}

.sidebar li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 5px solid #8db703
}

.sidebar a {
	color: #8db703;
	text-decoration: none;
}

.sidebar a:hover {
	color: #666;
	text-decoration: none;
}


/*
	**************************************
	***** 6. Admin Design ****************
	**************************************
*/

.adminbox {
	margin-bottom: 20px;
}

.adminbox h3 {
	color: #fff;
	background: #666666;
	line-height: 24px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	border-left: 5px solid #ff3300;
}

.adminbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.adminbox li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 5px solid #ffffff;
}

.adminbox li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 5px solid #ff3300;
}

.adminbox a {
	color: #ff3300;
	text-decoration: none;
}

.adminbox a:hover {
	color: #666666;
	text-decoration: none;
}

.admintxt {
}

/*
	**************************************
	***** 7. Text Editor Pre-Designs *****
	**************************************
*/

.sidebar .pdf,
.sidebar .word,
.sidebar .excel,
.sidebar .powerpoint,
.sidebar .image,
.sidebar .archive,
.sidebar .sound {
	padding: 5px 0px 5px 25px;
	margin-left: 15px;
	line-height: 16px;
}

.pdf,
.word,
.excel,
.powerpoint,
.image,
.archive,
.sound {
	padding: 5px 0px 5px 25px;
	margin-left: 5px;
}

.pdf {background: url(../images/icons/page_acrobat.png) 0px 5px no-repeat;}
.word {background: url(../images/icons/page_word.png) 0px 5px no-repeat;}
.excel {background: url(../images/icons/page_excel.png) 0px 5px no-repeat;}
.powerpoint {background: url(../images/icons/page_powerpoint.png) 0px 5px no-repeat;}
.image {background: url(../images/icons/page_image.png) 0px 5px no-repeat;}
.archive {background: url(../images/icons/page_zip.png) 0px 5px no-repeat;}
.sound {background: url(../images/icons/page_sound.png) 0px 5px no-repeat;}

/*
	**************************************
	***** 8. Other Design ****************
	**************************************
*/

.backtotop {
	text-align: right;
}

.backtotop a {
	color: #999;
}

.backtotop a:hover {
	color: #8db703;
}


