/* GLOBAL */

html { 
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #004960;
}
body#main { 
 	background: #fff url(graphics/main_background_line.jpg) repeat-x left top;
}
.divider { border-bottom: 1px solid #ccc; margin-bottom: 3px; padding-bottom: 3px; }

/* BASE SIZES */

.container { font-size: 1.2em; line-height: 1.6em; text-align: justify; }
.container h1 { font-size: 1.6em; }
.container h2 { font-size: 1.4em; }
.container h3 { font-size: 1.3em; }
.container h4 { font-size: 1.3em; }
.container h5 { font-size: 1.2em; }
.container h6 { font-size: 1em; }
 
.container hr, .container p, .container ul, .container ol, .container dl, .container pre, .container blockquote, .container address, .container table, .container form { 
        margin-bottom: 1.1em; 
}


/* HEADINGS */

h1 { 
	color: #684f40;
	font-weight: normal;
	border-bottom: 2px solid #9ea389;
	margin-bottom: 16px;
	padding-bottom: 0;
}
h2 { 
	color: #004960;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
h2.subtitles {
        padding-bottom: 0px;
}
h3 { 
	color: #684f40;
	margin-bottom: 10px;
}

/* ANCHORS */

a { outline: 0; }
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000;
}



/* LAYOUT */

.container { 
	width: 950px;
	margin: 0 auto; 
}
.column {
	width: 950px;
	margin: 24px 0 26px 0;
}
#colL {
	float: left;
	width: 190px;
	display: inline;
}
#colR {
	float: left;
	width: 740px;
	margin-left: 20px;
	display: inline;
}
#homewrapper { }
.homecol {
	float: left;
	width: 210px;
	margin-right: 26px;
        padding-right: 26px;
	display: inline;
        border-right: 1px solid #9ea389;
        height: 460px;
}
.last { 
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
}
        
ul {
        margin-left: 22px;
}
ul ul {
        margin-left: 14px;
}

/* HEADER */

#header {
	width: 950px;
	height: 130px;
	margin: 0;
	padding: 0;
}
.logowrap { float: left; width: 700px; }
h1.logo {
	margin: 18px 0 0 30px;
        border: 0;
}
h1.logo a {
	background: url(graphics/lasalle_logo.png) no-repeat left top;
	height: 100px;
	width: 191px;
	text-indent: -9999px;
	display: block;
 	overflow: hidden;
 	cursor: pointer;
}



/* SEARCH BAR */

.search { float: left; width: 200px; margin: 60px 30px 0 12px; height: 23px; display: inline; vertical-align:middle !important; }
.search input { margin-top: -12px; vertical-align:middle !important; }
.searchBoxSubmitLink { vertical-align:middle !important; }

/* CONTENT */

.wrapper {
	padding-top: 21px;
	min-height: 450px;
}
.main-image {
	position: relative;
}
.image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 950px;
}
#loc-wrapper {
        margin-left: 14px;
        display: block;
        font-size: 12px;
}
#loc-wrapper p {
        margin: 0;
        padding: 0;
}
.map { border: 1px solid #ccc; }
div.smtxt {
        float: right;
        font-size: 85%;
}
.imgright {
        float: right;
        padding: 4px;
        border: 1px solid #ccc;
}
#lister {
        display: block;
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px dotted #ccc;
}
#staffpic {
        float: left;
        display: block;
        width: 120px;
        padding-right: 12px;
}
#stafftext {
        float: left;
        display: block;
        width: 550px;
        margin-bottom: 12px;
        text-align: justify;
}
#stafftext h3 { margin-bottom: 0px; }
#stafftext div { margin-bottom: 8px; font-size: 90%; }

.state-icon { float: right; padding: 0 3px; }

a.truncate_more {
        color: #666;
}
.truncate_show {
        float: right;
        color: #666;
}
.mainbody {
        float: left;
}
.onecol {
        width: 720px;
}
.twocol {
        width: 540px;
        margin-right: 20px;
}
.rightcol {
        float: left;
        margin-left: 20px;
        width: 150px;
        text-align: left;
}
.pullquote {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
        background: #dbd8d4;
        padding: 14px 4px 14px 4px;
        text-align: center;
        font: 16px/28px Georgia, "Times New Roman", Times, serif;
        color: #858668; 
        font-style: italic;
}

.vpic { margin: 12px 0; }
.vpic img { }
.iframe { margin: -20px 0 0 220px; }
.loctable { width: 100%; border: 0; }
.loctable tr, .loctable td { padding: 6px; }
.even { background: #f0ece6; }

.totals { padding: 0; margin: 0 24px 2px 0; text-align: right; }

/* NAVIGATION */

#nav ul {
	margin-left: 4px;
        padding: 0;
}
#nav ul li {
	list-style: none;
	margin: 0;
}
#nav ul li a {
	display: block;
	width: 160px;
	line-height: 180%;
	color: #684f40;
	padding: 3px 0 3px 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
        border-bottom: 1px solid #dbd8d4;
}
#nav ul li a.current {
	color: #004960;
	background: #dbd8d4;
        font-weight: bold;
 }
#nav ul li a:hover {
	background: #a0a58c;
 }
#nav ul ul {
        width: 170px;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #dbd8d4;
}
#nav ul ul li {
	list-style: none;
	padding: 0;
}
#nav ul ul li a {
	display: block;
	width: 150px;
	line-height: 180%;
	color: #684f40;
	padding: 3px 0 3px 18px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
        border-bottom: 0;
        background: url(graphics/dot.gif) left center no-repeat;
        margin-left: 12px;
}
#nav ul ul li a:hover {
	background: url(graphics/dot.gif) left center no-repeat;
        color: #333;
}


/* FORMS */

fieldset {
	margin-bottom: 40px;
}
legend {
	font-size: 15px; 
	font-weight: bold;
}

.formset {
	margin: 25px 0;
}
.formset li {
	list-style: none; 
	margin-bottom: 10px;
}
.formset li label {
	float: left; 
	width: 170px;
}
.formset input {
	border: 1px solid #B6C3C3; 
	background: #fff; 
	padding: 2px;
}
.submitbtn {
	background:#f9f0d6; 
	border:3px solid #684f40; 
	padding:3px 6px;
        margin-left: 170px;
	text-transform:uppercase; 
	color:#2d1904; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	cursor:pointer;
}

#easyTooltip{
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	border:1px solid #ccc;
	background:#004960;
	color:#fff;
}



/* FOOTER */

.footer {
        clear: both;
	color: #b7b1a9;
	font-size: 90%;
	text-align: center;
	border-top: 1px #ccc solid;
	margin-top: 24px;
	padding-top: 12px;
}
.footer a { color: #666; font-weight: bold; }

/* CLEARS */

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

.clear {clear:both;}


/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* ModuleBegin::blog */
.blogArchiveMonth { padding-left:10px; }
.blogArchiveYear { font-weight: bold; }
.blogDate { padding:5px; margin-bottom: 12px; font-weight: bold; background-color: #eee; }
.blogDividerComments { height: 1px; background-color:#cccccc; }
.blogDividerTop { height: 1px; background-color:#cccccc; }
.blogEntry { padding-top: 5px; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter { height: 1px; background-color:#cccccc; }
.blogInfo { padding-bottom: 14px; color: #666; }
.blogTitle { color: #004960; font-size: 18px; padding-bottom: 4px; }
/* ModuleEnd::blog */



#site ul { list-style:none; margin:0; padding:0; float:left; font-size:14px; }
#sitemap ul li { float:left; display:inline; margin:0 60px 15px 0; width:auto; overflow:hidden; white-space:nowrap; font-weight: bold; }
#sitemap ul li ul { float:none; }
#sitemap ul li ul li { float:none; font-weight:normal; margin-right:0; }
#sitemap ul li a,
#sitemap ul li span { padding-top:15px; display:block; text-decoration:none; color:#474747; }
#sitemap ul li ul li a { color:#666; padding:0; }
#sitemap ul li a:hover { text-decoration:underline; }

/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #002d62; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */

/* ModuleBegin::faq */
.faq ul { margin-left:0.5em; padding-left:0.5em; }
.faq li { padding-bottom:0.5em; }
.faq .question { padding-top:1em; padding-bottom:0.5em; font-weight:bold; border-top: 1px solid #cccccc; }
.faq .answer { padding-bottom:0.5em; }
.faq .top { text-align:right; font-size: 85%; }
/* ModuleEnd::faq */

#faq { margin-top: 22px; }
.faqclosed { font-weight: bold; border-bottom: 1px dashed #ccc; margin: 0; padding: 12px 0 12px 4px; }
.faqopened { background: #f8f8f8; border-bottom: none; font-weight: bold; margin: 0; padding: 12px 0 12px 4px; }
#faqheader:hover { cursor: pointer; color: #4389db; background: #f8f8f8; }
#faqheader p { margin-bottom: 0; }
.faqanswer { margin-top: 0px; padding: 8px; color: #684f40; background-color: #f8f8f8; border-bottom: 1px dashed #ccc; }
.faqanswer a { background-color: none; }