/* CSS Document */

html, body {
	height:100%;
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}

a {
	color:#333333;
}

a:hover {
	color:#335694;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	background-image:url(images/header.jpg);
	height:54px;
	width:300px;
}

#page-container {
	padding-bottom:177px;
	width:100%;
}

#left-side {
	width:172px;
	float:left;
}

#menu-top {
	border-top:4px #2A4881 solid;
}

#menu-bottom {
	border-bottom:4px #2A4881 solid;
}

#menu {
	background-color:#365EA7;
	line-height:24px;
}

#menu a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:block;
}

.menu-item {
	text-indent:18px;
	border-bottom:1px solid #7194D1;
}

.menu-item a:hover {
	background-color:#305394;
}

.menu-item-sel {
	/*background-image:url(images/arrow.jpg);*/
	background-position:left;
	background-repeat:no-repeat;
	text-indent:18px;
	border-bottom:1px solid #7194D1;
	background-color:#305394;
}

.sub-menu {
	position:absolute;
	top:285px;
	left:150px;
	width:260px;
	background-color:#365EA7;
	line-height:24px;
	border:1px solid #7194D1;
}

.sub-menu-item {
	border-bottom:1px solid #7194D1;
}

.sub-menu-item a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	display:block;
}

.sub-menu-item a:hover {
	text-decoration: underline;
	background-color:#305394;
	
}

#side-content {
	padding-top:15px;
	text-align:center;
	background:url(images/side-content.jpg) no-repeat;
}

#side-content a{
	color:#8A8A8C;
}

#side-content a:hover{
	color:#335694;
}

#side-content dl { 
	margin: 0;
	font-size: 12px;
	padding: 4px 0 0 2px;
	padding-right:10px;
}

#side-content dt {
    clear: both;
    float: left;
	width:20px;
	padding-left:15px;
	font-weight:bold;
	color: #335694;
}

#side-content dt, #side-content dd {
	padding-bottom:8px;
}

#form-layout dl {
	margin: 0;
	font-size: 12px;
	padding: 4px 0 0 2px;
	padding-right:15px;
}

#form-layout dt {
    clear: both;
    float: left;
	width:170px;
	padding-left:25px;
	font-weight:bold;
	color: #335694;
}

#form-layout dt, #form-layout dd {
	padding-bottom:8px;
}

#form-layout p {
	padding-left:25px;
	color: #335694;
}

#content-container {
	width:658px;
	float:left;
	padding-left:20px;
	line-height: 17px;
}

#content-container p {
	margin: 10px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

#content-container li {
	line-height: 17px;
	padding: 2px 0px;
}

#base {
	background-image:url(images/base.jpg);
	width:840px;
	height:57px;
	padding-top:120px;
	padding-left:10px;
	position:absolute;
	clear:both;
	bottom:0;
	font-family: Arial, Helvetica, sans-serif;
}

#base p {
	margin:0 auto;
	padding:0;
	clear:both;
	font-size:9px;
	line-height: 14px;
	color:#FFFFFF;
}

#base a {
	color:#FFFFFF;
	text-decoration:none;
}

#base a:hover, #home-news a:hover {
	text-decoration:underline;
}

h1, h2 {
	font-size:16px;
	color:#335694;
	margin-top:10px;
	margin-bottom:5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

h2 {
	font-size:16px;
	color:#335694;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:5px;
}

h3 {
	font-size:13px;
	color:#335694;
	margin-top:14px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 16px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

.warning-text {
	font-size:10px;
	color:#ff0000;
}

#home-news {
	float:left;
	width:600px;
	font-size:12px;
}

#home-news a, #home-news a:hover {
	font-size:12px;
	text-decoration:none;
}

.home_newsitem {
	font-weight:bold;
	margin-top: 10px;
}

.news_image img, .newsimage {
	margin: 0px 0px 10px 10px;
	padding: 8px;
	border:1px solid #DDDDDD;
}

#home-content {
	width:600px;
	float:left;
	color:#444444;
}

.news_title, .news_title_sel {
	margin-bottom: 7px;
}
.news_title a, .news_title_sel a,  .news_title_sel a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.news_title a:hover {
	text-decoration: none;
	color: #333333;
}
.news_title_sel a,  .news_title_sel a:hover {
	font-weight: bold;
}

.picture_padding {
	padding:4px;
}

.service-list {
	clear:both;
}

.service-list a {
	text-decoration:none;
}

.service-list ul {
	line-height:26px;
	color:#333333;
}

.list ul {
	margin:0 auto;
}

.list li {
	margin-bottom:14px;
}

.thumb-image {
	width:130px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	height:160px;
	text-align:center;
}

.thumb-image img {
	padding:2px;
	border:1px solid #bbbbbb;
	margin-bottom:5px;
}

.lining-process {
	width:310px;
	padding:0 5px;
	float:left;
	text-align:left;
	margin:4px;
}

.lining-process img {
	padding:2px;
	margin-bottom:25px;
	margin-top:10px;
	border:1px solid #bbbbbb;
}

.golflist {
	font-size:11px;
}

.image-border {
	padding:2px;
	border:1px solid #bbbbbb;
}

.inner-menu {
	float:right;
	width:220px;
	background-color:#fff;
	border:1px solid #aaa;
	margin-right:17px;
	margin-bottom:10px;
	margin-left:10px;
	padding:3px;
	padding-bottom:0;
}

.inner-menu-item a {
	padding:0 15px;
	text-decoration:none;
	line-height:23px;
	display:block;
	background-color:#eee;
	margin:3px 0;
}

.inner-menu p {
	margin:0 auto;
}

.project_img {
	cursor:pointer;
	padding:2px;
	border:1px solid #bbbbbb;
}

.project_img_large {
	padding:2px;
	border:1px solid #bbbbbb;
}

.smalltext {
	color: #999999;
	font-size: 9px;
}
	
.title-left {
	float: left;
	width: 500px;
	padding-bottom: 7px;
}

.title-right {
	float: right;
	width: 126px;
	padding-top: 12px;
}

.pdf-download {
	background-image: url(/images/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.pdf-download a {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	text-decoration:none;
	height: 21px;
}
.pdf-download a:hover {
	color: #000000;
}

.page_photo {
	padding:2px;
	margin-left:8px;
	border:1px solid #bbbbbb;
}

small {
	font-size: 10px;
	color: #999999;
}

#flags{
	padding-left:50px;
}
