
@charset "utf-8";
/* Basic T-Bar Style written by Andrew Emerson 2008 */

body {

	background: #d0a7d1 url('/images/background_light.png');

	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

#full {
	background: #216a67; 
	width: 850px;
	margin: 10px auto;
	padding: 0;
}

#header {
	/*background: url('/images/web/header_gradient.png') top right repeat-y; /* url('/images/web/header.jpg') top right no-repeat;*/
	color: #FFF;
	width: 850px;
	height: 70px;
	padding-top: 5px;
	margin: 0;
	font: 26pt Comic Sans MS, cursive;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#main {
	width: 850px;
	margin: 0;
	padding: 0;
}

#leftbar {
	width: 810px;
	margin: 0;
	padding: 0 0 0 40px;
	background: url('/images/web/white_gradient.png') repeat-x;
	height: 30px;
}

#rightbar {
	background: #216a67;
	width: 180px;
	padding: 10px;
	color: #FFF;
	float: right;
}

#rightbar h1 {
	border-bottom: 1px dashed #FFF;
	font-size: 18px;
}

#content {
	background: #FFF url('/images/web/content_grad.png') repeat-y;
	width: 804px;
	margin: 0;
	padding: 20px;
	border-right: 3px solid #216a67;
	border-left: 3px solid #216a67;
	border-top: 1px solid #216a67;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contentwrapper {
	
	margin-right: 210px;
	
}

/** NAVIGATION **/
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 15px Arial, Helvetica, sans-serif;
	position: absolute;
}

ul.navigation li {
	float: left;
}

ul.navigation li a, ul.navigation li a:visited, ul.navigation li a:hover {
	color: #FFF;
	background: #bd9500;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 5px 3px 0 0;
	height: 20px;
	border-top: 1px solid #956D00;
	/*width: 100px;*/
}
ul.navigation li a:hover {
	color: #FFF;
	background: #bf55c4;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 5px 3px 0 0;
	height: 21px;
	border-top: 1px solid #972D9C;
}

ul.submenuItems {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

ul.submenuItems li {
	float: left;
}

ul.submenuItems li a, ul.submenuItems li a:active, ul.submenuItems li a:visited, ul.submenuItems li a:hover  {
	color: #FFF;
	background: #bd9500;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 5px 3px 0 0;
	height: 20px;
}

div.submenu {
	position: relative;
	top: 30px;
	z-index: 999999;
	height: 30px;
}

/** LINK STYLING **/
a, a:active, a:visited {
	color: #bd9500;
	text-decoration: none;
}

a:hover {
	color: #801285;
	text-decoration: underline;
}

/** Added from the old nampasiles site **/
.subTitle	{
	font-weight: bold; 
	font-style : Italic;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none; 
	color : #0B486E;
}

.subTitle:hover	{
	font-weight: bold; 
	font-style : Italic;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none; 
	color : #025388;
}

/** HEADER STYLING **/
h1, h2, h3, h4, h5 {
	margin: 5px;
	font-variant: small-caps;
}

/** GENERAL ELEMENT STYLING **/
blockquote {
	background: url('/images/web/blockquote.png') no-repeat;
	padding: 20px 0 0 20px;
	margin-left: 15px;
}

div.contentboxright {
	width: 300px;
	float: right;
	margin: 10px;
	padding: 10px;
	background: url('/images/web/gradient.png') bottom repeat-x;
}

div.contentboxright h1 {
	color: #216a67;
	border-bottom: 1px dashed #000;
}

div.contentboxleft {
	width: 300px;
	float: left;
	margin: 10px;
	padding: 10px;
	background: url('/images/web/gradient.png') bottom repeat-x;
}

div.contentboxleft h1 {
	color: #216a67;
	border-bottom: 1px dashed #000;
}

