﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentplace
{

}


#content-container-three-column
{
    margin-top: 3px;
    border: 1px solid; /* #818181*/
    position: relative; /*background:url(../../images/bg-three-column-main.png) repeat-y;*/ /*background-image: url(../../images/earthback.jpg);*/
    background-repeat: repeat-x;
    top: -8px; /*background-image: url(../../images/earthback.jpg);*/
    background-repeat: repeat-x;
    background-color: #fffff7; /* #eae5d4;*/
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    width: 100%;
}


#content-main-three-column {
	width:70%;
	float:left;
	
	}

#content-side2-three-column,
#content-side1-three-column {
	width:15%;
	font-size:.9em;

	}
	
#content-side2-three-column {
	float: right;
	}

#content-side1-three-column {
	float:left;
	}
	
#centercontent
{
    margin-left: 110px; 
    
    }
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 
 background: url('../../images/bg-nav-inv.png') no-repeat left top;
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
   
    top:53px;
    position:absolute;
    
    width:100%;
    
    padding-bottom: 1em;
    padding-top: 1.2em
}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    background: #E0A61F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em; /*color: #666666; background-image: url(../../images/earthback.jpg);
background-color: #cdcbd2;*/
}


p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr
{
    color: #7F5C11;
    background-color: #7F5C11;
    height: 1px;
    border: 0;
    margin: 15px 0;
    _margin: 10px 0;
}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}
	
.link_reg 
{
}

.error
{
    
    }





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS
color:#d61719;
v: 	color:#980000;
	text-decoration:none;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
    color:#7F5C11;
    text-decoration: underline;
    font-weight: bold;
}

a:visited {

    text-decoration: underline;
    font-weight: bold;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#7F5C11;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	}

/*begin creating the tabs */
.menu {
	margin-left: 30px;
	background: url(../../images/tab_bg.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;

}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 25px;
	background: url(../../images/tab_dim.gif) no-repeat;
	width: 150px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(../../images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(../../images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

#logo {
	position:absolute;
	top:.5em;
	left:5px;
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	color:black;
	}
	
	#nav-main
{
   
    top:58px;
    position:  absolute;
    padding-right: 0px;
    
    padding-bottom: 1.2em;
    padding-top: 1.2em
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER
background:url(../../images/bg-nav.png) bottom left no-repeat;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	
	margin-top:-30px;
	padding:.8em 0 1em 50px;
	color:#ffffff;
	font-size:.9em;
	left:5px;
	position:relative;
}

#footer div {
	top:0;
	right:0;
	padding:.8em 0 1em 0;
	
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	
}


