/* ziX2 - An open source xhtml/css website template by Zaigham Rana - site: http://ziworks.com , blog: http://zidesigns.com. Free to use in any way and for any purpose as long as the proper credits are given. */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 80%/1.4em "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/bg.jpg);
	}

/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal;
	letter-spacing: -1px;
    line-height: 1.1em;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 5px 0 10px 0; }
.clear {
	clear: both;
	}

/* layout
------------------------------------------------ */

#container {
	width: 800px;
	margin: 0 auto;
	}

#container-bg {
	margin-top:50px;background: transparent url(images/container-bg.jpg) 43px repeat-y;
	}

#footer-border-bottom {
	background: transparent url(images/footer-bottom.png) 43px top no-repeat;
	height: 30px;
	}

#header h1 {
	top:-50px;position:relative;background: transparent url(images/header-bg.png) no-repeat;
	height: 155px;
	border: 0;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 100px 0 0 0;
/*	text-indent: -9999px;
*/	}
#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
overflow:hidden;
	}

#header h1 a:hover {
	color: #aaa;
	}

#header h1 span {
	display: block;
	font-size: 60%;
	padding: 5px 0 0 0;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
#wrapper {
	position:relative; top:-50px;padding: 0 0 0 57px;
	}

#content {
	width: 490px;
	padding-right: 30px;
	float: left;
	}

#content ul, #content li {margin-left: 15px;}

#content li { padding-top: 3px; padding-bottom: 5px; }

#sidebar {
	width: 190px;
	float: left;
	}

#sidebar ul {
	padding: 5px 0 10px 0;
	}

#sidebar li {
	list-style: none;
	padding: 1px 0 3px 0;
	}
	
#breadcrumb {
	color: #999;
	font-size: 85%;
	margin-top: -20px;
	}

#breadcrumb a {
	color: #999 !important;
	}
	
#breadcrumb a:hover {
	background: none !important;
	color: #333 !important;
	text-decoration: underline !important;
	}

/* content styles */

#content > h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000 !important;
	background: none !important;
	text-decoration: none !important;
	}

#content > h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000 !important;
	background: none !important;
	text-decoration: underline !important;
	}

#about p {
	font-size: 85%;
	}

#nav li a {
	color: #333;
	text-decoration: none;
	padding: 0 2px 0 2px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #aaa;
	}

#nav li a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	}
	
.sidebar-links a {
	font-size: 85%;
	}
	
#content a, #sidebar a {
	color: #33c;
	text-decoration: underline;
	padding: 0 2px 0 2px;
	}

#content a:hover, #sidebar a:hover {
	color: #fff;
	background: #33c;
	text-decoration: none;
	}

#footer {
	padding: 20px 30px 10px 57px;
	width: 490px;
	font-size: 85%;
	line-height: 0.5em;
	color: #999;
	}

#footer a {
	color: #666;
	}

#copyright {
	padding: 3px 0 3px 0;
	}
	
#copyright a {
	color: #444;
	background: #ccc;
	border-bottom: 1px solid #666;
	padding: 1px;
	text-decoration: none;
	}

img a, a.img {
	background: none !important;
	}

.notice {
	padding: 5px;
	color: #CC3300;
	border: 1px solid #CC0000;
	}

s {
	font-weight: bold;
	color: #999;
	}
/* table styles */
th {
	border-bottom: 1px solid #000;
	text-transform: capitalize;
	}

td, th {
	padding: 3px;
	}

td {
	border: 1px solid #eee;
	}
