@import url("css/widgets/client-widgets.css"); 
@import url("css/textsizes/textsize-small.css"); 
* {
    font-family: Arial, Helvetica, sans-serif;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
.left {
    float: left;
    clear: left;
    margin-right: 10px;
}
.right {
    float: right;
    clear: right;
    margin-left: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hidden {
	display: none;
}
#main {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 802px;
    text-align: left;
    
}
/* Control Panel */
.ControlPanel {
	margin-bottom: 10px;
	width: 802px;
	margin: 0 auto;
	font-size: 12px;
}
/* Header */
#roundtop 
{
    background-color: black;
    border-radius: 22px 22px 0px 0px;
    -moz-border-radius: 22px 22px 0px 0px;
    -webkit-border-top-right-radius: 22px;
    -webkit-border-top-left-radius: 22px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    background-color: Black;
    height: 24px;
	margin-top: 10px;
}
#roundtop p, #roundtop a {
    font-weight: lighter;
    color: #E9DECA;
    word-spacing: -0.2em;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: .1em;
    text-decoration: none;
}
#roundtop p.home {
    float: left;
    margin: 2px 0 0 24px;
    padding: 0;
}
#roundtop p.peace {
    float: right;
    margin: 2px 24px 0 0;
}
#banner {
    margin: 0;
    padding: 0;
	background-image: url(http://static.adriandominicans.org/skin/img/header.jpg);
    border: solid 2px Black;
    border-width: 0 2px;
    height: 120px;
	background-color: black;
}
#banner img {
    border: none;
    float: left;
    clear: left;
    position: relative;
    left: 225px;
    top: 15px;
}
#banner a.ads {
    display: block;
    float: left;
    clear: left;
    top: 10px;
    left: 98px;
    position: relative;
    text-align: center;
    font-family: Helvetica;
	text-decoration: none;
	font-size: 26px;
	color: White;
	letter-spacing: .1em;
}
#banner a.ads span.fl {
	font-size: 30px;
	text-transform: uppercase;
}
/* Menus */
#nav 
{
    width: 802px;
    background-color: Black;
    height: auto;
}
#nav #navItemHome 
{
    display: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	font-size: 13px;
	border-collapse: collapse;
	text-align: left;
	z-index: 999;
}
#nav ul, #nav li, #nav a {
    z-index: 999;
}
#nav li {
    list-style-type: none;
}
ul li ul .hasChildren { /* only on second level and below, not on top level */
    background-image: url(http://static.adriandominicans.org/skin/img/rt_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}
#nav a 
{
    color: #E9E1D0;
	display: block;
	border: solid 1px #000;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding: 3px;
	font-weight: normal;
}
#nav li ul li a {
    text-align: left;
    width: 185px;
    background-color: #777;
}
#nav li { /* all list items */
	float: left;
	width: 193px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 193px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a:hover, #nav li ul li a.sfhover { /* second-level lists */
	background-color: #CCC;
	color: #000;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 166px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
    position: static;
}
/* Content */
#content td.hasBorderDiv { /* when the left pane has a menu */
	width: 175px;
}
#content {
    margin: 0;
    border: solid 2px black;
    border-width: 0 2px;
    padding: 12px;
    z-index: 1;
    text-align: left;
}
#content a { 
	font-weight: bold;
	color: #0000EE;
}
#content a:hover{ 
	color: #0000EE;
}
#content a:visited { 
	color: #551A8B;
}
#content a:visited:hover { 
	color: #551A8B;
}
#content #tablist li {
	clear: both;
}
#content #tablist .dashboardTab {
	clear: both;
}
#content-table {
	width: 774px;
}
.dnnEmptyPane {
	display: none;
    height: 0px;
}
h1 {
    color: Black;
}
h2 {
    color: Black;
}
img { 
    border: none;
}
h3 {
    margin-bottom: 0;
    color: Black;
    font-weight: bold;
}
blockquote {
    font-family: Sans-Serif;
    text-align: justify;
    font-style: italic;
}
blockquote.plain {
	font-style: normal;
	text-align: left;
}
#content p a:hover, #content div a:hover {
    text-decoration: underline
}
#content td {
    font-family: Sans-Serif;
}
#content .DNNArticleContent table {
    margin-bottom: 12px;
}
/* Center login */
div.AuthenticationContent { width:100% }
div.AuthenticationContent table { margin-left:auto; margin-right:auto; display:block;}
/* Footer */
#footer {
    border-radius: 0px 0px 22px 22px;
    -moz-border-radius: 0px 0px 22px 22px;
    -webkit-border-bottom-right-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    margin: 0;
    padding: 0;
    background-color: Black;
    height: 33px;
}
#footer p.copyright, #footer p.login {
    margin: 0;
    padding: 0;
    font-weight: normal;
    vertical-align: middle;
    background-color: Black;
    color: White;
}
#footer p.login {
    margin: 3px 35px 0 0;
    text-align: right;
    float: right;
    width: 160px;
}
#footer p.login a {
    display: block;
    background-image: url(http://static.adriandominicans.org/skin/img/login_logo.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 172px;
    text-decoration: none;
    text-align: right;
    color: White;
    font-weight: normal;
    height: 26px;
    font-size: 22px;
    float: right;
}
#footer p.login a:hover {
    color: #e9deca;
    background-image: url(http://static.adriandominicans.org/skin/img/login_logo_rollover.gif);
}
#footer p.associate 
{
    float: left;
    margin-left: 57px;
    /* margin-left = p.login margin-right + width of associate login image */
}
#footer p.associate a 
{
    background-image: url(http://static.adriandominicans.org/skin/img/associate-login.v2.gif);
    width: 181px;
}
#footer p.associate a:hover
{
    background-image: url(http://static.adriandominicans.org/skin/img/associate-login-rollover.v2.gif);
}
#footer p.copyright {
    float: left;
    margin: 10px 0 0 82px;
    font-size: 10px;
    text-align: center;
}
#dnnlogin {
    text-align: center;
	font-size: 13px;
}
.margin-bottom 
{
    margin-bottom: 10px;
}
@media print {
	#footer, #banner, #roundtop, #nav, #TextSizeWidget, .print, .ControlPanel {
		display: none;
	}
	#content {
		border: none;
	}
	#main, #content-table {
		width: 100%;
	}
	* {
		background-color: white !important;
		background-image: none !important;
	}
}