
body { background: #FFFFFF; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

#admin_wrap { display: none; }
#header_links { display: none; }
body  {
	background: #FAFAFB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

a {
	color:#65AA17;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

* { margin: 0;	border: 0;}

.clear {
	clear: both;
}

h1 {
	font-size: 20px;
	color: #333;
	font-weight: 900;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	color:#AFACA3;
	margin-bottom: 10px;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
}

hr.line {
	border-bottom: 1px dashed #E1E1E1;
	margin: 0 0 15px 0;
}

img.center {
	vertical-align: middle;
	padding-left: 5px;
}

ul {
	padding-bottom: 10px;
}


/*----------ADMIN----------*/
#admin_wrap {
	background: #333 url(../images/public_view/admin_bg.jpg) repeat-x;
	height: 40px;
}

.admin {
	margin: 0px auto;
	width: 800px;
	color: #fff;
	padding-top: 10px;
	text-align: right;
}
/*----------ADMIN ENDS----------*/


/*----------HEADER----------*/
#container {
	margin: 0px auto;
	width: 800px;
}

#header{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #E5E5E5;
}

.navigation {
	float: right;
	text-align: right;
}

ul.top_nav, ul.action_links {
	padding: 0;
}

#header .top_nav li {
	float: left;
	display: inline;
	padding-left: 15px;
	list-style: none;
}

#header .top_nav li  a {
	color: #FFF;
	background: url(../images/public_view/btn_top_right.png) no-repeat scroll 100% 0;
	float: left;
	padding-right: 10px;
}

.top_nav li a span {
	background: transparent url(../images/public_view/btn_top_left.png) no-repeat scroll 0 0;
	padding: 3px 5px 5px 15px;
	display: block;
}

.action_links {
	margin-top: 65px;
}

.action_links li {
	display: inline;
	padding-left: 15px;
	list-style: none;
}





.profile_pic {
	width: 170px;
	float: left;
	margin-right: 30px;
}

p.name {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 38px;
	color: #333333;
	margin: 0px;
	letter-spacing: -1px;
}

p.title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
}
/*----------HEADER ENDS----------*/


.section {
	border-bottom: 1px solid #E5E5E5;
	padding: 30px 0 15px 0;
}

.section_left {
	width: 170px;
	margin-right: 30px;
	float: left;
}

.section_right {
	width: 600px;
	float: right;
}



/*----------CONTACT AND FOOTER----------*/
.contact_wrap {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0;
}

.contact_info {
	background: #E5E5E5;
	padding: 10px 10px;
	color: #999999;
	font-size: 18px;
	text-align: center;
}

#footer {
	padding: 15px 0;
	float: right;
	color: #999999;
	font-size: 9px;
}
