/* CSS Document */

* {
outline: 0;
text-decoration: none;
vertical-align: top;
}

/* body */

body {
background: #002a3a url('../graphics/layout/back.jpg') 50% 0 repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
margin: 0;
text-align: center;
}

	/* default styles */
	
	.b {
	font-weight: bold;
	}
	
	.i {
	font-style: italic;
	}
	
	.u {
	text-decoration: underline;
	}
	
	.s {
	text-decoration: line-through;
	}

	.float_left {
	float: left;
	margin: 0 10px 10px 0;
	}
	
	.float_right {
	float: right;
	margin: 0 0 10px 10px;
	}

	.float_clear_left {
	clear: left;
	float: left;
	margin: 10px 10px 10px 0;
	}
	
	.float_clear_right {
	clear: right;
	float: right;
	margin: 10px 0 10px 10px;
	}

	.left {
	float: left;
	margin: 0 10px 10px 0;
	}
	
	.right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
	hr {
	clear: left;
	margin: 5px 20px;
	height: 1px;
	border: none;
	background-color: #ccc;
	}

/* wrapper */

#wrapper {
margin: auto;
text-align: left;
width: 800px;
}



/* navigation */

p#top, p#nav, p#footer {
background: #002B3C url('../graphics/layout/nav.jpg') repeat-x;
border-bottom: 1px solid #fff;
color: #003652;
font-size: 1.2em;
font-weight: bold;
padding: 7px 10px;
margin: 0;
}

	p#top {
	text-align: right;
	}

	p#nav, p#footer {
	border-top: 1px solid #fff;
	}
	
	p#footer {
	border-bottom: none;
	}

	p#top a, p#nav a, p#footer a {
	color: #fff;
	padding: 7px 5px;
	}
	
		p#top a:hover, p#nav a:hover, p#footer a:hover {
		background: #dcdcdc url('../graphics/layout/hover.jpg') repeat-x;
		color: #002B3C;
		}



p#banner {
background: url('../graphics/layout/banner2.jpg') no-repeat;
height: 188px;
margin: 0;
padding: 0;
text-indent: -1000em;
}



/* main content */

#main {
line-height: 1.7em;
padding: 0 0 20px;
}



/* content */

#content {
float: left;
font-size: 1.2em;
padding: 0 0 20px;
width: 591px;
}

	#content p, #content ul, #content ol {
	margin: 0;
	padding: 14px 20px 0;
	}
	
		#content ul, #content ol {
		margin: 0 40px;
		}
		
			ul.sitemap li {
			margin-bottom: 14px;
			}

		#content p#info_message {
		background: #ce910d url('../graphics/layout/header.jpg') repeat-x;
		border: 1px solid #002a3a;
		margin: 14px 20px 0;
		padding: 7px;
		}
		
		#content p#company-details {
		color: #aaa;
		font-size: .9em;
		}
	
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #002B3C;
	font-size: 1.2em;
	margin: 20px 20px 0;
	padding: 0;
	}
	
		 #content h2, #content h3, #content h4, #content h5, #content h6 {
		 border-top: 1px solid #002B3C;
		 letter-spacing: -1px;
		 padding: 20px 0 0;
		 }

	#main a {
	color: #127696;
	text-decoration: underline;
	}
	
		#main a:hover {
		background: #127696;
		color: #fff;
		}



/* right panel */

#info {
color: #002735;
float: left;
font-size: 1.2em;
width: 209px;
}

	#info p {
	margin: 0;
	padding: 7px;
	}

		#info p.img {
		padding: 7px 0;
		}
		
		#info p.header {
		background: #ce910d url('../graphics/layout/header.jpg') repeat-x;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		font-weight: bold;
		line-height: 1.2em;
		text-transform: uppercase
		}



	/* newsletter form */
	
	form#newsletter {
	margin: 0;
	padding: 7px;
	}

		form#newsletter label {
		display: block;
		}
		
		form#newsletter input {
		background: #fff url('../graphics/common/input.jpg') repeat-x;
		border: 1px solid #6D7376;
		font-family: Arial;
		font-size: 1em;
		padding: 2px 4px;
		width: 184px;
		}
		
		form#newsletter input#nl_code, input#contact_code {
		background: #fff url('../graphics/common/code.jpg') no-repeat;
		}
		
		form#newsletter input#submit {
		background: #002B3C url('../graphics/layout/nav.jpg') repeat-x;
		color: #fff;
		margin: 5px 0 0;
		width: auto;
		}



/* misc commands */

#main {
height: 1%;
}

	html>body #main {
	height: auto;
	overflow: auto;
	}



	/* tables  */
	
	table {
	border: 1px solid #eee;
	padding: 0;
	margin: 20px 20px 0;
	width: 550px;
	}
	
		table th {
		background: #eee;
		}
		
		table td, table th {
		border: 1px solid #eee;
		padding: 5px;
		margin: 0;
		}
			
		table label {
		font-weight: bold;
		}
			
			table label span {
			font-size: .8em;
			}
		
		table input, table select, table textarea {
		background: #fff url('../graphics/common/input.jpg') repeat-x;
		border: 1px solid #ccc;
		font-family: Arial;
		font-size: 1em;
		padding: 3px 5px;
		width: 380px;
		}
		
			textarea {
			height: 75px;
			}
	
			input.submit {
			background: #fff url('../graphics/common/input.jpg') repeat-x;
			border: 1px solid #ccc;
			font-family: Arial;
			font-size: 1em;
			font-weight: bold;
			padding: 5px 8px;
			}
		
			.field {
			width: 388px;
			}
			
			.required {
			border: 1px solid #c00;
			}
			
				select.field {
				background: #fff;
				width: 400px;
				}
		
			table input.checkbox {
			width: 20px;
			}

/* Home page news layout 2 */

#main #news {
	float: left;
	display: block;
	width: 550px;
	background: transparent url(/graphics/layout/blogbg.jpg) top left repeat-y;
	text-align: left;
}

#main #news #newsinner {
	float: left;
	display: block;
	width: 550px;
	background: transparent url(/graphics/layout/blogfoot.jpg) bottom left no-repeat;
}

#main #news #newsinner #newshead {
	float: left;
	display: block;
	width: 550px;
	background: transparent url(/graphics/layout/blog.jpg) top left no-repeat;
	padding-top: 130px;
}

#main #news #newsinner #newshead #newsmargin {
	margin: 10px;
}

#main #news #newsinner #newshead #newsmargin .newsitem {
	float: left;
	display: block;
	width: 250px;
	height: 170px;
	margin: 9px 0px 0px 9px;
}

#main #news #newsinner #newshead #newsmargin .newsitemmargin {
	margin: 5px;
}

#main #news #newsinner #newshead #newsmargin .newsdesc {
	color: #fff;
}

#main #news #newsinner #newshead #newsmargin .newsdesc ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 200px;
}

#main #news #newsinner #newshead #newsmargin .newsdesc ul li {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
}

#main #news #newsinner #newshead #newsmargin .newsdesc ul li img {
	border: none;
}

#main #news #newsinner #newshead #newsmargin p {
	color: #fff;
	font-style: italic;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#main #news #newsinner #newshead #newsmargin .newsart {
	background-color: #fff;
	border: 1px dotted #ccc;
	font-size: 0.8em;
	text-align: justify;
}

#main #news #newsinner #newshead #newsmargin .newsart a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}

/* Home page news layout 3 */

#hnews {
	width: 550px;
	margin: auto;
	background: transparent url(/graphics/layout/blogbg.jpg) top left repeat-y;
}

#hnewsone {
	width: 550px;
	background: transparent url(/graphics/layout/blogfoot.jpg) bottom left no-repeat;
	
}

#hnewstwo {
	width: 550px;
	background: transparent url(/graphics/layout/blog.jpg) top left no-repeat;
	padding: 130px 0px 20px 0px;
}

#main #hnewstwo p.newsdesc {
	color: #fff;
	font-style: italic;
	text-align: left;
	font-size: 1.2em;
}

#hnewsthree {
	width: 500px;
	height: 100px;
	color: #fff;
	text-align: left;
}

#hnewsthree p {
	padding: 0px;
	line-height: 170%;
}

.hpost {
	width: 510px;
	padding: 20px 0px;
	margin: auto;
	background: transparent url(/graphics/index/post.jpg) bottom center no-repeat;
	text-align: left;
}

#main .hpost h1 {
	margin: 0px;
	padding: 20px 0px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	background: transparent url(/graphics/index/h1.jpg) top left no-repeat;
}

#main .hpost h1 a {
	color: #FFCC00;
	text-decoration: none;
}

#main .hpost p {
	margin: 0px;
	color: #fff;
}

/* Blog css */

#main .post {
	padding: 20px 0px;
	background: transparent url(/wordpress/wp-content/themes/wnwNew/images/post.jpg) bottom center no-repeat;
}

#main .post h1 {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	background: transparent url(/wordpress/wp-content/themes/wnwNew/images/h1.jpg) top left no-repeat;
}

#main .post h1 a {
	text-decoration: none;
}

#main .post p {
	margin: 0px 20px;
}

#main .postdate {
	float: right;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	color: #FFCC00;
	background: transparent url(/wordpress/wp-content/themes/wnwNew/images/datestar.png) top left no-repeat;
	margin: 0px 5px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main .postdate p {
	line-height: normal;
}

#main .postdate p.month {
	font-size: 2.5em;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#main .postdate p.date {
	font-size: 3em;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

#main .postdate p.date span {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}

#main .postdate p.year {
	font-size: 1.2em;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

#main .post .postmetadata {
	width: 400px;
}

#main #addcomment {
	margin: auto 20px;
}

#main #info ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main #info ul li {
	margin: 0px;
	padding: 0px;
}

#main #info ul li ul {
	padding: 10px 0px;
}

#main #info ul li ul li {
	margin: 0px 0px 0px 15px;
}

#main #info ul li ul li ul {
	padding: 0px;
}

#main .navigation {
	float: left;
	display: block;
	width: 590px;
}

#main .alignright {
	float: right;
	display: block;
}

#main .alignleft {
	float: left;
	display: block;
}