/* GENERAL STYLES */
body
{
	background-color: #13603E;
	background-image: url(../_images/ui/body_background.gif);
	text-align: center;
	text-transform: inherit;
	min-width: 760px;
	margin: 0 auto auto auto;
	font-family: georgia, "bitstream vera serif", "times new roman", serif;
	color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper
{
	width: 760px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 760px;
	height: 130px;
	clear: both;
	display: block;
}

#content
{
	width: 500px;
	float: left;
	display: block;
}

#content-header
{
	background-image: url(../_images/ui/large_header-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 45px 0 45px;
	float: left;
	display: block;
}
#content-header img
{
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}


#content-footer
{
	width: 100%;
	float: left;
	display: block;
	background-image: url(../_images/ui/large_header-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
}

#sidebar
{
	width: 240px;
	float: right;
}

#sidebar-header
{
	background-image: url(../_images/ui/small_header-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 30px 0 30px;
}

#sidebar-footer
{
	width: 100%;
	display: block;
	background-image: url(../_images/ui/small_header-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
}

#top
{
	width: 100%;
	display: block;
	float: left;
	clear: both;
	height: 33px;
	background-image: url(../_images/ui/top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer
{
	width: 100%;
	display: block;
	text-align: center;
	text-transform: inherit;
	float: left;
	clear: both;
	padding: 20px 0 0 0;
	font-size: 0.9em;
}

#footer a
{
	text-transform: inherit;
	text-decoration: none;
}

/* Start of header hiding and link back to homepage */
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../_images/ui/ticsbs_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	clear: both;
	display: block;
}

#header h1 a
{
	text-decoration: none;
	background-color: transparent;
	float: left;
	clear: both;
	display: block;
}

.navcontainer ul
{
	font-family: georgia, "bitstream vera serif", "times new roman", serif;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #0A4329;
	color: #FFF;
	width: 100%;
	text-align: center;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}

.navcontainer li.last-one a { border-right: 0 solid #fff; }
.navcontainer li.active a { color: #FC0; }
.navcontainer li { display: inline; }

.navcontainer li a
{
	text-decoration: none;
	background-color: transparent;
	color: #FFF;
	border-right: 1px solid #fff;
	line-height: 3em;
	padding: 0 0.3em 0 0.3em;
}
.navcontainer li a:hover{ color: #FC0; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }
p, label, address, ul, ol { font-size: 0.85em; }

/*To overcome inherance*/
ul ul, ol ol { font-size: 1em; }

address { font-style: normal; }
a:link, a:visited, a:hover, a:active
{
	color: #FFF;
	text-transform: inherit;
	text-decoration: none;
}
a:hover { color: #FC0; }

h1
{
	font-weight: normal;
	margin: 0 0 .5em 0;
}

p, h2, h3
{
	font-weight: normal;
	margin: 1em 0 .5em 0;
}

input#searchfor, input#submit
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	color: #000;
	font-family: arial, sans-serif;
	text-transform: inherit;
	margin: 0 .3em 0 0;
}

input#searchfor { width: 100px; }
input#submit { width: 65px; }

#feature, #sidebar-feature
{
	display: block;
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	float: left;
}

#nofeature, #nosidebar-feature
{
	padding: 0;
	float: left;
}


#feature
{
	width: 400px;
	margin: 0 0 1em 0;
}

#nofeature
{
	display: block;
	width: 400px;
	margin: 0 0 1em 0;
}


#nosidebar-feature
{
	display: none;
	width: 150px;
	margin: 1em 0 1em 0;
}

#sidebar-feature
{
	width: 150px;
	margin: 1em 0 1em 0;
	text-align: center;
	text-transform: inherit;
	padding: 15px;
}


#feature h2, #feature p { margin: 1em 0 0 1em; }

#feature img
{
	float: right;
	display: block;
	margin: 0 0 0 1em;
}

img.contentimg
{
	float: right;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #13603E;
}
hr
{
	background-image: url(../_images/ui/large_header-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-width: 0;
	width: 100%;
	height: 4px;
	border-style: none;
	background-color: transparent;
	border-color: transparent;
}
div.journal
{
	float: left;
	display: block;
}
div.journal img
{
	display: block;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	width: 127px;
	height: 165px;
	margin: 22px 42px 0 44px;
}
div.journal p
{
	text-transform: inherit;
	display: inline;
	float: left;
	/*text-align: justify;*/
	/*margin: 10px 0 0 20px;*/
	margin: 8px 0 0 39px;
}



div.main-content
{
	float: left;
	display: block;
	width: 100%;
}
div.main-content-centered
{
	float: left;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.main-content img
{
	/*float: right;
	padding: 10px;*/
	margin: 10px 0 10px 10px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #13603E;
}

div.journal-image
{
	float: right;
}
div.journal-image img
{
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	width: 127px;
	height: 165px;
}
div.journal-text
{
	width: 500px;
	float: left;
	display: block;	
}
div.news-text
{
	width: 310px;
	float: left;
	display: block;
}
div.news-image img
{
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	width: 72px;
	height: 90px;
	margin: 20px 0 10px 10px;
	float: left;
}
div.large-image
{
	width: 75%;
	/*height: 360px;*/
	/*float: left;*/
	display: block;
	align: center;
	/*margin: 30px 0 0 0;*/

}
div.large-image img
{
	/*display: block;*/
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	/*width: 288px;
	height: 360px;*/
	/*margin: 0 0 0 56px;*/
}
div.large-image p
{
	/*width: 288px;*/
	text-transform: inherit;
	display: block;
	/*float: left;*/
	text-align: justify;
	/*margin: 20px 0 0 29px;*/
}
div.categories-text
{
	width: 310px;
	float: left;
	display: block;
}
div.categories-image img
{
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	width: 72px;
	height: 90px;
	margin: 5px 0 5px 10px;
	float: left;
}
div.categoriesmain
{
	float: left;
	display: block;
	/*align: center;*/
}
div.categoriesmain img
{
	display: block;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	width: 109px;
	height: 136px;
	margin: 26px 10px 0 10px;
}
div.categoriesmain p
{
	text-transform: inherit;
	font-size: 1em;
	/*display: inline;*/
	/*float: center;*/
	text-align: center;
	/*margin: 10px 0 0 20px;*/
	margin: 8px 10px 0 10px;
}

div.books-text
{
	width: 280px;
	float: left;
	display: block;
}
div.books-image img
{
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	width: 58px;
	height: 72px;
	margin: 10px 0 10px 50px;
	float: left;
}
div.category
{
	float: left;
	display: block;
	width: 33%;
	height: 180px;
	align: center;
	margin: 30px 0 0 0;
}
div.category img
{
	/*display: inline;*/
	padding: 0;
	background-color: #0A452B;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	/*width: 144px;*/
	/*height: 180px;*/
	/*margin: 20px 0 0 35px;*/
}

#holder,
#holder * {
color:#000;
}





/* EDITOR PROPERTIES */
h1 {

}

h2 {

}

p {

}

div class="journal" {
div.journal
{
	float: left;
	display: block;
	width: 100%;
}

}

