/* CSS Document */

/* General Page Layout */
body {  
	font-family: Courier New, Courier, mono; 
	font-size: 10px;  
	background-image:   url("/photos/common/v7-wallpaper.jpg");
	background-attachment:fixed; 
	margin: 0px;
}

.inspirepageback{
	background-image: url(/photos/insp/bgrpt.jpg); 
	background-repeat: repeat-y;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.hithead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;
}

.redback { 
	font-size: 14px; 
	font-weight: bold;
}

.sub-normal{
	background-image: url(/photos/insp/bgrpt.jpg); 
	background-repeat:repeat;
	color:#000000;
	display:table-cell;
	width: 990px;
}

td, div {
	background-repeat: no-repeat;
	text-align: left;
}

/* Home Page Layout */


/* Custom Styles */
.normal, .normal p, .doive2, .list{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	text-align: left;
	color:#000000;
}

.repeat{
	background-repeat: repeat;
}

.whiteback {
	background-color: #FFFFFF; 
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.new {  
	font-weight: bolder; 
	color: #FF0000;
}

.rolling {  
	overflow: auto; 
	position: relative; 
	visibility: visible; 
	z-index: 1; 
	height: 361px; 
	top: 6px;
}

.offquote {  
	font-family: Courier New, Courier, mono; 
	font-size: 13px; 
	font-weight: bolder; 
	color: #FFFFFF; 
	background-color: #000000; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	text-align: left; 
	border: 2px #000000 solid; 
	line-height: 22px;
}

/* Headers */

.topalign, .topalign-sub, .topalign-insphead, .topalign-inspsub, .topalign-yl, .topalign-ylsub, .topalign-sp, .topalign-spsub{
	padding: 5px; 
	height: 116px;
	/*color: #ffffff;*/
}

.topalign .sub-normal .menu, .sub-normal .normal, sub-normal .menu, .sub-normal .menubar, .blackfoot a{
	color: #000000;
}

.headrow{
	height: 399px;
}

/* Menu Items */
.menubar {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	/*font-family: Courier New, Courier, mono; */
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	text-transform:capitalize;
	line-height: 20px;
}

a.menu:hover
{
	color: #ff0000;
	/*background-color: #000000;*/
	text-decoration: none;
}

a:hover{
	color: #ff0000;
}

.menu{
	margin: 2px;
	text-decoration: none;
}

/* Footer */
.footerlinks {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	/*font-family: Courier New, Courier, mono; */
	font-size: 14px; 
	font-weight: bold;
	text-transform:capitalize;
	line-height: 20px;
}

.footer-small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

/* Subheadings */

.subhead, .normal p.subhead {  
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: bolder; 
	text-transform:capitalize;
	text-align: left;
}

.sectionhead { 
	font-family: Arial, Courier New, Courier, mono; 
	font-size: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #000000; 
	border: #000000; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	line-height: 1.6em
}

/* Admin */

.minimenu img{
	width: 70px;
	height: 70px;
}

.doive3, .doive2, .list, .minimenu{
	background-color:#FFFFFF;
	border: solid #000099 1px;
}

.list th, .list th a{
	background-color:#000099;
	color:#FFFFFF;
}

.list td{
	border-bottom: dotted 1px #aaaaaa;
}

/* News */

.newsdates{
	background-color:#CCCCCC;
	padding:5px;
}

.shownews .newstext{
	background-color:#FFFFFF;
	padding: 5px;
}

#news-scroll{
	font-size:13px;
}

/* Events */
#events-scroll{
	font-size:12px;
}

/* Side Menu */
.side_menu{
	margin-top: 20px;
}
.side_menu .menubar{
	width: 200px;
	border: 1px solid black;
	background-color:#CC0000;
	color:#FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.side_menu .menu:link, .side_menu .menu:visited, .side_menu .menu:hover{
	color:#FFFFFF;
}
.side_menu .menubar:hover{
	background-color:#000000;
}
/**/
.fullwidth{
	width: 800px;
}
