/*
SanMarcoCondos.com - master styles for screen media
Developer: Livingston & Partners - 904.686.0056
http://www.livingstonandpartners.com
Updated: June 1, 2005
*/
	
body {
	text-align: center;
	margin-top: 0px;
	padding: 0;
  	background-color : #E4E6DF; 
  	background-image : url(/assets/images/background.gif); 
  	background-attachment : scroll; 
  	background-repeat : repeat-y; 
  	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 13px;
	}

#main {
	width: 680px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background:url(/assets/images/header.gif) no-repeat;
	background-repeat: no-repeat;
	}

#headerno {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background:url(/assets/images/header-noapp.gif) no-repeat;
	background-repeat: no-repeat;
	}
	
#header h1 {
	margin: 0px;
	padding: 5px 0px 0px 385px;
	font-size: 14px;
	color:#990000;
	text-align: center;
	}
	
#header p {
	margin: 0px;
	padding: 5px 0px 0px 385px;
	font-size: 12px;
	text-align: center;
	}

/***************************************************
Links
***************************************************/
#header a, #left a, #right a, #footer a { }
#header a:link, #left a:link, #right a:link, #footer a:link { color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #ccc; }
#header a:visited, #left a:visited, #right a:visited, #footer a:visited	{ color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #ccc;} 
#header a:active, #left a:active, #right a:active, #footer a:active { color: #fff; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #990000;} 
#header a:hover, #left a:hover, #right a:hover, #footer a:hover	{ color: #fff; text-decoration: none; background-color:#990000; padding-bottom: 0px; border-bottom: 1px solid #990000;} 

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #333;
}

#navlist a:link#highlight, #navlist a:visited#highlight, #navlist a:hover {
	color: #990000;
}

/***************************************************
Main Navigation
***************************************************/

#navlist {
	margin-left: 0px;
	padding: 0;
	font-size: 14px;
}

#navlist ul, #navlist li {
	margin: 0px 20px 4px 0px;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/***************************************************
columns
***************************************************/

#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 390px;
	clear: left;
}

#right {
	float: right;
	margin: 0;
	padding: 0;
	width: 274px;
	}

.images {
	margin: 0;
	padding: 0;
	width: 366px;
}

#container {
	margin: 0;
	padding: 0;
	width: 390px;
	}

#container img {
	margin: 0;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #fff;
	}
	
#photocontainer {
	float: left;
	margin-bottom: 10px;
	padding: 0;
	width: 390px;
	clear: left;
	}
	
#photocontainersm {
	margin: 0;
	padding: 0;
	width: 390px;
	clear: left;
	}
/***************************************************
photos
***************************************************/


.photos {
	float: left;
	margin-right: 5px;
	padding-right: 10px;
}

.photos img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	}

.thumbnail { 
	float: left;
	width: 97px;
	height: 97px;
}

.thumbnail-end { 
	float: left;
	width: 97px;
	height: 97px;
	clear: both;
}

.thumbnail img {
	width: 70px;
	border: 1px solid #ccc;
}

#footer {
	margin: 20px 0 20px 0;
	padding-top: 20px;
	text-align: left;
	font-size:11px;
	clear: left;
	}

#directions { clear:left;}
/***************************************************
Forms
***************************************************/

#sanmarco-form {
	margin:0;
	padding:0;
	}

#sanmarco-form label {
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	vertical-align:top;
}


.form175 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	width: 175px;
}

#sanmarco-form p {
	margin: 0;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	
}

input.text {
	padding:1px;
  	width: 175px;
  	background:#fff;
  	border:1px solid #ccc;
  	border-color:#aaa #eee #eee #aaa;
  	color:#333;
	font-size: 12px;
  }
  
#sanmarco-form input.textcontact {
	padding: 6px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 300px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#990000;
  }


.form250 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	width: 300px;
	padding: 6px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
  }

#sanmarco-form legend {
	font-weight: bold;
	color: #990000;
	padding: 4px 8px;
	background-color:#fff;
}

.form250 p {
	padding:0;
}

/***************************************************
Forms
***************************************************/

#button { background-color: #fff; padding: 5px 0 5px 0;}
#button p {font-size: 12px;}

input.button {
	margin-top: 0;
  	background:#fff;
  	color: #990000;
  	font:bold 100% Georgia, "Times New Roman", Times, serif;
  	border:1px solid #FFFFFF;
  	border-color:#CCCCCC #666666 #666666 #CCCCCC;
  	height: 25px;
	}