/**********************************************/
/*              Copy Right 2008               */
/*        http://www.newlifedesign.org        */
/*                                            */
/*             Author Kody Kasper             */
/*                 12/07/2008                 */
/**********************************************/

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

body, html {
	background-image:url(../images/bg_repeat.gif);
	background-repeat:repeat-x;
	display:block;
}

body {
	color:#413247;
	font-family: "trebuchet ms", verdana;
}

html, body {
	background-color:#413247;
	margin:0;
	min-height:100%;
	padding:0;
}

* {
	margin:0;
	padding:0;
}

a {
	margin:0;
	padding:0;
}

p {
 	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin: 0;
}

.disclaimer {
 	font-family: "trebuchet ms", verdana;
	font-size: 8px;
	font-style:italic;
	color: #333333;
	line-height: 15px;
	margin: 35px 0 0 0;
}

h1 {
	font-family: "trebuchet ms", verdana;
	color: #b8521b;
	border-bottom:1px solid #b8521b;
	display:block;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:20px;
	width:100%;
	text-transform:uppercase;
}

h2 {
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	font-size:18px;
	letter-spacing:1px;
	color: #b8521b;
	text-transform:uppercase;
}

#head_wrapper {
	margin:0 auto;
	text-align:left;
	width: 100%;
	padding: 0;
	background-image:url(../images/bg_repeat.gif);
	background-repeat:repeat-x;
	display:block;
}

.wrapper {
	margin:0 auto;
	text-align:left;
	width: 867px;
	padding: 0;
}


/******************/
/*     Header     */
/******************/

#header {
	margin: 22px 0 0 23px;
	height: 4em;	
}

.logo {
	float:left;
}

.home_icon {
	float: left;
	padding: 0 35px 0 35px;
}

#nav {
	float:left;
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	padding: 8px 0 0 0;
}

#nav a:hover {
	color:#b8521b;
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
}

#nav a {
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	color:#fcfbe3;
	font-size: .9em;
	padding: 0;
}

/******************/
/*    Container   */
/******************/

#container-top {
	float:left;
	background-image:url(../images/container_top.gif);
	background-repeat: no-repeat;
}

#container {
	float:left;
	background-image:url(../images/container_repeat.gif);
	background-repeat: repeat-y;
	width: 867px;
	height: 100%;
	padding: 0 0 20px 0;
}

#container-bottom {
	float:left;
	background-image:url(../images/container_bottom.gif);
	background-repeat: no-repeat;
	width: 866px;
	height: 68px;
}

/****************************/
/*    Left Column SubNav    */
/****************************/

#left-column {	
	float: left;
	padding: 15px 0 0 51px;
	height: 100%;
}

ol, ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
ul.mailbox_list li { font-size: 12px; }


#left-column .subNav li a:hover {
	color:#2e4501;
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
}

#left-column .subNav li a {
	background-image:url(../images/leaf.gif);
	background-repeat:no-repeat;
	border-bottom: 1px dotted #7d9e59;
	color:#7d9e59;
	display:block;
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	font-size: .9em;
	line-height:1em;
	padding: 5px 0 5px 15px;
	width:205px;
}

:link, :visited {
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	text-decoration:none;
}

/*********************/
/*   Right Column    */
/*********************/

#right_column {	
	float: left;
	padding: 0 0 0 41px;
	width: 508px;
	height: 100%;
}

.contact {	
	float: left;
	padding: 0;
	width: 508px;
}

.contact_txt {
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin: 0;
}

#right_column .txt li {
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin: 0;
}

#right_column .bold {
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	font-size:13px;
	color:#b8521b;
}

#right_column li {
	font-family: "trebuchet ms", verdana;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	font-style:italic;
}

#right_column a:hover {
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

#right_column a {
	color:#7d9e59;
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	font-size: 12px;
	padding: 0;
}

/********************/
/*    Login Form    */
/********************/

#LoginForm {
	margin: 30px 0 0 0;
	width: 220px;
}

#LoginForm h2 {
	border-bottom: 1px solid #bfb7a1;
	line-height: 1.5em;
}

#LoginForm .txt {
	float:right;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #333333;
	margin: 0;
}

#LoginForm .checked {
	float:left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	color: #333333;
	margin: 5px 0 0 10px;
	width: 115px;
}

#btn {
	float:left;
}

.button {
	float:right;
	display: block;
  	width: 75px;
  	height: 23px;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	color: white;
	font-size: 12px;
	font-weight: normal;
  	font-family: "trebuchet ms", verdana;
	text-align: center;
	padding: 0;
	text-decoration: none;
  	margin: 0px 0px 0px auto;
  	border: none;
	cursor:default;
}

/*********************/
/*       FOOTER      */
/*********************/

#footer {
	padding: 20px 0 20px 0;
	text-align:center;
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	color:#333333;
	font-size: 11px;
}

#footer a:hover {
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
}

#footer a {
	color:#7d9e59;
	font-family: "trebuchet ms", verdana;
	font-weight:normal;
	font-size: 11px;
	padding: 0;
}

/*********************/
/*     HOME PAGE     */
/*********************/

.photo {	
	float: left;
	padding: 0;
}

.flash {	
	float: left;
	padding: 20px 0 0 0;
}

.rock {	
	float: left;
	width: 82px;
	height: 52px;
	padding: 35px 0 0 0;
}

#right_column .qoute1 {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight:bold;
	font-style:italic;
	color: #b8521b;
	margin: 15px 5px 0 5px;
}

#right_column .qoute2 {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight:bold;
	font-style:italic;
	color: #b8521b;
	margin: 75px 0 0 0;
}

#right_column .qoutetxt {
	float: left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	font-style:italic;
	color: #403027;
	line-height: 21px;
	margin: 25px 0 0 0;
	width: 370px;
}

#right_column .txt {
	float: left;
	font-family: "trebuchet ms", verdana;
	font-size: 12px;
	font-style:italic;
	color: #403027;
	line-height: 21px;
	margin: 5px 0 10px 25px;
	width: 500px;
}

/*********************/
/*       ADMIN       */
/*********************/

#admin_content {
	float: left;
	width: 505px;
}

#admin_subnav {
	float: left;
	text-align: center;
	width: 312px;
}
#admin_subnav ul li a {
	color: #7d9e59;
}
#admin_subnav ul li a img {
	border: none;
	margin: 0;
}

ul.mailboxes li:hover {
	background-color: #2E4501;
}
ul.mailboxes li a {
	color: #2E4501;
}
ul.mailboxes li:hover a, ul.mailboxes li a:hover {
	color: #FFF;
}
.email_header {
	background-color:#999;
	color: #000;
	padding: 0 5px;
}
.email_message {
	color: #000;
	padding: 5px;
}

/**********************************************/
/*              Copy Right 2008               */
/*        http://www.newlifedesign.org        */
/*                                            */
/*             Author Kody Kasper             */
/*                 12/07/2008                 */
/**********************************************/
