
/***********************************************************************
						reset and clearing
*************************************************************************/
:link,:visited {
	text-decoration : none;
}

ul,ol {
	list-style : none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size : 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin : 0; padding : 0;
}
ul{
	margin-left:1em;
}
a img,:link img,:visited img {
	border : none;
}
/* 
	**easy clearing 
	Any container with class="clearer" will expand around enclosed floated elements
*/
.clearer:after, #contact:after
	{
	content: '[HI MUM]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearer, #contact
	{
	display: inline-block;
	}
/*\*/
.clearer, #contact
	{
	display: block;
	}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
/***********************************************************************
						
*************************************************************************/
body {
	background-color: #FFFFFF;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6B6B6B;
}

a {
	color:#6B6B6B;
}

a:hover {
	color:#6B6B6B;	
}

h1 {
	font-size:1.2em;
	margin:5px 0 10px 0;
}

h2 {
	font-size:1em;
	margin:5px 0 10px 0;
}
p {
	padding:4px 0 4px 0;
}

#container {
	width:850px;
	margin:0 auto;
	margin-top:25px;
	text-align:left;
}

#topLogo {	
	height:85px;
}
#topLogo img{	
	float:left;
}

/*********************end of navigation bar************************/

#topImage {
	height:200px;
	background-color:white;
}
#topImage img
{
	float:left;
}
/*********************columns ************************/

#columns{
	background: #ffffff;
	width:850px;
}

/*********************left columns ************************/
object
{
	font-family:Arial, Helvetica, sans-serif !important;
}
#leftColumn {
	width:340px;	
	float:left;
}
#leftColumn p.front{
    padding:0 40px 0 20px;
    font-size:12px;
    color:#999;
    font-family:"Century Gothic";
}
#leftColumn_heading {
	background:#ffffff;
	height:30px;
	padding:12px 0px 0px 16px;	
	font-family:"Century Gothic";
	font-size:1.3em;
	font-weight:bold;	
	color:#898989;
}

.leftMenu {
	background-color: #FFFFFF;
	background-image:url(../images/background_left_menu.jpg); 
	background-repeat:no-repeat;		
	height:28px;		
}

.leftMenuItem {
	padding:5px 0px 0px 35px;		
}

.leftMenuItem a {
	font-size:1em;
	color:#626262;		
	text-decoration: none;				
}

.leftMenuItem a:hover {
	color:#ffffff;			
	text-decoration: none;
}

/*********************right columns ************************/

#rightColumn {
	width:510px;	
	float:left;	
	left:10px;		
}

#rightColumn_Heading {
	background:#ffffff;
	height:30px;
	padding:12px 0px 0px 0px;
	font-family:"Century Gothic";		
	font-size:1.3em;
	font-weight:bold;	
	color:#ba3a13;
}

.moreLink
{
    float:right;

    padding-right:10px;
}
.rightColumn_featured
{	
	margin-bottom:8px;
	position:relative;
	background:#b2b2b2;	
	padding-bottom:10px;
}

div#rightColumn_featured1 {
	background:#ba3a13;		
}

div#rightColumn_featured2 {
	background:#8b9baa;		
}

div#rightColumn_featured3 {
	background:#8c8c8c;		
}

.featuredImage {
	float:left;	
	width:120px;
	max-height:123px;
	margin:10px 10px 0 10px;
    display:inline;
    overflow:hidden;
}
* html .featuredImage {

}
.featuredImage img {
}

.featuredDescription { 
	float:right;
	width:355px;	
	color:#fdfdfd;		
}

.featuredDescription h1 {	
	font-family:"Century Gothic";
	margin:7px 0px 0px 0px;
}

.featuredDescription p {
	margin:0px 10px 3px 0px;
	padding-bottom:25px;
}

.featuredDescription a {
	float:right;
	margin:0px 10px 5px 0px;
	color:#fdfdfd;		
	text-decoration:none;
}

.featuredDescription a:hover {	
	color:#fdfdfd;		
	text-decoration:underline;
}

/*********************end of columns************************/

/*********************footer************************/
#footer {
	position:relative;
	background-color: #FFFFFF;
	background-image:url(../images/background_footer.jpg); 
	background-repeat:no-repeat;
	background-position:bottom left;		
	height:21px;		
	margin:0px 0px 80px 0px;
	color:#a7abae;
	font-size:0.8em;	
	padding-top:5px;
}

#footer a {
	color:#a7abae;
	text-decoration:none;	
}

#footer a:hover {
	color:#a7abae;
	text-decoration:underline;	
}

#copyright {
	float:left;
	width:350px;		
	margin-left:10px;
}

#privacy_terms {
	float:right;
	width:200px;		
	padding-right:5px;
	text-align:right;
}
#privacy_terms a {
    padding:5px;
}
/*********************end of footer************************/

div.space {
	height:10px;
}
