* {
margin: 0;
padding: 0;
}


/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

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: #a8b7e4 url(../images/html_bg.gif) repeat-x;
color: #68689C;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

#top_shadow {
background: url(../images/top_bg.gif) no-repeat;
margin-top: 35px;
height: 200px;
}

#top_a {
background: #2D2D2D;
}

#top_a_left {
font-size: 14px;
color: #ffffff;
}

#top_a_right {
font-size: 10px;
color: #ffffff;
}

#top_a_right a {
font-size: 10px;
padding: 5px;
color: #ffffff;
}

#branding_header {
background:url(../images/branding_head.gif) no-repeat;
}

#top_nav {
background: #2D2D2D;
}

#top_shelf {
background: #E4E9AB url(../images/top_shelf.gif) repeat-y;
}

#content_wrap {
background: url(../images/content_bg.gif) repeat-y;
}

#pathway {
background:#F7F9E8;
}

#footer_shadow a {
color: #cdcdcd;
}


/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

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;
}

blockquote {
background: #ffffff;
border: 2px solid #DFE7A9;
border-left: 4px solid #DFE7A9;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 1px solid #ffffff;
border-left: 5px solid #ffffff;
}

/*General link Styling*/
a:link, a:visited {
font-size: 11px; 
color: #68689C; 
text-decoration: none;
}

a:hover, a:active {
color: #798F2C;	
text-decoration: underline;
}

/*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 #ccc;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #AEBF33;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: #666;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #AEBF33;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #AEBF33;
} 

.back_button  {
background: #97C932;
padding: 1px 0 2px 7px;
width: 39px;
margin: 5px 0 5px 0;
color: #fff;
} 

.back_button a  {
color: #fff;
}

.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: #68689C;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
background: url(../images/button_bg.gif) repeat-x;
border: 1px solid #B8DB6F;
color: #FFFFFF;
margin: 4px;
font-weight: normal;
text-align: center;
padding: 1px 0 3px 0;
}

.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: #666;
background: #dfe7a9;
border: 1px solid #f9fbce;
padding: 1px 3px;
margin: 0;
}

/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #666;
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: #666;
text-decoration: none;
font-weight: normal;
}

.readon {
display:block;
background:url(../images/read_more.gif) no-repeat;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
color: #fff; 
text-decoration: none; 
font-size: 11px;
}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: 4px;
color: #666;
font-size: 11px;
}

a.pathway:link, a.pathway:visited {
color: #AEBF33;
}

a.pathway:hover {
color: #666;
}

/* 
Joomla 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 : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #FFFFFF;
font-size: 1em;
}

.moduletable .contentpaneopen {	
background-color : #eff2ce;
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: 1em;
border-bottom: 1px solid #AEBF33;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #AEBF33;
line-height: 16px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 13px;
font-weight: bold;
color: red;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 2px solid #AEBF33;
font-weight: bold;
color: #AEBF33;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #F7F9E8;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #AEBF33;
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 : #f7f9e8;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
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: #AEBF33;
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: #5068b0;
color: #fff;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
color: #fff;
border-right: 3px solid #a8b7ef; 
}

/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px solid red;
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;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
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: #373737;
border: 1px solid #404040;
color: #ffffff;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #ffffff;
}


}

#wrapper {
width: 800px;
background: #fff;
background-position: 0 0;
margin: 0 auto;
text-align: left;
}

#contenedorlateral {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 5px;
	border-left: 1px dashed #CA3300;

}



strong 
{
color: #6B81C5;
}


div.lang-switch
{
	float: right;
	margin: 0px 0 0 20px;
	padding-bottom: 5px;
	font-size: 14px;
	height: 50px;
}
ul.lang-switch
{
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
ul.lang-switch li
{
	color: #B0B0B0;
	border-left: 1px solid #D2D2D2;
	float: left;
	line-height: 19px;
	padding: 20px 5px 0 7px;
	text-align: left;
	text-align: center;
	background-position: bottom left;
	background-repeat: no-repeat;
}
ul.lang-switch li a
{
	color: #B0B0B0;
}
div.link-sorting
{
	font-size: 11px;
	text-align: center;
}
div.link-sorting a
{
	font-weight: bold;
}
	
ul.search
{
	margin: 0 0 0 20px;
	padding: 0;	
	color: #4D89AE;
}
ul.search li
{
	padding: 0 0 0px 0;
}



div.search-form
{
	background: #fff no-repeat ; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	margin: 5px 0;
}
div.search-form a
{
	color: #4983A9;
}
div.search-tools
{
margin-left: 5px;
margin-right: 5px;
border-bottom: 2px solid #5A8FC3;
height: 28px;
}
input.what
{
	width: 250px; 
	border: 0;
	background: #FFF url("../img/input.gif") no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}
div.bottom
{
	background-color: #FFF;
	border-top: 3px solid #B7B7B7;
	border-bottom: 3px solid #B7B7B7;
	clear: both;
	color: #A8A8A8;
	font-size: 10px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.bottom a
{
	color: #A8A8A8;
	font-weight: bold;
}
div.bottom a:hover
{
	color: #333;
}
div.copyright
{
	margin: 10px 0;
}
a:hover
{
	color: #000;
}
input, textarea
{
	font-size: 10px;
	
}
div.content
{
	border-bottom: none;
	padding-bottom: 1px;
}
div.breadcrumb
{
	font-weight: bold;
	font-size: 13px;
	padding: 10px 0 0 10px;
}
div.breadcrumb a
}
p
{
	padding: 0;
	margin: 0;
}
h2
{
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}
h1
{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 0 2px 3px;
	margin-right: 5px;
	text-align: center;
}



h1 a
{
	color: #161616;
}


h3
{
	color: #6681B8;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
	background-color: #DEE5DD;
	height: 20px;
	border: 1px #D9D7D;
	padding-left: 10px;
	
}

p.date
{
	font-size: 13px;
}
p.news
{
	margin-top: 5px;
	font-size: 12px;
}
p.last
{
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.field
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset
{
	border: 1px solid #AF1600;
	margin: 5px;
}
legend
{
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #AF1600;
	font-weight: bold;
	padding: 3px;
}
div.links
{
	text-align: justify;
	padding-top: 5px;
}
div.links a
{
	color: #FD8B06;
}

a.title
{
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
	margin-top: 5px;
}

a.titled
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 0px;
}

a.titlec
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 0px;
	font-color: #000000;
}

div.url
{
	color: #678b3f;
	padding-left: 15px;
	margin: 2px;
	font-size: 10.0px;
	padding-bottom: 5px;


}
div.description
{
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;

}
div.stat
{
	color: #333;
	padding: 0;
	margin: 2px;
	font-size: 11px;
}
div.pr_stat
{
	color: #333;
	font-size: 9px;
	margin: 2px 2px 15px 2px;
}
form
{
	margin: 0;
	padding: 0;
}


div.categories
{
	list-style-type: none;
	padding: 0px;
	margin-left: 30px;
}
div.categories div.col
{
	float: left;
	height: auto;
	text-align: left;
	width: 50%;
}
div.categories div.last
{
	float: left;
	height: auto;
	text-align: left;
	width: 50%;
}
div.categories div.divider
{
	clear: both;
	height: 1px;
}
div.categories div.categ
{
	line-height: 23px;
	padding-left: 22px;
	background-image: url('../img/move_f.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	font-weight: bold;
}
div.divider
{
	clear: both;
	height: 5px;
}


.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.error
{
	background-color: #FFE9DF;
	background-image: url('../img/notif-angle.gif');
	background-position: top-left;
	background-repeat: no-repeat;
	border: 2px solid #FD7D47;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}
div.notification
{
	background-color: #6A7DB3;
	border: 2px solid #FD7D47;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}

div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 0;
	padding: 0;
	width: 100px;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.preview
{
	background-image: url('../img/no-preview.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	clear: both;
	margin-left: 0px;
	margin-right: 15px;
	width: 100%;
	
	}
	div.box5
{
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	algin: center;

}

div.box3
{
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	width: 93%;

}

div.suggest
{
	clear: both;
	margin-left: 65px;
	margin-right: 25px;
	width: 73%;

}

div.box2
{
	clear: both;
	margin: 10px 5px 0px 5px;
	border: 1px solid #d7ccb4;
	background: #ff000;
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.box4
{
	clear: both;
	margin-left: 0px;
	margin-right: 1px;
	width: 85%;
	}
div.box-caption
{

	border-bottom: 1px solid #4663A9;
	color: #2586d7;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin-top: 2px;
}


div.box-caption2
{

	
	color: #2586d7;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 12px;
}

div.sponsored-caption
{
	

	color: #AE6715;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	margin-top: 2px;
	align: center;

}


div.border-spon
{
	width: 98%;
	border: 2px dotted #cccccc;
	align: center;
	background: #ffffdc;

}

div.featured-caption
{

	color: #AE6715;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	margin-top: 2px;
		

}

div.google-caption
{
	
	border-top: 1px solid #FF9F00;
	color: #AE6715;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	margin-top: 2px;
	width: 140px;
}
div.partner-caption
{
	background-color: #A1BDD5;
	border: 1px solid #87AACA;
	color: #253B52;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin-top: 2px;
}

div.box-content
{
	padding: 5px 30px 30px 0px;

}

div.box5-content
{
	padding: 5px;
	width: 140px;
}
div.featured-link
{
	margin: 5px 0;
	text-align: left;
}
div.featured-link a
{
	font-size: 10px;
}
div.sponsored-link
{
	margin: 5px 0;
	text-align: left;
	font-size: 9px;
}
div.sponsored-link a
{
	font-size: 11px;
}

div.random-link
{
	margin: 5px 0;
	text-align: left;
	font-size: 9px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.random-link a
{
	font-size: 9px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #cccccc;
}
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
ul.editor-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.editor-menu li
{
	text-transform: uppercase;
}
td.link
{
	padding-bottom: 20px;
}
div.comment
{
}
div.posted
{
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
}
p.field
{
	font-size: 11px;
	margin: 0 0 10px 0;
}
div.payment
{
	border: 2px solid #D1D1D1;
	background-color: #EBEBEB;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{list-style-type: none;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px 0;
}

div.logo
{
	float: left;
	padding: 10px 0;

}

div.rules
{
	clear: both;
	margin-left: 10px;
	margin-right: 15px;
	border-bottom: 1px solid #4663A9;
	border-top: 1px solid #4663A9;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	div.special
{
	clear: both;
	margin-left: 10px;
	margin-right: 15px;
	border-bottom: 1px solid #4663A9;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-color: #006666;
	background-color: #fefefe;
	}
div.googlead
{
	background-color: #fff;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 1px;
}


#tabsI {
      float:right;
      width:100%;
      background:#EFF4FA;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../media/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../media/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }



div.b4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 5px;
	align: center;
	

}

div.box8
{
	clear: both;
	margin-left: 0px;
	margin-right: 5px;
	width: 96%;
	align: center;
	border: 1px dotted #cccccc;
	background-color: #FEF7EB;
	text-align: center;
	padding: 3px;
	}
	
	div.box-0
{
	clear: both;
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px dotted #cccccc;
	background-color: #FEF7EB;
	text-align: center;
	}
	
		div.box-1
{
	clear: both;
	width: 95%;
	border: 1px dotted #cccccc;
	background-color: #FEF7EB;
	text-align: center;
	}

div.partner-box
{

	clear: both;
	margin-left: 0px;
	margin-right: 5px;
	width: 100%;
	align: center;
	border: 1px dotted #cccccc;
	background-color: #DEE5DD;
	text-align: center;
	height: 30px;
	font-size: 9px;
	font-color: #000;
}

div.partner-link
{
	margin: 5px 0;
	text-align: center;
	font-size: 9px;
	font-color: #ddd;
}
div.partner-link a
{
	font-size: 9px;
}

div.align
{
	align: center;
	padding-left: 200px;
}

div.box-featured
{
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	align: center;
	border: 1px #5A9EE2;
	background-color: #ffffff;
	text-align: center;

	}
	
div.featured-link2
{
	margin: 5px 0;
	text-align: left;
	font-size: 9px;
	padding: 2px;
}
div.featured-link2 a
{
	font-size: 10px;
	font-color: #000000
}

h6
{
	color: ##25496D;
	font-size: 12px;
	margin-right: 5px;
	height: 20px;
	border-bottom: 2px dotted #D9D7D;
	padding-left: 10px;
	align: left;
   font-weight: strong; 
   text-transform: uppercase; 
   color: #666633; 
   text-decoration: UNDERLINE; 
   letter-spacing: 5px; 
	
}
div.link3 
{
	border-bottom: 2px dotted #A0A0A0;
	padding-bottom: 5px;
	padding-right: 30px:
	}
	
	div.linkbox
{
	clear: both;
	border: 2px dotted #76A270;
	padding: 10px;
	width: 450px;
	background: #ffffff;
}

	div.linkbox4
{
	clear: both;
	border: 2px dotted #76A270;
	background: #D9E8DB;
	width: 90%;
	margin-left: 25px;
	
}
/* ====================================================================   
   VERTICAL MENU 
   ==================================================================== */ 
	
/* Wrapper */

#menuvertical {
		font-size:11px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
}

/* CSS Vertical Menu */



#menuvertical .navvirtcontainer
{
position: relative;
margin-left: 5px;

font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;

}

#menuvertical .navvirtcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menuvertical .navvirtcontainer li
{
list-style: none;
margin: 0;
border-bottom: 1px solid white;
}

#menuvertical .navvirtcontainer li a
{
display: block;
position: relative;
text-align: left;
padding: 5px 20px 5px 10px;
border-left: 5px solid #CC9900;
border-right: 5px solid #FDC900;
background-color: #83AF33;
color: #fff;
text-decoration: none;
margin-left: 10px;
width: 100px;
}

html>body #menuvertical .navvirtcontainer li a { width: 120px; }

#menuvertical .navvirtcontainer li a:hover
{
border-left: 5px solid #1c64d1;
border-right: 5px solid #5ba3e0;
background-color: #CA3300;
color: #fff;
}



.markermenu{
list-style-type: none;
margin: 15px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/**

*** A Free Template by joomlajunkie.com

*** @version 1.0

*** @copyright (C) 2005-2006 by - Joomla Junkie

*** @web http://www.joomlajunkie.com

**/



/***This css file manages the asthetic layout,

dimensions etc***/



body {

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;

}



#top_shadow {

position: absolute;

right: -7px;

top: 33px;

width: 795px;

height: 120px;

z-index: -1;

}



#top_a {

height: 45px;

width: 780px;

padding: 0;

margin: 0;

line-height: 45px;
background: url(../images/header.gif) no-repeat;


}



#top_a_left {

float: left;

margin-left: 10px;

display: inline;

}



#top_a_right {

float: right;

margin-right: 20px;

}



#branding_header {

width: 780px;

height: 163px;

margin: 0;

padding: 0;

}



#top_nav {

height: 33px;

width: 780px;

margin: 0;

padding: 0;

}



#top_shelf {

border-top: 10px solid #E4E9AB;

width: 780px;

margin: 0;

padding: 0;

overflow: auto;

}



#top_shelf_left {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

display:inline;

}



* html body #top_shelf_left {

width: 246px;

}



#top_shelf_center {

float: left;

width: 200px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_center {

width: 246px;

}



#top_shelf_right {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_right {

width: 246px;

}



#top_seperator {

background: url(../images/top_seperator_bg.gif) no-repeat;

width: 780px;

height: 20px;

}



#content_wrap {

width: 780px;

overflow: auto;

}



#sidebar {

float: left;

width: 190px;

margin-left: 10px;

padding: 0 5px 5px 5px;

margin-top: -7px;

display: inline;
background: #ffffff;

}



* html body #sidebar {

width: 190px;

}



#pathway {

float: left;

width: 538px;

margin-left: 11px;

padding: 5px;

}



* html body #pathway {

width: 549px;

}



#main_content {

float: left;

width: 540px;

padding: 5px;

margin-left: 5px;

}



* html body #main_content {

width: 540px;

}



#bottom_seperator {

background: #fff url(../images/bottom_seperator_bg.gif) no-repeat;

width: 780px;

height: 6px;

}



#footer  {

background: url(../images/footer_bg.gif) repeat-x;

border-top: 3px solid white;

width: 780px;

height: 66px;

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;

}
