/* CSS Document */

/*-----------------------------------------------------------------------------
Styles for subPages directly off the New Home Page V1 for pages with 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: 650px;
	border-right: 1px dashed #999;
	padding-bottom: 20px;

	/*margin: 0 4px 2px 2px;*//* Took these out because of IE box model bug...was calculating it twice */
}

#content p {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	line-height: 16px;
}

#content ul li {
	margin: 2px 10px 8px 10px;
}

#content ul {
	margin: 2px 10px 8px 20px;
}

#content dt {
	margin: 10px 10px 2px 10px;
}

#content dd {
	margin: 2px 10px 8px 20px;
}

#content ol {
	margin: 2px 10px 8px 20px;
}

#content ol li {
	margin: 2px 10px 8px 10px;
}

#content h1 {
	font-size: 25px;
	margin: 15px 4px 15px 4px;
}

#content h2 {
	font-size: 20px;
	margin: 15px 10px 15px 10px;
}

#content h3 {
	font-size: 15px;
	color: #000;
	margin: 5px 10px 5px 10px;
}

#content blockquote {
	margin: 5px 25px 5px 25px;
	padding: 0;
}

.blockBorder {
	border: 1px dashed #333;
	background: #eee;
}



#subhead h2 {
	background-color: #e2dedd;
	background-image: url(images/subheadgrad.jpg);
	height: 20px;
	width: 98%;
	background-position: right;
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-left: 2px;
}

.subhead {
	background-color: #e2dedd;
	background-image: url(images/subheadgrad.jpg);
	height: 20px;
	width: 530px;
	background-position: right;
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-left: 2px;
}


.contentImageRight {
	position: relative;
	float: right;
	margin: 0 4px 0 4px;
	border: 1px solid #000;
}

.onlineResources {
	list-style-type: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}


/*---------------------------
Supplementary content on right
----------------------------*/

#suppContent {
	position: relative;
	float: left;
	width: 275px;
	text-align: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

#suppContent p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
}

#suppContent h1 {
	font-size: 22px;
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 2px;
}

#suppContent h2 {
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#suppContent h3 {
	font-size: 15px;
	color: #000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
}

#suppContent ul li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 10px;
}

#suppContent ul li a {
	color: #21428F;
	text-decoration: underline;
}

#suppContent ul li a:hover {
	color: #656565;
	text-decoration: none;
}

.impDates {
	color: #222222;
}

.suppContentQuotes {
	color: #666;
	font-size: 14px;
	font-style: italic;
	border-top: 1px dashed #999;
}

/*--------------------------------------------------------------------------------------------------
Other Styles for logos on main topic nav subPages Uses same .replace class as the banner replacement
----------------------------------------------------------------------------------------------------*/
h1#aboutLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 173px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
h1#aboutLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/images/mcCenter.jpg) no-repeat;
	width: 100%;
	height: 100%;
}
h1#academLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#academLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/images/rovAcademics.jpg) no-repeat;
	width: 100%;
	height: 251px;
}
h1#admissLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#admissLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/images/admissions.jpg) no-repeat;
	width: 100%;
	height: 251px;
}				

h1#commLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#commLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/images/community.jpg) no-repeat;
	width: 100%;
	height: 251px;
}
h1#servLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#servLogo span {
	position: absolute;
	left: 0;
	display: block;
	background: url(/images/services.jpg) no-repeat;
	width: 100%;
	height: 251px;
}
h1#studentlifeLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#studentlifeLogo span {
	position: absolute;
	left: 0;
	display: block;
	background: url(/images/studentlife.jpg) no-repeat;
	width: 100%;
	height: 251px;
}
h1#studentsupportLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#studentsupportLogo span {
	position: absolute;
	left: 0;
	display: block;
	background: url(/images/studentsupport.jpg) no-repeat;
	width: 100%;
	height: 251px;
}
h1#catalogLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
#catalogLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(/cat/images/coursecatmainimage3.jpg) no-repeat;
	width: 100%;
	height: 251px;
}

h1#cosmetologyLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#cosmetologyLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(cosmetology/images/group.jpg);
	background-repeat: no-repeat;
}

h1#englishLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(english/images/englishbanner.jpg);
	background-repeat: no-repeat;
}

h1#englishLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
h1#vocLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(voc/images/vocational.jpg);
	background-repeat: no-repeat;
}

h1#vocLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#SurTechLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(sur/images/SurTech.jpg);
	background-repeat: no-repeat;
}

h1#SurTechLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#advisingLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(advising/images/advisinglogo.jpg);
	background-repeat: no-repeat;
}

h1#advisingLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#pharmLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(phm/images/pharmtechbanner.jpg);
	background-repeat: no-repeat;
}

h1#pharmLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#pubLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(programs/publicservice/images/pubbanner.jpg);
	background-repeat: no-repeat;
}

h1#pubLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#fvpLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(programs/fvp/images/fvpbanner.jpg);
	background-repeat: no-repeat;
}

h1#fvpLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#istLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(voc/images/istbanner.jpg);
	background-repeat: no-repeat;
}

h1#istLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#orientation span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(orientation/images/orientationmainimage.jpg);
	background-repeat: no-repeat;
}

h1#orientation {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#distancelearning span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(dl/images/distancelearning.jpg);
	background-repeat: no-repeat;
}

h1#distancelearning {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#registrar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/registrarandrecords.jpg);
	background-repeat: no-repeat;
}

h1#registrar {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#StudentActLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/studentactivities.jpg);
	background-repeat: no-repeat;
}

h1#StudentActLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#nursingLogo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/nursinglogo.jpg);
	background-repeat: no-repeat;
}

h1#nursingLogo {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#nccrc span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/nccrc.jpg);
	background-repeat: no-repeat;
}

h1#nccrc {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}

h1#sonography span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/medsonography.jpg);
	background-repeat: no-repeat;
}

h1#sonography {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
h1#parking span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/parkingatcfcc.jpg);
	background-repeat: no-repeat;
}

h1#parking {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}

h1#dentalclinic span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/dentalclinic.jpg);
	background-repeat: no-repeat;
}

h1#dentalclinic {
	position: relative;
	margin-top: 2px;
	width: 538px;
	height: 250px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;
	/* */
}
h1#fasttrack span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/fasttrack.jpg);
	background-repeat: no-repeat;
}

h1#fasttrack {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}
h1#cmt span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/constructionmanagement.jpg);
	background-repeat: no-repeat;
}

h1#cmt {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}

h1#pn span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/practicalnursing.jpg);
	background-repeat: no-repeat;
}

h1#pn {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}
h1#learninglab span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/learninglab.jpg);
	background-repeat: no-repeat;
}

h1#learninglab {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}
#staffbox {
	margin: 15px;
	padding: 5px;
	height: 110px;
	width: 220px;
	border: thin dashed #666666;
	float: left;
}
#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;
}
h1#paymentplan span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/paymentplan.jpg);
	background-repeat: no-repeat;
}

h1#paymentplan {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}
h1#finaid span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/finaid.jpg);
	background-repeat: no-repeat;
}

h1#finaid {
	position: relative;
	margin-top: 2px;
	width: 640px;
	height: 275px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 14px;	/* */
}
#staffinfo {
	padding: 5px;
	height: 100px;
	text-wrap: normal;
	float: left;
	width: 90px;
}
#col150 ul li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#col250{
	width: 240px;
	margin: 5px;
	float: left;

}

#col150 {
	width: 170px;
	margin: 5px;
	float: left;

}
#col150 ul li a{

	list-style-image: none;
	list-style-type: none;
}
#col150 ul li a:hover{

	list-style-image: none;
	list-style-type: none;
}
#deptheader01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40pt;
	color: #d7ddeb;
	height: 50px;
	width: 530px;
	z-index: 50;
	font-weight: bolder;
	position: absolute;
	top: 0px;
	left: 2px;
}
#deptheader02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	height: 50px;
	width: 530px;
	z-index: 100;
	position: absolute;
	left: 0px;
	font-weight: normal;
	padding-top: 10px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #000000;
	top: 0px;
}
#hrline {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	margin: 5px;
	width: 525px;
}

#thumbs {
	float: left;
}
#thumbs p {
	float: left;
	padding-bottom: 10px;
}
.tabletitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #21428F;
	padding: 3px;
}
td.dotdivider {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.nobullets {
	list-style-type: none;
}
#imgwrap {
	padding: 10px;
	float: right;
	height: auto;
	width: auto;
	color: #333;
	margin-top: -10px;
	}
#ProDep h1 {
	color:#FFF
}
#ProDep h2 {
	color:#FFF
}
#ProDep h3 {
	color:#FFF
}
#columnone {
	margin: 0px auto 0px auto;
	padding: 5px;
	width: 90%;
	border: thin solid #333333;
	background-image: url(images/columnonebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

