
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:.79em;
	line-height:1.2em;
	color:#505050;
	margin:0;
	padding:0;
	background:#ffffff;
}
#page {
	width:100%;
	position:relative;
}

#intro {
	background: #E46322;
	color: #fff;
	padding: 1em;
	-moz-border-radius: .8em;
  	border-radius: .8em;	
}


a, a:link, a:active, a:visited.home{
	color:#505050;
	text-decoration:none;
}
a:visited {
	color:#9F9F9F;
}

a:hover, a:hover.home {
	color:#E46322;
}
img {
	border:none;
}

#logo {
	vertical-align: middle;
}

#slogan {
	font-weight: bold;
	line-height:0em;
	vertical-align: middle;
	float: right; 
	margin:2em;
	color:#ffffff;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding:0;
	padding-top:5px;
	background:#E46322;
}

#header span {
	width: 970px;
	margin:0 auto;
}

h1{
	color:#ffffff;
	font-size:2.2em;
	font-weight: bold;
	line-height:1.3em;
	margin:0;
	padding:0;
	margin-left:15px;
	float:left;
}


#header a, #header a:link, #header a:active, #header a:visited,
#intro a, #intro a:link, #intro a:active, #intro a:visited{
	color:#fff;
	text-decoration:none;
}
#header a:hover {
	color:#fff;
}

/* tabs */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

#glossymenucontainer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(/images/themes/E46322/menu_bg.gif) repeat-x; /*tab background image path*/

}

#glossymenucontainer a, #glossymenucontainer a:link, #glossymenucontainer a:active, #glossymenucontainer a:visited {
	color:#E46322;
	text-decoration:none;
}
#glossymenucontainer a:hover {
	color:#fff;
}

.glossymenu{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 940px;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#505050;
	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;
}

.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: #505050;
	background: url(/images/themes/E46322/menu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #ffffff;
	background: url(/images/themes/E46322/menu_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#subheadercontainer {
	width:990px;
	margin:0 auto;
	height: 20px;
}

#subheader {
	margin:0 auto;
	padding:5px 0 0px 0px;
	font-size: 1.2em;
}
#subheader a, #subheader a:link, #subheader a:active, #subheader a:visited {
	font-weight: bold;
	margin-right:20px;
	padding: 0 2px 0 2px;
	color: #E46322;
}

#subheader a:hover {
	color: #ffffff;
	background: #E46322;
}

#subheader span, #subheader a:hover {
	color: #ffffff;
	background: #E46322;
	font-weight: bold;
	margin-right:20px;
	padding: 0 2px 0 2px;
}

h2 {
	font-size:1em;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

#feeds {
	width:990px;
	margin:0 auto;
	padding:10px 0 10px 10px;
	min-height:300px;
}
#feeds ul {
	margin:1.5em 15px 0 15px;
	padding:0;
	list-style:none;
	width:300px;
	float:left;
}
#feeds li {
	padding:3px 0;
	border-top:1px dotted #cecece;
}
#feeds li:hover {
	background: #F9F9F9;
}
#feeds li.site {
	font-weight:bold;
	text-transform:uppercase;
	font-size:.85em;
	letter-spacing:.04em;
	color:#E46322;
	border:none;
}

li.site a, 
li.site a:link, 
li.site a:active, 
li.site a:hover {
	color:#E46322;
	font-weight:bold;
	font-size:1.1em;
}
.published {
	color:#E46322;
	margin-bottom:7px;
}

.news-content {
	display:none;
}
.favicon {
	float:left;
	margin-left:-20px; 
}
.row-clear {
	clear:left;
	width:100%;
	height:0;
	overflow:hidden;
}

#helped {
	font-size: .9em;
	margin:0 auto;
	margin-top: 10px;
	width: 990px;
	padding:10px;
	border-top: 1px solid #9F9F9F;
}


#footer {
	margin:0 auto;
	margin-top: 20px;
	width: 990px;
	padding:10px;
	border-top: 2px solid #E46322;
}
#footer ul {
	padding:0;
	margin:0;
}

#footer li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
#footer a, 
#footer a:link, 
#footer a:active, 
#footer a:hover {
	color:#E46322;
	font-size:1em;
}


.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:left;
}
.hide {
	display:none;
}
.show {
	display:block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


#dhtmltooltip{
	position: absolute;
	background: #F9F9F9;
	visibility: hidden;
	z-index: 100;
	border: 2px solid #E46322;
	padding:15px;
	width: 335px;
	max-height: 250px;
	overflow: hidden;
	-moz-border-radius: .8em;
  	border-radius: .8em;
}

#form_box {
	width: 590px;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #E46322;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 590px;
	margin-top: 10px;
	height: 25px;
}
 
#log_res {
	overflow: auto;
	background: #E46322;
	padding:10px;
	color:#fff;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(/images/spinner.gif) no-repeat right;
}