/* -------------------------------------------------------------- 
 Based on work by Eric Meyer:
   * http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }




/* < SuperFish
-------------------- */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height:	1.0;
} 
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
	_border-bottom:5px #cc0033 solid; /* ie6 doesnt get the shadow */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
	direction: ltr;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em; 
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

.sf-menu li a {
	display:		block;
	position:		relative;
	color:#fff;
	padding: 		8px .75em;
	text-decoration:none;
}

.sf-menu li li a {
	padding: 		6px .75em;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	border:none;
}

.sf-menu li li a:hover { 
	background:#D4E3E7;;
}

.sf-menu li li a, .sf-menu li li a:hover {
color:#000;
	font-weight:normal !important ;
}

.sf-menu li li {
	background:#f7f7f7;
	font-size:11px;
	border-top:1px solid #E6E6E6;

}
.sf-menu li:hover  {
	background:	#D4E3E7;
	color:#000;
	direction:ltr ;
}

.sf-menu li:hover a {
	color:#000 ;	
}

.sf-menu a.sf-with-ul { /* arrows */
	padding-right:6px;
	min-width:	1px; /* 4 IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			2px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(css-images/sprites/sprite-icons.gif) no-repeat top left;
background-position: 0 -100px;
	
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position: 0 -100px;  /* use translucent arrow for modern browsers*/
}

a:focus > .sf-sub-indicator, /* apply hovers to modern browsers */
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	background:none;
}

.sf-menu ul .sf-sub-indicator {  } /* point right for anchors in subs */
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

.sf-menu ul a:focus > .sf-sub-indicator, /* apply hovers to modern browsers */
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background:url(css-images/sprites/sprite-icons.gif) no-repeat top left;
background-position: -10px 0; /* arrow hovers for modern browsers*/

}



.sf-shadow ul { /* shadows for all but IE6 */
	background:	url('css-images/content/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* /end SuperFish */


#cuheader {
text-align:left;
	padding: 0;
	margin:0;
	border-bottom:2px solid #fff;
	background-color:#B2072E;
	background:url(css-images/sprites/sprite-layout-hor.jpg) repeat-x top left; 
	background-position: 0 -9px;
	
	min-height:70px;
 	height:auto !important;
 	height:70px;
}

#logo a{
	float:left;
	border:none;
	margin:0;
	padding:0;
	height:10px;
	}

#search_box{
	float:right;
	margin: 0 10px 0 0;
	padding-right: 2px;
	
	}
#srch_container {
	float:left;
	color: #999;
	margin:0 0 0 1px;
	padding:6px 4px 0 0;
	border-right:#DA395E 1px solid;
	min-height:64px;
 	height:auto !important;
 	height:64px;
	
	text-align:right;

	}	
	
	#srch_container  ul{
	list-style:none;
	margin:0 ;
	padding:0 2px;
	}
	
	#srch_container  a{
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	border:none;
	line-height:1em;
	}
	
	#srch_container  a:hover{
	border-bottom: 1px solid #fff ;
	}

#search_form {
	float:left;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 13px 0 0 6px;
	border-left:#9C0013 1px solid;
	min-height:56px;
	}
	
#search_form form {
	margin: 0;
	padding: 0;
	}
 
.searchText {
  border-top:#9C0013 1px solid;
  border-left:#9C0013 1px solid;
  border-bottom:#9C0013 1px solid;
  border-right:none;
  height:15px;
  background:#e7e7e7;
  color: #000;
  padding:0;
  margin:0 0 4px 0;
  font: 11pxs/100% "Arial";
  width:141px;
  float:left;
}
	
.searchBut {
	background:url(css-images/sprites/sprite-icons.gif) no-repeat top left;
background-position: 0 -852px;
	padding:0 ;
	cursor:pointer;
	margin:-2px 0 0 0;
	float:left;
	border: none;
	height:19px;
	width:17px;
}

.search_options {
	clear:both;
	padding-top:5px
	margin:0;
	float:left;
}

.searchBut button {
	padding:0 ;
	margin:0;_margin-top:-16px;
}
/* < dropdown menu ----- */
#cumenu {
	padding: 0px;
	background-color:#2E3136;
	background:url(css-images/sprites/sprite-layout-hor.jpg) repeat-x top left; 
	background-position: 0 -318px; 
	text-align:left;
	margin: 0;
	border-bottom:2px solid #fff;
	
	min-height:32px;
 	height:auto !important;
 	height:32px;
	clear:both;
	}
	
.topmen  {
border-right:1px solid #32363F;
}
.topmen {padding:2px 1.75em;}

.topmen a{color:#fff;font-weight:800 ;}

/* /END dropdown ----- */

/* /END HEADER
------------------------------------------ */


/* < CONTENT
------------------------------------------ */


/* /END headers ----- */

/* < TYPOGRAPHY --------------------- */  

p {
	margin: 0 0 4px 0;
	line-height:1.4em;
}




/* < LAYOUT
-------------------------------------------------------------- */

body {
    font: 12px Arial,Verdana, Helvetica, sans-serif;
	
	background:#F7F8F3 url(css-images/back.jpg) repeat-x scroll 0 0;

	line-height:18px;
}

#wrapper {
 	margin:auto;
 	padding: 4px;
 	background-color:#fff;
 	width:757px;
 	}
	
#main {
    width:757px;
    margin:0 auto;
	text-align:left;
}


#container {
    width:757px;
    float:left;
    margin:0;
	background-repeat:repeat-y;
	height:auto !important;
	margin:0;
	min-height:265px;
	overflow:visible;
	
}




	
#rolenav {
float:left;
height:auto !important;
min-height:198px;
margin:0;
padding:0;

}

#rolenav li a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -33px;
display:block;
overflow:hidden;
text-indent:-9999px;
width:181px;
height:33px;
}

#rolenav li a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 0;
}

#rolenav li.cur a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -99px;
}
#rolenav li.cur a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -66px;
}
#rolenav li.fac a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -165px;
}
#rolenav li.fac a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -132px;
}
#rolenav li.alu a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -231px;
}
#rolenav li.alu a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -198px;
}
#rolenav li.med a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -297px;
}
#rolenav li.med a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -264px;
}
#rolenav li.app a {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -330px;
}
#rolenav li.app a:hover {
background:url(css-images/home/roles.gif) no-repeat scroll 0 -363px;
}

#facts {float: left;	width: 576px;	height: 198px;background:#fff;}


#dchuknow {
clear: both;
min-height:46px;
border-top:#fff 2px solid;
  background:
    #2E3037
    url(css-images/dchuknow.gif)
    no-repeat
    left center;
}

#dchuknow p {
margin: 0 0 0 170px;
padding: 17px;
}

#dchuknow a {
color: #ebebeb;
font-size: 13px;
text-decoration: none;
}

#fade {
color: #ca0a3b;
margin-left: 2px;}
#linkcontent {
clear:both;
background-color:#F2F2F2;
width:760px;

}

#linkcontent a:link, #linkcontent a:visited {
color:#496376;
text-decoration:none;
font-weight:bold;
}

#linkcontent a:active, #linkcontent a:hover {
color:#B30000;
text-decoration:underline;
font-weight:bold;
}


#cumessages {
height:1px;
border-top:3px solid #FFFFFF;
float:left;
width:581px;
}

.messages {
float:left;
min-height:123px;
margin:10px 16px 0 10px;
width:264px;
*width:257px;
}

.messages a  img{
	border:1px #999 solid;
	padding:1px;
}	

.messages img{
	float:left;
	padding:1px;
	margin: 0 8px 24px 0;
	}
#cumessages h3{
color:#BD0833;
padding-top:0;
margin-top:0;
font-size:1.125em;
}	
	
#social {
border-top:1px solid #D5D6DB;
clear:both;
margin:20px 10px;
padding:0;
}



#social a:link img, #social a:visited img {
border:medium none;
padding:0;margin:20px 0;
}
.padme {
padding-right:15px;
}
.borda {
border-right:1px solid #D5D6DB;
}

#side {
border-left:3px solid #FFFFFF;
border-top:3px solid #FFFFFF;
border-right:3px solid #FFFFFF;
float:right;
margin:0;
padding:0;
width:173px;
*width:160px;
background:url(css-images/daback.jpg) repeat-y scroll 0 0;
background-position:right;
min-height:360px;
}


#side h4 {
border-bottom:1px solid #D5D6DB;
color:#666666;
font-size:1.15em;
font-weight:bold;
margin:0;
padding:4px 2px 4px 8px;

}
#side ul {
margin:0;
padding:0;
}
#side li {
background-image:url(css-images/default.gif);
background-position:left center;
background-repeat:no-repeat;
border-bottom:1px solid #E8E8E8;
border-top:1px solid #D5D6DB;
padding:2px 0 3px 23px;
}

#side li a {
border-bottom:medium none;
font-size:12px;
}
	

#footer {
	font-size: .9em;
	color: #d8d8d8;
	background:url(css-images/sprites/sprite-layout-hor.jpg) repeat-x bottom left; 
	
	background-color:#666;
	line-height:1.6em;
	padding: 4px 8px 12px 8px;
	margin:0;
	clear:both;
	min-height:18px;
 	height:auto !important;
 	height:14px;
	}
	
	
#footer a:link, #footer a:visited {
	color:#EBEBEB;
	font-weight:normal;
	border-bottom: 1px dotted #999 !important;
	border-bottom: 1px solid #666 ;
	text-decoration:none;
	}

#footer a:hover {
	color:#fff;	
	text-decoration:underline;
	border-bottom: none !important ;
	}
	
.footadd {margin-left:100px;}

.footpriv {margin-left:170px;_margin-left:160px;}
	

