/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3 {
	color: #34339B;
}
h1 {
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}
p {
}
blockquote {
}
ul {
}
ol {
}
a {
	border-bottom: 1px dotted #652A17;
	text-decoration: none;
	color: #652A17;
}
a:hover {
	border: none;
	color: #FF0000;
}

a img{
	border:none;
}
/* Wrapper */

#wrapper {
	background: url(images/NavBar/img1.jpg) repeat-x;
	margin-top:16px;
}
/* Header */

#header {
	width: 817px;
	height: 120px;
	margin: auto;
	padding: 0 0 0 0;
}
#header h1, #header h2 {
	float: left;
}
#header h1 {
	letter-spacing: 3px;
	font-size: 136%;
}
#header h2 {
	letter-spacing: 2px;
	font-size: 107%;
}
#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
/* Menu */

#menu {
	width: 817px;
	height: 25px;
	background: url(images/NavBar/img4.jpg) no-repeat;
	margin: auto;
	
	/*IE6 hacks*/
	_position: relative;
	_top: -3px;
	_z-index: 2; /*To prevent dropdowns from being under the submenu(breadcrumbs) bar */
}
#menu ul {
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	margin:auto;
	border: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFCC33;
}
/* Page */

#page {
	width: 817px;
	margin: 5px auto;
	background: url(images/NavBar/img7.jpg) repeat-y 220px 0px;
	padding: 10px 0px 0px 0px;
}
/*menuSub*/
#menuSub {
	width: 817px;
	height: 25px;
	background: url(images/NavBar/img9.jpg) no-repeat;
	margin: auto;
	
	/*IE6 hacks*/
	_position: relative;
	_top: -3px;
}
#menuSub ul {
	margin: 0px 90px 0px 200px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menuSub li {
	display: inline;
}
#menuSub a {
	margin:auto;
	display: inline;
	float: left;
	height: 20px;
	padding: 5px 5px 0 5px;
	border: none;
	font-size: 80%;
	font-weight: bold;
	color: #34339B;
}
#menuSub a:hover {
	color: #FF0000;
}
/* Content */

#content {
	float: right;
	width: 489px;
	padding-right: 60px;
}
#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}
#content h1 {
	font-size: 136%;
}
#content h2 {
	font-size: 107%;
}
#content h3 {
	font-size: 92%;
}
#content ul, #content ol {
	list-style-position: inside;
}
#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}
#content .boxed h2 {
	padding: 5px 0;
	background: url(images/NavBar/img5.jpg) repeat-x left bottom;
}

#content img {
	padding:3px 5px 3px 5px;


}

/* Welcome */

#welcome {
}
/* Sample1 */

#sample {
}
/* Sample2 */

#sample2 {
}
/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	background: url(images/NavBar/img5.jpg) repeat-x left bottom;
}
#sidebar li li li{
	background:none;
}
#sidebar h2 {
	padding: 8px 20px;
	/*background: url(images/NavBar/img6.jpg);*/
	background-repeat:no-repeat;
	font-size: 120%;
	font-weight:bold;
}
#sidebar h3 {
	font-size: 77%;
}
#sidebar p {
	margin: 0;
	line-height: normal;
}
#sidebar a {
	border: none;
}
/* Submenu */

#submenu {
}
/* News */

#news {
}
#news a {
	font-size: 85%;
}
/* Footer */

#footer {
	width: 817px;
	height: 50px;
	margin: 10px auto;
	padding: 30px 0 0 0;
	background: url(images/NavBar/img8.jpg) no-repeat;
}
#footer p {
	margin: 0;
	text-align: center;
}

/*Skip class displays the "skip to content" link when it becomes active by keyboard users.
	It also is always shown to screen reader users.*/
#skip a, #skip a:hover, #skip a:visited
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	border:thin dashed #CCCCCC;
}
 
#skip a:focus
{
	position:static;
	width:auto;
	height:auto;
	margin-left:500px;
} 	