/*** Main body container ***/
#montage {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#montage p {
	float: left;
	
}

#deptname {
	height: 225px;
	width: 308px;
	background: url(../images/depts/orientation/leaders.jpg) no-repeat;
	padding: 10px 0 0 10px;
	float: left;
}

#deptname h2 a {
	padding-top: 5px;
	display: block;
	width: 175px;
	height: 50px;
	border: 0;
	text-indent: -99999px;
	background: url(../images/depts/orientation/orientation.png) no-repeat top;
}

#deptname p {
	color: #FFF;
	font-size: .85em;
	padding: 10px 20px 10px 10px;
	line-height: 1.5em;
}

/*** Department Navigation ***/
#deptNav {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: url(../images/interior/nav/shortblue.gif) no-repeat;
	height: 55px;
	clear: left;
}

#deptNav h2 {
	margin: 10px 0 0 15px;
	width: 165px;
	height: 25px;
	float: left;
}


#altname h2 a {
	display: block;
	width: 130px;
	height: 40px;
	border: 0;
	text-indent: -99999px;
	background: url(../images/depts/orientation/who.png) no-repeat top;
}

#deptNav ul {
	padding-left: 25px;
	float: left;
	padding-top: 18px;
	margin-right: 15px;

}

#deptNav li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	background: url(../images/interior/bullet.gif) no-repeat center left;
	list-style-type: none;
}

#deptNav li a {
	font-size: .85em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#deptNav li a:hover {
	color: #88a4b8;
}


.clear {
	clear: both;
}

/*** Main Content Area ***/

#contop {
	margin-top: 10px;
	clear: left;
	background: url(../images/interior/contenttop.gif) no-repeat;
	height: 21px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/interior/bg.gif) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#conbot {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background: url(../images/interior/contentbottom.gif) no-repeat;
}

/*** Department Subnavigation and sidebar holder **/
#sidebar {
	width: 230px;
	float: left;
	padding-right: 10px;
}

#sidebar ul {
	margin-top: 15px;
	margin-left: 10px;
}

#sidebar li {
	padding: 2px 0 2px 5px;
	background: url(../images/interior/bullet.gif) no-repeat center left;
	list-style-type: none;
}

#sidebar li a {
	color: #5E5F62;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	margin-left: 10px;
}

#sidebar li a:hover {
	border-bottom: 1px dotted #5E5F62;
}

#sidebar h4, #maincontent h3, #maincontent h4, #maincontent h5 {
	font-size: 1.5em;
	color: #164b72;
	font-family: arial narrow, arial, verdana, sans-serif;
	border-bottom: 1px solid #164b72;
	padding-top: 5px;
}

#maincontent h4 {
	border: 0;
	font-size: 1.6em;
}

#maincontent h5 {
	font-size: 1.3em;
	border: 0;
	padding: 5px 0;
	color: #404A4C;
}

#sidebar p {
	font-size: .85em;
	padding: 5px 0;
}


/*** Main Content ***/
#maincontent h3 {
	font-size: 2.5em;
	color: #f7af0f;
	font-weight: normal;
}

.thin {
	text-transform: lowercase;
}

.thick {
	color: #f7af0f;
	font-size: 1.6em;
	font-weight: normal;
}

#maincontent {
	float: left;
	width: 670px;
	padding-left: 10px;
}

#maincontent p {
	padding: 8px 0 8px 0;
	line-height: 1.5em;
}

#maincontent a {
	color: #164b72;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #164b72;
}

#maincontent a:hover {
	color: #f7af0f;
	border: 0;
	font-weight: bold;
}

#maincontent ul {
	padding-bottom: 10px;
	list-style-type: none;
}

#maincontent li {
	padding: 5px;
}

/*** Did You Know ***/
#pullquote  {
	padding: 10px;
	background-color: #ebebeb;
	width: 240px;
	float: right;
	margin: 8px;
	font-size: .85em;
}

#pullquote h4 {
	background: url(../images/interior/dyk.gif) no-repeat;
	height: 30px;
	width: 225px;
	text-indent: -99999px;
}

#pullquote p {
	padding: 0 5px 0 5px;
}


/*** Right sidebar containing the signup form ***/
#OrientationForm {
	
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 450px;
	font-size: 1em;
}

#OrientationForm h2 {
	font-size: 3em;
	color: #000;
	background: #FFF url(../images/headings/register.gif) no-repeat;
   width: 255px;
	height: 40px;
	border: 0;
	text-indent: -99999px;
}



.small {
	font-size: .85em;
}

fieldset {
	border: 0;
}


#OrientationForm input.text {
	background-color: #FBFBF8;
	border: 1px solid #999999;
	line-height: 2;
	margin: 5px 0;
	padding: 2px 5px;
	width: 125px;
}
#OrientationForm input.radio {
	margin-top: 8px;
}

#OrientationForm label {
	clear: both;
	float: left;
	margin: 3px 2% 0;
	padding-top: 5px;
	text-align: right;
	width: 30%;
}

#OrientationForm legend {
	text-indent: -99999px;
}

#OrientationForm .submit {
	margin-left: 40%;
}
#OrientationForm input.button {
	margin-top: 10px;
}

