/* ---- Academic and Career Development Center - Screen Styles - Created by SUU Web Services July 2009 ---- */

body {
	background: #dbccc5;
}

ul.nostyle{
	list-style-type: none;	
}

#container {
	background: #FFFFFF;
	font-size: 80%;
	margin: 0px auto;
	overflow: auto;
	padding: 0px;
	width: 960px;
}

#container h1 {
	background: #d0d1c9 url(../images/bkg-branding-2012.jpg) no-repeat;
	height: 51px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
	#container h1 a {
		display: block;
		height: 51px;
		text-decoration: none;
		width: 960px;
	}
	#container h1 a:hover {
		color: #666666;
	}
#container #navigation {
	background: #c5ced7;
	border-bottom: 10px solid #8595a5;
	float: left;
	width: 200px;
}
	#container #navigation ul {
		list-style-type: none;
		margin: 10px;
		padding: 0px;
	}
	#container #navigation li {
		margin: 0px;
		padding: 0px 0px 10px;
	}
	#container #navigation ul a {
		color: #000000;
		text-decoration: none;
	}
	#container #navigation ul a:hover {
		text-decoration: underline;
	}
	#container #navigation ul.sublist {
		color: #333333;
		font-size: 0.8em;
	}
	#container #navigation ul.sublist a {
		color: #333333;
	}
#container #content {
	background: #FFFFFF;
	float: left;
	width: 760px;
}
	/* ---- Heading Styles ---- */
	#container #content h2 {
		font-size: 1.7em;
		margin: 10px;
	}
	#container #content h3 {
		color: #666666;
		font-size: 1.5em;
		margin: 20px 10px 10px;
	}
	#container #content h4 {
		color: #666666;
		font-size: 1.4em;
		font-style: italic;
		margin: 20px 10px 10px;
	}
	#container #content h5 {
		color: #555555;
		font-size: 1.2em;
		margin: 20px 10px 10px;
	}
	#container #content h6 {
		color: #555555;
		font-size: 1.1em;
		font-style: italic;
		margin: 20px 10px 10px;
	}
	/* ---- Text Element Styling ---- */
	#container #content p {
		margin: 10px;
	}
	#container #content ul {
		margin: 10px 40px;
		padding: 0px;
	}
	#container #content hr {
		background: #EEEEEE;
		border: 0;
		clear: both;
		color: #EEEEEE;
		height: 1px;
		margin: 10px 0px;
	}
	
	#container #content hr.testing{
		height:10px;
		margin: 20px 0px;	
	}
	/* ---- Home link ---- */
	#container #content #homelink {
		font-size: 0.8em;
		text-align: right;
	}
	/* ---- Button Links ---- */
	#container #content .buttonlink {
		border: 1px solid #8595a5;
		color: #8595a5;
		display: block;
		font-size: 1.4em;
		margin: 5px 0px;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		width: 250px;
	}
		#container #content .buttonlink:hover {
			background: #dee3e9;
		}
	#container #content .buttonlinkright {
		border: 1px solid #8595a5;
		color: #8595a5;
		float: right;
		font-size: 1.4em;
		margin: 5px 0px;
		padding: 5px;
		text-decoration: none;
	}
		#container #content .buttonlinkright:hover {
			background: #dee3e9;
		}
	/* ---- Image Styling ---- */
	#container #content .imgrightborder {
		border: 1px solid #000000;
		float: right;
		margin: 10px;
	}
	/* ---- Table Styling ---- */
	#container #content table {
		border: 1px solid #EEEEEE;
		border-collapse: collapse;
		margin: 10px;
		width: 740px;
	}
		#container #content th {
			background: #DDDDDD;
			border: 1px solid #EEEEEE;
			font-size: 0.8em;
			padding: 5px;
			text-align: left;
		}
		#container #content td {
			border: 1px solid #EEEEEE;
			padding: 5px;
		}
    #container #content table.noBorder{
	border: none;
	width: 450px;
    }
	     #container #content table.noBorder td{
		     border: none;
	     }
	/* ---- Sub-Columns Look ---- */
	#container #content .columns-two {
		border: 1px solid #EEEEEE;
		float: left;
		margin: 10px;
		width: 358px;
	}
	#container #content .column-smright {
		border-left: 1px solid #EEEEEE;
		float: right;
		margin: 10px;
		width: 200px;
	}
		#container #content .column-smright li {
			margin: 10px 0px;
			padding: 0px;
		}
	/* ---- Experiential Education ---- */
	#container #content #ee {
		background: #dee3e9;
		clear: both;
		height: 150px;
	}
		#container #content #ee h2 {
			float: left;
			margin: 0px;
			padding: 0px;
			text-indent: -9999px;
			width: 650px;
		}
			#container #content #ee h2 a {
				display: block;
				height: 150px;
				width: 640px;
			}
			#container #content #ee h2.eehome {
				background: url(../images/ee-banner-home.gif) no-repeat;
			}
			#container #content #ee h2.community {
				background: url(../images/ee-banner-community.gif) no-repeat;
			}
			#container #content #ee h2.creative {
				background: url(../images/ee-banner-creative.gif) no-repeat;
			}
			#container #content #ee h2.leadership {
				background: url(../images/ee-banner-leadership.gif) no-repeat;
			}
			#container #content #ee h2.outdoor {
				background: url(../images/ee-banner-outdoor.gif) no-repeat;
			}
			#container #content #ee h2.global {
				background: url(../images/ee-banner-global.gif) no-repeat;
			}
		#container #content #ee ul {
			float: left;
			list-style-type: none;
			margin: 5px 0px 0px;
			padding: 0px;
			width: 110px;
		}
			#container #content #ee li {
				font-size: 1.2em;
				font-weight: bold;
				margin: 0px;
				padding: 5px 0px;
				text-transform: uppercase;
			}
			#container #content #ee ul a {
				color: #FFFFFF;
				text-decoration: none;
			}
			#container #content #ee ul a:hover {
				color: #990000;
			}
/* ---- Form Styling ---- */
#formcontainer {
	border-top: 1px solid #EEEEEE;
	margin: 10px;
	padding: 10px 0px 0px;
}
#formcontainer h1 {
	border-bottom: 1px solid #000000;
	font-size: 1.5em;
	margin: .5em 0;
	padding: 0px;
}
#formcontainer h2 {
	color: #333333;
	font-size: 1.2em;
	margin: .2em 0;
}
#formcontainer fieldset {
	border: 0;
	border-bottom: 1px solid #EEEEEE;
	clear: left;
	margin: 0 0 1em 0;
	padding: 5px 0px;
}
#formcontainer legend {
	color: #990000;
	font-weight: bold;
	margin: 0;
	padding: 0px;
}
#formcontainer fieldset ol {
	list-style-type: none;
	margin: 0px;
	padding: 1em;
}
#formcontainer fieldset li {
	clear: both;
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
}
#formcontainer fieldset li em {
	display: block;
	font-size: 0.8em;
}
#formcontainer label {
	float: left;
	padding-right: 0.5em;
	text-align: right;
	width: 14em;
}
#formcontainer fieldset.captcha {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#formcontainer #buttons {
	clear: left;
	margin: 0 0 1em 0;
	text-align: center;
}
