.sectioncontent {
	background-image: url(../images/section_background.jpg);
	background-repeat: repeat-y;
	width: 804px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;


}

#sectiontitle {
	background-image: url(../images/banner_top.jpg);
	height: 28px;
	}
	
#sectiontitle h1 {
	color:#837e7a;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-weight:bold;
	position:relative;
	left:19px;
	top:13px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	
}

#sectiontitle h1 a, #sectiontitle h1 a:link, #sectiontitle h1 a:visited, #sectiontitle h1 a:active{
	color:#837e7a;
	text-decoration:none;
	
}

#sectiontitle h1 a:hover {
	color:#837e7a;
	text-decoration:underline;
	
}

#breadcrumbs {
	padding-left: 13px;
}

#sectiontitle ul {
	margin-top:-1px;
}

#sectiontitle ul li a:hover {
	color:#669999;
	text-decoration:underline;
}

#bannernav_container {
	background-image: url(../images/section_background.jpg);
	background-repeat: repeat-y;
	width: 804px;
	margin: 0;
	padding: 0;
	}
	
#bannernav {
    width:800px;
	height:24px;
	background-image: url(../images/banner_nav.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	padding: 0;
}


#bannernav ul {
	list-style-type: none;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	white-space: nowrap;
	padding-left:18px;
}


#bannernav ul li{
	display: inline;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px dotted #cbcbcb;
}

#bannernav ul li:first-child {
	border-left: none;	
	padding-left:0;
}


#bannernav ul li a, #bannernav ul li a:link, #bannernav ul li a:visited, #bannernav ul li a:active{
	color: #fff;
	text-decoration:none;
}

#bannernav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/************************random banner here************************/
#sectionheader {
	width: 804px;
	height: 266px;
	background-image: url(../images/randombanner/main_banner_1.jpg);
	background-repeat: no-repeat;
}
/************************random banner here************************/

#sectionheader_interior {
	width: 804px;
	height: 160px; 
}


#pagetop {
	background-image: url(../images/nav_bar.jpg);
	background-repeat:no-repeat;
	height: 63px;
	margin:0;
}

#pagetop_nav {
display:table;
margin: 0 auto;

}


/********************Main Navigation************************/


ul.custom_navigation.horizontal {
	float: left;
	position:relative;
	top:2px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: none;
	color: #fff;
	list-style-type: none;
	white-space:nowrap;
	margin-top:0;

}

ul.custom_navigation.horizontal li {
	display: inline;
	padding-right:20px;
}


ul.custom_navigation.horizontal li a, 
ul.custom_navigation.horizontal li a:link, 
ul.custom_navigation.horizontal li a:visited, 
ul.custom_navigation.horizontal li a:active,
ul.custom_navigation.horizontal li a:hover  {
	color: #fff;
	text-decoration: none;
	padding: 12px 5px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}

ul.custom_navigation.horizontal>li:hover>a {
	color: #527994;
	text-decoration: none;
	background-image:url(../images/top_nav_selected.jpg);
	background-repeat:repeat-x;

}

ul.custom_navigation.horizontal>li.selected>a, 
ul.custom_navigation.horizontal>li.selected>a:link, 
ul.custom_navigation.horizontal>li.selected>a:visited, 
ul.custom_navigation.horizontal>li.selected>a:hover, 
ul.custom_navigation.horizontal>li.selected>a:active {
	color: #527994;
	text-decoration: none;
	background-image:url(../images/top_nav_selected.jpg);
	background-repeat:repeat-x;
	}
	
/************************Subnav************************/

ul.custom_navigation.horizontal li ul {
	float: left;
	position:absolute;
	top:30px;
	left:1px;
	width: 100%;
	margin:0;
	padding: 0;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	color: #527994;
	list-style-type: none;
	white-space:nowrap;

	/*background-image: url(../images/nav_bar_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;*/
	
}

ul.custom_navigation.horizontal.hover li ul {
	display: none;
}

ul.custom_navigation.horizontal.hover li.selected ul {
	display: block;
}

/************************subnav on example************************

ul.custom_navigation.horizontal li:hover ul {
	display:block;
	z-index: 1000;
}
ul.custom_navigation.horizontal li.selected ul {
	display:block;
	z-index:1;
}


/************************end subnav on************************/

ul.custom_navigation.horizontal li ul li {
	display: inline;
	padding-right:20px;
}

ul.custom_navigation.horizontal li ul li a, 
ul.custom_navigation.horizontal li ul li a:link, 
ul.custom_navigation.horizontal li ul li a:visited, 
ul.custom_navigation.horizontal li ul li a:active  {
	color: #527994;
	text-decoration: none;

}

ul.custom_navigation.horizontal li ul li.selected a, 
ul.custom_navigation.horizontal li ul li.selected a:link, 
ul.custom_navigation.horizontal li ul li.selected a:visited {
	color: #0d4623;
}

ul.custom_navigation.horizontal li ul li a:hover,
ul.custom_navigation.horizontal li ul li.selected a:hover {
	color: #A02303;
	background-image:none;

}




/************************End Subnav************************/


#sectioncontent_nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
	margin-top: 10px;
	white-space: nowrap;

}


#sectioncontent_nav ul li{
	display: inline;
	color: #666666;
	text-decoration: none;
	padding: 0 5px;
	border-left: 1px dotted #cbcbcb;
}

#sectioncontent_nav ul li:first-child {
	border-left: none;	
}


#sectioncontent_nav ul li a, #sectioncontent_nav ul li a:link, #sectioncontent_nav ul li a:visited, #sectioncontent_nav ul li a:active{
	color: #656565;
	text-decoration:none;
}

#sectioncontent_nav ul li a:hover {
	color: #656565;
	text-decoration: underline;
}

.nav_right {
	float: right;
	padding-right: 20px;
}

.nav_left {
	float: left;
	padding-left:20px;
}

.sectioncontentpad {
	padding: 20px 0px 20px 25px;
	margin:0;

}

.sectioncontentpad p {
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.onecolumn {

}

.onenarrowwide .narrow, .onewidenarrow .narrow {
	float: right;
	width: 38%;
	padding-right:2px;
	margin-top:15px;

}
.onenarrowwide .wide, .onewidenarrow .wide {
	float: left;
	width: 58%;	

}

.onenarrowwide .wide p {
	font-size:1.2em;
	line-height:1.7em;

}

.sectioncontentpad h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	text-transform:uppercase;
	letter-spacing:.3em;
	color:#555555;
	margin-bottom:10px;
}

.onenarrowwide .wide h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#144621;
	font-size:1.5em;
	font-weight:bold;
}

.onenarrowwide .narrow p {
	font-size:1.1em;
	line-height:1.4em;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}

.onenarrowwide .narrow h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#144621;
	font-size:1.3em;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
}

.right_box {
background-image:url(../images/greybox.jpg);
background-repeat:no-repeat;
height:53px;
margin-bottom:10px;

}


.right_box .left {
float:left;
width:25%;
padding:5px;
margin-top:10px;
margin-left:10px;
}

.right_box .apply {
background-image:url(../images/apply.jpg);
background-repeat:no-repeat;
height:19px;
}


.right_box .prospective {
background-image:url(../images/prospective.jpg);
background-repeat:no-repeat;
height:25px;
}

.right_box .current {
background-image:url(../images/current.jpg);
background-repeat:no-repeat;
height:25px;
}

.right_box .parents {
background-image:url(../images/parents.jpg);
background-repeat:no-repeat;
height:11px;
}

.right_box .ra {
background-image:url(../images/ra.jpg);
background-repeat:no-repeat;
height:25px;
}

.right_box .paa {
background-image:url(../images/paa.jpg);
background-repeat:no-repeat;
height:11px;
}


.right_box .apply a, .right_box .prospective a, .right_box .current a, .right_box .parents a {
	display: block;
	width: 100%;
	height: 100%;
}

.right_box .right {
float:right;
width:65%;
}

.right_box .right p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1.1em;
color:#555555;
padding:0 5px 3px 0;
margin-top:10px;
margin-left:0;

}

.right_box h1 {
color:#993300;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:1.1em;
line-height:1.3em;
letter-spacing:normal;
}


#testimonials {
	background-image:url(../images/lgbox.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

#testimonials .headline {
	background-image:url(../images/liveoncampus.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:172px;
	left:10px;
	position:relative;
	top:10px;
	float:left;

}

#testimonials p {
	clear:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	margin:0;
	padding:20px 10px 10px 10px;

}

#testimonials img {
	float: right;
	margin: 1px 0 5px 5px;
	border: 0;
	
}

.bsunav h2 {
margin-bottom:10px;
}



.onenarrowwide .narrow h2 {
margin-top:0;
font-size:1.5em;
}

.onenarrowwide .narrow, .onewidenarrow .narrow {
padding-right:1px;
}

.onenarrowwide .narrow p {
line-height:1.6em;
}

.right_box .right p {
line-height:1.2em;
}

ul.custom_navigation.horizontal li ul li.selected a, ul.custom_navigation.horizontal li ul li.selected a:link, ul.custom_navigation.horizontal li ul li.selected a:visited {
color:#527994;
font-weight:bold;
}

#sectionheader {
background-image:url(/students/reslife/images/banners/main/rotate.php);
background-repeat:no-repeat;
height:263px;
width:804px;
}

#interior_banner {
background-repeat:no-repeat;
height:160px;
width:804px;
}

.prospective {
background-image:url(/students/reslife/images/banners/prospective.jpg);
}
.current {
background-image:url(/students/reslife/images/banners/current.jpg);
}

.parents {
background-image:url(/students/reslife/images/banners/parents.jpg);
}

.housing {
background-image:url(/students/reslife/images/banners/housing.jpg);
}

.reshalls {
background-image:url(/students/reslife/images/banners/reshalls.jpg);
}

.dining {
background-image:url(/students/reslife/images/banners/dining.jpg);
}

.campus_living {
background-image:url(/students/reslife/images/banners/campus_living.jpg);
}

.your_community {
background-image:url(/students/reslife/images/banners/your_community.jpg);
}

.calendar {
background-image:url(/students/reslife/images/banners/calendar.jpg);
}

.faqs_banner {
background-image:url(/students/reslife/images/banners/faqs.jpg);
}

.apply {
background-image:url(/students/reslife/images/banners/apply.jpg);
}

.reslife_interior {
background-image:url(/students/reslife/images/banners/reslife_interior.jpg);
}

.birch {
background-image:url(/students/reslife/images/banners/birch.jpg);
}

.linden {
background-image:url(/students/reslife/images/banners/linden_banner.jpg);
}

.oak {
background-image:url(/students/reslife/images/banners/oak_banner.jpg);
}

.pine {
background-image:url(/students/reslife/images/banners/pine_banner.jpg);
}

.tamarack {
background-image:url(/students/reslife/images/banners/tamarack_banner.jpg);
}

.cedar {
background-image:url(/students/reslife/images/banners/cedar_banner.jpg);
}

strong {
font-weight:bold;
}

.sectioncontent ul li, .sectioncontent ol li{
margin-left:2px;
}

.wide ul {
margin-left:15px;
}

.wide ol {
margin-left:20px;
}


.sectioncontent ol li, .wide ol li {
list-style-type:decimal;
}

.sectioncontent ol ol li {
list-style-type:lower-alpha;
margin-left:20px;
}


.sectioncontent ol {
color:#555555;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.1em;
line-height:1.4em;
}

hr {
background-color:#CECECE;
border:medium none;
color:#CECECE;
height:1px;
text-align:center;
width:100%;
margin-bottom:20px;
}

.twocolumns {
width:47%;
}

.onenarrowwide .wide h3 {
color:#144621;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
margin-top:10px;
}

#policies ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:1.4em;
color:#555555;
list-style-position: inside;
margin-left:30px;

}


#policies ul li {
list-style-type:square;
padding:5px;
}


.floatright {
clear:both;
float:right;
}

em {
font-style:italic;
}



.sectioncontent ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:1.4em;
color:#555555;
margin-bottom:10px;
}


.sectioncontent ul li {
list-style-type:disc;
padding:2px;
}

.onenarrowwide .wide p {
margin-bottom:10px;
}

.onenarrowwide .wide h2 {
margin-bottom:5px;
margin-top:20px;
}

.onenarrowwide .wide h2:first-child {
margin-top:0;
}

.policies h3 {
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #144621;
font-size:1.2em;
font-weight:bold;
margin:20px 10px 5px 0;
/*background-color:#F2F0E4;*/
padding-left:5px;

}

.policies h4 {
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #555555;
font-size:1.1em;
text-transform:none;
font-weight:bold;
margin:10px 10px 5px 0;
padding-left:10px;

}


html{color:#000;background:#F0EDDF;}

#bannernav ul.right {
float: right;
margin-right:10px;
}

.onenarrowwide .narrow h1 {
font-size:1em;
color:#993333;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:bold;
text-transform:uppercase;
margin-left:10px;
margin-top:10px;
letter-spacing:0;
}

strong em, em strong {
font-weight:bold;
font-style:italic;
}

.lowerright_home .imagerightbordernone {
float:right;
margin:0;
}

.onecolumn h1 {
color:#555555;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:0.9em;
letter-spacing:0.3em;
margin-bottom:10px;
text-transform:uppercase;
}

.onecolumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#144621;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:20px;
}

.gallery{
margin-right:20px;
}

.gallery p {
margin-bottom:10px;
margin-top:0;
}

.gallery h2 {
background-color:#245446;
color:#fff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.3em;
font-weight:bold;
margin-bottom: 10px;
}

.gallery h2 a {
color:#fff;
text-decoration:underline;
}

.gallery h2 a:hover {
text-decoration:none;
}


.gallery_photo img {
padding-bottom:10px;
}



.onecolumn p {
font-size:1.1em;
line-height:1.7em;
margin-bottom:10px;
margin-right:15px;
}

.onecolumn .policies p {
padding-left:10px;
}

p.smalltext {
font-size:.9em;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
color:#999999;
margin-top:5px;


}

p.right {
text-align:right;
margin-right:5px;
}

.onecolumn .rightsubnav {
width:30%;
float:right;
background-image:url(/students/reslife/images/lgbox.jpg);
background-color:#FDFDFB;
background-repeat:no-repeat;
padding: 10px;
margin-right:1px;

}

.rightsubnav h2 {
	font-size:1.2em;
	margin-bottom:10px;

}

.rightsubnav ul {
font-size:1em;
line-height: 1.3em;
margin-left:0;
}

.rightsubnav ul li {
padding:0 0 5px;
list-style-type:none;
}

.rightsubnav ul li a {
text-decoration:underline;
}

.rightsubnav ul li a:hover {
text-decoration:none;
}

.right_box .three_d {
background-image:url(/students/reslife/images/3dtour.jpg);
background-repeat:no-repeat;
height:28px;
}

.right_box .phototour {
background-image:url(/students/reslife/images/phototour.jpg);
background-repeat:no-repeat;
height:29px;
}

.right_box .view {
background-image:url(/students/reslife/images/view.jpg);
background-repeat:no-repeat;
height:27px;
}

.right_box .seminar {
background-image:url(/students/reslife/images/fyeseminar.jpg);
background-repeat:no-repeat;
height:12px;
}

.right_box .orientation {
background-image:url(/students/reslife/images/orientation.jpg);
background-repeat:no-repeat;
height:12px;
}

.right_box .staff {
background-image:url(/students/reslife/images/headlines/fyrestaff.jpg);
background-repeat:no-repeat;
height:12px;
}

.right_box .newsletter {
background-image:url(/students/reslife/images/newsletter.jpg);
background-repeat:no-repeat;
height:12px;
}

.right_box .oblclibrary {
	background-image:url(/students/reslife/images/headlines/oblc_library.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:58px;
	}
	
.right_box .menu {
	background-image:url(/students/reslife/images/headlines/menu.jpg);
	background-repeat:no-repeat;
	height:13px;
}

.right_box .beaverbucks {
	background-image:url(/students/reslife/images/headlines/beaverbucks.jpg);
	background-repeat:no-repeat;
	height:24px;
}

.right_box .jobs {
	background-image:url(/students/reslife/images/headlines/jobs.jpg);
	background-repeat:no-repeat;
	height:15px;
}


.widesplitleft {
width: 44%;
float:left;
}

.widesplitright {
width:53%;
float:right;

}

.widesplitleft img {
margin-top:8px;
margin-bottom:2px;
}

.rightboxlarge {
	background-image:url(/students/reslife/images/lgbox.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-top:5px;
}

.right_box .left a {
display:block;
height:100%;
width:100%;
}

.right_box .right a {
text-decoration:none;
color: #666666;
}

.right_box .right a:hover {
text-decoration:underline;
}

.rightboxlarge .headline {
	left:10px;
	position:relative;
	top:10px;
	margin-bottom:20px;

}

.rightboxlarge .halldirector {
	background-image:url(/students/reslife/images/headlines/meethalldirector.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:187px;
	}
	
.rightboxlarge .amenities {
	background-image:url(/students/reslife/images/headlines/amenities.jpg);
	background-repeat:no-repeat;
	height:11px;
	width:150px;
	}
	
.rightboxlarge .floorinfo {
	background-image:url(/students/reslife/images/headlines/floorinfo.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:148px;
	}
	
.rightboxlarge .requirements {
	background-image:url(/students/reslife/images/headlines/requirements.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:153px;
	}
	

	

ul.newslinks li, .rightboxlarge ul li {
font-size:0.9em;
line-height:1.6em;
list-style-image:url(/academics/departments/nursing/images/bullet.gif);
margin-left:10px;
margin-right:5px;
padding:0pt 0pt 5px;
}

ul.newslinks li ul li {
font-size: 1.1em;
margin-left:0;
}


ul.newslinks li a, .rightboxlarge ul li a{
color:#555555;
text-decoration:none;
}

ul.newslinks ul li {
font-size:1em;
}

ul.newslinks li a:hover, .rightboxlarge ul li a:hover{
text-decoration:underline;
}


.onenarrowwide .narrow .rightboxlarge p {
	clear:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	margin:5px 10px 0px 12px;

}
.onenarrowwide .narrow .rightboxlarge .imagerightbordernone {
margin-right:0;
}

.rightboxlarge ul, .rightboxlarge ol {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	margin-left:25px;
	margin-top:10px;
	}
	
.rightboxlarge ul li {
padding:0;
list-style-type:disc;
margin-right:15px;
}

.rightboxlarge ul.extrapad li {
padding-bottom:5px;
}



.onenarrowwide .narrow .rightboxlarge ol li {
padding:0;
list-style-type:decimal;
margin-right:5px;
margin-left:10px;
}

.onenarrowwide .wide p.lineheight {
line-height:1.9em;
}








/*new style - add to cms.css*/
a.bucky {
color:#144621;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1em;
font-weight:bold;
background:transparent url(/students/reslife/images/arrowright.jpg) no-repeat scroll right 5px;
padding:2px 18px 2px 0px;
margin-right:40px;
}

ul.longtext li, ol.longtext li {
line-height:1.7em;
padding-bottom:5px;
}

p.nobottommargin {
margin-bottom:0;
}

a.photocaption {
font-size:.85em;
text-decoration:underline;
padding-right:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.scheduletable {
background-color:#FFFFFF;
border-collapse:collapse;
border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
border-style:none none solid;
border-width:0pt 0pt 1px;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
width:100%;
}
.scheduletable tr.first td {
border-top:1px solid #CCCCCC;
}
.scheduletable tr.second {
border:0pt none;
}
.scheduletable td {
border:0pt none;
padding:8px 10px 5px 3px;
text-align:left;
vertical-align:top;
}
.scheduletable td.date {
white-space:nowrap;
}
.scheduletable th.date {
width:20%;
}
.scheduletable th.topic {
width:50%;
}
.scheduletable th.speaker {
width:30%;
}
.scheduletable th.date4 {
width:20%;
}
.scheduletable th.topic4 {
width:40%;
}
.scheduletable th.fee4 {
width:15%;
}
.scheduletable th.speaker4 {
width:25%;
}
.scheduletable th {
background-color:#CCCCCC;
color:#666666;
font-weight:bold;
padding:3px;
text-align:left;
}
.scheduletable caption {
background-color:#CCCCCC;
border:1px solid #CCCCCC;
font-weight:bold;
padding-bottom:2px;
padding-top:3px;
}
.scheduletable dl {
border:0pt none;
margin:0pt;
padding:0pt;
}
.scheduletable dl dt {
clear:both;
float:left;
font-weight:bold;
margin:0pt;
padding-right:10px;
padding-top:4px;
}
.scheduletable dl dd {
float:left;
margin:0pt;
padding:4px 0pt 0pt;
width:300px;
}

.library td {
color:#555555;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
line-height:1.7em;
padding:10px;
width:50%;
vertical-align:top;
}

.library tr {
border-bottom:solid #cccccc 1px;
}

.video td {
color:#555555;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
line-height:1.7em;
padding:10px;
vertical-align:top;
}

table.rates {
margin-top: 10px;
margin-bottom:10px;
width:100%;
}

.rates td {
color:#555555;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
line-height:1.2em;
padding:10px;
vertical-align:top;
border:solid #cccccc 1px;
text-align:center;
}


.onecolumn h3, .faqs h3 {
color:#144621;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
}

.onenarrowwide .narrow h4 {
color:#993333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.1em;
font-weight:bold;
margin-left:15px;
margin-top:10px;
text-transform:uppercase;
}

.onecolumn {
margin-right:20px;
}

.faqs h3 {
text-transform:none;
}

.top {
float:right;
font-size:.9em;
}

.top a, .top a:hover {
text-decoration:none;
}

.rightnav .newslinks li {
font-size:1.1em;
line-height:1.8em;
}

td, th{ 
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
color:#555555;
padding:5px;
}

th {
font-weight:bold;
font-style:italic;
}

table {
margin: 10px 0;
}

blockquote {
margin-left:20px;
}

.onenarrowwide .wide h4 {
color:#144621;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.1em;
font-weight:bold;
margin-top:10px;
margin-bottom:5px;
text-transform:none;
}

ul.plainlist {
list-style-type:none;
margin-left:0;
}

ul.plainlist li {
list-style-type:none;
margin-left:0;
padding-left:0;
font-size:.9em;
}

ul.newslinks li h3 {
padding-bottom:10px;
}

.element {
margin:0pt 0pt 0.5em;
padding:6px 10px 10px;
}
.element.error {
border:1px solid #FF9900;
}
.element .label {
display:block;
font-weight:bold;
}
.element .description {
display:block;
font-style:italic;
margin-bottom:10px;
}
.element .required {
color:#333333;
}
.element textarea {
height:150px;
width:300px;
}
.element input {
margin:0pt;
padding:0pt;
}
.element.text input, .element.email input, .element.number input, .element.zip input {
width:300px;
}
.element.radio input, .element.checkbox input {
margin-right:7px;
}
.element textarea, .element.text input, .element.email input, .element.zip input, .element.money input, .element.number input, .element select {
border:1px solid #CCCCCC;
padding:3px;
}
.element .validate_message {
background-color:#FFFFCC;
color:#660000;
display:block;
margin-bottom:10px;
padding:5px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active, h3 a, h3 a:link, h3 a:visited, h3 a:active {
color:#144621;
text-decoration:none;
}

h2 a:hover, h3 a:hover {
text-decoration:underline;
}

/*temp nav*/

ul.custom_nav_horizontal{
	float: left;
	position:relative;
	top:2px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: none;
	color: #fff;
	list-style-type: none;
	white-space:nowrap;
	margin-top:0;
	display:none;

}




ul.upcoming_events {
	list-style-type: none;
	padding-top: 8px;
}
ul.upcoming_events li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.upcoming_events li .floatleft {
	float: left;
	width: 100%;
	padding-right: 10px;
	font-weight: bold;
}



/* widget stylings */
/* we modify the defaults here to get the widgets to look like the rest of the reslife site. */


.widget {
	background-color: #ebf3fb;
	background-image: url(/primarytemplatefiles/reslife/images/widget_posts_top_blue2.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #dcdace;
	padding: 0;
	
}

.widget h3 {
	padding-top: 25px;
	background: transparent;
	background-image: url(/primarytemplatefiles/reslife/images/widget_posts_title.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	height: 20px;
	width: 60px;
	float: left;
	
}


.widget ul {
	clear: right;
	float: right;
	list-style-type: none;	
	margin: 0;
	padding: 25px 0 0;
	width: 192px;

}

.widget ul li {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.widget p.more {
	clear: both;
	margin: 0;
	padding: 10px 10px 5px 20px;
	text-align: left;
	background-color: #ebf3fb;
/*	background-image: url(/primarytemplatefiles/reslife/images/widget_posts_bottom_blue.jpg); */
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 94%;
}


	/* widget - posts specific styles. */
	.widget.posts h3 {
		background-image: url(/primarytemplatefiles/reslife/images/widget_posts_title.jpg);
	}
	.widget.posts h3 span {
		display: none;
	}
	.widget.posts ul li .date {
		font-size: 90%;
	}
	
	/* widget - posts specific styles. */
	.widget.calendar h3 {
		background-image: url(/primarytemplatefiles/reslife/images/widget_calendar_title.jpg);
	}
	.widget.calendar h3 span {
		display: none;
	}
	.widget.calendar ul li .date {
		padding: 0;
		color: #444;
		font-weight: bold;
		font-size: 10px ;
	}


