

/*********************************************/
/** GLOBAL **/

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 940px;
}




/*********************************************/
/** TITLES **/

h1, h2, h3, h4 {
	font-weight: normal;
}

h2 {
	color: #164c78;
}

h3 {
	color: #943323;
}



/*********************************************/
/** HEADER **/

#header {
	border-top: 7px solid #a35a37;
	background-color: #7c2a02;
	background-image: url('../images/header-background.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#site-name a {
	width: inherit;
	color: #FFF;
	text-decoration: none;
	font-size: 34px;
}

#site-name small {
	font-size: 20px;
	font-style: italic;
}

#header hr {
	color: #7c2a02;
	margin-bottom: 20px;
}




/*********************************************/
/** MENU **/

#menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 20px;
}

#menu li {
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}


#menu li:hover, 
#menu li.selected {
	background-color: #FFF;
	border-top: solid 1px #CCC;
	margin-top: -11px;
}

#menu li:hover {
	height: 19px;
	background-color: #f9e4e1;
	border-bottom: solid 1px #CCC;
}

#menu li.selected:hover {
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}

#menu li a {
	display: block;
	height: 20px;
	text-decoration: none;
	color: #FFF;
	line-height: 10px;
	outline: none;
}

#menu li:hover a, 
#menu li.selected a {
	color: #943323;
}




/*********************************************/
/** SECTION NAVIGATION **/

#section-nav {
	padding: 0px;
	margin-bottom: 0px;
	height: 20px;
	border-bottom: solid 1px #CCC;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: none;
	width: 730px;
}

#section-nav li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

#section-nav li a {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	text-decoration: none;
}





/*********************************************/
/** LISTS **/

#linkslist li {
	list-style: none;
}

#linkslist li {
	margin-bottom: 20px;
}



/*********************************************/
/** PAGE **/

#page {
	margin-bottom: 20px;
}

#information {
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#information p {
	line-height: 23px;
	color: #6f7071;
}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
	min-height: 400px;
	margin-left: 10px;
	border-left: solid 1px #CCC;
	padding-left: 10px;
}

#sidebar h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#sidebar p {
	font-size: 12px;
	color: #666;
}



/*********************************************/
/** FOOTER **/

#footer {
	padding-left: 30px;
	clear: both;
}

#footer p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#footer #call-to-action {
	border-top: solid 3px #CCC;
	padding-top: 5px;
	font-size: 16px;
	color: #164c78;	
}

#footer #copyright {
	font-size: 10px;
	color: #943323;	
}



/*********************************************/
/** SCROLLER **/

.scroller {
	overflow: hidden;
	height: 230px; 
	margin-top: 15px;
}

.nameindex, 
.roleindex {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	border-left: solid 1px #CCC;
	padding-left: 15px;
	margin-right: 15px;
	color: #666;
}

.nameindex {
	width: 190px;
}

.roleindex {
	width: 260px;
}

.widecolumn {
	min-width: 920px;
}

.lastindex {
}
