/* ------BASE.CSS----- */
/* ----PAIN LIMITED--- */
/* --BOX MODEL LAYOUT- */
/* -----copyright----- */
/* -----carterdea----- */

/* ----COLORS-------- */
/*
gray = #ccc
dark blue = #4d0101
lighter light = #45adec
black = #000000
*/

/* ------GLOBAL------- */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
}

img {
	border:0;
}

/* ------LAYOUT------- */
* html .left_panel{/* the star html hack to keep it clean in IE 6 is courtesy of positioniseverything.net */
	width:420px;
}


#top,#content{
	padding:0;
	margin:0 auto;
	width:790px;
}

#top{
	margin-bottom:-2px;
}

#nav{
	padding-bottom:3px;
}

#main{
	margin:0 40px;
	padding:5px 0;
	
}

.left_panel{
	width:455px;
}

#right_panel{
	width:200px;
	float:right;
	margin:10px 40px 0 0;
	padding-left:25px;
	border-left:1px dashed #ccc;
}

/* ----BACKGROUND----- */
body {
	background:#fff;
}

#wrapper{
	background:url(../images/bg.gif) repeat-x top left;
}

#header{
	background:#39c5ff url(../images/header.gif) repeat-x top left;
}

#top{
	background:url(../images/top.gif) no-repeat bottom center;
}

#content{
	background:url(../images/content.gif) no-repeat top center;
}

/* ---------NAV-------- */
#nav ul{
	position:relative;
	top:-1em;/* this lines up the nav */
	text-align:right;
	margin:0 30px 0 0;/*defined all to keep the ul margin rule below (in list group) from affecting this nav's margins'*/
}

#nav li{
	font-family: "Big Caslon","Times New Roman",Baskerville,serif;
	display:inline;
	list-style:none;
	margin-right:1px;
	font-size:140%;
}

#nav a{
	padding:6px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover,#current_page{
	padding:6px;
	color:#000;
	background:#fff;
}

/* -------LISTS------- */
ul,ol{
	margin:0 0 10px 20px;
}

li{
	padding-top:5px;
}

/* All of these icons are modified icons from FAMFAMFAM silk collection: http://www.famfamfam.com/lab/icons/silk/ */
#goals{
	list-style-image:url(../images/tick.gif);
}

#articles{
	list-style-image:url(../images/article.gif);
	/*padding-left:-5px;*/
}

#sites{
	list-style-image:url(../images/site.gif);
}
/* -------TEXT-------- */
body{
	font: 80%/140% Helvetica,Verdana,Arial,Sans-serif;
	color:#000;
}

p{
	margin-bottom:10px;
}

#errors{
	padding:15px 20px 5px;
	margin-bottom:10px;
	border:1px solid #FFA5A5;
	background:#FFE6E6;
	color:#B40000;
	line-height:110%;
}

#copyright{
	text-align:center;
}
.required{
	font-size:80%;
	color:#A90017;
}
/* ------HEADINGS----- */
h1,h2,h3{
	font-family: "Big Caslon","Times New Roman",Baskerville,serif;
	padding-bottom:7px;
	color:#007BCE;
	word-spacing:.1em;
	line-height:120%;
}

h1{
	font-size:180%;
	letter-spacing:.04em;
}

h2{
	font-size:150%;
	letter-spacing:.08em;
}

#header h1,#header h2{
	line-height:67%; /* to keep the top and content and header lined up */
	color:#FFF6E6;
	letter-spacing:.1em;
	word-spacing:.01em;
	font-weight:200;
}

#header h1{
	font-size:250%;
	padding:15px 0 0 30px;
}

#header h2{
	font-size:100%;
	margin-left:50px;
	padding-top:7px;
}

.uppercase{
	text-transform:uppercase;
	font-size:80%;
}
/* ------LINKS-------- */
a{
	color:#007BCE;
	padding:2px;
	margin:0 -2px;
}

a:hover{
	color:#fff;
	background:#007BCE;
}

#imagelink{
	background:none;
	padding:0;
	margin:0;
	position:relative;
	left:150px;
}

#maplink{
	background:none;
	padding-right:2px;
	margin:0;
	position:relative;
	top:2px;
}

/* ------FORMS-------- */
form{
	margin:0 20px;
	padding:10px 30px;
}

fieldset{
	border:1px solid #ccc;
	margin:10px;
	padding:15px;
}

legend{
	background:#eee;
	font-size:120%;
	margin-left:10px;
}

input,textarea{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
/*
input:focus,textarea:focus,input:hover,textarea:hover{
	border:1px solid #000;
}*/

label{
	width:190px;
	font-size:110%;
	padding-right:10px;
	display:block;
}

input{
	padding:.5px;
	font-size:1.2em;
	width:200px;
}

textarea{
	width:350px;
	height:230px;
	font:120%/130% helvetica, arial, sans-serifs;
	padding:2px;
}

#checkbox{
	width:12px;
}

.submit{
	width:150px;
	padding-bottom:2px;
}

/* ------IMAGES------- */
#floatimg{
	float:right;
}

/* -----IE HACKS------ */
