/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	padding : 10px;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #1D2B5B;
}
img {
	border: 0px
}

/* Page Structure / Navigation */
#page {
	width:750px;
	margin: auto;
	background-color:#1D2B5B;
	height: auto !important;
	position:relative;
}
#page #headerleft {
width:325px;
height: 132px;
float:left;
}

#page #headerright {
width:425px;
height:102px;
float:right;
padding-top:30px;
}
#page #header {
	position:relative;
	height:132px;
	background: url(http://www.trinityglenrose.com/themes/tgr/images/header.jpg) no-repeat top left;
}
#page #header #logo {
	text-align:left;
	color:#fff;
	font-size:44px;
	font-style:italic;
	font-weight:bold;
	line-height: auto;
	padding: 0px;
	cursor:pointer;
	width:425px;
}
#page #header #logo_sub {
	text-align:left;
	color:#fff;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	line-height: auto;
	padding: 0px;
	margin:5px;
	cursor:pointer;
	width:425px;
	letter-spacing:.8;
}
#page #header #logo a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	text-decoration:none;
}
#page #header #logo_sub a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	text-decoration:none;
}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

#page #header ul.nav-header {
	list-style:none;
	margin:0px;
	float: right; 
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #header ul.nav-header li {
	float:left;
	padding:2px 0px;
	margin-left:24px;
	margin-bottom: 0px;
	color:#daf095;
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px
}
#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#daf095
}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}

#page #header #header-area {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 462px;
}

#page #homeHeader {
	background: url(http://www.trinityglenrose.com/themes/tgr/images/home_header.jpg) top left no-repeat;
	min-height:192px;
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}

#page #central {
	clear:both;
	background-color : #FFFFFF;
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#f4ffd2;
}
/* body & sidebar */
#page #central #body {
	float:right;
	text-align:left;
	width:561px;
	min-height:420px;
	background: url(http://www.trinityglenrose.com/themes/tgr/images/content.jpg) repeat-y top left;
	padding:10px;
}
#page #central #sidebar {
	float:right;
	width:169px;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	min-height:100%;
}
#page.sidebar-left #central #sidebar {
	float:left;
}
#page.sidebar-left #central #body {
	float:right;
	width: 581;
}
#page #central #body a {
cursor:pointer;
color:#993333;
text-decoration:none;
font-weight:bold;
}
#page #central #body a:hover {
color:#ff3333;
}
#page.sidebar-left {
	background-color:#ffffff;
}
#page #infobox {
width:169px;
position:absolute;
bottom:30px;
left:0px;
height:200px;
color:#0300BE;
font-size:11px;
font-family:Arial,Helvetica,San-Serif;
font-weight:bold;
text-align:center;
text-shadow: #8f8f8f 3px 3px 3px;
}
#page #central #sidebar p {
	line-height:24px
}
#page #central #sidebar ul {
	list-style:none;
	margin-right:15px;
	margin-top:5px;
	padding:2px;
	text-align:right;
}
#page #central #sidebar ul li {
}
#page #central #sidebar ul a {
	text-decoration:none;
	color: #00007f;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
}
#page #central #sidebar ul a.nav-selected {
	color:5D6B9B;
}
#page #central #sidebar ul a:hover {
	color:#FF0000;
}

#page #footer {
	background:url(http://www.trinityglenrose.com/themes/tgr/images/footer.jpg) repeat-x;
	clear:both;
	color:#ffffff;
	font-family:arial,helvetica,san-serif;
	font-size:10pt;
	text-align:center;
	height:20px;
	padding-top:10px;
	width:100%
}
#page #footer a {
	color:#ffffff;
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */ /* customize_miscellaneous */