*{padding:0;margin:0;}
html, body{height:100%;}
body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#DEC5C5;
	font-size:100%;
}
a,span.a{text-decoration:none;color:blue;}
a{cursor:pointer;}
/*layout*/
div#wrap {
	min-width:989px;/*10px padding*/
}
div#header {
	background-color:#fff;
	overflow:visible;
	margin:0 auto;
	height:120px;
}
div#header div#carbanner{
	width:969px;
	margin:0 auto;
	background:transparent url('../images/car.png') no-repeat left bottom;
	height:177px;
	text-align:right;
}
div#header div#carbanner a img#logo{
	border:none;
	padding-top:10px;
	padding-right:5px;
	height:105px;
}
div#bar, div#userbar{
	color:#262626;
	width:969px;
	margin:0 auto;
	margin-bottom:15px;
}
div#bar{
	border-bottom:15px solid #262626;
	font-size:16pt;
	overflow:hidden;
}
div#bar span#links ul{
	list-style-type:none;
	padding:0;
	float:right;
}
div#bar span#links ul li{
	float:left;
	padding:15px 15px 15px 0;
}
div#bar span#links ul li a{
	color:#222;
	border-left:1px solid #262626;
	padding-left:15px;
}
div#bar span#links ul li:first-child a{
	border-left:none;
	padding-left:0;
}
div#bar span#links a:hover{
	text-decoration:underline;
}
div#userbar span#editbar a{
	margin:5px;
}

#content{
	margin:0px auto -68px;
	width:969px;
}
.contentbox-l, .contentbox-r, .contentbox-f{
	background-color:#fff;
	padding:10px;
}
.contentbox-r{
	margin-bottom:15px;
	float:right;
}
.contentbox-l{
	margin:0 15px 15px 0;
	float:left;
}
.contentbox-f{
	clear:both;
	margin-bottom:15px;
	width:949px;
}
/*footer*/
#footspace,#footer{
	height:80px;
}
#footer{
	color:#967577;
	font-size:10pt;
	margin:0 auto;
	width:969px;
	text-align:left;
}
#footer a{
	color:#967577;
}
#footer a:hover{
	color:#A8878A;	
}
#footer img#stgeorge{
	width:75px;
	height:67px;
	float:left;
	margin-right:15px;	
	border:none;
}
#footer .left {
	float:left;
}


/* content */
#content h1 {
font-size:120%;
padding-bottom:10px;
padding-top:2px;
clear:left;
}
#content h2 {
font-size:110%;
font-style:italic;
padding-bottom:8px;
padding-top:2px;
clear:left;
}
#content h3 {font-size: 110%;padding-bottom: 6px;}
#content h4 {font-size:22px;padding-bottom:6px;color:#ff0000;font-weight:normal;}
#content h5 {font-size: 100%;padding-bottom: 6px;}
#content p {padding-bottom:8px;}
#content a.dottedline {border-bottom: dashed 1px #0000FF; color: #000; padding-bottom:2px;}
#uContent ul, #uContent ol {padding: 0 0 10px 35px;}
#content td {padding: 0px 2px;}
#content table {margin-bottom: 10px;}
#content img {border:0 none;}
#uContent img {margin-bottom:8px;}
#content span.red-heading{
    background-color: #ff2626;
    color:white;
    padding: 5px 10px;
    display: inline-block;
    font-size: 110%;
}

/*input*/
input[type="submit"]{
	background-color:#7AB08E;
}
input[type="submit"]:hover{
	background-color:#6AB08E;
}
input[type="submit"]:active{
	background-color:#5AA07E;
}
input[type="text"],
input:not([type]),
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select,
.input{
	border:solid 1px #0C3A68;
}
input[type="text"]:focus,
input:not([type]):focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus
textarea:focus,
select:focus{
	background-color:#ffffff;
}
/*shadow*/
.ui-corner-all{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;	
}
.ui-corner-top{
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;
}
.ui-widget-header{
	border-width:0 0 1px 0;
/*	background-color:#7D7AB3;*/
}
.ui-widget-content{
	border:1px solid #262626;
}
.ui-tabs{
	padding:0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:white url('../images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
}
.dash-box-header{
	margin:0;
	padding-top:4px;
}
.ui-sortable-placeholder{
	border:1px dotted black;
}
.cke_skin_kama .cke_wrapper{
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
border-radius:0 !important;
border:#AAA 1px solid;
}