/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}
body#odi
{
	background: #FFFFFF url(../img/img01.gif) repeat-x;
}

form { margin: 0; padding: 0; }

input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #000000; }

h1, h2, h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #45B6A8; margin:0px 0px 5px 0px; }
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1em; }
p  { margin:0; padding:5px 0; 
}
ul, ol { margin-bottom: 1.8em; line-height: 160%; }
a { color: #45B6A8; text-decoration: none; }
a:hover { text-decoration: underline; }

hr { display: none; }

/* Menu */
#menu {
	width: 960px;
	height: 58px;
	margin: 0 auto;
	padding: 1px 0;
	background: url(../img/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(../img/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 58px;
	background: url(../img/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 58px;
	padding: 17px 25px 0 25px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(../img/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(../img/img05.gif) repeat-x;
	color: #FFFFFF;
}

/* Logo */
#logo {
	width: 962px;
	height: 91px;
	margin: 0 auto;
	background: url(../img/img06.png) no-repeat;
	color: #45B6A8;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding: 25px 10px;;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a { text-decoration: none; color: #45B6A8;}

/* Page */
#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */
#content { float: right; width: 680px;}

/* Sidebar */
#sidebar { float: left; width: 250px;}
#sidebar li ul { background: #F5F5F5 url(../img/img08.gif) no-repeat left bottom;}
#sidebar li li { margin: 0;}
#sidebar p { padding: 0 20px;}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	background: #f5f5f5 url(../img/img08.gif) bottom no-repeat;
	padding-bottom: 10px;
}

#sidebar li a{
	display: block;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
	color: #45B6A8;
}

#sidebar li a:hover{
	background: #ededed;
	text-decoration: none;
	padding-left: 25px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../img/img07.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: white;
}

/* Search */
#search form { padding: 20px; }
#search br { display: none;}
#search #s { width: 135px;}

/* Footer */
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* sortables */

ul.sortable li {list-style:none; height: 50px; background-color: #DEDEDE; margin: 3px; 0px; padding: 2px; }
ul.sortable li * {margin:0px; padding:0px; }
ul.sortable li span { float: left; padding: 24px 10px; background-color:#333333; cursor:move; }