/*

 * Put all your css customization codes here so that you can easily update version later

 */
 
/*
 * sub level menus
 */
 

body {
	
	color:#000;

}


#FooterRegion{

	color: #999;

}

/**
#contentAndSidebars .menu li a{

	margin: 0;

	padding: 9px 25px 9px 18px;

	display: block;

	border-bottom: 1px solid #e5e5e5;

	color: #555;

}

#contentAndSidebars .menu li a{
	display: block; 
	position: absolute;
	width: 6px;
	height: 13px;
	background-image: url(images/menu-arrow.png) ;
	top:12px;
	right: 15px;
}
*/

#right-sidebar ul {
	
	list-style-type: none;
	
}


#contentAndSidebars .menu {

}


#contentAndSidebars .menu li a{

	border-left:#000000 thick solid;
	color:#000;
	font-weight:500;
}

#contentAndSidebars .menu .menu {
   border:0px;
   margin: 0px;

}


#contentAndSidebars .menu .menu li a{
   padding-left:40px;
   border-bottom: 1px solid #e5e5e5;
   border-left:none;
   font-weight:normal;
   font-size:13px;
}

#contentAndSidebars .menu .menu li a:hover {
	text-decoration:underline;
}

#contentAndSidebars .menu .menu .menu {
   border:0px;
}

#contentAndSidebars .menu .menu .menu li a{
   padding-left:65px;
   font-weight:normal;
}

#contentAndSidebars .menu .menu .menu .menu {
   border:0px;
}

#contentAndSidebars .menu .menu .menu .menu li a{
   padding-left:85px;
   font-weight:normal;
}

.menu li .active {
	color:#FFF !important;
	background-color:#000000;
	border-bottom:none;
	
}

.menu li.expanded {
	background-color:#F7F7F7;
	
}

/*
ul li.collapsed a{
	background: url("../../../../misc/menu-collapsed.png") no-repeat;
	background-position: 2% 50%;
}
*/

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	 color: #000;
	  margin-right: 11px;
}

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

#secondary-menu-links li a{

	padding: 3px 13px 4px 13px;

}

#row1-Region{

	padding: 4px 0 14px 0;
	border-bottom:none;

}

.node-user-picture {
margin: 0 0 0px 0px;
width: 0px;
padding: 0px;
}

.plain-title {
margin-right: 0px;
}

.content li{
	margin:0px 0px 9px 0px;

}

.content ul{
-webkit-margin-after: 0.83em;
}

.node img {

	margin-bottom: 15px;

	padding: 4px;

	box-shadow: none;

    -moz-box-shadow: none;;

    -webkit-box-shadow: none;

}

div.terms {

	display: block;

	margin-bottom: 0px;

	text-align: right;

	padding: 0px;

}

.content .node {
	padding-bottom: 0px;
}

#contentAndSidebars {
min-height: 0px;
}


.front #row1-Blocks h3, .front #row1-Blocks p {
	margin: 0 0 10px 0;
}


#row2-Blocks .blocktitle {


	border-left: 10px solid;

	padding: 1px 0 1px 10px;

}

#row2-Region {
	padding-top:10px;
	padding-bottom:0px;
}

.front #row2_b1, #row2_b2, #row2_b3 {
	border-top: thin dashed #999;
}

[class^="icon-picon-"],

[class*=" icon-picon-"] {
  background-image: url("images/icons/picons/picons-ucatt-red.png");
}

.carousel {
  margin-bottom: 0px;
}

.carousel a{
	color:#FFF;
}

.sharethis-wrapper {
	padding-top: 15px;
}

#footer{

	padding-bottom:0px;

	text-align: center;

}

h5 {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}


.front #contentAndSidebars {
	padding: 0;
}

blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #e5e5e5;
}

blockquote p {
margin-bottom: 15px;
font-size: 17.5px;
font-weight: 300;
line-height: 1.5;

}

.women-header {
	margin-bottom: 0px;
}

.lowvis {
	color: #000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: text; /* to make the cursor stay as a text cursor, not the hand */
}

a.lowvis:hover {
	color: #000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: text; /* to make the cursor stay as a text cursor, not the hand */
}

div#header {
	display:none;
}

div#contentAndSidebars {
    background-color: #d3d3d3;
}

div#title-region {
	display:none;
}

.breadcrumb {
	display:none;
}

#footer {
    font-size: 12px;
    color: #333;
}

#FooterRegion #footer a, #FooterRegion .more-link a {
    color: #333 !important;
}