/*
Theme Name: Orthocell - 2
*/
body {
	text-align: center;
	background: url(./images/bkgnd.jpg) no-repeat fixed center bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #828E96;
}
.wrapper {
	

	position: relative;
	width: 910px;
	margin: 0px auto 0px auto;
	text-align: left;
	
}

#header {

	background: url(./images/header.png) no-repeat center top;
	height: 130px;
	position: relative;
	top:5px;
}

.address {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #a3b809;
	text-align: right;
}


#container {
	background: url(./images/container.png) repeat-y center top;
	margin:0px!important;
}



#content {
	margin-left: 10px;
	margin-top: 5px;
	width: 890px;
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 25px;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
	
}

#pageTitleBkgnd {
	width: 885px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	border: none;
	
}

#pageTitle {
	margin: 0px;
	padding: 0px;
}


#leftCol {
	width: 630px;
	float: left;
}



#rightCol {
	width: 250px;
	float: right;
	margin-top: 0px;
	background: url(./images/logoBottom.jpg) no-repeat right top;
	
}




#footer {

	background: url(./images/footer.png) no-repeat center bottom;
	height: 50px;
	text-align: center;
	color: #a3b809;
		margin:0px!important;

}

#footer p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}



/* //////////// Typography \\\\\\\\\\\\\ */


h1 {
	color: #A3B809;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
}

h2 {
	color: #A3B809;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
	padding: 0px;
	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#leftCol p {
	margin-top: 5px;
}

/* //////////// Classes \\\\\\\\\\\\\\\ */

.headerImg {
clear:left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	border: none;
}

img {
	margin: 0px;
	padding: 0px;
	display:block;
}

.profileImg {
	float: right;
	border: 4px solid #a3b809;
	margin-left: 10px;
}

#leftCol ul{
	color: #828E96;
	list-style-type: square;
}

#leftCol li{
	margin-bottom: 10px;
}

#leftCol li span {
	color: #a3b809;
	font-weight: bold;
}

#leftCol ul a{
	color: #828E96;
}

#leftCol ul a:hover{
	color: #a3b809;
}

#leftCol ul a:visited{
	color: #828E96;
}

#leftCol a {
	color: #a3b809;
}

.content #leftCol a:hover {
	color: #828E96;
}

.content #leftCol a:visited {
	color: #a3b809;
}

.content #leftCol {
	line-height: 150%;
}



/* /////////// Navigation \\\\\\\\\\\ */



/*#navholder {
	margin-left: 10px;

	
}
#nav {
	background-color: #a3b809;
	width: 880px;
} */

#navholder {

width: 880px;
height: 25px;
margin: 10px 5px 5px 5px;
position: relative;
z-index: 30;

	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
position: absolute;
width: 880px;
background: url(./images/navBk.gif) repeat-x left bottom;
	background-color: #a3b809;
}


#nav a {
	display: block;
	/*width: 9em;*/
}

#nav li {
	float: left;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	
	text-transform: uppercase;
	background: url(./images/navBk.gif) repeat-x left bottom;
	background-color: #a3b809;



}

#nav li a {
	/*width: 100px;*/
	padding: 6px 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	}
	
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*Fix IE7 sticky menu bug */
#nav li:hover {
	height: 1%;
}

/*  ////push width of drop downs */
#nav li ul li a{
	width: 150px;
	
	
}

#nav li ul li {
	
	border-right: none;
	
}

#nav li ul li a{
	width: 110px;
	
}

#nav li ul li {
	
	border-right: none;
}