/***seperating the actual styling from the layout,
all colors, links and specific styling***/

/*global resets - eliminates cross browser inconsistancies*/

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
background: #c2d5d4 url(../images/html_bg.gif) repeat-x;
color: #000000;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

#top_shadow {
}

#top_a {
background: #000000;
}

#top_a_owner {
font-size: 1.6em;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.1em;
}

#top_a_left {
font-size: 1.1em;
color: #ffffff;
}

#top_a_right {
color: #ffffff;
font-size:1em;
letter-spacing: 0.1em;
}

#top_a_right a {
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
padding: 5px;
color: #ffffff;
text-decoration:none;
}
#top_a_right a:hover {
text-decoration:underline;
}

#mod_search_searchword {
color:#ffffff;
}

#branding_header {
background: url(../images/branding_head.jpg) no-repeat;
}

#top_nav {
background: #000000;
}

#top_shelf {
}

#content_wrap {
background: #ffffff;
}

#pathway {
background:#ffffff;
}

#footer_shadow a {
color: #ffffff;
}


/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

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

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

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

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

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

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

blockquote {
background: #ffffff;
border: 2px solid #c2d5d4;
border-left: 4px solid #c2d5d4;
margin: 10px;
padding: 0.5em;
color: #000000;
line-height: 140%;
}

pre {
background: #ffffff;
color: #000000;
padding: 10px;
border: 1px solid #c2d5d4;
border-left: 5px solid #c2d5d4;
}

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

a:hover, a:active {
color: #53051b;	
text-decoration: none;
}

/*List item Styling*/
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 { 
/*many components use this as a seperator line */
background: transparent; 
height:1px; 
border: 1px solid #679895;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav {
/* as above but specifically if they are links */
font-weight: bold;
color: #679895;
text-decoration: none;
}
a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #679895;
text-decoration: none;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */
font-weight: bold;
color: #53051B;
text-decoration: none;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #53051B;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #53051B;
} 

.back_button  {
padding: 1px 0 2px 7px;
width: 39px;
margin: 5px 0 5px 0;
color: #ffffff;
} 

.back_button a  {
color: #679895;
}
.back_button a:hover  {
color: #53051b;
}

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for component, form and module buttons*/
background: url(../images/button_bg.gif) repeat-x;
border: 1px solid #679895;
color: #FFFFFF;
margin: 4px;
font-weight: normal;
text-align: center;
padding:  0px;
font: 76.1%/1.3em;
}

.inputbox {
/* the look of input boxes in forms */
font: 76.1%/1.3em;
color: #000000;
background: #c2d5d4;
border: 1px solid #679895;
padding: 0px;
margin: 0;
}

/**
General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #000000;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 10px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

.readon {
display:block;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited {
/* formatting the "Read on..." link on blog layout pages */
color: #000000; 
text-decoration: none; 
font-size: 11px;
}
a.readon:hover {
text-decoration: underline; 
}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: 4px;
color: #000000;
font-size: 11px;
}

a.pathway:link, a.pathway:visited {
color: #53051B;
}

a.pathway:hover {
color: #53051B;
text-decoration: underline; 
}

/* 
Styling for Contents
These are all the styles for content
*/

.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #ffffff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #ffffff;
font-size: 1em;
width:100%;
}

.moduletable .contentpaneopen {	
background-color : #c3d5d4;
font-size: 1em;
margin-top: 10px;
}

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1.3em;
border-bottom: 1px solid #679895;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #679895;
line-height: 16px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 1.3em;
font-weight: bold;
color: #53051B;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 2px solid #679895;
font-weight: bold;
color: #679895;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #ffffff;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #679895;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #ffffff;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #ffffff;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #53051B;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}

/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 12px;
font-weight: bold;
background: #679895;
color: #ffffff;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
background: #679895 ;
font-size: 1.4em;
height: 25px;
margin-left: 0px;
margin-right: 0px;
font-weight: bold;
color: #fff;
line-height: 25px;
width: 190px;
text-align:center;
letter-spacing: 0.1em;
}

#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

/*************************************************/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: bold;
	color: #679895;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 25px;
	width: 180px;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #53051b;
	background: url(../images/menu_bullet_light.png) no-repeat;
	background-position: 0px 5px;
}

a.mainlevel#active_menu {
	color:#679895;
	font-weight: bold;
	background: url(../images/menu_bullet.png) no-repeat;
	background-position: 0px 5px;
}

a.mainlevel#active_menu:hover {
	color: #53051b;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 25px;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: normal;
	color: #679895;
	text-align: left;
}

a.sublevel:hover {
	color: #53051b;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #679895;
}
/*************************************************/


/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 898px;
height: 31px;
line-height: 31px;
border: 0px solid #53051B;
text-indent: 6px;
}

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

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #ffffff;
text-decoration: none;
padding: 3px 6px 4px 6px;
font-size:1em;
letter-spacing: 0.1em;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #679895;
border: 1px solid #53051B;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

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

/*search box styling top left*/
.search {
position: absolute;
top: 8px;
left: 15px;
}

.search input {
background: #000000;
border: 1px solid #679895;
color: #ffffff;
font: 76.1%/1.3em;
}

.search input:hover {
background: #000000;
border: 1px solid #c2d5d4;
color: #000000;
font: 76.1%/1.3em;
}
