* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  background-color: #001b32;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c8c8c8;
}
#container {
  margin: auto;
  width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 119px;
}
#title {
  float: left;
  width: 278px;
  height: 174px;
  padding-top: 45px;
}
#title h1 {
  display: block;
  float: left;
  width: 278px;
  height: 174px;
  text-indent: -9999px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/newtitle1.png); margin-top: -40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#navigation { float: right; }
.nav-links li {
  display: block;
  float: left;
  list-style-type: none;
}
.nav-links li a {
  float: left;
  width: 94px;
  height: 68px;
  text-decoration: none;
  text-transform: capitalize;
  color: #666666;
  font-size: 12px;
  text-align: center;
  padding-top: 51px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cecece;
}
.nav-links li a:hover {
  color: #00284a;
  background-image: url(images/nav_hover.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
li.borderx2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cecece;
}

#homevideos {
	width: 370px;
	height: auto;
	background: #4270a3 url(images/slider-bkgd.gif) bottom left repeat-x;
	margin: 10px 0 10px 5px;
	padding: 10px 0 5px 10px;
	border: 1px solid #1e3a59;
}

#homevideos img {
	margin-right: 10px;
}

#flashcontent {
	background-color: #000;
}

#job-fair-list {
	margin-top: 25px;
	padding: 10px 20px;
	/* Removed by Jonathan on July 07, 2010
	background-color: #012545;*/
}

#job-fair-list h3 {
	margin: 0;
	padding: 1px 0;
	text-transform: none;
}

#job-fair-list ul {
	list-style: none;
	float: left;
	padding: 10px;
}

#welcome {
  float: left;
  width: 850px;
  background-image: url(images/content_background.png);
  background-repeat: no-repeat;
  /*height: 326px;*/
  padding-top: 40px;
}
#welcome a{
  color: #2a65fb; font-weight: strong; text-decoration: none;
}

h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.heading-color2 { color: #9a9a9a; }
#welcome-text {
  width: 406px;
  line-height: 18px;
  padding-top: 0px;
  float: left;
  text-align: justify;
}
#welcome-text { margin-bottom:10px; }
#rightColumn {
	width: 249px;
	float: right;
	padding: 0 10px;
}
#rightColumn img {
	margin-bottom: 10px;
}
#testimonials {
	width: 229px;
	height: 209px;
	background-image: url(images/contentbox.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 15px 15px 35px 15px;
}
#testimonials h3 {
	margin: 0 0 10px 0;
	text-decoration: underline;
}
#testimonials p {
	margin-bottom: 18px;
}

#applyContainer {
  width: 550px;
  line-height: 18px;
  padding-top: 0px;
  float: left;
  text-align: justify;
}

.largeText {
	font-size:18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: left;
}

.largeText em {
	color: #FF0000;
}

.list li {
  text-decoration: none;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  list-style-type: none;
  float: left;
  width: 180px;
  padding-left: 20px;
  margin-top: 10px;
  background-position: left center;
}
#welcome-image {
  float: right;
  height: 326px;
  width: 427px;
}
.separator {
  background-image: url(images/separator.png);
  background-repeat: no-repeat;
  float: left;
  height: 17px;
  width: 850px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#sidebar {
  float: left;
  width: 219px;
}
#tweet {
	width: 259px;
	background: url(images/tweet-bkgd.gif) left top repeat-y;
	margin-top: 10px;
}
#tweet a {
	color: #2a65fb; font-weight: strong; text-decoration: none;
}
#tweet-top {
	width: 259px;
	background: url(images/tweet-top.gif) left top no-repeat;
}
#tweet-bottom {
	width: 219px;
	padding: 20px;
	background: url(images/tweet-bottom.gif) bottom left no-repeat;
}
.tweet {
	font-size:11px;
}
.tweet ul {
	list-style: none;
}
.tweet ul li {
	margin-bottom: 10px;
}
.tweet_avatar {
	margin-top: 2px;
	padding-right: 8px;
	float: left;
}

h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 12px;
}
.sidebar-list li {
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/divider.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.sidebar-list li#last {
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image:none;
}
#content {
  float: right;
  width: 550px;
  text-align: justify;
}

#content.narrowcolumn {
  width: 550px;
  line-height: 18px;
  padding-top: 0px;
  float: left;
  text-align: justify;
}

#content.widecolumn {
  width: 550px;
  line-height: 18px;
  padding-top: 0px;
  float: left;
  text-align: justify;
}

#content p { margin-bottom: 10px; }

#form_container {
	color: #c8c8c8;
}
#apply p {
	padding: 15px 0 !important;
}

#apply-prep {
	background-color: #00294d;
	border: 1px solid #000e1a;
	padding: 15px;
	margin-bottom: 15px;
}

#apply-prep ul {
	padding-left: 20px;
}

#content a { 
	color: #2a65fb; font-weight: strong; text-decoration: none;
}

#content img { 
	margin-right: 30px; border: 0;
}

#footer {
  float: left;
  width: 850px;
  height: 60px;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  margin-top: 40px;
  padding-top: 25px;
  text-align: center;
}

#address {
	width: 300px;
	height: auto;
	float: right;
}

.redText {
	color: #FF0000;
}

.smalltext {
	font-size: 10px !important;
}
#container div.latest-news {
	margin: 40px 0 0 0;	
	text-align: left;
}
	#container div.latest-news h4 {
		color: #6d6d6d; font-size: 25px; line-height: 28px;	 font-weight: normal;
		margin: 0 0 15px 0;
	}
	#container div.latest-news ul.latest-news {
		width: 230px; float: left; list-style: none;	
		padding: 0 40px 0 0;
	}
		#container div.latest-news ul.latest-news li h5 {
			font-size: 16px; margin: 0 0 3px 0;	
	}

#virtual-tour {
	width: 257px;
	height: 61px;
	display: block;
	margin-bottom: 10px;
	background: url(images/virtual-tour-cta.jpg) left top no-repeat;
}

#virtual-tour:hover {
	background-position: 0 -61px;
}

#academy-news {
	width: 257px;
	height: 61px;
	display: block;
	margin-bottom: 10px;
	background: url(images/news-cta.jpg) left top no-repeat;
}

#academy-news:hover {
	background-position: 0 -61px;
}

#testimonial-cta {
	width: 257px;
	height: 61px;
	display: block;
	margin-bottom: 10px;
	background: url(images/testimonial-cta.jpg) left top no-repeat;
}

#testimonial-cta:hover {
	background-position: 0 -61px;
}

.testimonial {
	width: 500px;
	height: auto;
	background: #002c54 url(images/testimonia-bkgd.gif) bottom left repeat-x;
	margin-top: 20px;
	padding: 10px 20px;
	border: 1px solid #000e1a;
}


/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}

/*------ Blog (WordPress) Styles --------*/

#blogside {
	font-size: 12px;
	padding-left: 3px;
}

h2.widgettitle {
	margin: 15px 0 3px 0;
	font-size: 14px;
	text-decoration: underline;
	text-transform: none;
}

#blogside ul {
	list-style: none;
}

#main div.post {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.alignleft, .alignright {
	font-size: 12px;
	padding-bottom: 3px;
}

#content.narrowcolumn h3 {
	text-align: left;
	border-top: 1px solid #999;
	padding-top: 10px;
}
#content.widecolumn h3 {
	text-align: left;
}