/**existing tags**/

img { border: 0; }

body { color: #333333; }

h3 { color: #06396f; }

/** global template **/

body.index { background: url(../images/header-bg.png) top left repeat-x; }

body.page { background: url(../images/header-bg-page.jpg) top left repeat-x; }

.header { height: 153px;}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ececec;
}

.footer a {
	text-decoration: none;
	color: #333;
}

.footer a:hover {
	text-decoration: underline;
}

th {
	text-align: left;
}

/** index page **/


h2.welcome {color: #12375F; font-size: 30px; margin-bottom: 5px;margin-top: 10px; padding-top: 10px; background: transparent}

.welcome {
	padding-bottom: 10px;
	background: #EDBD2A url(../images/welcome-bg.jpg) top center no-repeat;
}

.button { 
	background: url(../images/button.png) top left no-repeat; 
	height: 46px; 
	text-align: center; 
	margin-top: 45px; 
	padding-top: 8px; 
	color: #fff; 
	font-size: 14pt; 
	font-weight: bold;
}

.button a, .button a:visited { color: #fff; text-decoration: none;display: block;}

.button a:hover { text-decoration: underline; }

.content { padding-top: 20px; font-size: 115%;}


/** navigation links **/

#navigation { padding-top: 14px; }

#navigation li { 
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;	
}

#navigation li.home { margin-left: 0px; }

#navigation li img, .icon { vertical-align: middle; margin-right: 2px;margin-top: -4px;}

#navigation a { 
	color: #000; 
	text-decoration: none;
	text-align: left;
	font-size: 11pt;
}

#navigation a:hover { border-bottom: 1px solid #000; padding-bottom: 2px;}

/** title bar **/

.titlebar { 
padding-top: 18px;
height: 54px;
}

.titlebar h2 { 
font-weight: normal;
font-size: 26px;
color: #12375F;
}

.container_12 h2.title { text-indent: -9999px; display: none; }


.content p { text-align: justify;}

.officers h4 { margin-bottom: 4px; font-size: 12pt;}



/**sidenav**/

.sidenav_contain
{
	background-color: #e6e6e6;
	border: 1px solid #D0D0D0;
	padding: 9px 10px 10px;
}

.sidenav_content
{
	background-color: #FFF;
	border: 1px solid #BCBCBC;
}

.sidenav_content ul
{
	margin: 0;
	padding: 10px 0 15px;
}

.sidenav_content ul li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}

.sidenav_content ul li a
{
	border-bottom: 1px solid #EBE9E3;
	color: #403F3F;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.sidenav_content ul li a:hover
{
	color: #12375F;
}

/**officers page**/
.officer h4 
{
	display: inline;
	padding-right: 5px;
}

.officer span.position
{
	font-style: italic;
}

.officer img {
	margin-top: 5px;
	margin-right: 6px;
}

a {
	color: #073A6F;
}

a:visited {
	color: #04223F;
}

/** office hours**/
#office-hours td
{
	padding: 5px 0;
}

.alt-hours 
{
	background-color: #eee;
	margin-bottom: 10px;
}

/** image gallery **/
 
.image{
    width: 187.5px;
    float: left;
    margin: 5px 0;
    text-align: center;
}

#paging{
    padding:15px 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
}

#paging a{
    padding:4px 7px 4px 7px;
    margin:0px 2px 0px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;    
    border:1px solid #B79B5C;
    background:#FFFFFF;
    color:#B79B5C;
    text-decoration:none;
}

#paging .selected{
    padding:4px 7px 4px 7px;
    margin:0px 2px 0px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;    
    border:1px solid #A4A4A4;
    background:#FFFFFF;
    color:#666;
    text-decoration:none;      
}

#paging a:hover{
    border:1px solid #B79B5C;
    background:#B79B5C;
    color:#FFFFFF;
    text-decoration:none;
} 