
/* - STRUCTURE
---------------------------------------------------------- */
#preview body {
	font-size:12px;	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	background-color:#e1e1e1;}

#preview #header-wrapper {
	border-top:12px solid #025388;
	background-color:white;}

#preview #logo {
	float:left;
	padding-top:6px;
	padding-left:10px;
	width:280px;}

#preview #header {
	margin:0 auto;
	background-color:#fff;
	width:740px;height:115px;}

#preview #header-links {
	float:right;
	text-align:right;
	margin:10px 10px 0px 0px;}
	#preview  #header-links span {
		font-size:13px;
                color:#333333;
                font-weight:900;
		display:block;}

#preview #content {
	clear:both;
	margin:0 auto;
	width:740px;
	padding:10px 0px 20px 10px;}

#preview #banner {}

#preview #footer {
	clear:both;
	overflow:auto;
	margin:10px auto;
	font-size:11px;
	border-top:1px solid #333;
	padding-top:4px;
	width:740px;}
		#preview #footer .left{float:left;}
		#preview #footer .right{float:right;}
		#preview #footer a{color:#003366;text-decoration:none;}
		#preview #footer a:hover{color:#333;text-decoration:underline;}
			
/* - MENU
---------------------------------------------------------- */
#preview #menu {
	background-color:#025388;
	height:29px;
	padding-left:14px;}

#preview #menu ul {
	width:742px;
	margin:0px auto;
	padding:0px;}

#preview #menu li {
	background-image:url(/inc/img/menu_hover.jpg);
	float:left;
	font-weight:bold;
	list-style-type:none;}

#preview #menu li a{
	text-decoration:none;
	display:block;
	border-right:1px solid #e1e1e1;
	padding:6px 16px;
	color:#fff;}
	#preview #menu li a:hover {
		background-color:#456;
		color:white}

#preview li#selected a {
	/*background-image:url(img/menu.jpg);*/
	background-color:#e1e1e1;
	color:#333;}

/* - TYPOGRAPHY
---------------------------------------------------------- */
#preview h1 {color:#003366;
	font-size:20px;}

#preview h2 {color:#003366;
	font-size:18px;}

#preview a {color:#456;}
#preview a:hover {color:#333;}
