/*
	core stylesheet
	last updated on 14-Apr-09 by SB
*/

/* Elements */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: small;
}

img {
	border-width: 0;
}

h1, h2, h3, h5, h6 {
	color: #976f3c;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2px;
}

h4 {
	color: #667b90;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0px;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h2 a, a:link, a:visited {
	text-decoration: none;
	color: #976f3c;
}

h1 a, a:link, a:visited {
	text-decoration: none;
	color:#976f3c;
}

h2 a:hover {
	color: #667b90;
}
	

h3 {
	font-size: small;
}


h1.frontheader {
        margin-top: 0.7em;
	color: #263c6e;
	border-bottom: none;
}

h1.features, h2.features, h3.features, h4.features, h5.features, h6.features {
	text-align: center;
	text-decoration: underline;
	border: none;
}

ul.features {
	list-style-type: square;
}

a:link, a:visited {
	color: #263c6e;
}

a:hover {
	color: #000;
}

p.newshead {
        font-weight: bold;
}

/* Primary layout container */

#container {
	width: 730px;
	background-color: #fff;
	background: url(/assets/images/background.gif) repeat-y;
	border: 1px solid #667b90;
	margin: 0 auto;
	font-size: 0;
}

/* Banner and top-level navigation */

#banner {
	background: url(/assets/images/hexagons.gif) no-repeat center right;
	height: 110px;
}

#banner img {
	border: 0;
}

#links, #side, #content, #footer {
	font-size: small;
}

#links {
	background-color: #667b90;
	color: #fff;
	padding: 4px 22px;
}

#links div {
	float: right;
}

#links a:link, #links a:visited, #links a:hover, #links a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/* Sidebar and sub-level navigation */

#side {
	float: left;
	width: 180px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 4px 22px;
	text-decoration: none;
	border-bottom: solid 1px #7f90a2;
}

#navsub li {
        border-bottom: 1px solid #7F90A2;
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 4px 22px;
        text-decoration: none;
}


#navsub, #nav subul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navsub li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li a.selected {
	background: url(/assets/images/bullet_symplectic.gif) no-repeat 10px center;
}

#nav li a:hover {
	background: url(/assets/images/bullet_grey.gif) no-repeat 10px center;
}



/* Container for main image */

#image {
	display: block;
	float: right; /* for the benefit of IE to ensure correct positioning */
	margin-bottom: 22px;
}

/* Main content layout */

#content {
	margin: 0px 22px 22px 202px;
	height: 1%; /* IE hack to combat 3 pixel jog */
}

#content img {
	float: right;
	margin-left: 20px;
}

#splashbox {
        background-color: #F1F1D9;
        border: 1px solid #667B90;
        display: block;
        float: right;
        margin-bottom: 5px;
        margin-left: 12px;
        margin-right: 0;
        padding: 5px;
        width: 210px;
}

/* Footer */

#footer {
	clear: both;
	background: url(/assets/images/footer.gif);
	border: solid 1px #667b90;
	padding-left: 30px;
	height: 25px;
}

/* Below footer */

#sub-footer {
	direction: rtl;
	margin: 0 auto;
	width: 730px;
	font-size: 11px;
	color: #667b90;
}

#sub-footer a {
	font-weight: normal;
}

#sub-footer a:hover {
	text-decoration: underline;
}

#sub-footer img {
        float: left;
        position: relative;
        bottom: 89px;
        margin-right: 2px;
        margin-left: 2px;
}