/* Global Styles */
body
{
    margin: 0;
    padding: 0;
    font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #3f3c30;
    background-color: #f8f8f8;
}

body.iframe
{
    background-color: white;
    margin: 10px;
}

h1, h2
{
	font-size: 14px;
	color: #3f3c30;
}

h3
{
	font-size: 12px;
	color: #880000;
}

h4
{
    font-size: 10px;
    font-weight: bold;
}

a, a:link, a:visited
{
	color: #880000;
	text-decoration: none;
}

a:hover
{
	color: #880000;
	text-decoration: underline;
}

img
{
	border: none;
}

li
{
    padding-bottom: .5em;
}
















#cmc_website
{
    width: 960px; /* changed back to 960 from 954 */
    margin: 0 auto 0;
	position: relative;
    background: #ffffff url('https://www.cmc.edu/globals/images/sidebarcolor.png') top left repeat-y;
}

#cmc_header
{
    background-color: #740e1c;
    font-size: 10px;
    position: relative;
}

#cmc_header h1
{
    width: 350px;
    height: 90px;
    position: relative;
    margin: 0;
    padding: 0;
}

#cmc_header h1
{
	padding-top: 5px;
}

#cmc_header h1 span
{
/* FIXME */
/*    background: url('https://www.cmc.edu/globals/images/maroonshadowlogo.gif') no-repeat;*/
    background: url('/globals/images/maroonshadowlogo.gif') no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;    
}

#cse-search-box/*, #g_search*/
{
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#cse-search-box input /*,  #g_search input*/
{
    font-size: 10px;
    border: 1px solid black;
}

#cse-search-box input.button/*,  #g_search input.button*/
{
    font-size: 10px;
    background-color: #4e1119;
    color: white;
    font-weight: bold;
    border: none;
}


#cmc_gateways
{
    font-size: 10px;
    color: white;
    padding: 2px 0;
    position: absolute;
    top: 25px;
	right: 0;
    text-align: right;
    width: 610px; /* changed back to 960 from 954 */
}

#cmc_gateways ul
{
    font-size: 10px;
    margin: 0;
    padding: 0;
}

#cmc_gateways ul li
{
    font-size: 10px;
    display: inline;
    padding-left: 5px;
    padding-right: 10px;
}

/* Added on 09/16/2009 to fix the homepage not displaying in Firefox, Opera, or Safari - dj */
#cmc_globalnav
{
	height: 26px;
	/*background-image: url(https://www.cmc.edu/globals/images/lev0_bg2.gif);*/
	background-color: #4e1119;
}
#cmc_globalnav ul									
{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}



#cmc_gateways a:link, #cmc_gateways a:visited
{
	color: #ffffff;
	text-decoration: none;
}


#cmc_gateways a:hover
{
	color:	 #ffffff;
	text-decoration: underline;
}

#cmc_localnav
{
    width: 140px;
    float: left; 
    padding: 10px;
	font-size: 11px;
}

#cmc_localnav ul
{
    list-style: none;
	line-height: 1.2em;
    padding: 0;
    margin: 0;
}

#cmc_localnav ul li
{
	margin-bottom: .5em;
}

#cmc_footer
{
    text-align: center;
    font-size: 10px;
    padding: 5px;
    clear: both;
    background-color: #f5f5f5;
}

#cmc_footer ul
{
    margin: 0;
    padding: 0;
}

#cmc_footer ul li
{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}

#cmc_footer p
{
    font-size: 10px;
    padding: 0;
    margin: 5px 0;
}

#siteheaderimage
{
  left: -10px;
  position: relative;
}

