@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
}

h1 {
	font-size:2em;
	color:#01a988;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	color:#9bcbbb;
	font-family:"Century Gothic", Verdana, sans-serif;
	margin-left:10px;
}

h3 {
	font-size:1.25em;
	color:#3a6959;
	font-family:"Century Gothic", Verdana, sans-serif;
	font-weight:bold;
	padding:0;
	margin-left:5px;
	margin-top:0;
	margin-bottom:0;
	background-color:#e7e7e7;
}

h4 {
	color:#3a6959;
	font-size:1.3em;
	padding:0;
	margin:0;
}

h5 {
	color:#3a6959;
	font-size:1.1em;
	font-weight:normal;
	padding:0;
	margin:0;
}

p.indent {
	margin:0 0 0 15px
	}

#p-shadow p.indent {
	margin-left:20px;
}

p.nomargin {
	margin:0;
	padding:0;
}

p.indentbottom {
	margin-bottom:10px;
	margin-left:10px;
	padding:0;
}

#p-shadow p.linkList {
	line-height:1.25em;
}

#container {
	width:1100px;
	margin:auto;
	background-color:#f6f6f6;
}

#header {
	width:1100px;
	height:300px;
	background:url(images/site/banner.jpg);
	padding:0;
	margin:0;
}

#imgHeader {
	float:right;
	position:relative;
	left:0px;
	top:40px;
	width:700px;
}

#imgNoScript {
	position:relative;
	left:-50px;
	top:40px;
	float:right;
}

.imgrotate2 {
	position:relative;
	left:330px;
	top:-180px;
}

img.left {
	float:left;
	border:1px solid black;
	margin-right:10px;
	margin-top:10px;
}

img.right {
	float:right;
	border:1px solid black;
	margin-left:10px;
	margin-top:10px;
}

img.profileright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid black;
	width:100px;
}

img.profileleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid black;
	width:100px;
}

img.profile {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid black;
	width:120px;
}

#navigation {
	width:700px;
	position:relative;
	left:0px;
	float:right;
}

#rightSidebar {
	width:330px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.6em;
	line-height:1.25em;
	background-color:#ededed;
	margin-right:60px;
	position:relative;
	top:-10px;
}

#content {
	width:625px;
	background:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size:.6875em;
	color:#333;
	float:left;
	border-top:10px solid #9bcbbb;
	padding-left:70px;
	padding-right:15px;
	padding-bottom:20px;
	line-height:1.3em;
	min-height:1200px;
	height:auto !important;
  	height:1200px;

}

#sidebar {
	background-color:#f6f6f6;
	width:390px;
	border-top:10px solid #9bcbbb;
	float:right;
}

#sidebar img {
	margin:5px;
}

#footer {
	width:1100px;
	height:40px;
	background-color: #3a6959;
	color: #CCC;
	position:relative;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-weight:normal;
	padding-top:10px;
}

#footerNav {
	height:160px;
	background-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.6875em;
	color:#CCC;
	padding-top:10px;
}

#copyright {
	height:50px;
	background-color:#222;
	color:#CCC;
	font-family:Verdana, Arial, sans-serif;
	padding-left:70px;
	padding-top:20px;
	font-size:.65em;
}

#copyright p.floatRt {
	float:right;
	margin-right:70px;
	position:relative;
	top:-2em;
}

#p-shadow {
  width: 300px;
  float:left;
  background: url(images/site/shadowAlpha.png) no-repeat bottom right #fff !important;
  background: url(images/site/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 0 !important;
  margin: 10px 0 0 5px;
  position:relative;
  left:10px;
  top:-20px;
  z-index:99;
  }

#p-shadow div {
  background: none #e7e7e7 !important;
  background: url(images/site/shadow2.gif) no-repeat left top #e7e7e7;
  padding: 0 !important;
  padding: 0 0 20px 0;
  margin-left:10px;
  margin-right:10px;
  }

#p-shadow p {
  color: #777;
  background-color:#e7e7e7;
  padding-left: 4px;
  padding-right:4px;
  margin: 0 0 20px 0 !important;
  margin-bottom: 20px;
  font-family:Verdana, Geneva, sans-serif;
	font-size:1.15em;
	line-height:2em;
  }
  
#p-shadow p.indent {
	padding-left:15px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.fltrt:link, a.fltrt:visited, a.fltrt:active {
	color:#3a6959;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

a.fltrt:hover {
	color:#9bcbbb;
}

a:link, a:visited, a:active {
	color:#3a6959;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#9bcbbb;
}

a.email:link, a.email:visited, a.email:active {
	color:#9bcbbb;
	text-decoration:none;
}

a.email:hover {
	text-decoration:underline;
}

a.footer:link, a.footer:visited, a.footer:active {
	color:#CCC;
	text-decoration:none;
}

a.footer:hover {
	color:#000;
}

a.bottomNav:link, a.bottomNav:visited, a.bottomNav:active {
	color:#CCC;
	text-decoration:none;
}

a.bottomNav:hover {
	color:#fff;
}

img.profile {
	height:150px;
	border:1px solid black;
	float:left;
	margin-right:15px;
}

#p-shadow ul {
	color: #777;
  background-color:#e7e7e7;
  padding-left: 30px;
  padding-right:4px;
  font-family:Verdana, Geneva, sans-serif;
	font-size:1.15em;
	line-height:1.5em;
}

/*RSS Feed*/

#rss {
	overflow:auto;
	border:1px solid black;
	width:300px;
	height:200px;
	float:right;
	margin-left:10px;
	padding:2px;
}

#rss .rss_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin:0 0 0 0;
}

#rss .rss_items {
	list-style:none;
	font-size:9px;
}

p.link {
	margin:0 0 0 0;
	padding:0;
}
