@charset "utf-8";
/* SAFQ COMMON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #003876 url(../media/images/bg.jpg) top left repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
}

/* COMMON */
.clear {
	clear: both;
}

.clear img {
	margin: 0 0 20px 0;
}
/* END OF COMMON */

/* WRAPPER */
#wrapper {
	width: 975px;
	margin: 0 auto 0 auto;
	background: transparent url(../media/images/middle.gif) top center repeat-y;
}
/* END OF WRAPPER */

/* CONTAINER */
#container {
	width: 975px;
	margin: 0 auto 0 auto;
	background: transparent url(../media/images/header.jpg) top center no-repeat;
}
/* END OF CONTAINER */

/* HEADER */
#header {
	width: 975px;
	height: 100px;
	position: relative;
}
	
#header #logo {
	position: absolute;
	background: transparent url(../media/images/logo.jpg) top left no-repeat;
	top: 45px;
	left: 50px;
	width: 151px;
	height: 59px;
	cursor: pointer;
}

#header #logo h1 span {
	margin: 0 0 0 -9999px;
}

#header #top-nav {
	padding: 15px;
	position: absolute;
	top: 0;
	right: 50px;
	background-color: #4e555e;
}

#header #top-nav a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

#header #top-nav a:hover {
	text-decoration: underline;
}

#header #top-nav span {
	margin: 0 5px 0 5px;
	color: #FFFFFF;
}
/* END OF HEADER */

/* MIDDLE */
#middle {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
}
/* END OF MIDDLE */

/* NAVIGATION */
#content #navigation { 
	width: 681px;
	height: 34px;
}

#content #navigation #nav-items { 
	width: 360px;
	height: 34px;
	float: left;
}

#content #navigation #nav-items a {
	width: 114px;
	height: 34px;
	background: transparent url(../media/images/img_tab.jpg) top left no-repeat;
	color: #003876;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	float: left;
	margin: 0 2px 0 2px;
}

#content #navigation #nav-items a:hover {
	background: transparent url(../media/images/img_tab.jpg) top right no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* END OF NAVIGATION */

/* INFO */
#content #navigation #info {
	width: 225px;
	float: right;
}

#content #navigation #info p {
	color: #fdb827;
	font-size: 14px;
	line-height: 30px;
}

#content #navigation #info p a {
	color: #003875;
	text-decoration: underline;
	font-size: 12px;
}

#content #navigation #info p a:hover {
	text-decoration: none;
	color: #003875;
}

#content #navigation #info p a:visited {
	color: #4e555e;
}
/* END OF INFO */

/* FOOTER */
#footer {
	width: 975px;
	height: 78px;
	background: transparent url(../media/images/footer.jpg) top left no-repeat;
	position: relative;
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 30px;
}
/* END OF FOOTER */

