/* the burnt sienna in the artwork is #CD6714/ RGB(205,103,20) / CMYK(16,55,91,4) */
/* the gray in the artwork is #4D4D4D / RGB(77,77,77) / CMYK(0,0,0,70) */

/* reset divs */

div { border: 0px; margin: 0px; padding: 0px;}

h2,h3,h4 { color: #4e4e4e;}

body {
	background-color: #F1F3FF;
	color: #4f6b72;
	/*background: url(../images/darkgrad.jpg) repeat-x #333;*/
	font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
}

#outer {
	background-color: #F1F3FF;
	width: 800px;
	margin: 5px auto;
	padding: 15px 15px 15px 15px;
	text-align:left;
}

#wrapper {
	background: #E6EAE9 ;
}
#header {
	background: #000000;
	border: 0px;
}

/*  Navigational Elements */
#nav {
	background: #E6EAE9;
	color: #4f6b72;
	padding: 5px 5px 5px 5px;
	border: 1px solid #C1DAD7;
	text-align: center;
}

#nav-wrapper {
	border-top: 7px solid #F1F1FF;
	border-bottom: 7px solid #F1F1FF;
}

.nav-item {
	font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
	border-left: 3px solid #C1DAD7;
	border-right: 3px solid #C1DAD7;
}

#container {
  border: 1px solid #c1dad7;
  overflow: hidden;
}

/* ie hax to fit floated elements */
* html #container {
  height: 1%;
}

#content {
  float: left;
  width: 592px;
  padding: 14px;
  border-right: 1px solid #c1dad7;  
  background-color: #fff;
}

#sidebar {
  float: left;
  width: 168px;
  padding: 0px;
  margin: 0px;
}


#plaincontainer {
	background: #f1f2ea;
}

#fullcontent {
	background: #FEFEFF;
	padding: 14px 14px 14px 14px;
	border: 1px solid #C1DAD7;
	overflow: hidden;
}

/* ie hax to fit floated elements */
* html #fullcontent {
  height: 1%;
}

#fullcontent #side_bar {
  text-align: left;
  width: 154px;
  margin-right: 14px;
  float: left;
}

#side_bar #contact_box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4f6b72;
}

#side_bar #news_box {
  text-align: left;
}

#news_box .post h2 {
  font-size: 11px;
  font-weight: bold;
  color: #4f6b72;
  margin-bottom: 1px;

}

#news_box .post a, #news_box .post a:visited {
  text-decoration: none;
} 
#news_box .post a:hover {
  text-decoration: underline;
}


#fullcontent #main {
  width: 572px;
  margin: 0px 14px;
  float: right;
}

#blurbs {
	width: 661px;
	margin: 0px auto;
	text-align: left;
	padding: 25px 0px 0px 0px;	
}

.clienttestimony {
	font-style: italic;
	font-size: 11px; 
	margin: 4px 12px 4px 12px;
}

.testimonyattr {
	font-style: bold;
}

.blurb	{
	float: left;
	width: 280px;
	margin: 0px;
	padding: 6px 25px;
	border: 0px #000 solid;
	font-size: 12px;
}

.raqzlogo {
	vertical-align: top;
}

/* ie6 quirks mode hack */
* html .blurb {
	width: 330px;
}

#blurbleft	{

}

#blurbright {
	border-left: #C1DAD7 solid 1px; 
}

.blurbtitlecontainer {
  padding: 0px;
  margin: 0px;
}

.blurbcontent {
  border-top: #C1DAD7 solid 5px;
  border-right: #C1DAD7 solid 1px;
  border-left: #C1DAD7 solid 1px;
  border-bottom: #C1DAD7 solid 1px;
  padding: 7px;
  background: #ffffff;
  line-height: 100%;
}


#news {
	clear: both;
	width: 100%;
	padding-top: 25px;
}

p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 125%;
}

.news-title {
  font-size: 14px;
  color: #4f6b72;
  font-weight: bold;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #8a8a8a;
}

.news-footer {
  font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #8a8a8a;
  margin-bottom: 30px;
  margin-top: 5px;
  padding-top: 2px;
  border-top: 1px solid #8a8a8a;
}

/*#sidebar {
	width: 200px;
	float: right;
}
*/
#footer {
	color: #5c5c5c;
	background: #E6EAE9;
	font-size: 10px;
	padding: 14px 14px 14px 14px;
	text-align: center;
	border: 1px solid #C1DAD7;
}

#footer-wrapper {
	border-top: 7px solid #F1F1FF;
	border-bottom: 7px solid #F1F1FF;
}


h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
.blurbtitle {
  font-size: 18px;
  color: #4f6b72;
  font-weight: bold;
  text-align: center;
}

#runometer-thumbnail {
  float: right;
  height: 100px;
  width: 100px;
  padding: 7px;
  border: 0;
}
h3 {
  font-size: 14px;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
#logotable {
	margin: 0px;
	padding: 0px;
	border-style: collapse;
	background-color: #E6EAE9;
	border: 1px solid #C1DAD7;
	width: 100%;
}

#logocellright {
	align: right;
}
#logo {
	border: 0;
}
#rightlogo {
	border: 0;
	height: 77;
}
.sidetitle {
	font-size: 18px;
	margin-left: 5px;
}

.sidetext {
	margin-left: 5px;
	text-align: left;
}

.sidebar-header {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 14px 14px 14px 14px;
  margin: 5px 10px 0px 10px;
  border-top: 4px solid #4f6b72; 
  border-bottom: 2px solid #d1d1d1; 
}

.sidebar-items {
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  margin: 5px 10px 0px 10px;
  padding: 1px 3px 1px 3px;
}


a:link {
  color: #4f6b72;
}

a:visited {
  color: #4A606D;
}

a:active {
  color: #4f6b72;
}

a:hover {
  color: #4f6b72;
  text-decoration: underline;
}

a.nav-item {
	color: #4f6b72;
	text-decoration: none;
	font-weight: bold;
}

a.nav-item:visited {
    color: #4f6b72;
}

a.nav-item:active {
    color: #4f6b72;
}

a.nav-item:hover {
  color: #DADAFF;
  background-color: #4f6b72;
  text-decoration: none;
}

#runometer-badge {
  float: right;
  border: 0;
  margin-left: 7px;
  margin-bottom: 7px;
}

