

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 75%;
 background-image: url(images/testbg.jpg);
 background-repeat: no-repeat;
 line-height: 1.5em;
}

#wrapper { 
 margin: 0 auto;
 width: 962px;
}
#faux {
 background: url(images/colbgs2.gif);
 margin-bottom: 5px;
 overflow: auto;
 width: 100%
}
#header {
 color: #333;
 width: 962px;
 padding: 0px;
 height: 135px;
 margin: 10px 0px 5px 0px;
 background: #fff url(images/topright.jpg) no-repeat 533px 0px;


/* border: 3px solid #ccc; */
 
}

#logo {
 float: left;
 width: 400px;

}

#navbar {	
	float: right;	
	height: 27px;
	width: 550px;
	margin: 63px 10px 0 0;
	padding: 0;
	
}

#navbar2 {	
	float: right;	
	width: 100%;
	margin: 0px 0px 0 0;
	padding: 0;
	
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 180px;
 float: left;
}

#addyleft {
	font-size: 1em;
	line-height: 1.5em;
	margin: 5px 0px 0px 0px;
	border: 3px solid #ccc;
	padding: 3px;
	background-color: #eeeeee;


}



#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 535px;
 display: inline;
 position: relative;
 border:1;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 180px;
 float: right;
}
#footer { 
 width: 942px;
 clear: both;
 color: #fff;
 background: #e26020;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 1.1em;
}
.clear { clear: both; background: none; }

h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 2em;
	font-style: normal;
	background-color: #e26020;
	line-height: 50%;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #e26020;
	font-size: 1.4em;
	font-style: normal;
	line-height: 100%;
	margin-bottom: 10px;
	margin-bottom: 15px;
}

p {
	color: #333333;
	line-height: 1.5em;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;
	margin:10px;	
}


/*  Nav Menu top -----------------*/

#navbar ul {
	float: right;
	border: 0;	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#navbar ul li a { 
	float: left;
	font: normal 1em Verdana, Arial, Tahoma;
	padding: 3px 13px 4px 13px;
	margin: 0;
	text-decoration: none;	
	color: #505050;
	background-image: none;	
	border-right: 2px solid #ea471c;
}

#navbar ul li a:visited { 
border-bottom: 0px;
}

#navbar ul li a:hover {
color: #fff;
background-color: #ea471c;
	
}

#navbar ul li a.menulast, #navbar menulast{
border-right:none;

}

/* Side Left Navigation */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 150px;
background-color: #999;
background-image: url(images/mnu_over.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/mnu_down.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/mnu_down.gif);
color: #fff;
}

/* GLOSSY MENU TOP */

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/media/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#333;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/media/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/media/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/**********************************************/

#content a:link, #content a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#content a:hover {
	color: #fff;
	background-color: #e26020;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

select {FONT-WEIGHT: 500; COLOR: #333333; font-size: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;; }
input {FONT-WEIGHT: 500; COLOR: #333333; font-size: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;; }
textarea {FONT-WEIGHT: 500; COLOR: #333333; font-size: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;border: 1px solid #7480BD; }

legend
{
color: #333333;
background: #ffffff;
border: 1px solid #e26020;
padding: 2px 6px
}
