/* Political Science CSS Document */
.scsu-shell-width {
	width: 781px;
}
#scsuSubsiteArea {
	width: 725px;
}
#container {
	background-color: #FFFFFF;
	overflow: auto;
	position: relative;
}

#leftcol {
	float: left;
	background-image: url(../images/leftnavTop.png);
	background-repeat: no-repeat;
	margin: -50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	width: 195px;
	position: absolute;
	left: 0;
}

#rightFade {
	width: 185px;
	margin: 2px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	/*background-image: url(../images/leftnavRight.png);
	background-repeat: repeat-y;
	background-position: right;*/
}
#navigation {
	background-color: #FFFFFF;
	padding: 0px 3px 0px 0px;
}
#navigation h3 {
	border-bottom: 2px solid #859AA9;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 7px;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#navigation #contact h3 {
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	border-bottom: none;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li a {
	padding: 3px 10px 3px 15px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .7em;
	color: #000000;
	font-weight: normal;
	line-height: 1.1em;
}
#navigation #contact {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 8px 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: #D4DCE1;
	border-top: 10px solid #ffffff;
}
#navigation #contact p {
	font-size: .7em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#navigation a:hover{
	background-color: #D4DCE1;
}


#content {
	background-color: #DAE0E5;
	background-image: url(../images/contentShadowLeft.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 184px;
	padding: 10px 20px;
	font-size: .7em;
}
#content h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 1.6em;
}
#content h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.4em;
}
#content h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.3em;
	color: #27587F;
}

#content p, #content ul, #content ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 0px;
}
#content li {
	margin-left: 30px;
}

#content #insetArea {
	margin: 10px -20px 10px -20px;
	background-image: url(../images/contentShadowLeft.png);
	background-repeat: repeat-y;
	background-color: #C8D1D8;
	overflow: auto;
}
#content #insetArea #top {
	background-image: url(../images/topShadow.png);
	background-repeat: repeat-x;
}
#content #insetArea #bottom {
	background-image: url(../images/bottomShadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content #insetArea h3 {
	margin: 0px 0px 0px 20px;
}
#content #insetArea p {
	margin: 0px 0px 0px 20px;
}
#content #insetArea ul {
		margin-left: 5px;
		padding-left: 20px;
}
#content #insetArea #insetNav ul {
		margin-left: 20px;
		padding-left: 20px;
}

#content #pullout {
	float: right;
	width: 250px;
	border: 1px solid #C8D1D8;
	margin: 5px;
	padding: 5px;
}

#insetNav {	
	width: 150px;
	float: right;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/leftSideNav.png);
	background-repeat: repeat-y;
}
#insetNav #insetNavTop {
	background-image: url(../images/topSideNav.png);
	background-repeat: no-repeat;
	margin-top: -14px;
	height: 15px;
}
#insetNav #insetNavBottom {
	background-image: url(../images/bottomSideNav.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px -14px 0px;
}

#insetNav h3{
	border-bottom: 2px solid #859AA9;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-size: .8em;
	font-family: "Times New Roman", Times, serif;
	/*font-weight: normal;*/
	color: #000000;

}
#insetNav ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#insetNav li{
	margin: 0px 0px 0px -20px;
	padding: 0px;
	list-style-type: none;
}
#insetNav li a {
	padding: 2px 10px 2px 5px;
	margin: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .8em;
	color: #000000;
	font-weight: normal;
	line-height: 1.1em;
}
#insetNav a:hover{
	background-color: #D4DCE1;
}
.review {
	background-color: #FFFF66;
	border: 1px solid #CC0066;
	color: #CC0066;
}
ul.home_link li a {
	margin: 10px 0;
	padding: 0;
}
