﻿BODY
{
	background: #fff url(/images/background.jpg) repeat-x;
	background-position: top center;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #524e47;
	line-height: 20px;
}

a
{
	color: #003876;
}	

img
{
	border: none;
}

.clear
{
    clear: both;
    font-size: 1px;
}

.clearpad
{
    clear: both;
    font-size: 1px;
    height: 15px;
}

h1
{
    font-family: Georgia, Times New Roman, Serif;
    color: #27386c;
    font-size: 28px;
    margin: 0px 0px 2px 0px;
    line-height: 32px;
}

h2
{
    font-family: Georgia, Times New Roman, Serif;
    color: #6c7e8a;
    font-size: 18px;
    font-style: italic;
    margin: 0px 0px 10px 0px;
    line-height: 24px;
}

h3
{
    font-family: Georgia, Times New Roman, Serif;
    color: #27386c;
    font-size: 18px;
    font-style: italic;
    margin: 10px 0px 10px 0px;
    line-height: 24px;
}

h4
{
    font-family: Georgia, Times New Roman, Serif;
    color: #27386c;
    font-size: 14px;
    margin: 0px 0px 6px 0px;
    line-height: 20px;
}
    

.container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.containerpopup
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content
{
    padding-bottom: 30px;
    margin: 14px 0px 6px 0px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.logo
{
	margin-top: 20px;
}	

.line
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	height: 14px;
}

.submenu 
{
    text-align:right;
    color: #777;
    font-family: georgia, Times New Roman;
    font-size: 16px;
    font-weight: bold;
}

.submenu ul 
{
    
}

.submenu ul li
{
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 12px 24px 12px 0px;
}

.submenu ul li.on
{
    background-color: #cfdeff;
}

.submenu ul li.on a
{
    color: #27386c;
}

.submenu ul li a
{
    text-decoration:none;
    color: #777;
}

.submenu ul li:hover
{
    background-color: #cfdeff;
    color: #27386c;
}

.submenu ul li:hover a
{
    color: #27386c;
}

.submenuchild 
{
    font-size:10px;
}

.submenuchild ul
{
}

.submenuchild ul li
{
}

.bar
{
	width: 240px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: 238px;
	background: transparent url(/images/bar_right.jpg) no-repeat;
	background-position: right;
}

.bar h2
{
	background-image: url(/images/bar_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	font-family: times new roman;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.bar h2 a
{
	text-decoration: none;
	color: #928c80;
	font-style: normal;
}

.bar h2 a:hover
{
	text-decoration: underline;
	color: #59554d;
}

.phone
{
	float: right;
	text-align: right;
	color: #928c80;
	font-family: georgia, times new roman;
	font-size: 12px;
}

.housing
{
    width: 700px;
    font-size: 11px;
    font-family: arial, Sans-Serif;
    line-height: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
}

.housing img
{
    float: left;
    margin: 4px 6px 0px 0px;
}

.sublinks
{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}	

.sublinks li
{
	list-style-type: none;
	display: inline;
	padding: 0px 3px 0px 0px;
	margin: 0px 8px 0px 0px;
	border-right: 1px solid #ccc;
}	

.sublinks li a
{
	text-decoration: none;
	color: #928c80;
	font-family: georgia, times new roman;
	font-size: 12px;
}

.left
{
    float: left;
    width: 332px;
}

.right
{
    float: right;
    width: 590px;
}

.callout
{
    padding: 14px;
    margin-bottom: 15px;
}

.calloutbackground
{
    padding: 14px;
    background-color: #f1ede7;
    margin-bottom: 15px;
}

.callout h3, .calloutbackground h3
{
    margin: 0px 0px 10px 0px;
    font-style: normal;
}

.slideshow
{
    padding: 10px;
}

.slideshow img
{
    border: 2px solid #fff;
}

.thumbnail a
{
    text-decoration:none;
}

.thumbnail img
{
    width: 93px;
    margin: 2px;
}

fieldset 
{
    border:none;
}

fieldset span.note
{
    margin-left:155px;
    font-style:italic;
    font-size:smaller;
}

fieldset span.error
{
    font-style:italic;
    color:#cc0000;
}

fieldset label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	line-height: 1.6em;
	width: 150px;
	padding-right: 3px;
	font-weight: bold;
	float: left;
}

fieldset  ol {
  margin: 0;
  padding: 0;
}

fieldset ul 
{
  margin-top: 6px;
  margin-bottom: 6px;
}

fieldset ol li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

fieldset label.required:first-letter {
	color: #cc0000;
}

fieldset span.required {
	padding-left: 130px;
}

fieldset .othercontrol label {
	display: inline;
	vertical-align: middle;
	text-align: left;
	line-height: 1.6em;
	width:auto;
	font-weight: normal;
	float: left;
}

fieldset .othercontrol input 
{
    float:left;
}

fieldset .table
{
    margin-left:131px;
    margin-top:-20px;
}

.contextmenu
{
    text-align:left;
    background-color: #eaeaea;
    border:1px solid #ccc;
}

.contextmenu ul
{
    width:140px;
}

.contextmenu ul li
{
    width:140px;
    border-bottom: 1px solid #dedede;
}

.contextmenu a
{
    width:140px;
    color: #928c80;
    text-decoration:none;
}

.contextmenu ul li:hover 
{
    background-color: #cfdeff;
}

.contextmenu a span
{
    cursor:pointer;
}

.contextmenu_disabled span
{
    color:#ccc;
}

.loading table
{
    text-align:center;
    vertical-align:middle;
    width:100%;
    height:100%;
}

.loading img
{
    border:1px solid #666;
    padding:20px;
    background-color:#fff;
}

.loading table tr td
{
    text-align:center;
}

.mastererror
{
    text-align:center;
    font-weight:bold;
    color:#cc0000;
    font-size:17px;
}

.instructions li.off
{
    color: #999;
}

.instructions li.completed
{
    text-decoration: line-through;
    color: #999;
}

.fifty
{
    width:40%;
}

.action
{
    float:right;
    width:400px;
    text-align: right;
    line-height: 38px;
    font-size: 18px;
    color: #333;
    margin-bottom: 4px;
}

.action a
{
    color: #666;
    text-decoration: none;
    padding: 6px 0px 6px 34px;
    background: transparent url(/images/icons/+.png) no-repeat;
    background-position: left;
}

.action .add
{
    background-image: url(/images/icons/+.png);
}

.action .upload
{
    background-image: url(/images/icons/upload.png);
}

.action .back
{
    background-image: url(/images/icons/arrow.gif);
    padding: 6px 0px 6px 38px;
}

.gallery
{
    border: 1px solid #c0c0c0;
    padding: 5px;
    background-color: #fff;
    margin: 0px 4px 8px 4px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    width: 290px;
    float: left;
    height: 100%;
    min-height: 240px;
}

.gallery img
{
    margin: 0px 0px 1px 0px;
    width: 290px;
    height: 203px;
}

.thumbnails
{
    float: right;
    width: 335px;
    text-align: right;
}

.thumbnails img
{
    border: 1px solid #c0c0c0;
    padding: 5px;
    background-color: #fff;
    margin: 0px 2px 2px 2px;
}

.navigation
{
    margin-left:118px;
}

.navigationbox
{
    float:left;
    margin: 0px 4px 0px 4px;
    width: 220px;
    border: 1px solid Transparent;
    text-align: center;
}

.navigation a
{
    background-color: #d0d0d0;
    padding: 2px 80px 2px 80px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

div.TelerikModalOverlay
{
    background: #000 !important;
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    -moz-opacity: .8 !mportant;
}