/*Standard*/
body{
	margin				:0px;
	font-family			:Verdana, Arial, Helvetica, sans-serif;
	font-size			:0.7em;
	background-color    :#EFF3D7;
	color               :#000;
}
body * {
  font-size				:100%;
}


/*Structural Hacks
------------------------------*/
p.clear{
	clear				: both;
	height				: 1px;
	overflow			: hidden;
	margin				: 0px;
}

p.prop{
    height              : 325px;
    width:              : 1px;
    float               : right;
}

/*Main
-------------------------*/
#content{
	width 				:750px;
	margin				:50px auto 0 auto;
   	background          :#EFF3D7 url('/arnoldhill/images/template/bg.gif') top right no-repeat;
	border              :1px solid #EFF3D7;
}

#main{
	float				:left;
	width               :350px;
	text-align          :justify;
    margin              :40px 0 0 30px;
}

#footer{
    width               :750px;
    height              :25px;
    margin              :0 auto;
   	background          :#EFF3D7 url('/arnoldhill/images/template/bg_bott.gif') top right no-repeat;
   	color               :#FFF;
}

#footer a{
    color               :#FFF;
}

/* Featured content
------------------------------*/
#menu{
	float				:left;
	width				:200px;
	padding				:0;
   	text-align          :center;
    font-size           :110%;
    margin              :20px 0 0 0;
}
#menu .menu_box{
	width				:190px;
	margin				:10px 7px 5px 5px;
	text-align          :left;
}
#menu .menu_box a{
   	display				: block;
   	padding             : 3px;
   	border-style        : solid;
    border-color        : #C6C9AE;
    border-width        : 3px;
    margin              : 2px;
    background-color    : #EAF1C9;
    color               : #931A31;
}

#menu .menu_box a:hover{
    background-color    : #931A31;
    color               : #EAF1C9;
    text-decoration     : none;
}

/*Headers
------------------------------*/
h1 { color: #931A31; font-size: 130%; font-weight: bold; margin : 2px;}
h1:first-letter {font-size : 140%;}

h2 { color: #931A31; font-size: 120%; font-weight: bold; }
h3 { color: #931A31; font-size: 110%; font-weight: bold; }
h4 { color: #931A31; font-size: 100%; font-weight: bold; }



/*Links
------------------------------*/
a{ color: #931A31; text-decoration: none;}
a:hover, a:active{ text-decoration: underline;}

/*Main Image
------------------------------*/
#main img{
    float: right;
    margin : 5px;
}

.image_right { clear:right; float:right; }

/*SITEMAP*/
#sitemap p.section{font-size : 1.2em;}
#sitemap p.subsection{font-size : 1.1em; padding-left : 25px;}
#sitemap p.article{font-size : 1em; padding-left : 50px;}


/*form styling*/

form { padding : 10px; margin : 20px 0; width : 330px; color : #931A31;}

form label { display : block; font-weight : bold; padding : 3px; margin : 3px 0 0 0;}

form input { margin : 0 0 0 20px; }

form input.wide{ width : 300px; display : block ;}

form textarea { display : block ; margin : 0 0 0 20px; width : 300px; height : 200px;}

