/*************Adding back in style that are cleared by yui.css*****/

/*list styles*/

ol li
{
	list-style: decimal outside;
	margin-left: 1.5em;
	margin-bottom: 1em;

}

ul.bullet li
{
	list-style-position: inside;
	list-style-image: url('/jmuweb/images/va/arrow-bullet.gif');
}

/*font styles*/

strong, .bold
{
	font-weight: bold;
}

em, .italic
{
	font-style: italic;
}


/*simplifying header styles*/

#middle h1 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}
#middle h2 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}
#middle h3 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}
#middle h4 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}
#middle h5 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}
#middle h6 {line-height: 1em; margin: 1em 0 .5em 0; color: #450084;}


#middle .subhead 
{
	margin-top: -.5em;
}

#middle .top_text
{
	margin-top: 0;
}

p 
{
	margin-bottom: 1em;
	line-height: 1.5em;
}


#rightcontent h1, #rightcontent h2, #rightcontent h3, #rightcontent h4, #rightcontent h5, #rightcontent h6
{
}



/*vertical content-nav structures */

#middle #middlecontent .yui-gf .first .vertical_box_nav
{
	border-top: .6em solid #c2a14d;
	position: relative;
	top: -2.9em;
    background:url(http://www.jmu.edu/jmuweb/images/va/right_column_bg.gif) top left repeat-x;
    padding-top: 1em;
}

#middle .vertical_box_nav h3, #middle .vertical_box_nav h4
{
	color: #c2a14d;
	margin-top: 0;
}

.vertical_box_nav
{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}

.vertical_box_nav li
{
    margin:0;
    padding: 1em 0;
    width:224px;
    display:block;
    border-bottom:1px dotted #deca93;
    font-size:1em;
    color:#828282;
    line-height:1.583em;
}

#rightcontent .vertical_box_nav li
{
    text-align:right;
    float:right;
}

#leftcontent .vertical_box_nav li, #middlecontent .vertical_box_nav li
{
    text-align:left;
    float:left;
}

.vertical_box_nav li .box_title_link
{
    display:block;
    margin:0 0 9px 0;
}

#rightcontent .vertical_box_nav li .box_title_link
{
    text-align:right;
    padding:0 18px 0 0;    
    background:url(http://www.jmu.edu/jmuweb/images/va/orange_arrow_box_right.gif) right top no-repeat;
}

#leftcontent .vertical_box_nav li .box_title_link, #middlecontent .vertical_box_nav li .box_title_link
{
    text-align:left;
    padding:0 0 0 18px;
    background:url(http://www.jmu.edu/jmuweb/images/va/orange_arrow_box_left.gif) left top no-repeat;
}

#rightcontent .vertical_box_nav li .box_title_link:hover
{
    background:url(http://www.jmu.edu/jmuweb/images/va/orange_arrow_box_right_hover.gif) right top no-repeat;
}

#leftcontent .vertical_box_nav li .box_title_link:hover, #middlecontent .vertical_box_nav li .box_title_link:hover
{
    background:url(http://www.jmu.edu/jmuweb/images/va/orange_arrow_box_left_hover.gif) left top no-repeat;
}

.vertical_box_nav li a
{
    color:#c2a14d;
   /* font-style:italic; changed 081709 taylordr*/
    text-decoration:none;
    font-size:1em;
}

.vertical_box_nav li a:hover
{
    color:#c2a14d;
    text-decoration:underline;
}

.box_title_link h3, .box_title_link h4
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


.purple_top_rule
{
	border-top: .6em solid #450084;
}


#breadcrumbs
{
    margin: .8em 0 0 0;
    display:inline-table;
}

#breadcrumbs ul
{
    margin:0;
    padding:0;
    list-style:none;
}

#breadcrumbs ul li
{
    float:left;
    margin:0 0 0 4px !important;
    padding:0 0 0 8px !important;
    background:url(http://www.jmu.edu/jmuweb/images/va/breadcrumb_image.gif) left no-repeat;
    line-height:1.5em;
    font-style:italic;
    color:#373737;
    border:none !important;
}

#breadcrumbs ul li a
{
    color:#c2a14d;
    font-size:1em;
    line-height:1.5em;
    font-style:normal;
}

#breadcrumbs ul li.first
{
    background:none !important;
    padding:0 !important;
    margin:0 !important;
    width:auto !important;
    border:none !important;    
}



#rightcontent .yui-u
{
	padding-left: 1em;
}

.sector_links img
{
	width: 235px;
	padding: 0 .25em .25em 0;
}
.sector_mug
{
	width: 125px;
}


/*additional classes*/

.purple_bottom_border
{
	border-bottom: .6em solid #450084;
}

.purple_fade_box
{
    border-top:1px solid #e5dced;	
    background:url(http://www.jmu.edu/jmuweb/images/va/purple_fade_box_bg.gif) top left repeat-x !important;
    color:#373737;
    line-height:1.5em;
    margin-bottom: .75em;
}


.image_right
{
	padding: 0 0 .6em .6em;
	float: right;

}
.image_left
{
	padding: 0 .6em .6em 0;
	float: left;
}


.purple_fade_box .image_left
{
	padding: .6em .6em .6em 0;
	background-color: #ffffff;
}


.purple_fade_box .image_right
{
	padding: .6em 0 .6em .6em;
	background-color: #ffffff;
}

.area_buttons img
{
	width: 100%;
}

#middlecontent .gold_fade_col
{
	border-top: .6em solid #c2a14d;
	position: relative;
	top: 0 em;
	margin-top: -2.9em;
     /* *margin-top: -2.1em; Added by johns2ja 08/06/09 for IE  Removed taylordr 8/10/09 to fix IE */
	margin-right: -.05em;
	padding-top: 1em;
	min-height: 6em;
    background:url(http://www.jmu.edu/jmuweb/images/va/right_column_bg.gif) top left repeat-x;
}

.nested_left_col
{
	width: 48%;
	float: left;
}
.nested_right_col
{
	width: 48%;
	float: right;
}

.nested_leftwide_col
{
	width: 65%;
	float: left;
}
.nested_rightnarrow_col
{
	width: 31%;
	float: right;
}

.large_text
{
	font-size: 1.25em;
	line-height: 1.8em;
	color: #373737;
}

.vertical_padding
{
	padding: .5em 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

div.image_medium_right
{
	width: 20em;
	margin: .5em 0em .5em .5em;
	padding: .5em;
	float: right;
}

.image_medium_right img
{
	width: 20em;
}

.image_medium_right p
{
	max-width: 19em;
	text-align: left;
	margin-top: .5em;
	line-height: 1.1em;
	font-weight: bold;
}

div.image_medium_left
{
	width: 20em;
	margin: .5em .5em .5em 0em;
	padding: .5em;
	float: left;
}

.image_medium_left img
{
	width: 20em;
}

.image_medium_left p
{
	max-width: 19em;
	text-align: left;
	margin-top: .5em;
	line-height: 1.1em;
	font-weight: bold;
}

.pull_quote_center
{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 1em 0;
	color: #450084;
	
}

.pull_quote_left
{
	width: 35%;
	float: left;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 1em;	
	color: #450084;
}

.pull_quote_right
{
	width: 35%;
	float: right;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 1em;	
	color: #450084;
}


/*images for stories*/

/*large images -- 390px*/

div.image_large_right
{
	width: 31em;
	margin: .5em 0em .5em .5em;
	padding: .5em;
	float: right;
}

.image_large_right img
{
	width: 30em;
}

.image_large_right p
{
	max-width: 30em;
	text-align: left;
	margin-top: .5em;
	line-height: 1.1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.image_large_left
{
	width: 31em;
	margin: .5em .5em .5em 0em;
	padding: .5em;
	float: left;
}

.image_large_left img
{
	width: 30em;
}

.image_large_left p
{
	max-width: 30em;
	text-align: left;
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 1.1em;
	font-weight: bold;
}

/*medium images -- 260px*/

div.image_medium_right
{
	width: 21em;
	margin: .5em 0em .5em .5em;
	padding: .5em;
	float: right;
}

.image_medium_right img
{
	width: 20em;
}

.image_medium_right p
{
	max-width: 20em;
	text-align: left;
	margin-top: .5em;
	line-height: 1.1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.image_medium_left
{
	width: 21em;
	margin: .5em .5em .5em 0em;
	padding: .5em;
	float: left;
}

.image_medium_left img
{
	width: 20em;
}

.image_medium_left p
{
	max-width: 20em;
	text-align: left;
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 1.1em;
	font-weight: bold;
}


/*small images -- 130px*/



div.image_small_right
{
	width: 11em;
	margin: .5em 0em .5em .5em;
	padding: .5em;
	float: right;
}

.image_small_right img
{
	width: 10em;
}

.image_small_right p
{
	max-width: 10em;
	text-align: left;
	margin-top: .5em;
	line-height: 1.1em;
	margin-bottom: 0;
	font-weight: bold;
}

div.image_small_left
{
	width: 11em;
	margin: .5em .5em .5em 0em;
	padding: .5em;
	float: left;
}

.image_small_left img
{
	width: 10em;
}

.image_small_left p
{
	max-width: 10em;
	text-align: left;
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 1.1em;
	font-weight: bold;
}


#vertNav li
{
	font-weight: bold;
	/*color: #828282; changed 081709 taylordr */
	color: #c2a14d;	
}

#vertNav li a
{
	font-weight: normal;
	color: #828282;
}

/*added 081709 taylordr */
#vertNav li a:link, #vertNav li a:visited
{
	text-decoration: none;
}
/*added 081709 taylordr */
#vertNav li a:active, #vertNav li a:hover
{
	text-decoration: underline;
}

#vertNav li ul li 
{
	font-size: .8em;
	list-style-position: inside;
	list-style-image: url('/jmuweb/images/va/arrow-bullet.gif');

}

.btc_people_index_profile
{
	text-align: center;	
}

