/* sitestyles.css - Styles for the NJ Rudman website */

:link
{
	color: white;
	text-decoration: none;
}

:visited
{
	color: white;
	text-decoration: none;
}

:active
{
	color: white;
	text-decoration: none;
}

:hover
{
	color: white;
	text-decoration: underline;
}

body			{
				padding: 	0px;
				margin:		0px;
				
				}
.breadcrumb		{ 
				font-size: 12px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: blue;
				}
.pageheading 	{
				font-size: 26px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;
				}
.mainbody 		{
				font-size: 14px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: #333333;
				text-align: left;
				padding-bottom: 10px;
				padding-right: 15px;
				}
				
				
.mainbody a:link, .mainbody a:active, .mainbody a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;

}	

.mainbody a:hover
{
	font-weight: bold;
	color: black;
	text-decoration: underline;	

}			
				
				
.outboxtext		{
				font-size: 12px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: black;
				}
.leftmenu 		{
				font-size: 15px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: white;
				}
.bottommenu 	{
				font-size: 14px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;
				}
.copyrightinfo 	{
				font-size: 10px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				color: gray;
				}

.phonetext 		{
				font-size: 20px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;
				}
.phonetext_smaller 		{
				font-size: 16px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;
				}
.phonetext_info		{
				font-size: 11px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: black;
				}
				
.phonenumber 	{
				font-size: 28px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;
				}

.littleinfo 	{
				font-size: 10px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: black;								
				}
.listedtext	 	{
				font-size: 14px;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: black;
				padding-top: 2px;
				}
.datetext 		{
				font-size: 12;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				color: silver;
				}
.jobs_header	{
				font-size: 12;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				color: white;
				background-color: #E62216;
				padding-top: 2px;
				padding-bottom: 2px;
				}
.jobs_text		{
				font-size: 11;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: normal;
				padding-top: 5px;
				padding-bottom: 10px;
				padding-left: 5px;
				padding-right: 5px;
				}
.jobs_box		{
				border: 1px;
				border-width: 2px;
				border-color:	#E62216;
				border-style:	solid;
				}
.photo_text		{
				font-size: 10;
				font-family: 'Arial', 'Helvetica', 'sans-serif';
				font-weight: bold;
				padding-top: 1px;
				padding-bottom: 7px;
				}
				

.listbox_header
{
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	bold;
	font-size:		12px;
	background-color: 	#E62216;
	color:				white;
	border-style:		none;
	border-width:		0px;
	margin-top:			10px;
	padding-top: 		2px;
	padding-bottom:		2px;
	padding-left: 		2px;
	padding-right:		2px;	
}

.listbox
{
	border-color: 	#E62216;
	border-style:	solid;
	border-width:	0px 1px 1px 1px;
	padding-top: 	10px;
	padding-bottom:	5px;
	padding-left: 	5px;
	padding-right:	5px;	
}	

	
	.list_data
	{
		font-family: 	Arial, Helvetica, sans-serif;
		font-weight: 	normal;
		font-size:		12px;
		color: 			black;
		padding-top: 	0px;
		padding-bottom:	2px;
		padding-left: 	0px;
		padding-right:	5px;
	}
	
	.list_options
	{
		font-family: 	Arial, Helvetica, sans-serif;
		font-weight: 	bold;
		font-size:		12px;
		color: 			black;
		padding-top: 	0px;
		padding-bottom:	0px;
		padding-left: 	0px;
		padding-right:	0px;	
	}
	
	
.spacer
{
	height: 10px;
}


img
{
	border: none;
}
