
body {
	margin: 0;
	padding: 0;
	/*background-image: url(../images/global/bkgd.jpg);*/
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}
#container {
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin-bottom: -32px;

}
#footer {
	height:32px;
	position:fixed;
	bottom:0px;
	background-image: url(../images/branding/footer-bkgd.jpg);
	background-repeat: repeat-x;
	width:100%;
	line-height:32px;
	color:#6e6f71;
	text-align:center;
	font-size:14px;
}
#footer span{
	padding-right:15px;
}
.clearfooter {
	height: 32px;
	clear: both;
}
#global-header {
	width: 100%;
	height: 112px;
	background-image: url(../images/branding/logo-bkgd.jpg);
	background-repeat: repeat-x;
}

#global-title-bar {
	width: 100%;
	height: 42px;
	position: relative;
	background-image: url(../images/global/bkgd_redline.png);
	background-repeat: repeat-x;
}

#global-title-bar img {
	position: absolute;
	top: 11px;
	left: 10px;
}

#global-body {
	padding: 10px;
	min-height: 400px;

}

#page-content {
	min-height: 400px;
	width:100%;
	float:right;
}

#page-wrapper {
	float: left;
	width: 100%;
}

#nav {
	float: left;
	width: 220px;
	margin-left: -100%;
	margin-bottom: 40px;
}

#template {
	margin-left: 220px;
}

/* links */

a:link,a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #142e4a;
}

a:hover {
	color: black;
}

input.button,a.button:link,a.button:visited {
	padding: 3px 6px 3px 6px;
	margin-right: 5px;
	background-color: #184575;
	border-style: solid;
	border-width: 2px;
	border-color: #5885b6 #09284a #09284a #5885b6;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.button:hover {
	background-color: #2e5c8e;
	border-color: #5c8bbd #1d4979 #1d4979 #5c8bbd;
}

a.button:active {
	background-color: #184575;
	border-color: #09284a #5885b6 #5885b6 #09284a;
}

/* menu */
ul.menu {
	width: 205px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.menu-group {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.menu-group ul {
	list-style-type: none;
	padding: 0;
}

li.menu-group-title {
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	border-bottom: solid 1px black;
}

li.menu-option, li.menu-option-active {
	/*padding: 5px;
	padding-left: 10px;
	border-bottom: solid 1px #ddd;*/
	font-size:12px;
}

ul.menugroup ul li, ul.menu-group ul{
	padding:0px;
	margin:0px;
}

ul.menu-group ul a{
display: block;
text-decoration: none;
margin-bottom:2px;;
/*margin-top: 0.5em;*/
color: black;
/*background: #39c;*/
border-width: 0px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 0em solid #69b4d4;
padding: 0.25em 0.5em 0.4em 0.75em;
}

ul.menu-group ul a:hover{
background: #4b4b4b;
border-color: #069 #6cf #5bd #8d0000;
padding: 0.4em 0.35em 0.25em 0.9em;
color:white;
}

ul.menu-group ul a:active{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
color:White;
}

li.menu-option-active {
	/*background-color: #2c619a;
	color: white;*/
}

/* forms */

div.message-failure {
	background-color: #ffe0e0;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 35px;
	color: #750000;
	border: solid #ecb8b8 1px;
	background-image: url(../images/icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}

div.message-success {
	background-color: #e4ffe0;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 35px;
	color: #006600;
	border: solid #6eb165 1px;
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}

div.message-info {
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 35px;
	color: #555;
	border: solid #bbb 1px;
	background-image: url(../images/icons/information.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}

div.form {
	width: 100%;
}

div.form-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888888;
}

form dl {
	width: 100%;
	margin: 5px;
	padding: 0;
}

form dt {
	width: 25%;
	font-size: 14px;
	float: left;
	margin: 4px;
	padding: 0px;
	clear: both;
	height:100%;
}

form dd {
	font-size: 14px;
	width: auto;
	margin: 5px;
	padding: 0px;
}
form dd p{
	float:left;
} 

form ul.errors {
	width: auto;
	padding: 3px;
	padding-left: 20px;
	padding-right: 5px;
	margin: 3px 0 0 0;
	border: solid #ecb8b8 1px;
	background-color: #ffe0e0;
}

form ul.errors li {
	color: #750000;
	font-size: 10px;
}

form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

form textarea {
	width: auto;
	height: 200px;
}

form textarea.expanding {
	height: 50px;
	line-height: 16px;
}

/* headers */
h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #888888;
}

/* table view */
.view-thead tr td, td.view-thead {
	border-color:#94BCE3;
	border-style:solid;
	border-width:0pt 0pt 2px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	font-family: Arial,Helvetica,sans-serif;
}

.view-tbody td {
	border-color:#94BCE3;
	border-style:solid;
	border-width:0pt 0pt 1px;
	color:#000000;
	font-size:12px;
	padding:5px 5px 5px 2px;
}

/* form types */
form.full-width dl dt {
	display: inline;
	width: 100%;
	clear:both;
}
form.full-width dl dd {
	width: 100%;
	clear:both;
}
#index_parent{

}

form textarea.notes{
	height:50px;
	width:220px;
}
ul#listing-agents{
	list-style-type:none;
}
ul#listing-agents li{
	list-style-type:none;
	border:1px solid black;
	margin:5px;
	padding:5px;
	clear:left;
	height:120px;
	width:35%;
	background-color:white;
}
ul#listing-agents li div.image{
	float:left;
	padding:5px;
}
#delete-info a {
	color: #cc0000;
	font-weight: bold;
}
p{
	font-size:14px;
}
.my-designs{
	height:250px;
	width:370px;
	float:left;
	border: 1px solid #cdcdcd;
	background-color:#ffffff;
	margin-right:20px;
	margin-bottom:20px;
	margin:10px 20px 0px 0px;
}
.my-designs div{
	float:left;
}
.my-designs .myd-radio{
	padding-top:125px;
	padding-left:35px;
}
.my-designs .myd-radio span{
	padding-left:25px;
}
.my-designs .myd-img{
	float:right;
	padding-right:35px;
	padding-top:35px;
}
.my-designs .myd-img span{
	padding-left:42px;
}
.clr-both{
	clear:both;
}
.subtitle{
	width:350px;
}
#global-logo{
	padding-left:53px;
	float:left;
}
#global-cms{
	float:right;
	padding-right:53px;
}
