/*
Site Title: The Art Neighborhood
Release date: October 2009
Description: AN
Author URL: http://keviano.com

*/

/* standard elements */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */

.inner-container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px 40px 20px 40px;
	width: 940px;
}


.outer-container {
	padding-bottom: 4px;
    width: 100%;
}


/* topper, header & title */

.logo {
	width: 109px;
	height: 209px;
	padding: 14px 0 0 20px;
}

.topper {
	background:url(image/main-bg.jpg) no-repeat;
    width: 900px;
    height: 451px;
    }

.header {
	height: 376px;
	text-align: center;
    background: url(img/header.jpg) #a0c6f5;

}

.main_text {
	padding: 30px 0 0 50px;
	line-height: 20px;
}

.lower {
	width: 900px;
}

.lower_left {
	float:left;
	background:url(image/bx-af-1.jpg) no-repeat;
	width: 471px;
	height: 245px;
	margin-top: 10px;
}

.lowleft_text {
	padding: 16px 4px 0 190px;
	width: 270px;
	height: auto;
}

.lowleft_text h1 {
	color:#3b5998;
}

.lower_right {
	float: left;
	width: 418px;
	height: 245px;
	padding: 10px 0 0 10px;
}

.basetext {
	padding: 140px 0 20px 0;
}

/* Page Elements */

.pg_topper {
	background:url(image/a_top.jpg) no-repeat;
    width: 900px;
    height: 229px;
    }

.pg_nav {
    float:right;
    font: bold 16px helvetica,sans-serif;
    margin: 80px 0 0 0;
    color: #9e9e9e;
    text-align: right;
	padding: 0 0 0 22px;

}

.pg_nav li,.path ul {
    display: inline;
	    padding: 0 0 0 22px;
			color: #3b5998;


}

.pg_nav a {
	color: #9e9e9e;
	text-decoration: none;

}
.pg_nav a:hover {
	color: #3b5998;
	text-decoration: none;
}

.pg_text {
	background:url(image/a_middle.jpg) repeat-y;
	width: 800px;
	height: auto;
	padding: 10px 50px 0 50px;
	line-height: 20px;
}

.pg_logo {
	float:left;
	width: 109px;
	height: 209px;
	padding: 14px 0 0 20px;
}

.pg_base {
	background:url(image/a_footer.jpg) no-repeat;
	width: 900px;
	height: 7px;
}

.pg_footer {
	width: 900px;
	height: 40px;
}

.footer_text {
	font-size:10px;
	color: #999;
	text-align:right;
	padding: 10px 5px 5px 5px;
}

/* Form Style */


/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:770px;
padding:15px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}