@charset "UTF-8";
/* Main Page Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	letter-spacing: 0.1em;
	
	margin:0px;
	padding:10px;
}
p, h1, h2, h3, h4, li, ul, ol {
	margin: 0;
	padding: 0;
}

a {
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
	text-decoration:none;
	border-width:0px;
	outline:none;
}
a:link, a:visited {
	color:#A0A0A0;
}
a:hover, a:active {
	color:#1E1E1E;
}
a.active {
	color:#1E1E1E;
}

img {
	border-width:0px;
}
html,body { height:100%; }
#container { min-height: 100%; }

/* ==== Side Bar ==== */
#leftnav {
	width:270px;
	z-index:2; /* Make sure left nav is on top */
	
	clear:both;
	float: left;
	
	/**/min-height:75%;
}
#leftnav p {
	margin:12px;
}

/* == Thumbnail menu == */
#thumbmenu {
	float:right;
	width:234px;
}
#thumbmenu p {
	padding:0px;
	padding-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
#thumbmenu a {
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
}
#thumbmenu a.currentPage {
	color:#1E1E1E;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 3px;
	list-style: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width:72px;
	height:72px;
}
a.thumb {
	display: block;
	border: 0px;
	outline:none;
}

/* == Info == */
#info {
	clear:both;
	padding-top:10px;
	
	/*float:right;*/
}
#info h1, h2, h3, p {
	padding-left:40px;
	margin-right:12px;
	
	font-family:Arial, Helvetica, sans-serif;
}
#infoheader {
	background-repeat:no-repeat;
	height:35px;
}
#infoheader h1 {
	padding-top:11px;
	font-size:8pt !important;
	text-transform:uppercase;
}

#leftnav .capHeader {	
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:.1em;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#info h2 {
	color: #1E1E1E;
	font-size: 100%;
}
#info p {
	margin-left:0px;
	margin-bottom: 1em;
	line-height: 1.4em;
}
#info br#infoSpacer {
	height:10px;
}
#info a {
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;	font-size:1.1em;
	font-style:italic;
	text-decoration:none;
}
#info a:link, #info a:visited {
	color:#A0A0A0;
}
#info a:hover, #info a:active {
	color:#1E1E1E;
}

/* == Greencard == */
#greencard {
	float:right;
	position:relative;
	top:-25px;
	
	background-image:url(../_images/greencard.gif);
	background-repeat:no-repeat;

	width:228px;
	height:139px;
}
#greencard #greencard_text {

	padding-top:40px;
	padding-left: 25px;
	padding-right:0px;
	padding-bottom:0px;
	
	font-size: 1.15em;
	line-height: 1.6em;
	color:#000;
}
#greencard span.phone, #greencard span.email {
	color:#FFF;
}

#blog {
	float:right;
}

/* ==== Content ==== */
#gallery,#content {
	padding-left:320px; /* leftnav width + 50 */
	padding-top:10px;
	padding-bottom:10px;
	
	/**/min-height:75%;
}
#gallery img {
	padding-bottom: 20px;
	padding-right: 20px;
	display:inline-block;
}
#gallery li {
	display:inline;
}

/* ==== Footer ==== */
#footer {
	padding: 5px 20px 5px 20px;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:.1em;
	margin: 0;
	clear:both;
}



