
/* -------------------------------------------------- */
/* GLOBAL */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px 20px;
	font-size: 9pt;
	background-color: #fff;
	margin:0px;
	text-align: left;
}

h1 { font-size:20px; color: #707070; }
h2 { font-size: 16px; color: #000;}
h3 { font-size: 12px; font-weight: bold; color: #000; }

a :link, a:visited { text-decoration: none; color: #0033CC; }
a :hover, a:active { text-decoration: underline; color: #FF0000; }
/*a:link { color: #235c96; text-decoration:underline; } */
/*a:visited { color: #235c96; }*/

#wrapper-fixed-width {
    width: 960px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

/*
#content-wrapper a:link {text-decoration: underline; color: #0033CC;}
#content-wrapper a:visited {text-decoration: underline; color: #0033CC;}
#content-wrapper a:link {text-decoration: underline; color: #FF0000;}
#content-wrapper a:visited {text-decoration: underline; color: #FF0000;}
*/


h1.boxed {
	background: url("/resources/acs-subsite/ds/images/h1-left.gif") no-repeat scroll left center transparent;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 250%;
	margin: 0 0 15px;
	padding: 0 0 0 18px;
	white-space: nowrap;
}
.contents {
	background: url("/resources/acs-subsite/ds/images/h1-right.gif") no-repeat scroll right center transparent;
	display: block;
	width: 100%;
}

.cta {
	/*
	background: none repeat scroll 0 0 #F1FAFE;
	border-color: #DAE3EA #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #1F1F1F;
	font-size: 13px;
	margin: 10px auto;
	padding: 10px;
	text-align:left;
	*/
	margin: 20px auto;
	color: rgb(0, 128, 0);
	font-size: 13px;
}


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

#header-container {
	width: 100%;
	padding-bottom: 4px;
	height: 70px;
	margin: 0px auto;
}
#left-header {
	float: left;
	padding-right: 20px;
	width: 170px;
}
#center-header {
	float: left;
	margin-left: 10px;
	width: 450px;
}
#center-header img {
	padding-left: 85px;
}
#right-header {
	float: right;
	color: #000;
	padding-left: 10px;
	width: 270px;
}
#right-header  ul {		
	margin: 0 auto;
}
#right-header  li {
	padding-top: 3px;
	list-style-type: none;
	text-align: right;
}
#right-header a {
	color: #000;
	text-decoration: none;
}
#right-header  li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* -------------------------------------------------- */
/* TOP MENU NAVIGATION */

#top-menu-container{    
	width: 100%;
	margin-top: 5px;
	background: url('/resources/acs-subsite/ds/images/top-nav-bg.gif') left bottom repeat-x; 
}
#left-menu{    
    width: 640px;
	text-align: left;
	float: left;
	height: 35px;
}
#right-menu {    
    float: right;
	width: 300px;
	text-align: right;
	height: 35px;
	color: #707070;
}
#left-menu ul  {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0px;	
}
#left-menu li {
	display: inline;
	margin-left: 0px;
}
#left-menu a {
	font-weight: bold;	
	color: #707070;
	text-decoration: none;
	padding: 0 7px;
}
#left-menu a:hover {
	/*color: #99CC00;*/
	color: #ff0000;
	text-decoration: underline;
}
#right-menu ul { list-style-type: none; }
#right-menu li {	
	padding-right: 6px;
	display: inline;
}
#right-menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#right-menu li a {
	text-decoration: none;
	color: #0033CC;
}
.clear-both { clear: both; }

/* -------------------------------------------------- */
/* FOOTER */

#footer-separator {
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

#footer {			
	margin-bottom: 30px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
	text-align: left;
}
#footer-nav { float: left; margin-left: auto; margin-right: auto}
#footer-nav a {
	color: #0066FF; 
	/*color: #060; */
  text-decoration: none;
}
#footer-nav a:hover {
  color: #FF0000;
  text-decoration: underline;
}

#footer-social-apps{
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}

#footer-social-apps-left{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}

#footer-nav p { margin-top: 8px; color: #777; font-size: 8pt; }
#footer-nav p a.hostmaster { color: #777; text-decoration: none;}
#footer-nav p a:hover.hostmaster { color: #FF0000; text-decoration: underline; }


/* -------------------------------------------------- */
/* MISC */

.horizontal-spacer {
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 15px auto;	
}

.alert {
	color: #ff0000;
}

/* -------------------------------------------------- */
/* ALERT BOXES */

div.ui-alert.error {
	background:#fee url('/resources/acs-subsite/ds/images/sprite_global_v2.png') no-repeat 7px -643px;
	background-color: #fee; 
	border: 1px solid #d00; 
	margin: 10px 0px; 
	padding: 5px; 
}
div.ui-alert.error strong {color: #ab0000;}
div.ui-alert.error img {margin-right: 7px; float: left;}
div.ui-alert.error p {font-size: 13px; margin: 6px 6px 6px 40px; color: #333; }

div.ui-alert.attention {
	background:#fff5cc url('/resources/acs-subsite/ds/images/sprite_global_v2.png') no-repeat 7px -723px;
	border: 1px solid #fc1; 
	margin: 10px 0px;
	padding: 5px; 
}
div.ui-alert.attention strong {color: #960;}
div.ui-alert.attention img {margin-right: 7px; float: left;}
div.ui-alert.attention p {font-size: 13px; margin: 6px 6px 6px 40px; color: #333; }

div.ui-alert.success {
	background:#e6f8dd url('/resources/acs-subsite/ds/images/sprite_global_v2.png') no-repeat 7px -883px;
	background-color: #e6f8dd; 
	border: 1px solid #191; 
	margin: 10px 0px; 
	padding: 5px;
}
div.ui-alert.success strong {color: #060;}
div.ui-alert.success img {margin-right: 7px; float: left;}
div.ui-alert.success p { font-size: 13px; margin: 6px 6px 6px 40px; color: #333; }

div.ui-alert.notice { 
	background:#ddf0f8 url('/resources/acs-subsite/ds/images/sprite_global_v2.png') no-repeat 7px -803px;
	border: 1px solid #07a; 
	margin: 10px 0px 10px 0px; 
	padding: 5px; 	
}
div.ui-alert.notice strong {color: #005a8d;}
div.ui-alert.notice img {margin-right: 7px; float: left;}
div.ui-alert.notice p {font-size: 13px; margin: 6px 6px 6px 40px; color: #333; }
div.ui-alert.notice { }

.alertBox {
    BORDER-RIGHT: #ffcc00 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #ffcc00 1px solid;
    MARGIN-TOP: 1px;
    PADDING-LEFT: 2px;
    FLOAT: none;
    MARGIN-BOTTOM: 3px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #ffcc00 1px solid;
    COLOR: #c60000;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #ffcc00 1px solid;
    POSITION: relative;
    BACKGROUND-COLOR: #ffffcc;
    TEXT-ALIGN: left;
}
a.info{
    position:relative; 
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none}
a.info:hover{z-index:25; background-color:#fff; 	text-decoration:none;
}
a.info span{display: none} 
a.info:hover span{ 
    display:block;
    position:absolute;
    top:2em; left:-14em; width:30em;
	padding: 5px 5px 5px 5px;
    border:1px solid #000;
    background-color:#ffffcc; color:#000;
    text-align: left}

