/* CSS Document */

/*--------------------------------------------------------------------------------
Styles for subPages directly off the New Home Page V2 for pages without right bar

	author:		Kevin deLeon
	email:		kdeleon@cfcc.edu or kevin.deleon@gmail.com
	website:	http://cfcc.edu
----------------------------------------------------------------------------------*/



/*-------------------------------------------
subMastHead is for the banner on the subpage
--------------------------------------------*/

#subMastHead {
	position: relative;
	width: 945px;
	height: 42px;
	margin: 2px 2px 2px 2px;
	padding: 0;
	border: 0;
}

a.replace {
	display: block;
} 

h1#logo {
	position: relative;
	width: 945px;
	height: 42px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}

h1#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;

	background: url(/images/subBanner2.jpg);
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/*------------------------------------------------
Primary Navigation for subPages
-------------------------------------------------*/

#priNav {
	position: relative;
	width: 945px;
	padding: 4px 0 4px 0;
	margin: 2px 2px 2px 2px;
	color: #fff;
	background: #222;
	text-align: center;
}

#priNav ul li {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	list-style: none;
}

#priNav ul li a {
	color: #fff;
	text-decoration: none;
}

#priNav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-------------------------
main content for subpages
--------------------------*/

#content {
	position: relative;
	float: left;
	width: 950px;
	padding-bottom: 20px;
}

#content p {
	margin: 10px 4px 10px 4px;
}

#content ul {
	margin: 10px;
	list-style-position: inside;
}

#content ul li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	list-style-position: inside;
}

#content dt {
	margin: 10px 4px 2px 4px;
}

#content dd {
	margin: 2px 4px 10px 20px;
}

#content ol {
	margin: 2px 4px 10px 20px;
}

#content ol li {
	margin: 2px 4px 10px 10px;
}

#content h1 {
	font-size: 25px;
	margin: 15px 4px 15px 4px;
	color: #000;
}

#content h2 {
	font-size: 20px;
	margin: 15px 4px 15px 4px;
	color: #000;
}

#content h3 {
	font-size: 15px;
	color: #000;
	margin: 5px 4px 5px 4px;
}
#content blockquote {
	margin: 5px 25px 5px 25px;
	padding: 0;
}
#columnone {
	margin: 15px;
	padding: 5px;
	float: left;
	width: 45%;
	border: thin solid #333333;
	background-image: url(images/columnonebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#columnoner {
	margin: 15px;
	padding: 5px;
	float: right;
	width: 45%;
	border: thin solid #333333;
	background-image: url(images/columnonebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#alertbox {
	width: 90%;
	border: thin solid #333333;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	background-color: #FFCC33;
	padding: 3px;
}
#alertbox h2 {
	margin-bottom: 3px;

}


.blockBorder {
	border: 1px dashed #333;
	background: #eee;
}
/*Some old styles per Ivan*/
td.logoFaded { /* Adds a large faded logo to the background of any cell */
	background-image: url(/images/logoFaded_H.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td.blueTop { /* used to format top of tables to match current flash top - e.g. student services */
	background-image: url(/images/blueTable_BG.gif);
	background-repeat: repeat-x;
}
#col150 {
	width: 170px;
	margin: 5px;
	float: left;
}
#col250 {
	width: 245px;
	margin: 5px;
	float: left;
}

#staffbox {
	margin: 10px;
	padding: 5px;
	height: 110px;
	width: 220px;
	border: thin dashed #666666;
	float: left;
}
#staffboxsingle {
	padding: 5px;
	height: auto;
	width: 500px;
	border: thin dashed #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#staffboxphoto {
	float: left;
	height: 100px;
	width: 100px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#staffinfo {
	padding: 5px;
	height: 100px;
	text-wrap: normal;
	float: left;
	width: 90px;
}
#staffinfosingle {
	padding: 5px;
	height: auto;
	text-wrap: normal;
	float: left;
	width: 350px;
}
#hrline {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	margin: 5px;
}
#faqanswer {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sitemap {
	margin-left: 50px;
	margin-right: 50px;
	display: block;
}
.sitemap1 {
	margin-left:50px;
	list-style-position: inside;
	list-style-type: square;
		}
.sitemap2 {
	margin-left:50px;
	list-style-position: inside;
	list-style-type: circle;
		}
.sitemap3 {
	margin-left:50px;
	list-style-position: inside;
	list-style:disc;
		}
.sitemap4 {
	margin-left:50px;
	list-style-position: inside;
	list-style-type: none;
		}
th.discount {
	background-color: #CCCCCC;
	color: #000000;
}
th.discount2 {
	background-color: #21428f;
	color: #FFFFFF;
}
th.discount3 {
	background-color: #11234D;
	color: #FFFFFF;
}
.tabletitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #21428F;
}

.tabletitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #21428F;
	padding: 2px;
}

td.discount {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ProDep h1 {
	color:#FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#ProDep h2 {
	color:#000;
	margin: 0px;
	padding: 5px;
}
#ProDep h3 {
	color:#FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

