* {
	margin: 0;
	padding: 0
}
/* contain float */
div {
	overflow: hidden;
	display: inline-block;
}
div {
	display: block;
} /* restore original display, IE hasLayout method */
/* END of float containing */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #7C7C7A;
	color: #4C4C4C;

	width: /*966*/800px;
	position: relative;
	height: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
h1, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	line-height: 20px;
	width: 100%;
	font-size: 16px;
	color: #666666;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #3F3F3D;
}
h1 a:active, h1 a:hover {
	text-decoration: none;
	color: #EA4003;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 17px;
	font-weight: bolder;
	font-size: 14px;
	color: #3F3F3D;
	margin-top: 11px;
	margin-bottom: 3px;
}
h3 {
	color: #626667;
	font-size: 13px;
	font-weight: bolder;
}
ul, ol {
	margin-left: 22px;
	margin-bottom: 10px;
}
img {
	border: 0;
}
#topBar {
	height: 23px;
	width: /*966*/800px;
	background-color: #bf1b00;
	background-image: url(images/mp.png);
	background-repeat: no-repeat;
}
#logoSpace {
	background-color: white;
	height: 103px;
	width: 800px;
	display: block;
	position: relative;
	overflow:visible;
}
#main-body {
	width: 800px;
	top: 294px;
	float: left;
	background-color: #E9E9E5;
}
#main-content {
	width: 100%;
	background-color: white;
	min-height: 600px;
}
ul#lower-bar {
	padding-top:45px;
	padding-left: 23px;
	height: 25px;
	width:777px;
	background-color:#bf1b00;
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	float: left;
}
ul#lower-bar li {
	border-right: white solid 1px;
	height:100%;
	padding-left: 12px;
	padding-right: 12px;
	float:left;
	display: inline;
	list-style: none;
	position: relative;
}
#rightColumnBorder {
	height: 5px;
	background-color: white;
	width: 166px;
	position: absolute;
	top: 23px;
	right: 0px;
}
#advert-bar {
	width: 161px;
	padding-top: 3px;
	padding-left: 5px;
	position: absolute;
	top: 28px;
	right: 0px;
}
.br {
	font-size: 1px;
	line-height: 1px;
	height: 7px;
	background-color: #E9E9E5;
}
.textLink {
	cursor: pointer;
	font-weight: normal;
	font-size: 13px;
	color: #EA4003;
}
.dark-header {
	color: #626667;
	font-size: 17px;
	font-weight: bolder;
}
.medium-header {
	color: #A7A7A7;
	font-size: 17px;
	font-weight: bolder;
	background-color: white;
}
.light-header {
	color: #B7B7B7;
	font-size: 17px;
	font-weight: bolder;
}
.darker-title {
	color: #3F3F3D;
	font-size: 15px;
	font-weight: bolder;
}
.medium-title {
	color: #A7A7A7;
	font-size: 15px;
	font-weight: bolder;
}
.mediumI-title {
	background-color: white;
	color: #A7A7A7;
	font-size: 15px;
	font-weight: bolder;
}
.light-title {
	color: #B7B7B7;
	font-size: 15px;
	font-weight: bolder;
}
.bottom-border {
	height: 2px;
	width: 100%;
	font-size: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A7A7A7;
}
ul#topNav {
	margin: 0;
	width: 798px;
	height: 29px;
	background-color: white;
	border-left: #E1E1E0 2px solid;
	border-bottom: #E1E1E0 2px solid;
}
ul#topNav li {
	float: left;
	list-style: none;
	position: relative;
	border-top: #E1E1E0 2px solid;
	border-right: #E1E1E0 2px solid;
}
ul#topNav li a {
	display:block;
	text-indent: -9000px;
	overflow: hidden;
	height: 27px;
	width: 130px;
	background: url(images/menu.png) no-repeat;
}

ul#topNav li#news a 				{ background-position: 0 bottom; }
ul#topNav li#works a 				{ background-position: 33% bottom; }
ul#topNav li#services a 			{ background-position: 67% bottom; }
ul#topNav li#about a 				{ background-position: 100% bottom; }

#news_p 	ul#topNav li#news a 	{ background-position: 0 top; }
#works_p 	ul#topNav li#works a 	{ background-position: 33% top; }
#services_p	ul#topNav li#services a	{ background-position: 67% top; }
#about_p	ul#topNav li#about a 	{ background-position: 100% top;}

ul#topNav li#news a:hover			{ background-position: 0; }
ul#topNav li#works a:hover			{ background-position: 33%; }
ul#topNav li#services a:hover		{ background-position: 67%; }
ul#topNav li#about a:hover			{ background-position: 100%; }

ul#topNav li#admin a{
	background: url(images/exit.png) no-repeat;
	background-position: 0 bottom;
}
ul#topNav li#admin a:hover{
	background-position: 0 top;
}
a:active, a:hover {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	color: #EA4003;
}
.pages {
	background-color:#E9E9E5;
	padding-left: 23px;
	padding-top: 15px;
	color: #EA4003;
	font-size: 12px;
	font-weight: bolder;
}
.pages .sep {
	margin: 5px;
	color: #4C4C4C;
}
.pages em {
	margin: 3px;
}
.pages a:link, .pages a:visited {
	text-decoration: none;
	color: #333637;
	margin: 3px;	
}
.pages a:active, .pages a:hover {
	text-decoration: none;
	color: #EA4003;
	margin: 3px;
}
.midNav {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 775px;
	background-color: white;
}
.midNav a {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 12px;
	padding:2px 6px;
}
.midNav a:link, .midNav a:visited, .midNav a:active.on {
	color: #3F3F3D;
	background-color: white;
}
.midNav a:active, .midNav a:link.on, .midNav a:visited.on {
	color: #EA4003;
}
.midNav a:hover, .midNav a:hover.on {
	color: #FF9966;
}
a.bottom-link:link, a.bottom-link:visited {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	color: white;
}
a.bottom-link:active, a.bottom-link:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	color: black;
}

/* ----------stylized form---------- */
#brief {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:2px solid #E1E1E0;
	width:400px;
	padding:14px;
	background-color: #E9E9E5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#brief h1 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-bottom:20px;
	text-align:center;
	border-bottom:solid 2px #E1E1E0;
	padding-bottom:10px;
}
#brief label {
	display:block;
	text-align:right;
	width:140px;
	float:left;
/*	line-height: 30px; */
}
#brief small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#brief input, #brief textarea, #brief input:hover, #brief textarea:hover{
	float:left;
	font-size:12px;
	border:solid 2px #E1E1E0;
	width:230px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#brief input:hover, #brief textarea:hover{
	border-color:#FF9966;
}
#brief input[type=button] {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:white;
	font-size:11px;
	font-weight:bold;
	border:0
}
.password {
	background-color: #CC250C;
	color: white;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FAACA0;
	border-right-color: #931A09;
	border-bottom-color: #931A09;
	border-left-color: #FAB9AF;
	width: 320px;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	line-height: 25px;
	position: relative;
	left: 28%;
	top: 250px;
}
.editmessage {
	height: 100px;
	width: 95%;
}
.asterisc {
	font-size: 9px;
	color: #CC0000;
	vertical-align: top;
	text-align: left;
}
.para {
	padding-top: 5px;
}
.gallery {
	width:800px;
	min-height:500px;
	background:white;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;	
}
.message {
	height: 150px;
	width: 800px;
	overflow: hidden;
	background-color: #fff;
}
.message .tab {
	background-color: #a2a2a3;
	width: 22px;
	height: 100%;
	text-align: center;
	float: left;
	position:relative;
}
.message .tab a:link, .message .tab a:visited, .message .tab a:active, .message .tab a:hover {
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
/*	position: absolute;
	bottom: 3px;
	left: 6px;*/
}
.message .tab a:active, .message .tab a:hover {
	color: #3F3F3D;
}
.message img {
	float: left;
}
.message .content {
	font-size: 13px;
	font-weight: normal;
}
.message .header {
	width: 490px;
	float: left;
	height: 25px;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 5px;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}
.message .date {
	float: left;
	height: 25px;
	margin-top: 5px;
	padding-top: 7px;
	padding-right: 20px;
	border-bottom: 1px solid #a7a7a7;
	text-align: right;
	width: 85px;
}
.message p {
	padding-top: 15px;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	clear: both;
	width: 94%;
}