/* 
=====================================================
Skin Containers for Citrus Square
=====================================================
*/
body {
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */

}
body, table, tbody, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    line-height: 1.5em;
    color: #555; /* default font color */
}
table, tbody {
    text-align: left;
}
#container {
	width: 1000px;
	border: 1px solid #587b7c;
	background-color: #ffffff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	text-align: left; /* reset text alignment; this overrides the "text-align: center" on the body element. */
	padding: 25px;
}
#levelTwoContainer {
	width: 1000px;
	border: 1px solid #587b7c;
	background-color: #ffffff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	text-align: left; /* reset text alignment; this overrides the "text-align: center" on the body element. */
	padding: 25px;
}

/* 
=================
Page Containers
=================
*/
#header {

}
#logo {
    float: left;
}
#photoOne {
    float: left;
    width: 115px;
    margin-left: 25px;
}
#photoTwo {
    float: left;
    width: 415px;
    margin-left: 10px;
}
#photoThree {
    float: left;
    width: 250px;
    margin-left: 10px;
}
#pageContent {
    width: 800px;
    float: right;
    margin: 0;
}
#content {
    width: 490px;
    float: left;
    margin-top: 35px;
    padding: 15px;
    border: 1px solid #ccc;
}
#rightContent {
    width: 250px;
    float: right;
    margin-top: 35px;
}
#twoPaneContent {
    clear: both;
    width: 800px;
    float: right;
    margin-top: 25px;
}
#leftPageContent {
    float: left;
    width: 175px;
}
#sideMenu {
    margin-top: 25px;
}
#leftContent {
    margin-top: 15px;
}
#bottomContent {
    clear: both;
    width: 100%;
    padding-top: 25px;
}
#footer {
    width: 1050px;
    margin: 0 auto 20px auto;
}	

/* 
=====================================================
Skin styles for Level Two Skin
=====================================================
*/
#levelTwoContainer #rightContent {
    width: 800px;
    float: right;
    margin: 0;
}
#levelTwoContainer #topMenu {
    overflow: auto;
    background-color: #587b7c;
}
#levelTwoContainer #twoPaneContent {
    width: 800px;
    float: right;
    margin-top: 15px;
}
#levelTwoContainer #leftContent {
    float: left;
    width: 175px;
    margin: 0;
}
#levelTwoContainer #logo {
    float: none;
}
#levelTwoContainer #sideMenu {
    margin-top: 0;
}
/* 
=====================================================
Skin styles for Virtual Tours
=====================================================
*/
#virtualTourContainer {
	width: 640px;
	border: 1px solid #587b7c;
	background-color: #ffffff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	padding: 25px;
}
#virtualTourContent {
    width: 640px;
}

/* 
=====================================================
Skin styles for Snapsis Menu: sideNav
=====================================================
*/

#sideNav {

}
#sideNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#sideNav li {
    list-style-type: none;
    border-bottom: 1px dotted #587b7c;
}
#sideNav a {
    color: #587b7c;
    font-family: Georgia;
    text-decoration: none;
    display: block;
    height: 20px;
    padding: 10px 0 10px 25px;
}
#sideNav a:hover {
    text-decoration: none;
    background-color: #c1d1d2;

}
#sideNav .SelectedTab a {
    font-size: 10pt;
    font-weight: normal;
    background-color: #e2eaea;
}

/* 
=====================================================
Skin styles for Snapsis Menu: topNav
=====================================================
*/

#topNav {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#topNav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#topNav li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#topNav a {
    color: #fff;
    font-family: Georgia;
    text-decoration: none;
    display: block;
    padding: 2px 20px;
    text-transform: uppercase;
}
#topNav a:hover {
    text-decoration: none;
    color: #587b7c;
    background-color: #c1d1d2;
}
#topNav .SelectedTab a {
    font-size: 10pt;
    font-weight: normal;
    color: #587b7c;
    background-color: #e2eaea;
}

/* 
=====================================================
FCKEditor Styles for Dynamic Forms
=====================================================
*/

#SaveForm {
    padding-left: 135px;
}
/* 
=====================================================
FCKEditor Styles for Wilde Productions
=====================================================
*/

h1 {
	font-family: Georgia;
	color: #587b7c;
	font-size: 19pt;
	letter-spacing: .015em;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.1em;
}
h2 {
	font-family: Georgia;
	color: #587b7c;
	font-size: 19pt;
	letter-spacing: .015em;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-style: italic;
}
h3 {
    font-family: Georgia;
    color: #587b7c;
    font-size: 14pt;
    line-height: 14pt;
    letter-spacing: .015em;
    margin-bottom: -5px;
    margin-top: 20px;}

/* 
=====================================================
Skin styles to override defaults
=====================================================
*/
.Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    line-height: 1.5em;
    color: #555; /* default font color */
}
ul {
    margin: 10px 0 0 12px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    line-height: 1.5em;
    color: #587b7c;
}

a:link, a:visited {
	color: #6a8a98;
	text-decoration: none;
}
a:hover {
	color: #6a8a98;
    text-decoration: underline;
}
.Login {
    font-size: 9pt;
}
img {
    border: 0;
}