/* external CSS file */
/* filename 'styles-main.css' */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #BDCE48 url(images/html_bg.gif) repeat-x;
	color: #333;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	margin-top: 13px;
}

#wrapper {
	position: relative;
	width: 780px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	z-index: 1;
}

#header-search {
	background: #2D2D2D;
	height: 33px;
	width: 780px;
	padding: 0;
	margin: 0;
	line-height: 33px;
}

#header-shadow { /* was #top_shadow */
	background: url(images/top_bg.gif) no-repeat;
	position: absolute;
	right: -7px;
	top: 33px;
	width: 795px;
	height: 120px;
	z-index: -1;
}

#header-banner {
	background:url(images/branding_head.gif) no-repeat;
	width: 780px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#header-menu {
	background: #2D2D2D;
	height: 33px;
	width: 780px;
	margin: 0;
	padding: 0;
}

#header-spacer {
	background: url(images/top_seperator_bg.gif) no-repeat;
	width: 780px;
	height: 20px;
}

#content-wrapper {
	background: #fff;
	width: 780px;
	overflow: auto;
}

#content {
	background: #fff;
	border: 1px solid #E4E9AB;
	float: right;
	width: 580px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

* html body #content {
	width: 600px;
}

#sidebar {
	background: #EEF2D0;
	float: left;
	width: 140px;
	margin-left: 10px;
	padding: 0 5px 5px 5px;
	margin-top: -7px;
	height: 350px;
}

* html body #sidebar {
	width: 150px;
}

#footer {
	color: #cdcdcd;
	background: url(images/footer_bg.gif) repeat-x;
	border-top: 3px solid white;
	width: 780px;
	height: 56px;
	margin: 0 auto;
	clear:both;
	padding-top: 22px;
}

#footer-shadow {
	background: url(images/footer_shadow_bg.jpg) repeat-x;
	height: 52px;
	width: 780px;
	margin: 0;
	padding: 0;
	color: #cdcdcd;
}

/************* TEXT FORMATTING *******************************/

/* General link Styling */
a:link, a:visited {
	color: #798F2C; 
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #cdcdcd; 
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #798F2C; 
}


img {border: 0;}

a img {border: 0;}

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

h1 {
	color: #AEBF33; 
	font-size: 1.4em; 
	font-weight: bold;
}

h2 {
	color: #AEBF33; 
	font-size: 1.3em; 
	font-weight: bold;
}

h3 {
	color: #AEBF33; 
	font-size: 1.2em; 
	font-weight: bold;
}

h4 {
	color: #AEBF33; 
	font-size: 1.1em; 
	font-weight: bold;
}

h5 {
	color: #AEBF33; 
	font-size: 1em; 
	font-weight: bold;
}

h6 {
	color: #AEBF33; 
	font-size: 0.9em;
	font-weight: bold;
}

li {
	list-style-type:none;
	background: url(images/bullet.gif) no-repeat 0px 5px;
	padding-left: 13px;
	margin-left: 5px;
}

ul {
	margin: 10px;
}

/* Graphical Elements
These styles provide management 
of content's appearences. */

hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #ccc;
}

table.courses td {
	text-align: center;
	padding: 5px 2px 5px 2px;
}

table.rates {
	border: 1px solid #E4E9AB;
}

table.rates td {
	border: 1px solid #E4E9AB;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

table.rates tr {
	border: 1px solid #E4E9AB;
}

table.news {
	border: 1px solid #E4E9AB;
}

table.news td {
	border: 1px solid #E4E9AB;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

table.news tr {
	border: 1px solid #E4E9AB;
}


.moduletable {	
	background-color : #eff2ce;
	margin-top: 7px;
}

#sidebar .moduletable h3 {
	background: #96b831 url(images/mod_header_bullet.gif) no-repeat 6px 6px;
	font-size: 12px;
	height: 25px;
	margin: 0 -5px 5px -5px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	width: 150px;
	text-indent: 28px;
}

#sidebar .moduletable a:link, #sidebar .moduletable a:visited {
	color: #000; 
	text-decoration: none;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
}

#sidebar .moduletable a:hover, #sidebar .moduletable a:active {
	text-decoration: underline;
}



/*TOPMENU STYLING STARTS*/

div#header-menu ul#header-nav {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 31px;
	line-height: 31px;
	border: 0px solid red;
	text-indent: 6px;
}

div#header-menu ul#header-nav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	background: none;
}

div#header-menu ul#header-nav a.header-nav, 
div#header-menu ul#header-nav a.header-nav:link,
div#header-menu ul#header-nav a.header-nav:visited {
	color: #eef2d0;
	text-decoration: none;
	padding: 3px 6px 4px 6px;
}
 
div#header-menu ul#header-nav a.header-nav:hover {
	background: #373737;
	border: 1px solid #666;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
}

div#header-menu ul#header-nav a#active_menu {
	background: #373737;
	border: 1px solid #666;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
}