/* General
-------------------------------------------------------*/
body {
	background: url("../images/back.gif") 0 0 fixed;
	font-family: Verdana, Arial, Sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.reset {

	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
}

p {
	line-height: 1.7em;
	text-align: justify;
	margin-bottom: 16px;
	color:#768E98;
}

a:link,a:visited {
	text-decoration: none;
	color: #2C84D3;
}


a img {
	border: none;
}

h1,h2,h3 {
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}

h1 {
	color: #63AAEC;
	font-family: Trebuchet MS;
	border-bottom: solid 0px #1c4e78;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 0.08em;
	clear: both;
}

h2 {
	color: #19467A;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px dotted #d6f1e8;
}

h3 {
	color: #2570B3;
	font-weight: normal;
	font-size: 1.4em;
}
ul {
	color:#768E98;
}


.print_only {
  display: none;
}

/* Layout
-------------------------------------------------------*/

#wrapper {
	background: url("../images/back_top.gif") 0 0 repeat-x fixed;
	text-align: center;
	width: 100%;
}
#main {
	width: 740px;
	padding: 10px 0;
	margin: 0 auto;
}
#footer,#sub_nav,#top_nav {
	margin-bottom: 1px;
	text-align: left;
	padding: 4px 16px;
	color: #DDF3EE;
}

#top_nav {
	font-size: 10px;
	background-color: #2C83D1;
}

#footer,
#sub_nav {
	background: #2C83D1;
	font-size: 1.2em;
	padding: 5px 16px;
}

#top_nav a:link,
#top_nav a:visited {
	color: #164579;
}

#top_nav a:hover,
#top_nav a:active {
  color: #000;
}

#sub_nav a:link,
#sub_nav a:visited {
	color: #E0F3EF;
}
#top_nav a:hover,
#top_nav a:active,
#sub_nav a:hover,
#sub_nav a:active {
	color: #000;
	border-bottom: 5px solid #69A6E5
}

#header {
	height: 105px;
	text-align: left;
	padding: 0 12px;
	margin-bottom: 3px;
	background-color: white;
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 {
	margin: 0;
	overflow: visible;
	border: none;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 0px 30px;
	background-image: url(../images/parm_logo.gif);
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#page {
	background: white top repeat-x url("../images/content_bg.gif");
	padding-top: 0px;
	text-align: left;
}

#content {
	padding-left: 16px;
	float: left;
	padding-top: 12px;
}

#content a:active,
#content a:hover {
	color: #63AAEC;
}
#side {
	float: right;
	background: #f3f8f4 url("../images/side_back.gif") top repeat-x;
	padding: 16px;
	color: #4d6b6c;
	border-top: white solid 1px;
}

#footer {
	font-size: 0.8em;
	border-top: 1px solid #2570B3;
	padding: 4px 16px;
	clear: both;
}

#footer_add {
	font-size: 0.8em;
	border-top: 1px solid #2570B3;
	padding: 4px 16px;
	clear: both;
}

#footer a:link,
#footer a:visited {
	color: #C7E3E7;
}

/* One COlumn
-------------------------------------------------------*/

.one_column #content {
	width: 708px;
	float: none;
}

.one_column #side {
	display: none;
}

/* Two Colums
-------------------------------------------------------*/

.two_column #content {
	width: 470px;
}
	
.two_column #side {
	width: 216px;
}


/* Side Menu
-------------------------------------------------------*/
.menu  {
	margin: 0 -16px;
	padding: 0;
	list-style: none;
	border-top: 1px solid white;
	display: block;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.menu li a:link,
.menu li a:visited {
	display: block;
	padding : 8px 16px;
	margin: 0;
	color: #1D487B;
	font-weight: bold;
	background: #D5ECF1;
	border-bottom: 1px white solid ! important;
	letter-spacing: 0.12em;
	font-size: 1.2em;
}

* html .menu a,
* html .menu li {
	height: 1px; /*  */
}

.menu li li a:link,
.menu li li a:visited {
	background: #EFF5F6;
	color: #040;
	font-weight: normal;
	letter-spacing: 0.04em;
	font-size: 1em;
}

.menu a:link, 
.menu a:visited, 
.menu a:hover {
	text-decoration:none ! important;
}

.menu li li a:hover {
	background-color: #98D3DE!important;
}
/* Extras
-------------------------------------------------------*/
.side_decor {
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
}

/* Column clearing
-------------------------------------------------------*/
#page:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#page {
	display:table; /* */
}

/* Hides from IE-mac \*/
html #page {
	height: 1%;
}

#page {
	display: block;
}

/* End hide from IE-mac */
DIV.folioitem {
	FLOAT: left;
	WIDTH: 45px;
	HEIGHT: 50px;
	TEXT-ALIGN: center;
	padding: 4px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 8px;
}

DIV.folioitem#moreinfo {
	background-image: url(../portfolio/shadow_moreinfo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

/* ads */
.ads {
	margin: 0px auto;
	width:auto;
}