 /*
  Web Design by The Hopster
 
  Copyright 2009 Joe Pullaro Inc.,  All rights reserved
 */
 
 /*******************************************************************************************************
      Global
********************************************************************************************************/	
 
 html,body{
	margin:0;padding:0
}
	
  body{
	text-align:center;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
/* "940px" contains entire site centered with right and left auto margin
and 10px top and bottom*/
  #container{
	width:940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #D7E1FF;
}		
	
/*the wrapper div has a faux background and wraps around content and nav divs  / since it has no height
it will be pushed down by the longest div it contains*/	
  #container #wrapper {
	padding: 0px;
	background-image: url(../images/backgrounds/faux_bk.png);
	background-repeat: repeat-y;
	width: 940px;
	float: left;
	text-align: left;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
	
  p{
   margin:0 10px 10px;
}
	

/*******************************************************************************************************
       HEADER
********************************************************************************************************/	
		
#container #header {
	width: 940px;
	background-color: #1B1B5F;
	padding-bottom: 10px;
}	
		
#container #header #innerHeader {
	height: 150px;
	width: 940px;
	background-color: #1b1b5f;
	position: relative;
}

#container #header #innerHeader #headerLogo {
	position: absolute;
	height: 110px;
	width: 115px;
	left: 10px;
	top: 25px;
	background-image: url(../images/backgrounds/big_p.png);
	background-repeat: no-repeat;
	background-position: left center;
}
		
#container #header #innerHeader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFF;
	position: absolute;
	left: 150px;
	top: 25px;
	width: 632px;
	height: 44px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#container #header #innerHeader h2Div{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFF;
	position: absolute;
	left: 150px;
	top: 25px;
	width: 750px;
	height: 44px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#container #header #innerHeader #h3Div {
	position: absolute;
	width: 450px;
	height: 33px;
	left: 221px;
	top: 98px;
}

#container #header #innerHeader .tollFree {
	position: absolute;
	width: 260px;
	height: 30px;
	left: 318px;
	top: 124px;
	font: italic bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CF8812;
}

#container #header #innerHeader #h3Div h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFF;
	font-style: italic;
	font-variant: small-caps;
}

#container #header #innerHeader #h2Div {
	position: absolute;
	width: 600px;
	left: 146px;
	top: 70px;
}

#container #header #innerHeader #h2Div h2 {
	color: #CF8812;
	margin: 0px;
	padding: 0px;
	font: italic 26px Georgia, "Times New Roman", Times, serif;
}

/*******************************************************************************************************
       SUB HEADER
********************************************************************************************************/
  
#container #subHeader {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B5F;
} 


#container #subHeader2 {
	background-color: #101036;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B5F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	background-image: url(../images/backgrounds/suheader2_bk.png);
	background-repeat: repeat-y;
	background-position: left bottom;
} 

#container #subHeader h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #1B1B5F;
	font-style: italic;
}

#container #subHeader2 h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-style: italic;
}

#container #subHeader2 h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-style: italic;
}

/*******************************************************************************************************
      NAV
********************************************************************************************************/


#navigation{
	float:left;
	width:190px;	
 	padding: 10px 0px 10px 10px;
}
	
#navigation a{
	display:block;
	color: #FFF;
	text-decoration: none;
	width: 120px;
	background-color: #666;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color: #000;
	border-right-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}	
	
#navigation a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #595959;
	color: #FF0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #000;	
}		
	
		
#container #wrapper #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/*******************************************************************************************************
       LEFT COLUMN
********************************************************************************************************/

#leftColumn{
	float:left;
	width:185px;
	padding-left: 10px;
	padding-top: 220px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 40px;
	background-image: url(../images/backgrounds/joes-property-management_4.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#container #wrapper #lowerLeftCol {
	float: left;
	height: 100px;
	width: 160px;
}

#container #wrapper #leftColumn1 {
	margin: 0px;
	float: left;
	height: 35px;
	width: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#container #wrapper #leftColumn h3 {
	padding: 0px;
	margin: 0px;
}

#container #wrapper #leftColumn h3 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}


#container #wrapper #leftColumn h3 a:hover {
	color: #FF0;	
}


/*******************************************************************************************************
       CONTENT
********************************************************************************************************/

div#content{
	float:right;
	width:716px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#container #wrapper #content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #006;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#content p{
	line-height:18px;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #121241;
	font-weight: bold;
	font-style: italic;
}

#container #wrapper #content h2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1B1B5F;
}

#container #wrapper #content h2 a {
	color: #F00;
	text-decoration: none;
}

#container #wrapper #content h2 a:hover {
	color: #CF8812;
	text-decoration: none;
}

/*CONTENT A*************************************************************/

#container #wrapper #content .contentA {
	width: 700px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
#container #wrapper #content .contentA p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	font-style: normal;
}

/*******************************************************************************************************
       EXTRA
********************************************************************************************************/
	
#extra{
	width:607px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 120px;
	padding-bottom: 5px;
	float: right;
	background-color: #000;
	background-image: url(../images/backgrounds/youtube_logo_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	text-align: left;
	margin: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}

	
	#container #wrapper #extra a {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


#container #wrapper #extra a:hover {
	color: #FF0;
}


/*******************************************************************************************************
       EXTRA A
********************************************************************************************************/
	
#extraA{
	width:607px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 120px;
	padding-bottom: 5px;
	float: right;
	background-color: #000;
	background-image: url(../images/backgrounds/youtube_logo_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	text-align: left;
	margin: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;	
}
	
#container #wrapper #extraA a {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#container #wrapper #extraA a:hover {
	color: #FF0;
}

/*******************************************************************************************************
       EXTRA C
********************************************************************************************************/

#extraC{
	width:167px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 564px;
	padding-bottom: 5px;
	float: right;
	background-color: #000;
	height: 59px;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/backgrounds/seal_krete_bk.png);
	background-repeat: no-repeat;
}
	
	#container #wrapper #extraC p  a {
	color: #F00;
	text-decoration: none;
	margin-top: 18px;
	display: block;
	margin-left: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
}

#container #wrapper #extraC p .contact a:hover {
	color: #FF0;
	text-decoration: none;
}

#container #wrapper #extraC p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
}

/*******************************************************************************************************
      FOOTER  
********************************************************************************************************/

#footer{
	clear:both;
	width:940px;
	height: 100px;
	background-color: #666;
}

color: #FFF {
	border-top-width: 3px;	background-color: #333;
	background-image: url(../images/backgrounds/footer_bk.png);
	background-repeat: repeat-x;
}
	
#container #footer #innerFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 918px;
}

#container #footer #innerFooter #footerA{
	float: left;
	width: 400px;
}

#container #footer #innerFooter #footerB {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #footer #footerC {
	float: left;
	width: 918px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#container #footer #footerD {
	float: left;
	width: 918px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#container #footer #footerD #footerE {
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#container #footer #footerD #footerF {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#container #footer #footerD #footerF a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8539;
	text-decoration: none;
	text-align: right;
}

#container #footer #footerD #footerF a:hover {
	color: #FF0;
}

#footer p{
	margin:0;
	padding: 2px;
	}
	
/*******************************************************************************************************
 SERVICES DIV     
********************************************************************************************************/	

#container #wrapper #content #services {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 330px;
	float: left;
}

#container #wrapper #content #services ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 25px;
}

#container #wrapper #content #services ul li a {
	text-decoration: none;
	color: #000028;
}

#container #wrapper #content #services ul li a:hover {
	color: #F00;
}


/*************************************************************************************************************

FORM
**************************************************************************************************************************/

#container #wrapper #content #contentContact {
	width: 450px;
	height: 420px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	float: left;
}

 #container #wrapper #content #contentContact {
	width: 600px;
	height: 420px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/backgrounds/pic_group.png);
	background-repeat: no-repeat;
	background-position: 490px 35px;
	position: relative;
}

#container #wrapper #content #contentContact #contactInfo {
	width: 440px;
	height: 380px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#contactInfo  #firstName {
	height: 25px;
	width: 300px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 76px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B1B5F;
	
}

 #contactInfo #lastName {
	height: 25px;
	width: 300px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B1B5F;
}

 #contactInfo #mail {
	height: 25px;
	width: 300px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 51px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

 #contactInfo  #comments1 {
	height: 170px;
	width: 300px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 47px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

#container #wrapper #content #contentContact  #send{
	height: 30px;
	width: 100px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 47px;
	float: left;
	clear: left;
}

legend {
	color: #CF8812;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.contact {
	color: #F00;
	margin-left: 3px;
	margin-bottom: 10px;
}

#content  #formContent  #contentContact #clearerDiv {
	background-color: #00FF00;
	clear: both;
	display: block;
	width: 300px;
	height: 20px;
}


/*************************************************************************************************************

Resource
**************************************************************************************************************************/


#content  .resourceContainer {
	float: left;
	width: 680px;
	padding-bottom: 10px;
}

#content  .resourceContainer .leftContent {
	float: left;
	width: 310px;
	margin-bottom: 15px;
	padding: 0px;
}

#content  .resourceContainer .rightContent {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

#content  .resourceContainer .leftContent .contentHeader {
	padding: 5px;
	float: left;
	width: 295px;
	margin-bottom: 20px;
}

#content  .resourceContainer .rightContent .contentHeaderRight {
	padding: 5px;
	float: right;
	width: 280px;
	margin-bottom: 20px;
	color: #1B1B5F;
}

#content  .resourceContainer .leftContent .contentHeader h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-left: 0px;
	padding-left: 0px;
}

#content  .resourceContainer .rightContent .contentHeaderRight h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-left: 0px;
	padding-left: 0px;
}

#content .resourceContainer .rightContent .contentHeaderRight p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B1B5F;
	margin: 0px;
	padding: 0px;
}

#content  .resourceContainer .leftContent .contentHeader p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#content .resourceContainer .leftContent .contentHeader p a {
	color: #000;
	text-decoration: none;
}

#content  .resourceContainer .rightContent .contentHeaderRight p a {
	color: #000;
	text-decoration: none;
}

#content .resourcesContent .resourceContainer .leftContent .contentHeader p a:hover {
	color: #C9C9C9;
	text-decoration: none;
}

#content .resourcesContent .resourceContainer .rightContent .contentHeaderRight p a:hover {
	color: #C9C9C9;
	text-decoration: none;
	display: block;
}

#container #wrapper #content .resourceContainer  p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
}

#container #wrapper #content .resourceContainer  h2 {
	color: #F00;
	margin: 0px;
	padding: 0px;
}

/*************************************************************************************************************

Ask Joe
**************************************************************************************************************************/

#container #wrapper #askJoe h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1B1B5F;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#container #wrapper #askJoe {
	float: right;
	width: 727px;
	padding-right: 10px;
	background-color: #D9E0FD;
	margin: 0px;
	padding-top: 0px;
}

#container #wrapper #askJoe a {
	text-decoration: none;
}

#container #wrapper #askJoe a:hover {
	text-decoration: none;
	color: #85570C;
}

.askJoe {
	font-size: 24px;
	color: #F00;
}


/*************************************************************************************************************

About Page
**************************************************************************************************************************/

#content #aboutContent {
	width: 650px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
}
 
 
 #content #aboutContent1 {
	height: 110px;
	width: 545px;
	float: left;
}

 #content #aboutContent1 #Content1Left {
	margin: 0px;
	float: right;
	width: 180px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
 #content #aboutContent1 #Content1Right {
	margin: 0px;
	float: left;
	width: 175px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}
#content #aboutContent1 #Content1Right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

#content #aboutContent1 #Content1Left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
#content #aboutContent1 #Content1Right li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #1B1B5F;
	
}

#content #aboutContent1 #Content1Left li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #1B1B5F;
	
}

#content #aboutContentBottom {
	float: left;
	width: 548px;
	height: 180px;
}

 #content #aboutContentBottom #leftBottomContent {
	float: left;
	height: 150px;
	width: 125px;
	background-repeat: no-repeat;
	background-image: url(../images/pics/joe_pic.png);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-position: right center;
}

#container #wrapper #content #aboutContentBottom {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}

 #content #aboutContentBottom #rightBottomContent {
	float: left;
	width: 335px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#container #wrapper #content .about1 {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #wrapper #content .about2 {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #wrapper #content .about2 h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*************************************************************************************************************

Add Div
**************************************************************************************************************************/


#container #wrapper #content .addDiv {
	float: left;
	height: 175px;
	width: 195px;
	background-image: url(../images/backgrounds/stardek_banner.png);
	background-repeat: no-repeat;
	padding-left: 175px;
}
#container #wrapper #content .addDiv h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #0089A6;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
}
#container #wrapper #content .addDiv p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1B1B5F;
	margin-left: 5px;
	margin-top: 15px;
}

#container #wrapper #content .addDiv p a {
	text-decoration: none;
	color: #0B0B35;
}

#container #wrapper #content .addDiv p a:hover {
	color:#C60;
}


/*************************************************************************************************************

MISCELLANEOUS /STYLES
**************************************************************************************************************************/

.image {
	padding: 5px;
	float: right;
}


.paint {
	font-size: 22px;
	color: #F00;
}

.cityColor {
	color: #E0E0E0;
}

#container #wrapper #content .textDiv {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 700px;
	float: left;
}

#container #header #innerHeader .facebook {
	position: absolute;
	height: 25px;
	width: 70px;
	top: 8px;
	left: 775px;
}

#container #header #innerHeader .linkedIn{
	position: absolute;
	height: 25px;
	width: 70px;
	top: 8px;
	left: 855px;
}
