@import url('/templates/css/menus/horizontal_dd_default.css');
body {
	text-align:center;
	height: 100%;
	padding:0;
	margin:0;
}

body, table {
	font:12px Geneva, Arial, Helvetica, sans-serif;
}

#outer {
	text-align:left;
	width:780px;
	margin:0 auto;
	position:relative;
	height: 100%;
}

/* footer fix for IE & Safari */
html>body #outer {
	height: auto;
	min-height: 100%;
}

#header {
	height:108px;
	border: 0;
	padding: 0;
}

#bodyblock {
	display:inline-block; /* italic fix */
	padding:0 0 63px 0; /* allow room for footer */
	border: 0;
}

#menu {
	margin: 15px 0 0 5px;
	padding: 0 0 0 8px;
}

#menu  table {
	margin: 0 auto;
}

#menu ul {
	margin:0;
	padding:6px 0 6px 10px;
}

#menu li {
	display:inline;
	margin: 0;
	padding: 0 10px;
}

#side-menu {
	float:left;
	width:100px;
	text-align:left; 
	padding: 0; 
	margin: 90px 0 0 20px;
}

#side-menu ul {
	margin : 0; 
	padding : 0 0 10px 10px; 
}

#side-menu li {
	list-style : none; 
	padding-top: 8px;
	padding-left : 0; 
	text-indent : 0; 
} 

#content {
	text-align:left;
	padding: 10px 0 0 70px;
	margin: 0 80px 0 101px;
}

/* Fix for IE6 italics causing drop-down */
/* hide from MacIE. only WinIE sees this. \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
}
/* end hide */

#content h1 {
	clear:right;
}

#content div {
	margin-bottom:8px;
}

#content img {
	margin: 0 12px 2px 12px;
}

#content a img {
	border: 0;
} 

#footer {
	height:63px;
	width: 710px;
	margin:0;
	clear:both;
	position:absolute;
	bottom:0;
}

#footer_copy {
	position:relative;
	text-align:left;
	padding: 35px 0 0 130px;
	bottom: 10px;
}

/* Override alert text */
.msg {
	font:12px Geneva, Arial, Helvetica, sans-serif;
}

#outer {
	background:#FFF url(/templates/images/wellforce/wellforce_left_tile.gif) repeat-y left;
}

#header {
	background:url(/templates/images/wellforce/wellforce_head_new.gif) no-repeat top;
}

#bodyblock {
	background:url(/templates/images/wellforce/wellforce_bodyblock_tl_new.gif) no-repeat top left;
}

#menu .menu_start {
	background:url(/templates/images/wellforce/wellforce_section_left.gif) no-repeat bottom right;
	width:8px;
}

#menu .menu_body {
	background:url(/templates/images/wellforce/wellforce_section_tile.gif) repeat-x bottom;
}

#menu .menu_end {
	background:url(/templates/images/wellforce/wellforce_section_right.gif) no-repeat bottom left;
	width:8px;
}

#side-menu {
	background:#FFF url(/templates/images/wellforce/wellforce_side-menu_top.gif) no-repeat top left;
	color: #2598D6;
}

#side-menu ul {
	background:url(/templates/images/wellforce/wellforce_side-menu_bottom.gif) no-repeat bottom left;
	color: #2598D6;
}

#menu a, #side-menu a, #footer a {
	font-weight:bold;
	text-decoration:none;
}

/****New changes to menu**/
#menu ul ul {
	margin:10px 0 0 75px;
	*margin:33px 0 0 -60px;
	background-color: #EEEEEE;
	padding:3px 0 3px;
}
#menu ul li{
	padding: 0 10px 14px;
}
#menu ul ul li {
	padding: 2px 2px 5px;
}
#menu ul li ul a{
	margin-top:2px;
	padding:4px 2px 0;
}

#menu ul ul ul {
	left:40px;
	top:-15px;
	*left:175px;
	*top:-34px;
}

/***/

#breadcrumbs{
  margin-bottom: -3px;
  padding: 0 3px 0 0;
}

a {
	color: #238DCA;
}

a:hover, a.current {
	color: #55CBF5;
}

#content {
	background:;
	color: #000000;	
}
 
#content h1 {
	color: #238DCA;
	font-size:24px;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#content h2 {
	font-size:14px;
}

#footer {
	background:url(/templates/images/wellforce/wellforce_foot_new.gif) no-repeat 1px bottom;
	color: #2598D6;
	font-size: 12px;
}

#footer a:hover {
	color:#1B709D;
}
 
hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#CCCCCC;
	height: 0;
}
