/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
background-color: #b9d7f1;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 13px;
color: #0b6972;
}

body#home div#wrapper
{
height: 718px;
}


body#home {
 font-size: 13px;
 background-image: url('images/bg.jpg');
 background-repeat: no-repeat; 
 background-position: 0px 0px
}

body#nothome {
}

#wrapper { 
 margin: 0px 0px;
 width: 960px;
 height: auto

}
#header {
 
 color: #333;
 width: 960px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 87px;
 margin: 0px;

}

#header img{
	border: 0;}
	
#navigation {
 float: right;
 width: 740px;
 height: 30px;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background-color: inherit;
 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
 font-size: 20px;
text-align: center;
font-style:italic;
}

#navcontainer ul
{
list-style-type: none;
padding-left: 0;
margin-left: 0;
margin-left: auto;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0px 0.5em;
text-decoration: none;
color: #0b6972;

}

#navcontainer ul li a:hover
{
color: #fff;
}

#current {}

#leftcolumn { 
 border: 0px solid #ccc;
 background-color: inherit;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 0px 20px;
 height: auto;
 width: 180px;
 float: left;
 font-size:14px;
 text-align:right;
 color: #0b6972;
}


#rightcolumn {
	float: right;
	border: 0px solid #ccc;
	background-color: inherit;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 720px;
	display: inline;
	position: relative;
}

p.darkblue {
color: #071477;
}

h1,h2,h3,h4,h5 {
 margin-bottom: 10px;
}
h1 {
 font-size: 23px;
 font-style:italic;
 margin-top: 5px;
 }
h2 {
 color:#990033;
 font-size: 20px;
 font-style:italic;
 margin-top: 5px;
}

h3{
font-size: 14px;
font-style:italic;
}

h4{
 font-size: 12px;
 font-style:italic;
}

img.floatLeft { 
    float: left; 
    margin: 5px 50px 15px 15px; 
	clear: left; 
}
p.floatLeft { 
    float: left; 
    margin: 10px; 
	clear: left; 
}

img.floatRight { 
    float: right; 
    margin: 5px 15px 15px 50px; 
	clear: left; 
}
p.floatRight { 
    float: right; 
    margin: 10px; 
	clear: right; 
}

h2,h3.floatRight {
margin-left:25px;

}

hr.thick{
width:auto;
color: #0b6972;
background-color: #0b6972;
height: 8px;
border: 0px;
margin-bottom: 20px;
}

img.aboutSidebar{
margin: 0px;
position:absolute;
float:left;
z-index: 10;
}

.style2 {
	color: #75088c;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-style: italic
	}
ul.List {margin-left:100px}	
ul.List li{
margin-top:10px;
font-size: 16px;
}
	
img.bioImg {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

div.bioBlock {
	width: auto;
	margin-bottom: 20px;
	clear:both;
}

div.bioBlock h2 {
	margin-left: auto;
}

