/* 
	vcsu.edu css
	version 0.1
	created by: Erik Kringlie
	purpose: VCSU master style accoss all sites
*/

/* IMPORT STYLES */
@import url(/templates/vcsu_v6/css/slideshow.css);
@import url(/templates/common/css/bigbanner.css);
@import url(/templates/common/css/topNav.css);
@import url(/templates/common/css/searchBox.css);
@import url(/templates/common/css/frontpageCal.css);

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

body {
	font: 13px "Lucide Grande", Lucida, Verdana, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul,ol { list-style: none; }
fieldset,img { border: none; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #892034;
}

h3 { font-size: 1em; font-weight: normal; font-style: normal; margin: 0; padding: 0; }

a {
	text-decoration: none;
}

#topnav {
	background: #666 url(/templates/common/imx/top_nav_bkgd.gif) repeat-x;
	height: 125px;
	
}

#topnav img {
	margin: 0;
	padding: 0;
}

/* midbkgd can be either 836px or 96% width */

#topnav #topnav_midbkgd {
	background: url(/templates/common/imx/top_nav_midbkgd.gif) repeat-x;
	margin: 0px auto;
	text-align: left;
	width: 836px;
	z-index:109900;
}

#topnav .leftcrn {
	float: left;
}

#topnav .rightcrn {
	float: right;
}
/*
#navigation {
	margin: 0px auto;
	width: 500px;
}

#navigation ul li {
	display: inline;
	list-style: none;
	list-style-type: none;
}

#navigation #topNav_admissions a {
	width: 87px;
	background: url(../imx/link1.gif) no-repeat;
}

#navigation #topNav_academics a {
	background: url(../imx/link2.gif) no-repeat;
}

#navigation #topNav_studentServices a {
	background: url(../imx/link3.gif) no-repeat;
}

#navigation #topNav_campusLife a {
	background: url(../imx/link4.gif) no-repeat;
}

#navigation #topNav_athletics a {
	background: url(../imx/link4.gif) no-repeat;
}
*/
.greyBorder {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #666;
}

.contentContainer {
	width: 814px;
	margin: 0px auto;
	padding-top: 6px;
	height:270px;
}

#pageContent1 {
	background: #dfdfbe;
	height: 290px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#pageContent1 #leftNav {
	width: 184px;
	height: 275px;
	float: left;
}

#pageContent1 #bigBanner {
/*	background-color: #ccc; */
	border: 0px solid #333;
	width: 614px;
	height: 275px;
	float: right;
}

#pageContent2 {
	background: #fff;
	height: 280px;
	padding-top:0px;
}

#pageContent2 #col1 {
	background-color: #fff;
	width: 260px;
	height: 265px;
	float: left;
	margin-right: 14px;
}

#pageContent2 #col2 {
	background-color: #fff;
	width: 260px;
	height: 265px;
	float: left;
	margin-right: 14px;
}

#pageContent2 #col3 {
	width: 260px;
	height: 265px;
	float: right;
}

#pageContent3 {
	height: 200px;
	background: #fff;
}

#contentContainer3 {
	width: 802px;
	margin: 0px auto;
	padding-top: 6px;
}




/* Begin Front News Module Style */

#frontNews {
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#frontNews .newsRSS {
	margin: 0;
	padding: 10px;
	float: left;
}

#frontNews h3 {
	padding-top: 10px;
	color: #333;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}


#frontNews a {
	font-size: 11px;
	color: #8c272d;
	font-weight: bold;
	padding-top: 0px;
}

#frontNews h3 {
	padding-top: 10px;
	color: #333;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
#frontNews .eventsIcon {
	margin: 0;
	padding: 10px;
	float: left;
}

#frontNews a:hover {
	color: #0033CC;
}

#frontNews .newsDate {
	padding-left:13px;
	vertical-align:middle;
	background: transparent url(/templates/common/imx/icon-permanentlink.gif) no-repeat 0 50%;
	background-position: 0px 2px;
}

#storyList {
	font-size: 11px;
	text-decoration: none;
	clear: both;
	color: #333;
}

#storyList .story {
	padding-bottom: 10px;
	line-height: 16px;
}

#storyList .story a:hover {
	text-decoration: underline;
}

#storyList .headline {
	color: #892034;
	font-weight: bold;
}

#welcomeText {
	color: #333;
	font-size: 11px;
	/*height:150px;*/
	/*word-spacing:5px; */
	line-height:18px;	
}
#welcomeText h3 {
		font: bold 18px Georgia, "Times New Roman", Times, serif;
		padding-bottom: 10px;
}

/* Begin We Help Module */

#weHelp {
	color: #333;
	text-align: left;
	padding: 10px;
}

#weHelp h3 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#weHelp ul {
	padding: 4px;
	line-height: 22px;
	font-size: 12px;
	list-style-image: url(../../common/imx/icons/icon_liArrow.png);
	list-style-position: inside;
}

#webHelp li {
}

#weHelp a {
	color: #892034;
}


/* Begin Footer Style */

#footer {
	background: url(/templates/common/imx/foot_bkgd.gif) repeat-x;
	height: 83px;
	color: #fff;
	font-size: 12px;
	z-index:0;
	margin-bottom: 25px;
}

#footer #foot_midbkgd {
	background: url(/templates/common/imx/foot_midbkgd.gif) repeat-x;
	margin: 0px auto;
	text-align: left;
	width: 836px;
	overflow: hidden;
}

#footer .leftcrn {
	float: left;
}

#footer .rightcrn {
	float: right;
}

#footer p {
	padding: 0;
	margin: 3px 0 0 0;
}

#footer a {
	color: #dfdfbe;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer_contents_left {
	float: left;
	margin: 3px;
	font-size: 11px;
}

#footer_contents_right {
	float: right;
	margin: 3px;
	text-align: right;
	font-size: 11px;		
}

#footer_contents_right img {
	margin: 3px 0px -2px 3px;
		
}


#feedback {
	position: absolute;
	width: 100px;
	height: 20px;
	right: 10px;
	bottom: -1px;
	padding: 2px;
	background: #892135;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: hand;
	cursor: pointer;
}


/* Start page banner style */
ul#jw_bc { position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;}
ul#jw_bc li { list-style:none;margin:0px;padding:0px;border:none;background:none; }
ul#jw_bc li a { margin:0px;padding:0px;border:none;background:none; }
ul#jw_bc li a img { display:none;position:absolute;top:0;left:0;border:none;background:none; }
ul#jw_bc li a:hover img {display:none;position:absolute;top:0;left:0;border:none;background:none; }



