* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body { 
	font-size: 62.5%; /* Base Font Size of 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdf8dc;
	color: #5c503c;
}  

#wrapper {
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}


h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
	/* font-family: Georgia,"Times New Roman",serif; */
	/* font-weight: normal; */
	color: #C55B33;
	margin: 24px 0 6px 0;
}

h4 {
	font-size: 1.5em;
	margin: 18px 0 6px 0;
}

h5 {
	font-size: 1.4em;
}

p {
	font-size: 1.4em;
	line-height: 145%;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #8B484F;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:active {
  	outline: none;
}


img, a img {
}

hr {
	border: 0;
	color: #c4bca0;
	background-color: #c4bca0;
	height: 1px;
	margin: 10px 0;
}

/* CUSTOM ELEMENTS */

.search-result {
	padding: 0 0 7px 0;
}

.search-result p {
	padding-left: 20px;
}

.search-result h3 {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 8px;
}

.search-result h3 a {
	font-weight: normal;
}

div.webform-results {
	font-size: 1.3em;
}

.webform-results td {
	padding: 6px;
}




/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input, textarea {
	background-color: #5c503c;
	
	border: 1px solid #5c503c;
	padding: 4px 0 4px 8px;
	font-size: 15px;
	color: #fdf8dc;
	outline: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

input.goBtn {
	background-color: transparent;
	height: 28px;
	border: none;
	padding: 0;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	background: url(../images/header-bkg.jpg) center top repeat-x;
	height: 245px;
	width: 100%;
	display: table;
	position: relative;
}

	#header .container .left {
		width: 276px;
		float: left;
		margin-right: 24px;
		position:relative;
		height: 245px;
	}
	
	#header .container .left h1 a {
		width:172px;
		height:160px;
		top:24px;
		left:50px;
		text-indent:-7000px;
		display:block;
		position:absolute;
	}
	
	#header .container .right {
		width: 660px;
		height: 245px;
		float: left;
	}
	
	#header h3 {
		padding-left: 36px;
		background: url(../images/quote-left.png) left top no-repeat;
		font-family: Georgia,"Times New Roman",serif;
		color: #8c474e;
		font-weight: normal;
		line-height: 140%;
	}
	
	span#close-quote {
		padding: 0 29px 2px 0;
		background: url(../images/quote-right.png) right bottom no-repeat;
	}
	
	#header hr { margin: 4px 0 20px 0; }

#header-home {
	background: url(../images/header-bkg-home.jpg) center top repeat-x;
	height: 428px;
	width: 100%;
	display: table;
	position: relative;
}

	#header-home .container .left {
		width: 276px;
		float: left;
		margin-right: 24px;
		position:relative;
		height: 428px;
	}
	
	#header-home .container .left h1 a {
		width:172px;
		height:160px;
		top:114px;
		left:50px;
		text-indent:-7000px;
		display:block;
		position:absolute;
	}
	
	#header-home .container .right {
		width: 660px;
		height: 428px;
		float: left;
	}
	
	#header-home .container { overflow: visible; }
	
.tabs {
	width: 660px;
	height: 430px;
	background: url(../images/panel-bkg.png) left top no-repeat;
	position: relative;
	z-index: 10;
}

	ul.tabNavigation {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	ul.tabNavigation li {
	    display: inline;
	}
	
	ul.tabNavigation li a {
	    width: 220px;
	    height: 70px;
	    display: block;
	    float: left;
	    text-indent:-7000px;
	}
	
	ul.tabNavigation li a#tab1 { background: url(../images/panel-btn01-reg.png) left top no-repeat; }
	ul.tabNavigation li a#tab1.selected { background: url(../images/panel-btn01-sel.png) left top no-repeat; }
	
	ul.tabNavigation li a#tab2 { background: url(../images/panel-btn02-reg.png) left top no-repeat; }
	ul.tabNavigation li a#tab2.selected { background: url(../images/panel-btn02-sel.png) left top no-repeat; }
	
	ul.tabNavigation li a#tab3 { background: url(../images/panel-btn03-reg.png) left top no-repeat; }
	ul.tabNavigation li a#tab3.selected { background: url(../images/panel-btn03-sel.png) left top no-repeat; }
	
	.showPnl { visibility: visible; }
	.hidePnl { visibility: hidden; }
	

	#first {
	    width: 636px;
	    height: 336px;
	    padding: 12px;
	}
	
	#second {
	    width: 636px;
	    height: 336px;
	    padding: 12px;
	}

	#third {
	    width: 636px;
	    height: 336px;
	    padding: 12px;
	}
	
	.tabs h2 {
		color: #fcf6d1;
	}
	
	.tabs h3 {
		color: #fee796;
	}
	
	.tabs hr {
		color: #837a65;
		background-color: #837a65;
	}
	
	.tabs input {
		background-color: #b3a982;
		border: 1px solid #b3a982;
		color: #514634;
	}
	

#content {
	width: 100%;
}

#sidebar {
	width: 242px;
	background: url(../images/side-nav-bkg.jpg) right top no-repeat;
	float: left;
	margin-right: 24px;
	padding: 6px 17px 24px 17px;
}

	#sidebar #sect-nav ul, #sidebar #search ul { 
		margin: 0;
	  	padding: 0;
	  	list-style: none;
	}
	
	#sidebar #sect-nav li, #sidebar #search li { 
		margin: 0;
	  	padding: 0;
	  	display: block;
	  	border-bottom: 1px solid #c4bca0;
	}
	
	#sidebar #sect-nav li.bottom, #sidebar #search li.bottom { 
		border-bottom: none;
	}
	
	#sidebar #sect-nav li, #sidebar #search li {
		font-size: 1.8em;
		padding: 16px 0 16px 4px;
		font-weight: bold;
	}
	
	#sidebar #sect-nav li #social {
		
	}
	
	#sidebar #search li #social img {
		border: 0;
		margin: 0 3px 0 2px;
		vertical-align: middle;
	}
	
	#sidebar #sect-nav li a, #sidebar #search li a {
		color: #5c503c;
		text-decoration: none;
	}
	
	#sidebar #sect-nav li a:hover, #sidebar #search li a:hover {
		color: #8c816a;
	}
	
	#sidebar #page-nav {
		padding: 20px 0 12px 0;
		border-bottom: 1px solid #c4bca0;
	}
	
	#sidebar #page-nav ul { 
		margin: 0;
	  	padding: 0;
	  	list-style: none;
	}
	
	#sidebar #page-nav li { 
		margin: 0;
	  	padding: 5px 14px;
	  	display: block;
	  	background: url(../images/sideNav-arrow.png) 216px 8px no-repeat;
	  	font-size: 1.2em;
	}
	
	#sidebar #page-nav li a {
		text-decoration: none;
		font-weight: normal;
		color: #736753;
	}
	
	#sidebar #page-nav li a:hover {
		color: #c55b33;
	}
	
	#sidebar #page-nav h2 {
		height: 38px;
		background: url(../images/sideNav-sectiontitle-bkg.png) center top no-repeat;
		padding: 6px 0 0 10px;
	}

#navigation {
	height: 28px;
	padding: 20px 0;
}

	#navigation ul { 
		margin: 0;
	  	padding: 0;
	  	list-style: none;
	}
	
	#navigation li { 
		margin: 0;
	  	padding: 0 5px 0 0;
	  	display: inline;
	}
	
	#navigation li a img { border: 0; margin:0; }

#page {
	width: 632px;
	float: left;
	padding: 24px 14px;
}

	.page-home { padding-top: 65px; }
	
	#page h1 {
		font-family: Georgia, "Times New Roman", serif;
		font-style: italic;
		font-weight: normal;
		padding: 8px 8px 8px 0;
	}
	
	#page a#searchprev {
		font-size: 12px;
		padding: 0 11px 0 14px;
		border-right: 1px solid #514634; 
		background: url(../images/prev-arrow.gif) left 3px no-repeat;
	}
	
	#page a#searchnext {
		font-size: 12px;
		padding: 0 14px 0 11px;
		background: url(../images/next-arrow.gif) right 3px no-repeat;
	}
	
	.outlined-image {
		padding: 4px 4px 2px 4px;
		background: #c8bd94 none repeat scroll 0 0;
		border: 1px solid #5c503c;
		margin-top: 8px;
	}
	
	.outlined-imageR {
		padding: 4px;
		background: #c8bd94 none repeat scroll 0 0;
		border: 1px solid #5c503c;
		float: right;
		margin: 8px 0 12px 20px;
	}
	
	.outlined-imageL {
		padding: 4px;
		background: #c8bd94 none repeat scroll 0 0;
		border: 1px solid #5c503c;
		float: left;
		margin: 8px 20px 12px 0;
	}
	
	#page ul {
		padding-left: 24px;
		font-size: 1.4em;
		line-height: 145%;
		margin: 12px 0 16px 0;
		list-style-image: url(../images/bullet.gif);
	}
	
	#page ol {
		padding-left: 24px;
		font-size: 1.4em;
		line-height: 145%;
		margin: 12px 0 16px 0;
	}
	
	#page ol li { margin: 12px 0; }
	
	.col-l {
		width: 300px;
		margin-right: 24px;
		float: left;
	}
	
	.col-r {
		width: 300px;
		float: left;
	}
	
	.no-bold { font-weight: normal; }
	.inset { padding-left: 20px; }
	
	.site-link { padding-right: 15px; background: url(../images/link-arrow.gif) right 5px no-repeat; }
	
	#first-subtitle { margin-top: 12px; }
	
	.staff-pic { float: left; padding: 18px 20px 0 0; width: 122px; }
	
	.staff-bio { width: 488px; float: left; }
	
	.staff-bio p {  }
	
	a.back-top {
		font-size: 1.2em;
		padding: 10px 0 10px 17px;
		background: url(../images/arrow-up.gif) left 10px no-repeat;
	}

#sub-footer {
	background-color: #f8ecbc;
	border-top: 1px solid #c0b48e;
	width: 100%;
}

	#sub-footer .col-1 { width: 450px; padding: 0 10px 20px 20px; float: left; }
	#sub-footer .col-2 { width: 220px; padding: 0 10px 20px 10px; float: left; }
	#sub-footer .col-3 { width: 210px; padding: 0 20px 20px 10px; float: left; }
	
	#sub-footer .tab {
		background: url(../images/sub-footer-tab-left.png) left top no-repeat;
		height: 47px;
		font-weight: bold;
		font-size: 1.8em;
		margin: -1px 0 20px 0;
		padding-left: 18px;
	}
	
	#sub-footer .tab span {
      	float: left;
      	display: block;
      	background: url(../images/sub-footer-tab-bkg.png) right top no-repeat;
      	padding: 13px 18px 0 0;
      	height: 34px;
    }



#footer {
	background-color: #b3a982;
	width: 100%;
	padding: 20px 0;
}

	#footer .col-1 { width: 210px; padding: 0 10px 20px 20px; float: left; }
	#footer .col-2, #footer .col-3 { width: 220px; padding: 0 10px 20px 10px; float: left; }
	#footer .col-4 { width: 210px; padding: 0 20px 20px 10px; float: left; }
	
	#footer h4 { margin-bottom: 8px; }
	#footer h4 a { color: #5c503c; }
	
	#footer ul { list-style-type: none; margin-bottom: 12px; }
	#footer li { margin-left: 15px; padding: 5px 0; font-size: 1.4em; line-height: 100%; }
	#footer li a { color: #fcf6d1; font-weight: normal; }
	
	#footer #address { color: #fcf6d1; }
	
	#footer div#social { padding: 20px 0 10px 0; }
	
	#footer #social img {
		border: 0;
		margin: 0 4px 0 3px;
		vertical-align: middle;
	}
	
	#footer p.label, .tabs p.label { color: #fcf6d1; margin: 0; line-height: 100%; }
	
	#footer div#credits {
		background: url(../images/footer-pjds-logo.gif) left top no-repeat;
		padding: 30px 0 0 98px;
		margin: 10px 0;
		height: 54px;
	}
	
	#footer div#copyright {
		background: url(../images/copyright-symbol.png) left 3px no-repeat;
		padding-left: 12px;
		font-size: 11px;
		color: #776c52;
	}
	
	#footer hr {
		color: #8a7f66;
		background-color: #8a7f66;
		margin-bottom: 20px;
	}
	
	#footer h3 { color: #5c503c; margin: 0; }

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#admissions-steps {
	background: #f8ecbc url(../images/admissions-steps-bkg.png) left 1px repeat-y;
	border-bottom: 1px solid #c0b48e;
	border-right: 1px solid #c0b48e;
	border-top: 1px solid #c0b48e;
	padding: 20px 0;
	margin-bottom: 15px;
}

.admissions-steps-num { width: 56px; min-height: 40px; float: left; margin-bottom: 15px; }

#admissions-steps p {
	padding-top: 6px;
	width: 554px;
	float: left;
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
