/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

img, div, a, input { behavior: url("iepngfix.htc") }

body {
   behavior: url("csshover3.htc");
}

.curved {
border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url("border-radius.htc");
}


body {
	font: 13px/1.4 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: url(/images/noisy_bg.gif) top center repeat;
	color: #602d1e;
	font-size: 11px;
	
}

#blog_nav
{
position:absolute;
width:182px;
height:34px;
top:460px;
left:600px;
}

#facebook_nav
{
position:absolute;
width:182px;
height:34px;
left:390px;
top:460px;
}

#home_nav
{
position:absolute;
width:182px;
height:34px;
left:180px;
top:460px;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both; 
	height: 0;
}

#wrap
{
	background: url(/images/container_bg.gif) center top repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	width:1108px;
	position:relative;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

h1 span
{
text-align: left;
	font-size:15px;
	font-weight:normal;
}

h2 {
	font-size: 23px;
	padding: 20px 0 0;
	text-align: center;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

img#subhead
{
margin:5px 0px 20px 100px;
}

img#subhead2
{
margin:5px 0px 0px 100px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

.toggleopacity img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.toggleopacity:hover img {
filter:alpha(opacity=0.75);
-moz-opacity:0.75;
opacity:0.75;
}

img.floatLeft { 
    float: left; 
    
	margin:0px 10px 10px 0;
}
img.floatRight { 
    float: right; 
     
	margin:0 0 10px 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

a {
	font-weight:bold;
	text-decoration: underline;
	color:#602d1e;
}


a:hover {
	text-decoration: none;
}

p {
	overflow: hidden;
	text-align: left;
	font-size:15px;
	font-weight:normal;
}

.container_12 {
	margin-bottom:20px;
}

.container_16 {
	background: #fff url(/images/16_col.gif) center top repeat-y;
}

/**********footer************/

.border-top
{
border-top:1px solid #602d1e;
}

#footer
{

margin-top:20px;
}

#footer p.left
{
float:left;
clear:left;
}

#footer p.right
{
float:right;
}

#footer p
{
color: #602d1e;
font-size: 11px;
}

#footer p a
{
color: #602d1e;
}

#footer p a:hover
{
color:#5bbdb5;
}

/**********footer************/