/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

h1	{
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 17px;
	color: #717171;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}

h2	{
	color: #717171;
	font-family: "Palatino Linotype","Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}

p	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #717171;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-right: 35px;
	line-height: 16px;
}

.w	{

	float: left;
	font-size: 35px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	position: top left;
}

.bg	{
	background-image: url(../images/test.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center;
	
}

.photos_left	{
	margin-bottom: 2px;
	margin-right: 2px;
}

.photos_top	{
	margin-bottom: 2px;
	margin-right: 2px;
}

.photos_bottom	{
	margin-top: 2px;
	margin-right: 2px;
}

/*
	Navigation
*/
#nav	{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
#nav ul {
	list-style-type: none;
}
#nav li	{
	display:inline;
	margin-left: 4px;
	
}
#nav a	{
	color: #717171;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	padding: 0;
}

.site_link	{
	color: #862212;
	font-family: "Palatino Linotype","Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.site_link:hover	{
	color: #862212;
	font-family: "Palatino Linotype","Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

/* WebWorX */
.wwx { 
	color: #A0A0A0; 
	font-family: verdana, san-serif; 
	font-size: 10px;
}
.wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
}
.wwx_link { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;; 
	font-weight: bold; 
	text-decoration: none;
}
.wwx_link:hover { 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
}
/* form */
.textfield {
	border: solid #000 1px; background-color: #fff; color: #333;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif; padding-left: 2px; font-size: 12px;	
}
.form_text {
	color: #333;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.text	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	line-height: 16px;
	padding-bottom: 5px; 
}

.headline_text	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #717171;
	line-height: 16px;
	padding-bottom: 5px; 
}
.button {
	font-family: Arial, sans-serif; background-color: #333; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: pointer; border: 1px solid #000;	
	margin-bottom: 25px; margin-top: 15px;
}