/* COMMON STYLE */
/*
html, body {
    height: 100%;
}

body {
	color: #555;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 120%;
	height:100%;
}

*/
* {
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	color: #555;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 120%;
}

a:hover, a:active, a:focus {
	/* background: #F2F2F2; */
	color: #555;
	text-decoration: none;
}

/*------------------//   //-------------------------*/



/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

div#container{
	text-align: left;
	border: 0px solid blue;
	width: 790px;
	margin-left: auto;
	margin-right: auto;	
}

#headerblock{
	width: 790px;
	height: 100px;
}

#headerblock2{
	width: 790px;
	height: 100px;;
}

#header{
	clear: both;
	border: 0px solid green;
	background-color: #0f9;
	width: 790px;
	float: left;
	background: url(../images/gobanner.jpg) repeat-x;
}

#contactnav{
	display: inline; 
	color: #69a;
	padding: 2px 10px 5px;
	float: right;
	font-size: .9em;
}

/*------------------// TOP NAVIGATION  //-------------------------*/

#mainnav{
        font-size: 15px;
        font-family: arial, helvetica, sans-serif;
        width:100%;
        float:left;
        margin:1em;
}
#mainnav-container
{
	position: absolute;		
	top: 1em;
	left: 1em;
}
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnav li {
	margin: 0;
	padding: 0;
	display: inline;
}		
#mainnav a
{
        text-align: center;
        display:inline;
        border: 1px solid #555;
        white-space:nowrap;
        margin:0;
        padding: 0.3em;
}	
#mainnav a:link, #mainnav a:visited, #mainnav a:active	/* menu at rest */
{
        color: #000;
        background-color: #fff;
        text-decoration:none;
}	
#mainnav a:hover						/* menu on mouse-over  */
{
        color: #ccc;
/*        background-color: #ccc;*/
        text-decoration:none;
}	
#mainnav a.top_parent, #mainnav a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}	
#mainnav a.parent, #mainnav a.parent:hover 	/* attaches side-arrow to all parents */
{
        background-image: url(nav_white.gif);
        background-position: right center;
        background-repeat: no-repeat;
}
#mainnav ul
{
	list-style: none;
	margin:0;
	padding:0;
	float:left;/*
	width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}
#mainnav li {
	margin: 0;
	padding: 0;
	display: inline; 
} 	
#mainnav li
{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
#mainnav ul ul
{
	position: absolute;
	z-index: 500;
	top: auto;
	left:0%;
	display: none;
	padding: 1em;
	margin:-7px 0 0 -1em;
}
#mainnav ul ul ul
{
	top:0;
	left:100%;
}
div#mainnav li:hover
{
	cursor:pointer;
	z-index:100;
}
div#mainnav li:hover ul ul,
div#mainnav li li:hover ul ul,
div#mainnav li li li:hover ul ul,
div#mainnav li li li li:hover ul ul
{display:none;}

div#mainnav li:hover ul,
div#mainnav li li:hover ul,
div#mainnav li li li:hover ul,
div#mainnav li li li li:hover ul
{display:block;}


/*------------------// Page Info  //-------------------------*/


#pageblock  {
	position: relative;
	clear:both;
	width: 770px;
	height: 390px;
	margin: 5px 0 10px  0;
	padding: 5px 10px 10px  10px;
	border-left: 1px solid #cde; 
	border-right: 1px solid #cde; 
	border-top: 1px solid #cde; 
} 

#pageblock2 {
	position: relative;
	clear:both;
	width: 770px;
	height: 220px;
	margin: 5px 0 10px  0;
	padding: 5px 10px 10px  10px;
	border-left: 1px solid #cde; 
	border-right: 1px solid #cde; 
	border-top: 1px solid #cde; 
} 

#pagetopic{	
	clear:both;
	float: left;
	position: absolute;
	left: 0px;
	background-color: #fff;
	top: 0px;
	width: 300px;
	height: 268px;
	margin: 10px auto;
	padding: 10px;
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	text-align: center;
	
	/*filter: alpha(opacity=95); */
	-moz-opacity:.95;
	opacity:.95;
} 
#pagetopic span{
	color: #aaa;
	text-align: center;
}
#topic_outer {
	text-align: center;
	display: table;
	vertical-align: middle;
	width: 300px;
	height: 270px;
	padding: 30px 0;
	margin: 0 auto;
}
#topic_outer * {vertical-align: middle;}
#topic_middle {display: table-cell;}
#topic_inner {	padding: 25% 0;}


/*------------------// BODY   //-------------------------*/


#bodyblock  {
	clear: both;
	position: relative;
	width: 790px;	
	border: 0px solid #ccc;  
	/* background: lime;
	height: 850px;
	*/
} 


#bodyblock#bodycolleft  {
	/* width: 350px; 
	border: 0px solid #d00; */
	float: left;
	
	height: 470px;
	text-align: justify;
} 
#mainbody  {

	position: relative;
	width: 790px;
	height: 30px;
	margin: 10px 0;
	background-color: #0ea;
	background: url(../images/greyshade.jpg);
	border: 0px solid #f00;  
} 
#bodymaininfo  {
	margin-top: 5px;
	padding-top: 5px;
	clear: both;
	position: relative;
	border: 0px solid #d00; 
	float: right;
	width: 620px;
	height: 600px;
} 
#homeinfo  {
	clear: both;
	position: relative;
	border: 0px solid #00f; 
	width: 770px;
	text-align: justify;
	padding: 0 10px;
} 
/*
#homeinfo ul {
	position: relative;
	display:block;
	list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
}
*/

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: normal;
	line-height: 1.5em;	
	padding: 6px;
	margin: 2px 2px 2px 25px;
	list-style-type: disc;	
	text-decoration: none;
	font-weight: normal;	
	font-variant: normal;
	text-transform: none;	
	
 /* 
	color: #00CC33;
	background-color: #CCCCCC;
	text-indent: 10px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
*/
}

#sepline {
	position: relative;
	width: 790px;
	height: 10px;
	margin: 10px 0;
	background-color: #0ea;
	background: url(../images/greyshade.jpg);
	border: 0px solid #f00;  
} 
#calltoday{
	margin: 0 auto;
	font-size: .90em;
	color: orange;
	text-align: center;
}
#errorblok{
	padding: 5px;
	width: 99%;
	background: #f99;
	border: 1px solid black;
}
#msgblok{
	padding: 5px;
	width: 99%;
	background: #0f0;
	border: 1px solid black;
}
#topicheader{
	color: red;
	padding: 10px;
	width: 250px;
	text-align: center;
	font-size: 1.25em;
	font-family: arial-black, arial, verdana;
	border: 1px solid #cde;
	background-color: #def;
	margin: -10px 0 0 -10px;
}
#image2{
	text-align: center; 
	padding: 10px;
}
.article_separator {
	clear: both;
	display: block;
	background-color: transparent;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center;
}
.errfield{
	background: #f66;
	border: 1px solid red;
}
.orange{
	color: orange;
}
.red{
	color: red;
}
.blue{
	color: blue;
}

.green{
	color:green;
}

.emp{
	font-weight:bold;
}

.large{
		font-size: 1.20em;
}

.uline{
		text-decoration: underline;
}

.small{
		font-size: .75em;
}


.black{
		color: black;		
}


.submit input
{
margin-left: 4.5em;
} 
/*------------------// footer   //-------------------------*/

#footerblock  {
	top:0px;
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #000;	
	width: 790px;
} 

#footer {
	margin-top: 5px;
	text-align: center; 
	font-size: .70em;
	line-height: 100%;
	
} 


#footer #sitedesign { 
	font-size: .90em;
} 

#contribute {
	clear: both;
	position: relative;
	border-top: 1px dashed #a9a;	
	margin-top: 10px;
	padding-top: 10px;
	text-align: center; 
	font-size: .99em;
	line-height: 100%;
	color: #3a9;
	
} 
#privacy {
	border-top: 1px dashed #a9a;	
	margin: 10px 0;
	padding: 10px 0;
	line-height: 100%;
} 


#donate {
	border-bottom: 1px dashed #a9a;	
	margin: 0 auto;
	padding: 5px;
	line-height: 100%;
	text-align: left;
	font-style: justify;
	width: 95%;
	margin-bottom: 5px;
} 


#contactfoot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 100%;
	text-align: center;
	border-bottom: 1px dashed #a9a;	
	font-size: .81em;
} 

/*---------------------------------------------------------------// individual  pages   //----------------------------------------------------------------*/

/* contact */


#contactmain  {
	clear: both;
	position: absolute;
	float: right;
	top: 0px; 
	right: 0px;	
	width: 460px; 	
	height: 360px; 	
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 10px 5px 0;	
	border: 1px solid #ddd; 
}

#contact{
  padding: 15px;  
}

/* contact  form */


fieldset{
	border: 1px solid #ccc;
	width: 25.2em;
  margin-top:2em;
	padding: .27em 1.5em 1.5em 1.5em;
	position: relative;
	/*  background: #edf8fa; */
}

legend{
	position: absolute;
	top: -.1em;
	left: .5em;
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
} 

label{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; 
	height:  1.8em;
	border-right: 1px solid #ccc;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	color: #999;
}

#contactform input[type="text"]{
	width: 10em;
	height: 1.5em;
	color: #000;
	background: #edf8fa;
	border: 1px solid #abf;
}

#contactform #inp_email input {
	width: 15em;
}

#contactform  p{
	color: #333;
	padding-top: .25em;
	background: #eee;
	border: 1px solid #ccc;
	height: 1.8em;
}

#contactform  label{
	background: #fff;
}

#commentblok{
	border: 1px solid #ccc;	
	background: #eee;
	height: 5em;
}

#commentblok  span{
	padding: .5em 0;
	color: #333;
	width: 10em;
}

#commentblok  label{
	height: 5em;
	background: #fff;
}

#commentblok  textarea{
	margin-top: .5em;
}

#capcha{
	padding: 5px;
	border: 1px solid #ddd; 
	margin-left: auto; 
	margin-left: auto;  
	color:red; 
	text-align: center;
}

.submit input{
	margin: .15em 12.5em;
	text-align: center;
	width: 20%;
} 
.submit {
		background: #fff;
} 


/* Price */
#pricewrap{
	
  border: 1px solid #ddd; 
  padding: 15px;  
  margin-left: 50px;
  height: 468px;
}

#pricewrap #ul1{
  border: 0px solid #ddd;  
  float: left;
  padding: 5px;  
}

#pricewrap #ul2{
  border: 0px solid #ddd; 
  float: left;
   padding: 5px; 

}

#ul1 ul.pricebrite span, #ul2 ul.pricebrite span {
  color: #06f;
  font-weight: 600;
}

#accompics td{
	padding: 5px;
}


