
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
    color: #0055a5;
    text-decoration: none;
}

a:hover
{
    color: #0055a5;
    text-decoration: underline;
}

body
{
    background: url(/images/layout/body-bgd.png) repeat-x #043377;
    color: black;
    font: normal 12px 'Tahoma', 'Arial', 'sans-serif';
    margin: 0;
    padding: 0;
    text-align: center;
}

h1
{
    font: normal 30px 'Times New Roman', 'Georgia', 'serif';
    color: #0055a5;
    margin: 20px 0px 20px 0px;
}

h2
{
    font: normal 14px  'Tahoma', 'Arial', 'sans-serif';
    color: #ee3a43;
    margin-bottom: 0px;
}

h3
{
    font: normal 12px  'Tahoma', 'Arial', 'sans-serif';
    color: #ee3a43;
    margin-bottom: 0px;
}

h4,
.intro
{
    font: normal 15px 'Times New Roman', 'Georgia', 'serif';
    color: #0055a5;
    margin-right: 100px;
}

h5
{
}

h6
{
}

img
{
    border: none;
    display: inline;
}

p
{
    font: normal 12px  'Tahoma', 'Arial', 'sans-serif';
    line-height: 19px;
    margin-top: 5px;
    margin-right: 100px;
}

#page ul
{
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 15px;
}

#page li
{
    font: normal 12px  'Tahoma', 'Arial', 'sans-serif';
    line-height: 19px;
    margin: 0px 100px 0px 0px;
}

td
{
    vertical-align: top;
}

hr
{
    height: 1px;
    border: none;
    background: #666;
}


/* Classes
**********/
.block
{
    display: block;
}

.degree
{
    font-size: 80%;
}

.title
{
    color: black;
}

.board
{
    float: left;
    clear: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid #c0dbe9;
}

.page-img
{
    float: right;
    margin: 0px 0px 10px 25px;
    width: 220px;
}

.page-img p
{
    margin: 0px;
    font-size: 0.8em;
    line-height: 1.2em;
}


.staff-list
{
    width: 600px;
    border-collapse: collapse;
}

.staff-list td
{
    padding: 3px;
}

.photograph-index
{
    margin-top: 10px;
}

.item-table
{
	padding: 0px 15px 15px 0px;	
}

.item-table img
{
	display: block;
}

table.photograph-index td.item-table a:link.label,
table.photograph-index td.item-table a:visited.label
{
	position: absolute;	
	margin-top: -35px;
	width: 180px !important;
	width/**/: 200px;
	filter: alpha(opacity=77);-moz-opacity:.77;opacity:.77;		
	display: block;
	padding: 10px;
	color: white;
	font-weight: bold;
	background:	#0055a5;
}

/* Layout defaults
******************/
#wrap
{
    background: url(/images/layout/wrap-bgd.png) no-repeat;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 980px;
    text-align: center;
}

#header
{
    background: url(/images/layout/header-bgd-home.jpg) no-repeat;
    height: 149px;
    margin-bottom: 0px;
}

#logo
{
    float: right;
    margin: 25px 35px 0px 0px;
}

#page
{
    background: white;
    width: 865px !important;
    width/**/: 950px;
    margin: 0px auto 0px auto;
    padding: 1px 20px 50px 65px;
    text-align: left;
}

#rightside
{
    float: right;
    width: 220px;
    margin-left: 40px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 0px;
}

#rightside h3
{
    font: normal 12px  'Tahoma', 'Arial', 'sans-serif';
    background: #0055a5;
    color: white;
    padding: 3px 10px;
    margin: 0px;
}

#highlighted
{
    background: #cce4f7;
    padding: 0px;
}

#highlighted h3
{
    margin: 0px;
}

#highlighted h4
{
    font-size: 12px;
    margin: 15px 15px 5px 15px;
}

#highlighted p,
#highlighted li
{
    font-size: 10px;
    margin: 5px 15px 5px 15px;
}

#footer
{
    background: url(/images/layout/footer-bgd.png) no-repeat;
    margin: -25px auto 0px auto;
    padding: 30px 20px 0px 0px;
    width: 930px !important;
    width/**/: 950px;
    height: 60px;
    font-size: 9px;
    text-align: right;
    color: #0055a5;

}

#footer-admin
{
    margin: 10px auto;
    padding: 0;
    width: 950px;
    text-align: right;
    font-size: 9px;
    color: #00abe6;
}

#footer-admin a:link,
#footer-admin a:visited
{
    color: #00abe6;
    text-decoration: none;
}

#footer-admin a:hover
{
    color:  #00abe6;
    text-decoration: underline;
}

#timetable
{
    border: 1px solid #ccc;
    border-collapse: collapse;

}

#timetable td
{
    padding: 3px 20px 3px 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#timetable tr.alt td
{
    background: #f1f1f1;
}

/* Layout elements
******************/
#homepage
{
    background: url(/images/layout/grad-bgd.jpg) repeat-x;
    margin: -15px -20px 0px -65px;
    padding: 0px 10px 0px 0px;
}

#homepage p,
#homepage h4
{
    margin-right: 8px;
}

#homepage h4
{
    padding-right: 75px;
}

#intro-image
{
    margin-right: 15px;
}

#news-home h1,
#sports-panel h1
{
    font-size: 17px;
}

#news-home td
{
    width: 50%;
}

#registration
{
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: none;
    background: #f4f4f4;
    padding: 15px;
    margin-right: 100px;
}

#registration input,
#registration textarea
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    padding: 5px;
    margin-left: 200px;
    width: 250px;
}

#registration label
{
    float: left;
    text-align: right;
    width: 180px;
}

.select-wrap
{
    margin-left: 200px;
}

#registration input.submit
{
    background: #00458b;
    color: white;
}

.register-table
{
	width: 600px;
	border-collapse: collapse;
	border: 1px solid #ccc;	
	
}

.register-table td,
.register-table th
{
	border-collapse: collapse;
	border: 1px solid #ccc;	
	padding: 3px;
}

.cat-table
{
padding: 0px 20px 20px 20px;
}

.cat-table h2
{
	font-size: 20px;	
}
