/* Common */
body,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size:small;
  background: #fff;
}

/* Remove padding and margin */
*
{
    margin: 0;
    padding: 0;
    border: 0;
}

a
{
	text-decoration: none;
	color: #999999;
}

a:hover
{
	color: #666666;
}


body { 
  margin:0; 
  padding:0; 
  color:#000;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

img { 
  border:0;
}

form { 
  margin:0; 
  padding:0;
}

ul {  
  margin:0.5em 0 1em 2em; 
  padding:0;
}

li {
  margin: 0.2em 0 0.2em 0; 
}

p
{
	color: #838383;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	word-spacing:2px;
}

li
{
	color: #939393;
	font-size: 13px;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	color: #F3A403;
	display: inline;
}

h3.larger
{
	font-size: 15px;
}
h3.smaller
{

}


.afterh2
{
	display: inline;
}


h3
{
	font-size: 14px;
	font-weight: bold;
	color: #F3A403;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color: #F3A403;
}

a.link
{
	color: #F3A403;
	text-decoration: none;
	font-style: italic;
}

a.link:hover
{
	color: #FF6600;
}

a.large {
	font-size: 13px;
}

.companyname {
	color:#F7A600;
}

p,dl { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear {
	clear:both;
	zoom:1;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

/* ----------------------------- ID Classes - Used for primary design elments ----------------------------- */
#container
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url('../images/g-background-logo-e.gif') no-repeat;
	background-position: 710px 103%;
	min-height: 600px;
}

#container.noe {
	background:none;
}

#containerinner
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#rightbar
{
	left: 930px;
	position: absolute;
}

#header h1
{
	margin-top: 56px;
	font-size: 36px;
	color: #F3A403;
	font-weight: normal;
	text-transform: lowercase;
	font-family: "Arial Narrow", Arial, Sans-Serif;
}

.sub
{
	font-size: 20px !important;
	font-weight: bold;
}

#menu
{
	float: right;
}

#menu
{
	position: relative;
}

#topicons
{
	position: relative;
}

#content {
  margin:30px 0 0 0;
}

#author-main
{
	/*text-align: right;*/ float:right;
}

#author a
{
	text-decoration: none;
	color: #999999;
  font-size:80%;
}
#author a:hover
{
	color: #666666;
}

.noliststyle
{
	list-style: none;
	margin-top: 4px;
}
.noliststyle li
{
	margin-top: 6px;
}

blockquote
{
	margin: 14px;
	color: #939393;
	font-size: 11px;
	line-height: 16px;
}

.ulholder
{
	float: left;
	padding-left: 10px;
	text-align:left;
}

#flashcontent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------- Menu Styles to be used --------------------------------------------------- */


#topicons a span {display: none;
  position: absolute;
	top: -40px;
	left: 0px;
	width: 220px;
  padding: 5px;
	margin: 10px;
	z-index: 110;
  color: #AAA;
  font: 11px Tahoma, sans-serif;
	text-align: right;
	text-decoration: none;
}

#bottomicons a span {display: none;
  position: absolute;
	top: 85px;
	width: 220px;
  padding: 5px;
	margin: 10px;
	z-index: 100;
  color: #AAA;
  font: 11px Tahoma, sans-serif;
	text-align: right;
	left: 0px;
	text-decoration: none;
}
#topicons img { margin-right: 6px; }

div#bottomicons img { margin-right: 12px; }

#topicons a, div#bottomicons a
{
	text-decoration: none;
}

#bottomicons a:hover
{
	background: #ffffff;
}

#topicons a:hover
{
	background: #ffffff;
}

#topicons a:hover span
{
	display: block;
	background: #ffffff;
}

#bottomicons a:hover span
{
	display: block;
	background: #ffffff;
}


#bottomiconsfront
{
	text-align: center;
	margin-top: 60px;
}

#bottomiconsfront a span {display: none;
  position: absolute;
	top: 195px;
	width: 240px;
  padding: 5px;
	margin: 10px;
	z-index: 100;
  color: #F3A403;
	font-weight: normal;
  font: 26px Tahoma, sans-serif;
	text-align: center;
	left: 280px;
	text-decoration: none;
}

div#bottomiconsfront img { margin-right: 12px; }

div#bottomiconsfront a
{
	text-decoration: none;
}

#bottomiconsfront a:hover
{
	background: #ffffff;
}

#bottomiconsfront a:hover span
{
	display: block;
	background: #ffffff;
}

/* ----------------------------- Error Styles to be used -------------------------------------------------- */
#accesserrorcontent
{
	margin-left: 30px;
	float: left;
	width: 250px;
}

#accesserror
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#accesserror img.logo
{
	float: left;
	margin-top: 20px;
}

/* ----------------------------- Login Styles to be used -------------------------------------------------- */
#logincontent input {
  line-height:1.2em;
  margin:0 0 10px 0;
}

#login
{
	width: 310px;
	margin-left: auto;
	margin-right: auto;	
}

#login img.logo
{
	float: left;
	margin-top: 20px;	
}


/* ----------------------------- Profile Styles to be used ---------------------------------------------- */
.left
{
	float: left;
	margin-right: 20px;
}

.right
{
	float: right;
	margin-left: 20px;
}

.textright
{
	text-align: right;
}

/* Splash Flash Container */

#splash-container {
  position:absolute;
  top:41px;
  left:58px;
}

#flash-nav {
  position:absolute;
  top:36px;
  right:56px;
}

.catchwords
{
	font-weight: bold; color: #eeeeee;
}

.catchwordsfloatleft
{
  color: #eeeeee;  
  float:left;
  font-weight: bold; 
}

#content .catchwordsfloatleft a, #content .3columnlist a {
  white-space: normal;    
}

#content .catchwordsfloatreturn
{ float:left;}

#catchwords span
{
	margin: 0px 6px 0px 6px;
}

b {
	font-size: 13px;
	font-weight: bold;
	color: #F3A403;
	display: inline;
}

.search {
	border: 1px solid #666;
	padding: 4px;
}

p.sup { line-height:18px; }


/* Blog Code */
#sidebar {
	width: 200px;
	position: absolute;
	top: 195px;
	right: 100px;
/*	border: 1px solid #ccc; */
}

#sidebar ul {
	list-style: none;
	margin-left: 0px;
}

#sidebar ul li {
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar input {
	border: 1px solid #ccc;
}

#blog-content {
	min-height: 680px;
	width: 530px;
/*	border: 1px solid #ccc; */
}

#blog-content h2 {
	font-size: 18px;
	display: block;
}

#searchform input {
	margin: 6px;
}

#commentform input, #commentform textarea {
	border: 1px solid #ccc;
}

#commentform textarea {
	width: 530px;
}

#blog-content .navigation {
	margin-bottom: 10px;
	padding: 4px;
	background: #eee;
}

#blog-content .navigation a {
	color: #666;
}

#blog-content hr {
	height: 1px;
	background-color: #ccc;
	width: 530px;
	margin: 10px 0px 10px 0px;
}


/** Content List 3 column **/

.list, .catchwordsfloatleft, .catchwords, .catchwordsfloatreturn {
  margin:0 20px 0 0;
}

#content .columnlist3 ul{
	width:210px;
	text-align:left;
	list-style:url(../images/g-link-icon.gif);	
	float:left;
	padding-bottom:15px;
}

#content .list li, #content .catchwordsfloatleft li, .catchwords li, #content .catchwordsfloatreturn li {
	list-style:url(../images/g-link-icon.gif);
}

/** Content List 2 column **/

#content .columnlist2 ul{
	width:300px;
	text-align:left;
	list-style:url(../images/g-link-icon.gif);	
	float:left;
}


/** Content List 1 column **/

.list, .catchwordsfloatleft, .catchwords, .catchwordsfloatreturn {
  margin:0 20px 0 0;
}

#content .columnlist1 ul li{
	text-align:left;	
	float:left;
	list-style:url(../images/g-link-icon.gif);	
}

.orange a {
	color: #F7A600;
	font-style: italic;
}

.orange b {
	color: #838383;
	font-style: normal;
}