/* Start of CMSMS style sheet '** Entre Default**' */
body{
	background: url(uploads/images/bodybg.gif) repeat;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

a,
a:link,
a:visited,
a:active{
	color: #74A2CB;
	text-decoration: none;
	border: 0px;
}

a:hover{
 	color: #74A2CB;
	text-decoration: underline;
}

img{
	border: 0px;
}

div#pagewrapper{
	background: #fff;
	border-left: 3px solid #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	border-right: 3px solid #e1e1e1;
	
	/* Left out the top border on purpose */
	
	width: 941px;
	margin: 0 auto;
	text-align: left;
}

div#header{
	min-height: 50px;
	position: relative;
}

div#typewr{
	position: absolute;
	left: 712px;
	top: 10px;
	width:175px;
	height:88px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: .8em;
}

div#typewr p{
  margin: 0px;
}

div#menu{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	height: 32px;
	width: 941px;
}

div#colwrapper{
	border-top: 4px solid #D33838;
	background: url(uploads/images/contentbg.jpg) no-repeat;
	min-height: 500px;
	padding: 25px;
}

#full_width{
	font-size: .8em;
	color: #666;
	line-height: 150%;
}

/********For IE Only*******/

* html #colwrapper{
	width: 941px;
}

div#lcol{
	float:left;
	width: 620px;
	font-size: .8em;
	color: #666;
	line-height: 150%;
}

div#rcol{
	float: right;
	width: 225px;
	margin-left: 40px;
	/* float: left; */
}

div#service_footer{
	border-top: 3px solid #e1e1e1;
	padding: 15px;
}

div#service_footer img{
	padding:5px;
}

div#footer{
	font-size: .6em;
	color: white;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	line-height: 120%;
}

div#whatshot_con{
	width: 222px;
	height: 275px;
	border: #7CBBD7 1px solid;
	position: relative;
}

div#whatshot_bg{
	width: 222px;
	height: 275px;
	background-color: #d1ecf8;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	position: absolute;
}

div#whatshotin{
	padding: 12px;
	position: absolute;
}

/***This is the header for the whats hot box***/

p.whh{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #D33838;
	border-bottom: 1px solid white;
	padding: 4px 0px 8px 0px;
        margin:0px;
	width: 195px;
}

div#newsitem{
	margin-bottom:20px;
	font-size: .7em;
	color: #272973;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#newsitem a,
div#newsitem a:link,
div#newsitem a:visited,
div#newsitem a:active
{
	text-decoration: none;
	margin-bottom:20px;
	color: #272973;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#newsitem a:hover{
	text-decoration: none;
	margin-bottom:20px;
	color: #74A2CB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#servicenow{
	background: transparent;
	width: 222px;
	border: 1px solid #921616;
	display: block;
}

div#servicenow img{
  border: 0px;
  margin: 0px;
}

div#servicenow a{
  border: 0px;
  margin: 0px;
}

div.hand{
	cursor:pointer;
}

div.indent{
	margin-left: 25px;
}

h2{
	color: #272973;
	font-size: 1.6em;
	font-weight: normal;
}

h3{
	color: #272973;
	font-size: 1.3em;
	font-weight: bold;
}

h4{
	color: #272973;
	font-size: 1.1em;
	font-weight: bold;
}

h5{
	color: #272973;
	font-size: 1.0em;
	font-weight: normal;
}

/************For the iframe that houses the private content ****/

.private_ifrm{
  border: 2px solid black;
}
/* End of '** Entre Default**' */

/* Start of CMSMS style sheet '** Entre Nav_H **' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #FFF;
   width: 100%;
	font-size: .8em;
	color: #F3F3F3;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
	margin-top:1px;
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
	width: 120px;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
	width: 200px;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
	text-align: center;
   text-decoration: none; 
   color: #6D6D6D;
}
#primary-nav li a { 
   border-right: 1px solid #F3F3F3;
   border-left: 1px solid #F3F3F3;
	padding: 8px 0px;
}

#primary-nav li li a { 
	text-align: left;
   border: 1px solid #C0C0C0;
	padding: 6px;
	font-size: .8em;
	font-weight: normal;
	display:block;
}

#primary-nav li li a:hover { 
	font-weight: normal;
}

#primary-nav li, #primary-nav li.menuparent { 
   background-color: White; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #F3F3F3; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li a:hover,
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #F3F3F3;
	color: #D33838;
	font-weight: bold;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%;
}
/* End of '** Entre Nav_H **' */

/* Start of CMSMS style sheet '** Entre Contact **' */
textarea{
	width: 800px;
	height: 245px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* End of '** Entre Contact **' */

/* Start of CMSMS style sheet '** Entre FEU **' */
div#login{
	font-size: .7em;
	line-height: 120%;
	margin-top: 15px;
}

div.feu_field_vsp{
	margin-bottom:5px;
}

.feu_change{
	font-size: 1em;
	color: #666;
	line-height: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/**** Forum Styles *****/

#forum{
	font-size: .9em;
	color: #666;
	line-height: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.row{
	padding: 8px 0px;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

.toprow{
	margin-bottom:8px;
}

.forum_head_icon{
	float:left;
	width:35px;
}

.forum_head_subject{
	float:left;
	width: 435px;
}

.forum_head_count{
	float:left;
	width:80px;
}

.forum_head_views{
	float:left;
	width:80px;
}

.forum_head_info{
	float:left;
}

.forum_icon{
	float:left;
	width: 35px;
}

.forum_name{
	float:left;
	width:650px;
}

.forum_count{
	width: 70px;
	float:left;
}

.forum_sub_icon{
	width:35px;
	float:left;
}

.forum_sub_name{
	width: 615px;
	float:left;
}

.forum_sub_count{
	width: 70px;
	float:left;
}

.forum_subject{
	float:left;
	width: 400px;
}

.forum_count{
	float:left;
	width:80px;
}

.forum_views{
	float:left;
	width:80px;
}

.forum_info{
	float:left;
}

.forum_info_topic{
	float:left;
	width: 175px;
}

.forum_content_topic{
	float:left;
	width: 600px;
}

.forum_edit_topic{
	float:left;
	padding-left: 20px;
	width: 60px;
}
/* End of '** Entre FEU **' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet '** Entre QA **' */
#qa_item{
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	padding: 10px 5px;
	margin-top: -1px;
	font-size: .9em;
	line-height: 110%;
}

.qa_padbot{
  margin-bottom: 4px;
}

#qa_item p{
	margin: 7px 0px;
}

#qa_question{
	padding-bottom: 20px;	
}

#qa_answer{
	padding-bottom: 10px;
}

#qa_txt{
	float:left;
	width: 790px;
}

#qa_gra{
	float:left;
	padding-right: 10px;
}

#qa_info{
	font-size: .7em;
}

#qa_author{
	float:left;
	width: 100px;
	padding-bottom: 8px;
}

#qa_authorin{
	padding-bottom: 8px;
}

#qa_quest{
	float:left;
	width: 100px;
	padding-bottom: 8px;
}

#qa_questin{
	padding-bottom: 8px;
}

#qa_submit{
	margin-left: 100px;
}
/* End of '** Entre QA **' */

