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

	Licensed under GPL and MIT.
*/

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

body {
	font:13px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #326745;
	background-repeat: repeat;
}

hr {
	border:0 #4D4D4D solid;
	border-top-width:1px;
	clear:both;
	height:0;
	margin-bottom:12px;
}

ul {
	margin-left: 10px;
}

p {
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#81ACD8;
}

a:hover {
	text-decoration:underline;
	color:#0C3764;
}

#container {
	border:2px solid #000;
	background:#FFFFFF;
	margin-top: 15px;
}

#header {
	width:960px;
	height:206px;
	position:relative;
	background:url(../images/header.jpg) top left no-repeat;
	margin-bottom:10px;
}

#nav {
	width:960px;
	height:36px;
	background:#003366;
	position:absolute;
	left:0;
	bottom:-0;
	vertical-align: middle;
	text-align: center;
	float: center;
}

#right_col {
	background: #DEEAF5;
	height:100%;
}

#right_col_content {
	width:280px;
	margin-left:10px;
	margin-right:10px;
}

.homepage_collumns {
	background-color: #DEEAF5;
	width: 200px;
	height: 150px;
	padding: 10px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	border: 2px solid #006;
}	

#footer {
	border-top:2px solid #4D4D4D;
	margin-bottom:15px;
	padding-top:5px;
}

.flt_right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

.flt_left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

/* `Font Styles
----------------------------------------------------------------------------------------------------*/

.type_serif_blue {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:24px;
	color:#0C3764;
}

.type_serif_grey {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:18px;
}

.type_script_blue {
	font-family:"Monotype Corsiva", Corsiva, "Lucida Handwriting", "Script MT Bold", cursive;
	color: #003366;
	font-size:24px;
}

.type_script_blue {
	font-family: Papyrus, "Lucida Handwriting", cursive; 
	color: #003366;
	font-size:24px;
}

.type_script_red {
	font-family: Papyrus, "Lucida Handwriting", cursive; 
	color: #cc0000;
	font-size:24px;
}

.type_script_red_sm {
	font-family: Papyrus, "Lucida Handwriting", cursive; 
	color: #cc0000;
	font-size:18px;
}

.type_script_black {
	font-family: Papyrus, "Lucida Handwriting", cursive; 
	color: #000;
	font-size:20px;
}

.type_script_black_sm {
	font-family: Papyrus, "Lucida Handwriting", cursive; 
	color: #000;
	font-size:18px;
}

.type_bluelink {
	font-size:12px;
	text-transform:uppercase;
	color:#81ACD8;
}

.type_footer {
	font-size:10px;
	padding-left:10px;
}

.type_footer a {
	color: #81ACD8;
	text-decoration:none;
}

.type_secondary {
	font-size:14px;
	text-transform:uppercase
}

.type_darkblue {
	color:#0C3764;
}

.type_red {
	color: #cc0000;
}

.tyoe_subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.type_orange {
	color: #003366;
}

.type_grey_sm {
	font-size: 11px;
	color: #666666;
}

.type_grey {
	color: #666666;
}

.type_sm {
	font-size: 11px;
}

.type_topspace {
		padding-top:10px
}

/* `Navigation
----------------------------------------------------------------------------------------------------*/

#navbar {
	margin: 0px;
	margin-left:2px;
	padding: 0px;
	list-style: none;
	list-style-position: center;
}

#navbar li {
	float:left;
	margin-left:10px;
	margin-right:0px;
	text-align:center;
}

#navbar a {
	display:block;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-top: 10px;
	height: 36px;
	text-decoration:none;
}

#navbar a:hover {
	color:#81ACD8;
	text-decoration:underline;
}

#home_page #navbar #home {
	color:#81ACD8;
}

#about_page #navbar #about {
	color:#81ACD8;
}

#coaching_page #navbar #coaching {
	color:#81ACD8;
}

#weightloss_page #navbar #weightloss {
	color:#81ACD8;
}

#programs_page #navbar #programs {
	color:#81ACD8;
}

#retreats_page #navbar #retreats {
	color:#81ACD8;
}

#raves_page #navbar #raves {
	color:#81ACD8;
}

#contact_page #navbar #contact {
	color:#81ACD8;
}

