
/* CSS Document */

body
{
	background-color: #848484;
	text-align: center;
}

h1
{
	font-size: 16px;
	font-weight: bolder;
}

h2
{
	font-size: 14px;
	font-weight: bolder;
	color:#FF6B1A;
}

img
{
	border: 0;
}

fieldset
{
	font-size: 11px;
   position: relative;
   margin-top: 225px;
}


#solutionslist
{
	font-style: italic;
	vertical-align:top;
}

td.con
{
	font-size: 8pt;
}


#page-wrapper
{
	background-color: white;
	width: 800px;
	margin: 0px auto;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

table#content td
{
	font-family: arial;
	color: black;
	padding: 30px;
	font-size: 14px;
   text-align: justify;
}

table#contact td
{
	padding: 1px;
	color: white;
}

div.row-wrapper
{
	display: table-row;
	width: 800px;
/*	 */
}

#header
{
	width: 800px;
	display: table-cell;
	float:left;
	text-align: center;
	background-color: white;
}

#main-left
{
	width: 150px;
	display: table-cell;
	float:left;
	font-family: arial;
	color: black;
	font-size: 18px;
}

#main
{
	display: table-cell;
	width: 500px;
	float:left;
	text-align: left;
	color: white;
	}

#main-right
{
	display: inline;
	width: 150px;
	float:right;
}


#footer
{
	width: 800px;
   height: 130px;
	display: table-cell;
	float:left;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	background-image: url(/internal/clearidea/images/footer.jpg);
	background-repeat: no-repeat;
}

#ring_me
{
	width: 139px;
   postition: relative;
   margin-top: -170px;
	float: right;
}

.con_form
{
	line-height: 50%;
	font-family: arial;
	color: black;
	padding: 0px;
}

#navigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#navigation a
{
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link
{
	color:#6A633E;
	text-decoration: none;
}

#navigation a:visited
{
	color:#6A633E;
	text-decoration: none;
}

#navigation a:hover
{
	background: #F4F3E7 url('../../../../images/arrow.gif') no-repeat 96% 50%;
	color:#6A633E; background-color:#F4F3E7
}

.blog
{
	width: 400px;
   margin-left: 25px;
   margin-right: 25px;
}

.blog_date
{
	font-size: 16px;
	font-weight: bolder;
	color: #848484;
}

.blog_head
{
	font-size: 16px;
	font-weight: bolder;
	color: #FF6B1A;
}

.blog_desc
{
   text-align: justify;
}

.blog_author 
{
	float: right;
   font-size: 12px;
   font-weight: bold;
}

.blog_link a
{
	float: right;
   font-size: 12px;
}

.blog_link a:link
{
   font-weight: bold;
	color: blue;
}

.blog_link a:visited
{
	font-weight: bold;
	color: blue;
}

.blog_link a:hover
{
	font-weight: bolder;
	color: #FF6B1A;
}

.success
{
	display: none;
   font-family: arial;
   font-size: 16px;
}

.blogfooter
{
	background-color: #FFFFCC;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.gallery
{
	text-align: center;
  	font-size: 10px;
   color: blue;
   width: 166px;
   float: left;
}