/* CSS Document */
body {
	background: #fff url(images/red2gray.png);
	background-repeat: repeat-x; 
	background-color: #E7E7C3;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 740px;
	border: 2px solid #999999;
	position: relative;
	left: auto;
	right: auto;
	border-color: #B3C8A1;
}
#header {
	padding-top: 10px;
	text-align:center;
}
h1{
	text-align: center;
	text-decoration: underline;
	color: #330066;
	
}

#navbar{
	width: 90%;
	margin: 0 auto 0 auto;
	
	
}
#navbar ul {
list-style: none;
text-align: center;

}
#navbar ul li {
display: inline;
}
#navbar tr th a {
	text-decoration: none;
	width: 97px;
	font-weight: bold;
	color: #330066;
	background-color: #E1D6A3;
}
#navbar tr th a:hover {
	color:#515151;
	
	
}
/* For the navbar box that is open*/
.current{
	color:#333333;
	text-decoration: none;
	display: block;
	width: 97px;
	padding: 10px 0 0 0;
	height: 25px; /* 35 - 10 = 25 */
	float: left;
	background:  url(images/navbox.gif) top left no-repeat;
	background-position: 0 -75px;
	font-weight: bold;
}
.content-text {
	text-indent: 20px;
	width: 600px;
	float: none;
}

#content{
	padding:0 10px 10px 10px;
	clear:both;
}
/* CSS for the box starts here */
.box {
		padding:0 12px 0 0;
		background:#fff url(images/borders.gif) 100% 0 repeat-y;
}
.bi {
		padding:0 0 0 12px;
		background:#fff  url(images/borders.gif) 0 0 repeat-y;
}
.bt {
		height:17px;
		margin:0 -12px;
		background:url(images/box.gif) 100% 0 no-repeat;
}
.bt div {
		width:18px;
		height:17px;
		background:url(images/box.gif) 0 0 no-repeat;
}
.bb {
		height:17px;
		margin:0 -12px;
		background:url(images/box.gif) 100% 100% no-repeat;
}
.bb div {
		width:18px;
		height:17px;
		background:url(images/box.gif) 0 100% no-repeat;
}
.rbroundbox h1 {
	margin:0;
	padding:0.3em 10px;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #7C7C7C;
}
.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
}
.box li {
		margin:0 0 0 2em;
		padding:0;
}
/* box css ends here*/

#footer{
	text-align:center;
	color:#333333;
}
#footer a{
	text-decoration: none;
	color:#333333;	
}
#footer a:hover{
	text-decoration: underline;
	color: #B3C8A1;
}

.inner-content{
	padding: 10px 20px 10px 20px;
	color: #666666;
}
.inner-index{
	padding: 0 20px 0 20px;
	background-color: #BEBEBE;
}
.inner-index p {
	color: #000000;
	font-weight: bold;
}
.inner-index p b{
	text-align:center;
	font-weight:bold;
	color:#990000;
	font-size: large;
}
.redhead{
	text-align:center;
	font-weight:bold;
	color:#990000;
	font-size: large;
	
}
.inner-portfolio{
	padding: 0 20px 0 20px;
	background-color: #BEBEBE;
}
.inner-left{
	width: 45%;
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	float: left;
}
.inner-right{
	padding: 0 20px 0 10px;
	background-color: #FFFFFF;
	float: right;
	width: 45%;
}
.header2{
	color: #990000;
	font-weight: bold;
	font-size: large;
	text-align:center;
	background-color: #7C7C7C;
}

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }
.form {
	height: 400px;
	width: 80%;
	border: 2px solid #000000;
	text-align: center;
}
.inner-video {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.inner-content img {
	padding: 0px;
	border: thick solid #999966;
	margin: 5px;
}
