/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2010, rantaconsulting.com

Last Updated: Mark Garczewski
Date: 1/08/2010 */   

/* Color Schemes

#FFFFFF: White
#393131 : Dark Grey / Brown

 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{

	background-color: #FFFFFF;
	margin: 0;
	
	font-size: 80%;
	color: #000000;
}

div#page
{
  
}

div#header
{
  background: #393131 url(/images/template/header.jpg) top left no-repeat;
}

div#content
{
	background: #393131 url(/images/template/bg_local.jpg) bottom left no-repeat;
}

div#layout
{
   	background: #FFFFFF url(/images/template/bg_layout.jpg) bottom left no-repeat;
}


div#main
{
   	
}

div#local
{
   
}


div#footer
{
    background: #FFFFFF url(/images/template/bg_footer.jpg) top no-repeat; 
    font-family: Arial, Helvetica, Sans-Serif;
    text-align:center;
	color: #959595;
    font-size: 10px;
    line-height: 1.3em;
    
}


/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

img{

 	border: 0px;
	}

img.border{

 	border: 2px solid #393131;
	}

p
{

	font-size: 12px;
	line-height:1.4em;
	margin:0 0 1.5em 0;
	padding:0;
	font-family: Times New Roman, Times, serif;
}

div#optin p
{
 
	font-size: 7pt;
	color: #FFFFFF; 
	text-align: left;
	margin: 0 0 5px 0;
	 font-family: Arial, Helvetica, Sans-Serif;
}


blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{

	font-style: italic;
	font-size: 21px;
	line-height:1.5em;
	margin:0.5em 0 0.5em;
	padding:0;
	font-family: Times New Roman, Times, serif;
	
}


h2
{
  	color: #2c4da3;
  	font-size:14px;
	line-height:1.5em;
	margin:0.5em 0 0.5em 0;
	padding:0;
}

h3
{
 
  	font-size: 14px;
	line-height:1.5em;
	margin:0 0 .7em 0;
	padding:0;
	font-family: Times New Roman, Times, serif;
}

/* END HEADINGS 

 SPECIAL CLASSES */


.center
{
	text-align:center;
}

.small
{
	font-size: 8pt;
	color: #FFFFFF; 

}


/*END SPECIAL CLASSES 

///////////////////// LINKS */
a,a:link,a:active
{
	color: #2c4da3;
	font-size:1em;
	text-decoration: none;
}

a:visited
{
	color:purple;
	background-color:transparent;
}

a:hover
{
	color: #2c4da3;
	text-decoration:underline;
}

div#local td a, div#local td a:link,div#local td a:active
{
	color: #FFFFFF;
	font-size:1em;
	text-decoration: underline;

}

div#local td a:visited
{
	color:#FFFFFF;

}

div#local td a:hover
{
	color: #ffb46b;
	text-decoration: none;
}



div#local td a.selectedLink, div#local td a.selectedLink:link, div#local td a.selectedLink:active, div#local td a.selectedLink:visited

{

color: #ffb46b;

font-weight:bold;

}


/* Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color: #959595;
	font-size:.9em;
	font-family: Arial, Helvetica, Sans-Serif;
}



/* END Footer LINKS */


/* END LINKS 

 ///////////////////////////LISTS */


ul.floatleft li{

	float: left;
	margin-right: 50px;
	list-style-type: none;
}

ul.inline{
  margin: 0;
  padding: 0;

}


ul.inline li{

	list-style-type: none;
	width:150px; 
	border: solid 1px #393131;
	background-color: #F1F1F1;
	display: inline-block;
	display: -moz-inline-stack;
	min-height: 128px;
	_height: 128px;
	vertical-align: top;
	margin: 5px;
	padding: 4px;
	zoom: 1;
    *display: inline;
}




/*////////////Table////////////////////////////////////////////*/




 table#frmContact {

 border: 1px solid #a5acb2;
 background-color: #efedef;
 width: 561px;
 margin-bottom: 120px;
 padding:  0px 5px 5px 5px;
}

table#frmContact td{

  padding: 6px;

}

div#local td{

  padding-bottom: 15px;

}

	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


