@charset "UTF-8";
/* CSS Document */

/**********************/
/*  BASICS            */
/**********************/

#floatLeft{ float: left; }

#floatRight{ float: right; }
	
#photo{
	float: right;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	}
#container { 
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2pt;
	border-left-width: 2pt;
	border-top-width: 2pt;
	background-color: #FFFFFF;
	text-align: left;
	}
#content {
	width: 720px;
	padding: 30px 0 0 10px;
	margin-right: auto;
	margin-left: auto;
	}
#content p { padding: 10px; }
#content table { padding: 10px; }

body { font-family: Verdana, arial, Helvetica, sans-serif; font-size: small; }

h1 {
	color: #00417a;
	font-size: 140%;
	margin-bottom: 1em;
	line-height: 1.5em;
	}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: .5em;
	color: #00417a;
	border-bottom-color: #aa7108;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: .5em;
	color: #00417a;
	border-bottom-color: #aa7108;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	}
hr {
	height: 1px;
	color: #eeaf30;
	border-bottom-style: none;
	}
#home h1 { padding: 0 20px; }

#home h2 { padding: 0 20px; }

#credit {
	font-weight: bold;
	color: #00417a;
	margin-right: .5em;
	display: block;
	float: right;
	font-size: 80%;
	background-image: url(http://www.dom.edu/system/modules/edu.dom.service/images/quote-dash.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
#testimonial li {
	margin-right: auto;
	margin-left: auto;
	type: none;
	list-style-type: none;
	border-bottom-color: #00417a;
	border-bottom-style: dashed;
	border-bottom-width: 1pt;
	margin-bottom: 2em;
	padding-bottom: 2em;
	background-image: url(http://www.dom.edu/system/modules/edu.dom.service/images/quote.gif);
	background-repeat: no-repeat;
	}
#quote {
	width: 550px;
	text-align: right;
	font-size: small;
	color: #666666;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	margin-top: 5em;
	}

#goldTitle { color: #aa7108; font-size: medium; } /*#fdc745;*/ 

#goldTitle a{
	color: #aa7108;	/*#fdc745;*/
	font-size: medium;
	text-decoration: none;
	}
#style3 { font-size: medium; font-weight: bold; }

/**********************/
/*  MAIN NAVIGATION   */
/**********************/

#navigation {
	color: #FFFFFF;
	background: #00417a;
	font-size: small;
	margin:  0em 0em 0em 0em;
	font-variant: small-caps;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: arial, Helvetica, sans-serif;
	}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: #aa7108 solid 1pt;
	border-bottom-color: #aa7108;	/*#fdc745;*/
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	}
#navigation a:hover {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: underline;
	}
/**********************/
/*  CONTENT           */
/**********************/

#banner {
	width: 750px;
	height: 172px;
	background-image: url(http://www.dom.edu/system/modules/edu.dom.service/images/People-Shaded-Home.gif);
	border: none;
	background-repeat: no-repeat;
	}
#MainBoxTopImg .copy { color: #333333; }

#courses {
	color: #333333;
	background: #00417a;
	margin:  0em 0em 0em 0em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
/**********************/
/*  FOOTER            */
/**********************/

#footer {
	color: #FFFFFF;
	background: #00417a;
	margin:  0em 0em 0em 0em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	}
#footer a { text-decoration: underline; color: #FFFFFF; }

#footer a:hover {
	color: #fdc745;
	border-bottom-color: #aa7108;	/*#fdc745;*/
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	}
