@charset "utf-8";
/** base.css contains the reset to even out cross-browser display**/
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* Miscellaneous conveniences: */
h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address { 
	margin:.5em 0; 
	padding: 0; 
	/*clear:both;**not sure yet??***/
}
p, pre, blockquote, ul, ol, dl, address {
	line-height:150%;
}
#main-content li,#main-content dd,#main-content blockquote { 
	margin-left: 2em;
	margin-bottom: 1em;
}    
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
em {
	font-style:italic;
}

/*
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
*/

/** helpers.css contains helper classes - documentation: http://cssquik.com/docs **/
@charset "utf-8";
ul.menu {
	margin:0;
	list-style:none;
	float:left;
	display:inline;
	width:100%;
}
	ul.menu li {
		margin:0;
		list-style:none;
		float:left;
		display:inline;
	}
		ul.menu li a {
			float:left;
			display:inline;
			text-decoration:none;
			width:100%;
			line-height:100%;
		}
		ul.menu li a:hover {
			text-decoration:underline;
		}
.no-left {
	padding-left:0;
	margin-left:0;
}
.no-right {
	padding-right:0;
	margin-right:0;
}
.float-l {
	float:left;
	display:inline;
}
.float-r {
	float:right;
	display:inline;
}
.full {
	width:100%;
}
.half {
	width:50%;
}
.third {
	width:33%;
}
.two-third {
	width:67%;
}

/** columns.css contains the column styles **/
@charset "utf-8";
#main-content {
	width:960px;
	position:relative;
}



/** Style like you normally would. **/


/* styles for calendar */
tr.ics-calendar-days td{
background: #C03;
font-family: Helvetica, Arial, Verdana;
font-size: 20px;
}

#newsBlurb {
width: 800px;
margin:0 auto;
}

div#main-content .ics-calendar-holder {
color: #000;
font-family: Helvetica, Arial, Verdana;
font-size: 14px;
}

div#main-content .ics-calendar-holder table{
height: 600px;
}


/* photo blog styles below */


.frontOverlay{
position:absolute;
top: 60px;
}

.frontOverlay img{
border:0;
}

#left-col .blogPost .subhead {
margin-bottom: 15px;
}

.entry {
float: left;
display: block;
}

.entry p{
margin:0;
padding: 0;
}

div.photo
  {
  height:180px;
  width:150px;
  float:left;
  display:block;
  margin: 10px;
  }
  
div.photo a img{border: 1px solid #333; width:150px; height:150px;}
div.photo a:hover img{border: 1px solid #C03;}
  
#quoteBox {
text-align: left;
padding: 20px 20px;
font-size: 16px;
font-weight: 100;
clear:both;
}  

#third-page h2{
margin: 0;
padding: 0;
color: #FFF;
font-size: 25px;
}


#third-page #content h3{
margin: 0;
padding: 0;
color: #C03;
font-size: 16px;
}

#third-page #content h4{
margin:  2px 0 5px 0;
padding: 0;
color: #AAA;
font-size: 14px;
}

#third-page #header {
text-align: center;
margin: 10px auto;
width: 100%;
}




#third-page #content .blogPost {
margin-bottom: 10px;
}

#third-page #content {
padding: 20px;
}

#third-page .photoFront {
text-align: center;
}
#third-page .photoFront img{
width:250px;
height:250px;
}

.learnMore {
color: #CC0033;
}



div.desc
  {
  text-align:center;
  font-weight:normal;
  width: 125px
  background:url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
  text-align:center;
  }

.navigation {
margin-top: 20px;
}

/* site styles below */

.newBadge{
	
background: transparent url(http://www.vmcad.edu/assets/images/newBadge.gif) no-repeat scroll right top;
}

.required {
	color: #BD002B;
}


#callout a{
color: #FFF;
font-size: 14px;
}

#callout {
position:relative;
float:right;
width: 450px;
right: 40px;
}

.contact {
	font-size:15px;
}

html {
	text-align:center;
}
img.alignright {
	margin-left:20px;
	margin-right:0px;
}

img.alignleft {
	margin-left:0px;
	margin-right:20px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

body {
	margin:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:#17171f url(http://www.vmcad.edu/assets/images/vmcadbg.jpg) no-repeat top left fixed;
	/* background:#314045 url(http://www.vmcad.edu/assets/images/body-bg-2.jpg) top left; */
	color:#EEE;
	font-size:14px;
}
body strong{
	font-weight:bold;	
}
a{
	color:#EEE;
	text-decoration:none;
}
a:hover{
	color:#c41230;
}
.welcome {
	font-weight:100;
	font-size: 20px;
	margin:0px;
}

body #wrapper #header #welcome{
	width:541px;
	height:50px;
	background: url(http://www.vmcad.edu/assets/images/businessdesign.gif) no-repeat top left;
	float:right;
	display:inline;
	margin-top:26px;
}
body #wrapper #header #tour{
display:none;
	width:541px;
	height:50px;
	float:right;
	margin-top:26px;
}

.subnav {
	color:#c41230;
	font-size:30px;
}
body #wrapper .subhead {
	color:#c41230;
	
}

h1 {
	font-weight:100;
	font-size:40px;
	margin:0px;
}
h2 {
	font-weight:100;
	font-size:30px;
	margin:0px;
}
h3 {
	font-size:20px;
	margin-bottom: 0;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
}


#wrapper{
	width:960px;
	margin:0 auto;
	padding: 15px;
	background:url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
}
#header{
	/*height:140px;*/
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}
	#header #logo{
		margin:0;
		padding:0;
		float:left;
		display:inline;
	}
	#header #logo a{
		text-decoration:none;
		border:none;
		float:left;
		display:inline;
	}
	#header div.capsule-right{
		text-align:right;
		margin:0;
		padding:0;
		height:auto;
		float:right;
		display:inline;
		width:600px;
	}
	#header #main-nav{
		float:right;
		display:inline;
		margin:0 0 0 0;
		background: url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
		padding:0;
		font-size:13px;
}
		#header #main-nav ul{
			list-style:none;
			text-transform:uppercase;
			font-weight:bold;
			margin:0;
			padding:0;
			overflow:auto;
			/*border-top:1px solid #CCC;*/
		}
			#header #main-nav ul li{
				float:left;
				margin:0;
				padding:0;
			}
			#header #main-nav ul li a{
				color:#CCC;
				text-decoration:none;
				margin:0;
				padding:10px;
				display:block;
			}
			#header #main-nav ul li a:hover{
				color:#EEE;
				text-decoration:none;
				border:1px solid #c41230;
				padding:9px;
			}
			#header #main-nav ul li a.selected{
				color:#EEE;
				text-decoration:none;
				border:1px solid #c41230;
				padding:9px;
			}
	#header h3.welcome{
		font-size:16px;
		float:right;
		display:inline;
		margin:30px 0 0 0;
		padding:0;
		width:auto;
	}
	#header #degree-nav{
		background: url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
		padding:0;
		margin:8px 0 0 0px;
		width:960px;
		text-align:center;

	}
		#header #degree-nav ul{
			list-style:none;
			margin:0 auto;
			padding:0;
			overflow:auto;
			text-align:center;
			/*border-top:1px solid #CCC;*/
		}
			#header #degree-nav ul li{
				float:left;
				display:inline;
				margin:0;
				padding:0;
				margin-left:2px;
			}
			#header #degree-nav ul li a{
				color:#CCC;
				text-transform:uppercase;
				text-decoration:none;
				margin:0;
				font-weight:bold;
				font-size:16px;
				padding:10px 27px;
				
				display:block;
			}
			
			#center-nav{
			width: 900px;
			margin: 0 auto;
			}
			#header #degree-nav ul li a:hover{
				color:#EEE;
				text-decoration:none;
				padding:9px 26px;
				border:1px solid #c41230;
			}
			#header #degree-nav ul li a.selected{
				color:#EEE;
				text-decoration:none;
				padding:9px 29px;
				border:1px solid #c41230;
			}
			#header .ter-nav{
		background: url(http://www.vmcad.edu/assets/images/ul-bg-sub.png) top left;
		float:left;
		display:inline;
		margin:0 0 0 0;
		padding:0;
		width:960px;
	}
		#header .ter-nav ul{
			list-style:none;
			text-transform:uppercase;
			font-weight:bold;
			/*border-top:1px solid #CCC;*/
			margin:0;
			padding:0;
			margin-top:3px;
			overflow:auto;
		}
			#header .ter-nav ul li{
				float:left;
				margin:0 0 0 2px;
				padding:0;
			}
		#header .ter-nav ul li a{
				color:#CCC;
				font-size:14px;
				text-decoration:none;
				margin:0;
				padding:10px;
				display:block;
			}
			#header .ter-nav ul li a:hover{
				color:#EEE;
				text-decoration:none;
				border:1px solid #c41230;
				padding:9px;
			}
			#header .ter-nav ul li a.selected{
				color:#EEE;
				text-decoration:none;
				border:1px solid #c41230;
				padding:9px;
			}
			
	#wrapper #main-content-thirds #third-page{
		width:300px;
		min-height: 490px;
		padding:0;
		margin:8px;
		float:left;
		display:inline;
		border: dotted 1px #323232;

	}
	
	blockquote {
	text-align: left;
  font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  width: 800px;
  background: url(http://www.vmcad.edu/assets/images/close-quote.png) no-repeat right top;
  padding-left: 30px;
  text-indent: -30px;
  padding-right: 30px;
}

blockquote:first-letter {
  background: url(http://www.vmcad.edu/assets/images/open-quote.png) no-repeat left top;
  padding-left: 30px;
}

.home-contentformfield {
	width: 160px;
	background-color: #e9e9e9;	
	border: 1px solid #000;
	padding: 2px;
}

.ss-q-checkbox {
	background-color: #e9e9e9;	
	border: 1px solid #000;
	padding: 1px;
	outline: none;
}

			
#main-content-thirds {
	margin:0;
	padding:0;
	overflow:hidden;
}

	
	#wrapper #main-content #feature{
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		margin: 0 0 15px 0;
	}
		#wrapper #main-content #feature h1{
			font-size:22px;
		}
		#wrapper #main-content #feature h3{
			font-size:14px;
		}
		#wrapper #main-content #feature #featureSWF{
			height:160px;
			width:960px;
			/*border:1px solid #c41230;*/
			margin:0 auto;
		}
	#wrapper #main-content #left-col{
		width:668px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		border: dotted 1px #323232;
		

	}

	#wrapper #main-content #left-col img{

max-width: 600px;

}

	#wrapper #main-content #left-col-big{
		width:442px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		background:url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
	}
	
	

	#wrapper #main-content .post{
		font-size: 14px;
		/*border-top:1px dotted #CCC;*/
		margin:15px 30px;
		/*overflow:auto;*/
		padding:0;
	}
	
	#wrapper #main-content .post a{
		text-decoration:underline;
		color:#C41230;
	}
	
	#wrapper #main-content .post a:hover{
		color:#B2001B;
	}
	
	
	
	
	#wrapper #main-content .bottom-line{
		border-top:1px dotted #CCC;
		margin:0 0 10px 0;
		padding:5px 0 0 0;
		height:1px;
		width:100%;
	}
	
		#wrapper #main-content #right-col{
		width:213px;
		line-height:auto;
		/*border-left:1px dotted #CCC;*/
		padding: 15px;
		margin: 0;
		margin-left:15px;
		float:left;
				border: dotted 1px #323232;

		
	}
	
		
		#wrapper #main-content #right-col-big{
		width:442px;
		line-height:15px;
		/*border-left:1px dotted #CCC;*/
		padding: 15px;
		margin: 0;
		margin-left:15px;
		float:left;
		background:url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
	}
	

	
	#wrapper #main-content #right-col .post{
		margin:0 0 10px 0;
		/*text-align:right;*/
		/*width:240px;*/
		overflow:hidden;
	}
	#wrapper #main-content #right-col .post p{
		margin:0.5em 0;
	}
	#wrapper #main-content #right-col .post a img{
		width:200px;
		height:auto;
		padding:0;
		border:1px solid #C41230;
	}
	
	#wrapper #main-content #main-col{
		width:930px;
		margin: 15px auto 0 auto;
		padding: 15px;
	}
	#wrapper #main-content #main-col .post{
		overflow:hidden;
		}
	#wrapper #main-content #main-col img{
		/*float:left;
		display:inline;
		width:250px;
		height:auto;*/
	}
	.borderme{
		border:1px solid #C41230;
	}
	
/*	#wrapper #main-content #main-col h2{
		color:#c41230;
		font-size:18px;
		float:left;
		display:inline;
	}
*/	
	#wrapper #main-content #main-col p{
		/*float:left;
		display:inline;*/
		color:#EEE;
	}
#footer {
	text-align:center;
	margin:15px 0;
	padding:15px;
	/*border-top:1px dotted #CCC;*/
	width:930px;
}
#footer .float-l .accsct{
	line-height:45px;
	float:left;
	display:inline;
	width:200px;
	text-align:left;
}
#footer .float-l img{
	float:left;
	display:inline;
}
#footer #foot-center{
	text-align:center;
	float:left;
	display:inline;
	margin:0 auto;
}
#footer #foot-center ul{
	margin:0;
	padding:0;
	list-style:circle;
}
#footer #foot-center ul li{
	float:left;
	display:inline;
}
br{
	clear:both;
}
body .post br{
	clear:none;	
}
body .post hr{
	margin:	5px auto;
	padding:15px 0;
	width:589px;
	height:35px;
	border:0px solid #C41230;
	display:block;
	border-style:hidden;
	background:url(http://www.vmcad.edu/assets/images/hr.gif) no-repeat center center;
	clear:both;
	color: none;
	border-collapse: collapse;
	shade:no-shade;
}

body h1.subhead-two{
	float:left;
	display:inline;
	width:670px;
	color:#c41230;
}
body h1.subhead-two .emphasis{
	float:left;
	display:inline;
	width:670px;
	font-size:30px;
	color:#EEE;
}






	#wrapper #main-content #main-col2{
		width:930px;
	
		padding: 5px 15px;
		background:url(http://www.vmcad.edu/assets/images/ul-bg.png) top left;
	}

	#wrapper #main-content #left-col2{
		width:568px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		
		border: dotted 1px #323232;
	}	
	#wrapper #main-content #left-col2 hr{
	margin:	5px auto;
	padding:15px 0;
	width:500px;
	height:35px;
	border:0px solid #C41230;
	display:block;
	border-style:hidden;
	background:url(http://www.vmcad.edu/assets/images/mediumhr.gif) no-repeat center center;
	clear:both;
	color: none;
	border-collapse: collapse;
	shade:no-shade;
	}
		#wrapper #main-content #right-col2{
		width:313px;
		/*border-left:1px dotted #CCC;*/
		padding: 15px;
		margin: 0;
		margin-left:15px;
		float:left;
		
		border: dotted 1px #323232;

	}
	
	#wrapper #main-content #right-col2 .post{
		margin:0 0 10px 0;
		/*text-align:right;*/
		/*width:240px;*/
		overflow:hidden;
	}
	#wrapper #main-content #right-col2 .post p{
		margin:0.5em 0;
	}
	#wrapper #main-content #right-col2 .post a img{
		padding:0;
		border:1px solid #C41230;
	}
.white{
	color:#FFF;
	text-decoration:none;
}

#wrapper #main-content .white a{
	text-decoration:none;
}


/* Sticky Sidebar */

#fixme {
		position:relative;
		top:280px;
		color: #333;
		margin-top: 20px;
		height: 255px;
		width: 275px;
		display: inline;
		background: #FFF;
		line-height:1.35;
 }

 
div > div#fixme {
		position: fixed;
}

.ie #fixme {position:absolute;}
		
		
	
.last{
	margin-right: 0;

	}
	

















/* CSS to go with Prototip.Styles */

/* CSS to go with Prototip.Styles */

/* CSS to go with Prototip.Styles */

/* CSS to go with Prototip.Styles */


.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

div.vimeoBadge div.clip a img{border:2;}

/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */






/* temporary JQUERY lightbox css */

/* temporary JQUERY lightbox css */

/* temporary JQUERY lightbox css */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
