/**
* CSS
* 
* Based very loosely on the Indexhibit 'Sample' theme by Vaska and Gregory Cadar
*
*/

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: Georgia,Palatino,Times,'Times New Roman',serif,Verdana,sans-serif;
	background: #FFFFFF url(http://inrgbwetrust.com/theme_images/bg-left.gif) repeat-y scroll left;
	min-width: 910px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: underline; }
a:active { text-decoration: none; }
a:visited { color: #aaf; }
a:hover { text-decoration: underline; color: #f22; }

#menu ul a:link {
	text-decoration: none;
	background: #333;
	color: #fff;
	padding: 1px 3px 2px 5px;
}
#menu ul a:active {
	text-decoration: none;
	padding: 1px 3px 2px 5px;
	color: #ddd;
}
#menu ul a:visited {
	color: #222;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	padding: 1px 3px 2px 5px;
}
#menu ul a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #111;
	padding: 1px 3px 2px 5px;
	border: 0;
}

a img { border: none; }

#menu a img,
#menu a:link img,
#menu a:active img,
#menu a:visited img,
#menu a:hover img { border: none; background-color: transparent; padding: 0;}

#top {
	width: 100%;
	height: 2.4%;
	background: #E6E0D8 url(http://inrgbwetrust.com/theme_images/bg-topright.gif) no-repeat scroll bottom right;
}

#topleft {
	width: 23px;
	height: 100%;
	background: #E6E0D8 url(http://inrgbwetrust.com/theme_images/bg-topleft.gif) no-repeat scroll bottom right;
}	

#bottom {
	margin: 0;
	width: 100%;
	height: 3.8%;
	background: #E6E0D8 url(http://inrgbwetrust.com/theme_images/bg-bottomright.gif) no-repeat scroll top right;
}

#bottomleft {
	width: 23px;
	height: 100%;
	background: #E6E0D8 url(http://inrgbwetrust.com/theme_images/bg-bottomleft.gif) no-repeat scroll top right;
}

#menu {
	width: 210px;
	overflow: auto;
	position: absolute;
	top: 28px;
	left: 0;
	padding: 0 0 0 34px;
}

#menu div.container {
	padding: 20px 5px 5px 20px;
}

#menu ul {
	list-style: none;
	margin: 18px 0 0 0;
}

#menu ul li {
	margin: 2px 1px 4px 0;
	font-size: 12px;
}

#menu ul li.section-title {
	font-weight: bold;
	font-size: 16px;
	font-style: oblique;
	margin-bottom: 2px;
}

#content {
 	width: auto;
 	min-height: 93.8%;
 	margin: 0 0 0 260px;
 	padding-right: 50px;
 	background-color: #cccccc;
	background: #FFFFFF url(http://inrgbwetrust.com/theme_images/bg-right.gif) repeat-y scroll right;
	line-height: 1.3;
}

#content div.container { 
	padding: 28px 5px 25px 5px;
}

.container {
    
}

p {
	margin: 0 0 12px 0;
}

p.email {
	margin: 28px 0 0 0;
	color: #f00;
}

#content p {
	width: 600px;
	margin-bottom: 16px;
}

#img-container div.pics { min-height: 480px; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }

h3 {
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
h4 {
	margin: -3px 0 0 0;
	font-size: 18px;
	font-weight: normal;
}

hr.slideshow-hr {
	border: 0;
	width: 600px;
	height: 1px;
	color: #000;
	background-color: #000;
	margin: 0 0 16px 0;
}

#img-container	{
	margin: 16px 0 0 0;
	padding: 0;
}

#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

