* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #ebe5eb url(/global/images/bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1.rounded {
	margin:0 0 0 6px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:#3e003f;
	height:17px;
}
h1.rounded a {
	color:#fff;
	text-decoration:none;
}
h1.rounded a:hover {
	text-decoration:underline;
}
#wrapper {
	width:980px;
	background:url(/global/images/shadow.png) repeat-y;
	margin:0 auto;
}
#container {
	background:#f7f7f7;
	width:950px;
	position:relative;
	margin:0 auto;
}
#containerbox
{
	min-height: 550px;
}
#left {
	position:absolute;
	left:0;
}
#right {
	position:absolute;
	right:-6px;
	top:0;
}
.left {
	position:absolute;
	left:0;
}
.right {
	position:absolute;
	right:-6px;
	top:0;
}
#fleft {
	float:left;
}
#fright {
	float:right;
	text-align:right;
}
#footer {
	margin:0 auto;
	padding:10px 10px 0 10px;
	width:930px;
	background:#222 url(/global/images/footer_gradient.jpg) repeat-x;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	line-height:18px;
	position:relative;
	z-index:90;
}
#footer a {
	/* color: #FFF; REMOVED FOR RESPONSIVE DESIGN TRANSITION */
	color: #763775;
	text-decoration:none;
}
#footer a:hover {
	color:#fffca2;
	text-decoration:underline;
}
ul#footerLeft {
	width:220px;
	list-style:none;
	text-align:left;
	float:left;
}
ul#footerLeft li#left {
	padding:0 0 0 31px;
}
ul#footerLeft img, ul#footerRight img {
	margin:0 5px 0 0;
}
#footerMiddle {
	width:490px;
	text-align:center;
	float:left;
}
ul#footerRight {
	width:210px;
	list-style:none;
	text-align:right;
	float:left;
}
noscript {
	font-size:12px;
	font-weight:bold;
}
#header img#ribbonLink {
	position:absolute;
	border:none;
	right:-20px;
	top: -25px;
	overflow:hidden;
	z-index:99;
}
#header img#CFLink {
	position:absolute;
	border:none;
	right:40px;
	top: -20px;
	overflow:hidden;
	z-index:99;
}
#header img#flag {
	position:absolute;
	border:none;
	z-index:99;
	overflow:hidden;
	top:139px;
	left:70px;
}
#header img#flag2 {
	position:absolute;
	border:none;
	z-index:99;
	overflow:hidden;
	top:139px;
	left:115px;
}
#header img#flag3 {
	position:absolute;
	border:none;
	z-index:99;
	overflow:hidden;
	top:139px;
	left:160px;
}
#header img#flag4 {
	position:absolute;
	border:none;
	z-index:99;
	overflow:hidden;
	top:139px;
	left:205px;
}
#searches {
	position:absolute;
	top:127px;
	right:5px;
	color:#fff;
	font-size:11px;
	padding:6px;
	line-height:18px;
	z-index:99;
}
#searchcontent #searchbutton, #breadcrumsearch #searchbutton {
	width:32px;
	height:22px;
	background: url(/global/images/goButton.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	border:0;
	cursor:pointer;
}
#bottomcurve {
	width:980px;
	height:24px;
	/* background:url(/global/images/bottomcurve_gradient.png) no-repeat; CHANGED FOR RESPONSIVE DESIGN TRANSITION */
	background:url(/global/images/bottomcurve_gradient-OT.png) no-repeat;
	margin:0 auto;
}
.clear {
	clear:both;
}
#breadcrums {
	color:#000;
	font-size:12px;
	position:relative;
	line-height:0;
	margin:20px 0;
	
}
#breadcrums a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#breadcrums a:hover {
	color:#000;
	text-decoration:underline;
}
#breadcrumsearch {
	position:absolute;
	right:10px;
	top:-6px;
	
}
#content {
	overflow:hidden;
	line-height:24px;
	background:#f4f4f4;
	min-height:330px;
}
.column { 
	float:left; 
	width:252px; 
	margin:0px 8px -2000px 0;
	padding-bottom:2000px; 
}
h1.boxed {
	width:228px;
	height:24px;
	border:2px solid #000;
	background:url(/global/images/h1.png) repeat-x;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin:-12px 0 0 -12px;
	padding:10px;
	position:relative;

}
h1.boxed a {
	color:#fff;
	text-decoration:none;
}
h1.boxed a:hover {
	color:#fff;
	text-decoration:underline;
}
h1.boxed span.smaller {
	font-size:12px;
}
h1.boxed span img {
	position:absolute;
	top:0;
	right:15px;
}
#quicklinks {
	list-style:none;
	background:#e5e5e5;
	border:2px solid #d4d4d4;
}
#quicklinks h1 {
	width:228px;
	height:24px;
	border:2px solid #000;
	background:url(/global/images/h1_popularlinks.jpg) repeat-x;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin:-12px 0 0 -12px;
	padding:10px;
	position:relative;
}
#quicklinks li {
	border-bottom:1px solid #d0d0d0;
}
.box {
	width:228px;
	border:2px solid #e0e1e0;
	background:#eeeeee;
	margin:0 0 10px 0;
	padding:10px;
}
.box ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
.box li {
	border-bottom:1px solid #e0e1e0;
}
.box li ul li {
	border:0;
	padding:0 0 0 15px;
}
.box img {
	padding:10px 0 0 0;
}
.box a, #containerboxContent a {
 	color:#000;
}
.box a:hover, #containerboxContent a:hover {
	color:#671b68;
}
#header img#logo {
	border:none;
	position:absolute;
	top:10px;
	left:25px;
	z-index:99;
}
#searchbox {
	margin:0 0 0 8px;
	color:#999;
}
#select {
	width:13px;
	height:20px;
	background:url(/global/images/select.png);
	position:absolute;
	left:148px;
	z-index:99;
}
embed {
	margin:10px 0 0 0;
}

#sun{
margin-top:2px;
float:right;
cursor:pointer;
height:32px;
/*
width:32px;
background-image:url(../images/sun_under.png);
*/
width:50px;
background-image:url(../images/cloud_snowflake2.png);
}

/*
#sun:hover{

background-image:url(../images/sun_open.png);
background-image:url(../images/cloud_snowflake.png);

}*/
/* added from responsive design template */
#icons{
clear:both;
}
#icons ul{
	text-align:center;
}
#icons ul li{
	display:inline;
}
.emergency, .wcu-alert{
	margin:0 5%;
}
#icons ul li.college-port{
	float:left;
}
#icons ul li.feedback{
	float:right;
}

/*	begin sprite menu changes	*/

.navImgWrapper	/* this rule replaces "div.nav-img img, img.nav-image"		*/
{
	
	border: 4px solid rgba(241, 232, 232, 0.14);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	margin-right: 10px;
	width: 216px;
	height: 118px;
	overflow: hidden;
	
}
#drop-down .navImgWrapper div
{
	background-repeat: no-repeat;
}
.iwSm
{
	width: 110px;
	height: 80px;
}
.nav-sprite-imgs
{
	width: 220px;
	height: 122px;
}
#navImg-1
{
	background: url(/images/menuImages.jpg) 0 0 ;
}
#navImg-2
{
	background: url(/images/menuImages.jpg) -220px 0;
}
#navImg-3
{
	background: url(/images/menuImages.jpg) -432px 0;
}
#navImg-4
{
	background: url(/images/menuImages.jpg) -648px 0;
}
#navImg-5
{
	background: url(/images/menuImages.jpg) -864px 0;
}
#navImg-6
{
	background: url(/images/menuImages.jpg) -1080px 0;
}
#navImg-7
{
	width: 110px;
	height: 80px;
	background: url(/images/menuImages.jpg) -1296px -0px;
}
#navImg-8
{
	background: url(/images/menuImages.jpg) -1512px 0;
}
#navImg-9
{
	background: url(/images/menuImages.jpg) -1728px 2px;
}
#navImg-10
{
	background: url(/images/menuImages.jpg) -1944px 0;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancyapps-fancyBox-3a66a9b/source/fancybox_sprite.png');
}


/*	end sprite menu changes	*/





#footer{background: none; background:url(/global/images/natural_paper.png);}
.campus-links{color: #763775;}
#footer a{color: #763775; text-decoration: underline;}
#footer a:hover{color: #763775;}
.left{position: relative;}
.right{position: relative; right:0;}
@media all and (min-width:100px) and (max-width: 800px) {
	#widget-bar{display:none}
	#contactinfo ul li{
		font-size: 8px;
	}
}