/***********************************************/
/***********************************************/
/*                                             */ 
/* Places for People | Gold Awards		       */
/*                              copyright 2007 */
/*                                             */
/***********************************************/
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/********* PAGE CONTAINERS ***********/

#divcontainer
	{
	position: relative;
	background-position: left top;
	background-color: #FFFFFF;
	width: 750px;	
	height: 100%;
	float: none;
    text-align: left;
	top: 1px;
    margin-right: auto;
    margin-left: auto;
	z-index: 4;
	}
		
#divcontainer1
	{
	position: relative;
	background-position: left top;
	background-image: url(../images/gold_bg.jpg);
	width: 750px;	
	height: auto;
    text-align: left;
	top: 6px;
    margin-right: auto;
    margin-left: auto;
	z-index: 0;
	}


/******* text styles *******/

#main_text
{
margin-left: 210px;
margin-right: 205px;
padding: 30px 10px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.2em;
letter-spacing: .01em;
font-size: 9pt;
color: #504f54;
}

#main_text_2
{
margin-left: 210px;
padding: 30px 10px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: .01em;
font-size: 9pt;
color: #504f54;
}


body{
	font-family: Arial,sans-serif;
	color: #504f54;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#smalltext{
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #a49366;
	line-height: 2;
	}
	
	


/******* header images *******/

.corner_header
	{
	position: absolute;
	top: 0px;
	left: 530px;
	z-index: 3;
	}


.header_left
	{
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 1;
	}

.header_right
	{
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 2;
	}

#divmain_header
    {
	position: relative;
	top: 0px;
	left: 20px;
    width: 200px;
	height: 80px;
    }


/******* footer images *******/


#footer_img
	{
	padding-top: 20px;
	}
	
#companies
	{
	position: relative;
	top: 0px;
	height:40px;
	text-align: center;
	margin-bottom: 0px;
	background-color:White;
	}
		
	
/******* navigation *******/
	

.menu_bullet_a
	{
	background-image: url(../images/menu_bullet_dark.png);
	background-repeat: repeat-y;
	}
	
.menu_bullet_b
	{
	background-image: url(../images/menu_bullet_light.png);
	background-repeat: repeat-y;
	}
	


/******* hyperlink and anchor tag styles *******/


a
{
	font-weight:bold;
}
	
.m {
	color:#a49366;
	font-size: 13px;
	}

.m:link, .m:visited{
	color:#4f6ba3;
	}

.m:hover{
	text-decoration: underline;
	color:#d27847;
	}
	
.h {
	color:#005293;
	font-size: 13px;
	}

.h:link, .h:visited{
	color:#005293;
	}

.h:hover{
	text-decoration: underline;
	color:#dd9d70;
	}

.top_menu
	{
	position: relative;
	top: 22px;
	left: 20px;
	width: 183px;
	height: 380px;
	background-image:url(../images/menu_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	}
	
.a-m-t
	{
	padding-bottom: 5px;
	padding-top: 5px;
	}
	

/************ Downloadable Documents ************/
	
/*
a[href$=".pdf"] {
	background: url(../images/icons/pdf2.gif) no-repeat left center;
	padding-left: 18px;
	}
*/
	
a[href$=".doc"] {
	background: url(../images/icons/doc.gif) no-repeat left center;
	padding-left: 20px;
	}
	
a[href^="mailto:"] {
	background: url(../images/icons/email.gif) no-repeat right center;
	padding-right: 20px;
	}
	

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #005293;
 margin: 0px;
 padding: 0px;
}

h2
{
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size: larger;
    color: #005293;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #005293;
 margin: 0px;
 padding: 0px;
}


/*********** List Styles ***********/




	
/*********** Class Styles ***********/
	
.ruler{
	border-top: 1px dotted #a49366;
	line-height: 1px;
	margin: 0px 8px 0px 0px;
	display:block;
}

