/*#############################################################
Symbolics Agency
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

.mainnav {
	float: left;
	width: 420px;
	min-height:600px;   /* KM - changed from 600px */
	background-color: #FFF;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 50px;
}

.mainnav li a {
	color: #333;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
	text-indent: 6px;
	padding-left: 20px;
	list-style: none;
}

.mainnav a:hover {
	color: #06F;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 860px;   /* KM - changed from XXXpx */
	min-height:600px;   /* KM - changed from 600px */
	background-color: #FFF;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 25px;
	list-style: none;
	text-decoration: none;
}

.sidenav li a {
	background-image: url(img/pdffile.jpg);
	background-repeat: no-repeat;
	background-position: 10px -2px;
	padding-left: 50px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #333;
}
.sidenav ol {
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: -7px 7px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
.sidenav a:hover {
	color: #06F;
}
.sidenavright {
	float: right;
	width: 400px;
	min-height:600px;   /* KM - changed from 600px */
	background-color: #FFF;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 50px;
}
.sidenavright a {
	color: #333;
	font-size: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/tmm_east_black.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
	text-indent: 6px;
	padding-left: 15px;
	list-style: none;
}
.sidenavright a:hover {
	color: #06F;
}


body {
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	background-color: #f1f2f3;
	text-decoration: none;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
h2 {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-indent: 10px;
}

code {
	background: #CCC;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: normal;
	padding-left: 28px;
	font-size: 1.4em;
	color: #336;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {
	float: left;
	background-color: #FFF;
}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}

/* header */
.top {
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: .7em;
	height: 80px;  /* KM - changed from 100px */
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 880px;
}
.header .left, .header .right {
	color: #333;
	height: 80px;  /* KM - changed from 100px */
	background-color: #FFF;
}
.header .left {
	line-height: 80px;  /* KM - changed from 100px */
	text-align: center;
	width: 880px;
	background-color: #FFF;	/*background-image: url(img/frmo_logo.jpg);*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	/*background-repeat: no-repeat;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {
	padding: 0 16px;
	letter-spacing: .2em;
}
.header .right h2 {
	padding-top: 5px;
	font: normal 1.1em "Trebuchet MS",sans-serif;
	letter-spacing: 0.4em;
}

/* navigation */
.navigation {
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background-image: url(img/tmm_plus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.navigation #current {
	color: #06F;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background-color: #FFF;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 25px;
	width: 700px;
	text-decoration: none;
}
.content .descr {
	color: #366;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.2em;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #039;
	background-image: url(img/tmm_east_blue.gif);
	background-repeat: no-repeat;
	background-position: -7px 3px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* footer */
.footer {
	color: #333;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 10px;
}
.footer a,.footer a:hover {
	color: #333;
	font-weight: normal;
}
