/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.116;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 36px;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	text-align: center;
	letter-spacing: 2px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #467295;
}

#navBar{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #467295;
	border-bottom: 1px solid #467295;
	background: #EEE;
}

#headlines{
	float:left;
	width: 20%;
	border-right: 1px solid #467295;
	border-bottom: 1px solid #467295;
	padding-right: 10px;
	border-top-style: none;
	border-top-width: 0px;
}

#content{
  float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 2px 10px;
	border-bottom: 1px solid #0066CC;
	color: #cccccc;
	background: url(../img/main_background.gif);
	border-top: 1px solid #0066CC;
	height: 23px;
}

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	font-size: 95%;
	color: #FFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px;
	background-color: #0099FF;
}


/************** .feature styles ***************/

.feature{
	padding: 30px 0px 10px 20px;
	font-size: 80%;
}

.feature h3{
	padding: 19px 0px 2px 25px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	background: url(../img/feature_main_header_bg.gif);
	border-top: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
}

.feature h5 {
	color: #467295;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
.feature_inside {
	padding: 0px 12px 5px;
}


.feature img{
	float: none;
	padding: 10px 10px 0px 0px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 30px 0px 0px 20px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-size: 75%;
	text-align: center;
	line-height: 20px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	text-align: justify;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar h3{
	background-image: url(../img/featured-articles-h1-bg.gif);
	height: 29px;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0% 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom: thin solid #CCCCCC;
}

#advert1 {

	padding: 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#advert2 {

	padding: 10px 10px;
	text-align: center;
	
}	

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 5px 5px 10px;

}

#headlines h3{
	background: url(../img/featured-articles-h2-bg.gif) no-repeat right top;
	height: 29px;

}.newsSpacer {
	background: #CCCCCC;
	height: 1px;
}
.space {
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.style0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.asterix {
	font-size: 9px;
	color: #FF0000;
/************** #driving header styles **************/	
}
#drivingHeader {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#drivingHeader p{
	padding: 0px 5px 5px 0px;
}
#drivingHeader h5{
	padding-top: 10px;
	padding-bottom: 0px;
}

.CampusHeader {
	color: #467295;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.smallHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #467295;
	padding-bottom: 2px;
}
.DrTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #467295;
	font-weight: bold;
}
.blackHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.spacer {
	background-color: #CCCCCC;
	height: 1px;
}
.docsName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #467295;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.br_1 {
	background: #467295;
	border-top: thin dotted #467295;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.b {
	font-weight: bold;
	color: #006699;
}
.btop {
	font: 9px Arial, Helvetica, sans-serif;
	color: #006699;
	text-align: right;
}
.italic {
	font-style: italic;
}
.newsBorders {
	padding: 2px;
}
.privacyFootnote {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.font_down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	vertical-align: text-top;
}
.contact_bg {
	background: url(../img/contact_bg.jpg) no-repeat center center;
	height: 29px;
}
