@charset "utf-8";
/** base.css contains the reset to even out cross-browser display**/
@import "base.css";
/** helpers.css contains helper classes - documentation: http://cssquik.com/docs **/
@import "helpers.css";
/** columns.css contains the column styles **/
@import "columns.css";
/** Style like you normally would. **/


.required {
	color: #BD002B;
}

.contact {
	font-size:14px;
}

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(../images/vmcadbg.jpg) no-repeat top left fixed;
	/* background:#314045 url(../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(../images/businessdesign.gif) no-repeat top left;
	float:right;
	display:inline;
	margin-top:26px;
}
body #wrapper #header #tour{
	width:541px;
	height:50px;
	background: url(../images/businessdesign.gif) no-repeat top left;
	float:right;
	display:inline;
	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:125%;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
}


#wrapper{
	width:960px;
	margin:0 auto;
}
#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:15px 0 0 0;
		background: url(../images/ul-bg.png) top left;
		padding:0;
		font-size:15px;
}
		#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(../images/ul-bg.png) top left;
		padding:0;
		margin:8px 0 0 0;
		width:960px;
		text-align:center;

	}
		#header #degree-nav ul{
			list-style:none;
			margin:0;
			padding:0;
			overflow:auto;
			margin-left:1px;
			/*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:18px;
				padding:10px;
				display:block;
			}
			#header #degree-nav ul li a:hover{
				color:#EEE;
				text-decoration:none;
				padding:9px;
				border:1px solid #c41230;
			}
			#header #degree-nav ul li a.selected{
				color:#EEE;
				text-decoration:none;
				padding:9px;
				border:1px solid #c41230;
			}
			#header .ter-nav{
		background: url(../images/ul-bg.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:16px;
				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;
			}
#main-content {
	margin:0;
	padding:0;
	overflow:hidden;
}	
	
	#wrapper #main-content #feature{
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		margin: 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:670px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		background:url(../images/ul-bg.png) top left;
	}

	#wrapper #main-content #left-col-big{
		width:442px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		background:url(../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:215px;
		line-height:15px;
		/*border-left:1px dotted #CCC;*/
		padding: 15px;
		margin: 0;
		margin-left:15px;
		float:left;
		background:url(../images/ul-bg.png) top left;
	}
	
		
		#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(../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;
		background:url(../images/ul-bg.png) top left;
	}
	#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 {
	background:url(../images/ul-bg.png) top left;
	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(../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(../images/ul-bg.png) top left;
	}

	#wrapper #main-content #left-col2{
		width:570px;
		margin:0;
		padding:15px;
		float:left;
		display:inline;
		background:url(../images/ul-bg.png) top left;
	}	
	#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(../images/mediumhr.gif) no-repeat center center;
	clear:both;
	color: none;
	border-collapse: collapse;
	shade:no-shade;
	}
		#wrapper #main-content #right-col2{
		width:315px;
		/*border-left:1px dotted #CCC;*/
		padding: 15px;
		margin: 0;
		margin-left:15px;
		float:left;
		background:url(../images/ul-bg.png) top left;
	}
	
	#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;}
		