html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {font-weight:bold;}

body, html {height: 100%;}
body { background:#fff; color:#505050; font:11px Arial, Helvetica, sans-serif; text-align:center;}

em {
	font-style: italic;
}

div#skip { display:none;}
div#container { width:980px; text-align:left; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto 0em; }
div#header { height:374px; width:980px; position:relative; background: #9ac9ff url(../img/header.jpg) 0 0 no-repeat;}
div#header h1#logo { width:340px; height:130px; position:absolute; top:20px; left:40px; }
div#header h1#logo a { width:340px;	height:130px; outline:0; background: url(../img/logo.png) 0 0 no-repeat; text-indent:-1000em; float:left;	}
#navigation {width: 980px;height: 63px;background: url(../img/menu_bg.jpg) 0 0 no-repeat;}

#content {position: relative; width: 960px; padding: 10px 10px 10px 10px; }
#content p { margin: 0 0 10px 0; padding: 0; }
#content a { color: #bd2b32; background-color: transparent; padding: 0; }
#content a:hover { color: #bd2b32;	text-decoration: underline; padding: 0}
#content ol { margin: 0 0 0 10px;}
#content ul { list-style-type: disc; margin-left: 10px;}

.newstime { width:73px; height: 21px; text-align: center; background: url(../img/date_bg.gif) 0 0 no-repeat; color: #444; padding-top: 3px; margin: 7px 0 10px 0; font-weight: bold; }

#content fieldset {
		background-color: #f5f5f5;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
		padding: 10px;
	}
	#content fieldset legend {
		font-weight: bold;
		color: #555;
		font-size: 12px;
	}

.index_left {
 float: left;
 padding: 0 20px 0 50px;
 width: 580px;}

.index_right {
 float: right;
 padding: 0 10px 0 0;
 width: 300px;}
	
	
.dotted {
	
	border-bottom: 1px dotted #444;
}
	
#footer {
	background: url(../img/footer_bg.jpg) 0 0 no-repeat;
	margin: 0;
	text-align: center;
	top: 10px;
	width: 980px;
	height: 34px;
}

.footer-contents {
	width: 870px;
	color: #b0b0b0;
	font-size: 11px;
	padding:10px 0 0 0;
	text-align: center;
}

#publish_form {}
	#publish_form fieldset {
		background-color: #f5f5f5;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	#publish_form fieldset legend {
		font-weight: bold;
		color: #555;
		font-size: 11px;
	}
	#publish_form input, #publish_form textarea, #apply-online input, #apply-online textarea, #gb-online input, #gb-online textarea {
		border: 1px solid #ccc;
		padding: 2px;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
	}
	#publish_form input:focus, #publish_form textarea:focus, #apply-online input:focus, #apply-online input:hover, #apply-online textarea:focus, #apply-online textarea:hover, #gb-online input:focus, #gb-online input:hover, #gb-online textarea:focus, #gb-online textarea:hover {
		border: 1px solid #5a823a;
	}
	#publish_form input#submit, #apply-online input#submit, #gb-online input#submit {
		background-color: #bd2b32;
		color: #fff;
		cursor: pointer;
		cursor: hand;
	}
	#publish_form label.small {
		color: #555;
		font-size: 11px;
	}
	#publish_form input.no-border {
		border: 0;
	}

.validation-error {
	color: red;
}
input.error, textarea.error {
	border: 1px solid red !important;
}

.error {
	color:#ff0000;
}

.validation-failure {
	color: red;
	background-color: #ffd0d6;
	padding: 5px;
}

.apply-status-ok {
	color: #009900; 
	background-color: #dfFFda; 
	padding: 5px;
	margin-bottom: 7px;
}

a {color:#b0b0b0; background-color:transparent;text-decoration:none;}
a:hover {color:#fff; background-color:transparent; text-decoration:none;}


.go_right {
	text-align: right;
}

h2 {
	font-size: 14px;
	margin: 0 0 7px 0;
	font-weight: bold;
}
h2 a {
	text-decoration: underline;
	font-weight: normal;
}

h3, #pn-login h2 {
	font-size: 14px;
	margin: 10px 0 7px 0;
	font-weight: bold;
}

.clear {
	clear:both;
}

.showimages{
	width: 100%;
	padding: 5px;
	text-align: center;
}

.showimage{
	margin: 2px 2px 5px 2px;
	float: left;
	padding: 5px;
	width: 120px;
	border: 1px dotted #282828;
	background-position: center;
	text-align: center;
}


