*{
margin:0;
padding:0;
}

body{
font-family:"lucida grande",verdana,helvetica,arial,sans-serif;
font-size:12px;
color:#333;
background:#003d4c url(images/body_bg.gif) repeat-x;  
margin: 0;
}

.clear {
display: block;
clear: both;
height: 0;
line-height: 0;
margin: 0;
padding: 0;
}

/*
*  General Style Info
*/
img {
	vertical-align: middle;
}
a {
padding: 2px 0;
color:#003d4c;
text-decoration:none;
outline:none;
}
a:hover{
color:#003d4c;
text-decoration:underline;
}

a img{
border:none;
}

h1, h2, h3, h4 {
font-weight:normal;
margin:0.5em 0 0 0;
}
h2 {
color:#e32;
font-size: 140%;
}

h3 {
color:#e32;
font-size: 130%;
}

h4 {
font-size: 120%;
}

ul li {
list-style-image:  url("images/arrow.gif");
}

#container{
	position:relative;
	background: url(images/cake.icon.gif) no-repeat 10px 10px;  
	padding-top:44px;
}

#header {
	position:absolute;
	top:44px;
	left: 12px;
	height:40px;
	line-height:40px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	color:#fff;  
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}
#footer {
	text-align: right;
	color: #fff;
	font-size: 10px;
	padding: 4px;
}
#footer :link {
	color: #fff;
}
/*
 * navigations
 */
.navigation {
	height:30px;
	line-height:30px;
	padding: 0 15px;
}

.navigation li{
	display:block;
	float:left;
}

.navigation a {
	display:block;
	float:left;
	padding:0 12px;
	text-decoration:none;
}
.navigation a:hover {
	text-decoration: underline;
}
#main_nav{
	font-size:120%;
	height:30px;
	line-height:30px;
	background:#cc6;
	padding-top: 9px;
	width:100%;
} 
#main_nav .navigation {
	margin-left: 80px;
	font-weight: bold;
}
#main_nav .navigation a:hover, #main_nav .navigation a.on{
	font-weight: bold;
	background: #fff;
	text-decoration: none;
}
#secondary_nav{
	font-size:90%;
	position:absolute;
	top:5px;
	right:0;
	z-index:5;
	background:transparent;
} 

#secondary_nav a{
	color:#c0c25b;
}
#sites_nav{
	position:absolute;
	top:5px;
	left:0px;
	width:100%;
	height:40px;
}
#sites_nav .navigation {
	margin-left: 10px;
}
#sites_nav a {
	color:#e77844;
}

#sites_nav li.current a{
	color:#fff;

}
form, input, textarea {
	font-size : 120%;
}
select, option {
	font-size : 110%;
	padding: 0 4px;
}

form textarea {
	display: block;
}
form em {
	font-size: 10px;
	padding: 0 4px;
}
form em a {
	text-decoration: underline;
}
form .submit {
	text-align: right;
	padding-top:10px;
}
#search {
	position:absolute;
	top:42px;
	height:40px;
	line-height:40px;
	right:0;
	padding-right:15px;
	min-width: 100px;
}

#search input, #search select {
	display: inline;
	font-size: 100%;
	padding: 0;
}

#content_wrapper{
	position: relative;
	padding: 6px 22px;
	padding-bottom: 40px;
	background:#fff;
	font-size: 13px;
}

#content_wrapper a {
	font-weight: bold;
}

#content_wrapper ul, #content_wrapper li, #content_wrapper ol {
	margin-bottom: 6px;
	margin-left: 20px;
}
#user_menu_right {
	float:right; 
    width: 26%;
 	margin-left: 16px;
	padding-left: 14px; 
	border-left: #f4f4f4 dotted 2px;
}
#user_menu_right ul {
	margin: 0;
	padding: 0;
}
#user_menu_right li {	
	padding: 0 20px 0 0;
}
#user_menu_right li a {
	white-space: nowrap;
}
#user_menu {
	font-size: 120%;
	margin-bottom: 10px;
}
#user_menu ul {
	margin: 0;
	padding: 0;
}
#user_menu li {	
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
#user_menu li a {
	white-space: nowrap;
}
table { 
  width: 100%;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
}
th {
  color: #333;
  background-color: #ccc;
  text-align: center;
  padding:1px;
}
table tr td {
  color: #333;
  padding: 4px 4px;
  vertical-align:top;
  text-align: left; 
}
table tr.altRow td {
  background: #f4f4f4;
  color: #333;
}
p {
	margin: 5px 0;
}
#content {
	margin-right:40%;
	padding-left: 1px;
}
#side, #sbar {
	clear: right;
	float:right; 
    width: 26%;
 	margin-left: 16px;
	margin-bottom: 30px; 
	padding-left: 14px; 
	border-left: #f4f4f4 dotted 2px;
}
pre {
	padding: 10px;
	background: #f4f4f4;
	font-size: 13px;
	overflow: auto;
}
strong {
	font-size: 110%;
}