/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #D43C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
}

h1{
 font-size: 75%;
 color: #666666;
}

h2{
 font-size: 114%;
 color: #D43C00;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #D43C00;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #666666;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 760px;
}

#content{
	width: 760px;
	margin: 0 auto;
	background-color:#DFDFDF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px auto;
	height:65px;
	background: #ECEBEB url(gif/name_bg.gif) repeat-x;

}

/*************** #imagespace styles **************/

#imagespace{
	height: 163px;
	padding:0;
}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************* #globalNav styles **************/

#globalNav{
background: url(gif/menu_bg.jpg) repeat-x;
color: #cccccc;
height:22px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: inline;
}

#globalNav a {
	font-size: 90%;
	padding: 0; 
}

/************** .feature styles ***************/

.feature{
    background-color:#DFDFDF;
	padding: 0px 260px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 22px;
	text-align: justify;
}

#banner{
	float:right;
	position: relative;
	width:150px;
	top:300px;
	margin-left:8px;
}


.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	background: url(gif/fondo_footer.jpg) repeat-x;
	border: 1px solid #cccccc;
	width: 760px;
	height:34px;
	margin: 0 auto;
	font-size: 75%;
	color: #666666;
}
#siteInfo h1{
	padding-top: 10px;
	padding-left:10px;

}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionNews styles ***********/

#sectionNews{
	position:absolute;
	margin-top: 295px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
	text-align: justify;
	margin-left: 585px;
	top: 0px;
	left: 63px;
}

#sectionNews h3{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionNews a:link{
    text-decoration:underline;
}

#sectionNews a:visited{
    color:#999900;
}

#sectionNews a:hover{
    color:#FF0000;
}
