/*Copyright 2003-2008 GrandCare Systems LLC*/
body {
  margin: 0;
  font-family: sans-serif;
  text-align: center;
  background-color: #cccccc
}

input, select, textarea {
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  background-color: #eeeeee;
  color: black;
}
img {
	border: none;
}

div#craftysyntax {
	float: right;
}

#rootcontainer {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background-color: #4665B5;
  margin-top: 5px;
}

#header {
	margin-top: 15px;
  background-color: #cccccc;
}

#topcontent {
  height: 50px;
  padding: 10px 0px 10px 10px;
}

#topcontent h3 {
  color: #92aab8;
  margin: 0;
  font-size: 14px;
}

#topcontent ul {
  margin: 0px;
}

#topcontent ul li {
  font-size: 10px;
  list-style-type: none;
  padding-top: 5px;
	white-space: nowrap;
}

.imagecontainer {
  float: right;
  width: 385px; 
  clear: right;
}

#imagecontainer img {
  padding: 0;
  border: 0;
  float: left;
}

#imagetop {
  padding-top: 5px;
}

#imagebot {
  position: relative;
  left: 20px;
  top: -20px;
}
#mid {
  background-color: #4665B5;
  color: white;
}

#mid img {
  border: 0;
}

#mid #links {
	position: absolute;
	top: 16px;
}

#mid #links a {
  color: #dddddd;
  font-weight:normal;
  font-size: 14px;
  text-decoration: none;
  cursor:pointer;

}
#mid #links a:hover { 
  color: white;
  background-color: black;
}

#slogan {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px; 
  vertical-align: bottom;
}

#nav {
  width: 210px;
  float: left;
  clear: both;
}
#nav span {
  font-weight: bold;
  font-size: 19px;
  cursor: pointer;
}

#content {
  background-color: white;
  float: right;
  width: 570px;
  padding: 10px;
}

#helpcontents {
	padding: 10px;
	background-color: white;
}

#content h1 {
  color: #92aab8;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
}

#content div {
  font-size: 16px;
}

#content .cpad {
  margin-top: 40px;
  color: #6699cc;
  font-size: 18px;
}

#content ul li a {
  color: black;
}

#content ul li a:hover {
  color: #92aab8;
}

.submenuItem {
  color: white;
}

.submenuItem a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.submenuItem a:hover {
  text-decoration: underline;
}

.submenuItem ul {
  list-style-type: square;
  margin-top: 0px; 
}

.menuitem {
  height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  color: white;
  cursor: pointer;
}

#footer {
  clear: both;
  padding: 10px;
  text-align: center;
  color: white;
}

#footer a {
  color: #dddddd;
  text-decoration: none;
}
#footer a:hover {
  color: white;
  background-color:black;
}
.menulistitems {
  color: white;
  list-style-type: square;
  margin: 5px
}

.padleft { padding-left: 8px }

#social {
  width: 100%;
  background-color: #4665B5;
  padding-top: 5px;
}
#social img {
  border: 0px;
}
#social .links {
  padding-left: 5px;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  position: relative;
  top: -12px;
}
#social a {
  text-decoration: none;
}
#social a span:hover {
  background-color: black;
}

#rssFeed {
  list-style-image: url('/images/feed_li.png');
  padding: 0;
  margin-left: 20px;
}

#rssFeed li {
  margin: 5px;
}

#rssFeed a {
  font-size: 12px;
  text-decoration: none;
}

.biglist {
  list-style-position: outside;
  list-style-image: url(/images/list_block.jpg);
}

.biglist h3 {
  color: #6699cc;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.helplink {
  font-weight: normal;
  text-decoration: none;
}

.helplink:hover {
  text-decoration: underline;
}

.askGaytha {
  padding-left: 10px;
  border-left: 3px solid #6699cc;
}
.buzzMedia {
  padding: 10px 0px; 
  border-bottom: 5px solid #6699cc;
}

.buzzMediaHeadline {
  clear: both;
  font-size: 16px;
  margin: 0;
  padding: 5px 0px;
}

.buzzMediaDate {
  font-size: 12px;
  float: left;
}
.buzzMediaAuthor {
  font-size: 12px;
  float: right;
}

.buzzStoryTitle {
  padding-top: 20px;
  margin: 0;
}

.buzzStorySubTitle {
  margin: 0;
}

.buzzArticleExtLink {
	font-size: 10px;
}

#contactThanks {
  visibility: hidden;
  font-size: 24px;
}

.hr {
  margin-bottom: 30px;
}

#ToC li {
  margin-top: 15px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
  
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
  width: 350px;
  height: 30px;
  margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 350px;
  height: 30px;
}
  
/* Explicitly set height/width of each list item */ 
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  width: 200px;
  height: 20px;
}

.scrollItem {
  font-size: 10px;
}

.scrollItem a {
  text-decoration: none;
  color: #d3d3d3;
}

.scrollItem a:hover {
  color: #ffffff;
}

.scrollDate {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 5px;
  color: #ffffff;
}

#videoPlayer {
  
}

#contactForm div {
  padding-bottom: 5px;
  margin: 0;
}

.strike {
  text-decoration: line-through;
}

#partnerLinks {
	text-align: center;
}

#partnerLinks img {
  border: 0px;
  padding-left: 20px;
}

#plog-wrapper textarea {
	width: 500px;
}

div#gc-dealer-list table {
	border: 1px solid #0000FF;
	padding: 0;
	margin: 0;
}

div#gc-dealer-list tr.head {
	background-color: #69C;
	font-size: 18px;
	text-align: center;
}

div#gc-dealer-list td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted black;
}

div#gc-dealer-list span a{
	text-decoration: none;
	position: relative;
	top: -7px;
	padding-left: 5px;
}

form.dl-contact-form table {
	margin: 0 auto;
}
