/***********************************************/
/* 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;
}
p {
	font-size: 12px;
}

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: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #467295;
	border-right: 1px solid #467295;
}


#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: 14px 0px 10px 20px;
	background: url(../img/feature_main_header_bg.gif);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.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 10px;
}


.feature img{
	float: none;
	padding: 10px 10px 0px 0px;
}
.feature_inside table {
	font-size: 12px;
}


/************** .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-width: 1px;
	border-bottom-color: #CCC;
	visibility: hidden;
}
li {
	font-size: 12px;
}


#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 **************/

.advertLeft{
	font-size: 80%;
	border-right: 1px solid #CCC;
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	height: 900px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.advertLeftBg {
	background: url(../img/feature_main_header_bg.gif);
	height: 40px;
}

.advertRight {
	padding: 0px;
	font-size: 80%;
	margin: 0px;
	border-left: 1px solid #CCC;
	float: right;
	width: 220px;
	height: 900px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.advertRightBg {
	background: url(../img/feature_main_header_bg.gif);
	height: 40px;
}

.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 {
	color: #999;
	font: 10px Arial, Helvetica, sans-serif;
}
.asterix {
	font-size: 9px;
	color: #FF0000;
/************** #driving header styles **************/	
}
#drivingHeader {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#drivingHeader p{
	padding: 0px 5px 5px 0px;
}
#drivingHeader h5{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #069;
}

.CampusHeader {
	color: #467295;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.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: #CCC;
	height: 1px;
}

.docsName {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #036;
}
.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 5px 2px 15px;
}
.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;
}
.font_location_hours {
	color: #000;
	vertical-align: text-top;
	font-size: 14px;
	font-weight: bold;
}

.contact_bg {
	background: url(../img/contact_bg.jpg) no-repeat center center;
	height: 29px;
}
.Bg_address {
	background: url(../img/square_bg.jpg) no-repeat center center;
	text-align: center;

}
/* Basic Style */
#wrapper {
	margin: 0 auto;
	border: 6px solid #999999;
}
/* form */
form {
	margin: .8em 0;
}

input, textarea, select {
	border: 3px double #000000;
	color: #666666;
	margin: 2px 0 0 0;
	background-color: #FFFFFF;
}

fieldset {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

legend {
	background: transparent;
	color: #666666;
	margin: 0 4px;
}

.required, .error {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
}

