﻿/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

*
{   
    padding:0px;
    margin:0px;
    border:solid 0px;

}

frameset, 
frames, 
iframe
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{	
		font-size:76%;	/* The default master font-size... is here, and here only: */
		background:#edf1f3 url(images/bg/bg_site.gif) top repeat-x;
		color:#4c4c4c;
		background-color:#dddedf;
	}	

body
	{
	}
html,
body
	{
		height:100%;
	}

html,
input,
textarea,
select
	{
		font-family:Arial;	/* The default master fontfamily... is here, and here only */
	}

/*If the font-size property is set to use the em unit, then you have to specify the font-size for the input, select and textarea*/
input,
textarea,
select
	{
			font-size:1em;
	}

form
	{
		height:100%;
	}
	
h1
	{
		font-size:1.2em;
		color:#333;
	}
	
h2
	{
		font-size:1.2em;
		color:#333;
	}

h1, h2
	{
		margin-bottom:10px;
	}
	
h3
	{
		font-size:1em;
		color:#333;

	}
	h3 a
		{
			background:transparent url(images/bg/bg_readmore_arrow.gif) no-repeat scroll 5px 50%;
			padding-left:15px;
			color:#4C4C4C;
			text-decoration:none;
		}
		
p
	{
		margin-bottom:10px;
	}
	
a
	{
		color:#ab511f;
		text-decoration:none;
	}
#Related ul a
	{
		background:transparent url(images/bg/bg_readmore_arrow.gif) no-repeat scroll 5px 50%;
		padding-left:15px;
		color:#4C4C4C;
		text-decoration:none;
	}
	
a:hover
	{
		text-decoration:none;
	}	

ul,ol,dd
	{
		list-style-type:none;
	}	
.ClearSpace
	{
		clear:both;
		font-size:0px;
		line-height:0px;
		display:block;
	}	

/* HR elements wont style properly in IE, so this is a class workaround */	
.hr
	{
	}	
/* Read more links */
.readMore
	{
		font-size:11px;
		color:#AB511F;
		text-decoration:none;
		padding-left:10px;
		background:transparent url(images/bg/bg_readmore_arrow.gif) no-repeat center left;
	}
	
	.readMore:hover
		{
			text-decoration:underline;
		}

.ExpandElement
	{
		padding:5px 0 0 10px;
	}
	
.ApplyWork
	{
		margin-top:5px;
	}
	.ApplyWorkLink
		{
			padding-left:15px;
			background:transparent url(images/bg/bg_arrow.gif) no-repeat center left;		
		}

