/*
    Document   : screen
    Created on : 19-Jan-2009, 17:35:45
    Author     : mfleming
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.error{
	display: none;
}

#success{
	display: none;
}

a{
	color: #717E8A;
	text-decoration: underline;
}

a:focus{
	outline: 1px solid #717E8A;
}

a img{
    border: 0;
}

*{
    margin: 0;
    padding: 0;
    outline: 0;
}

body{
    background: #fff;
    font-size: 62.5%;
	font-family: 'lucida sans','lucida grande',Arial,Helvetica,sans-serif;
	color: #717E8A;
}

#docarea{
	width: 960px;
	margin: auto;
	background: url(home.jpg) no-repeat 0 0;
	padding: 258px 0 0 0;
	position: relative;
}

#leftcol{
	width: 161px;
	background: url(leftcol.png) no-repeat 0 0;
	float: left;
	padding: 90px 46px 80px 0;
	min-height: 291px;
}

#leftcol ul{
	list-style: none;
}

#leftcol li{
	text-align: right;
	padding: 4px 0;
}

#leftcol a{
	color: #717E8A;
	text-decoration: none;
	outline: 0;
}

#leftcol a:hover,#leftcol a:focus{
	text-decoration: underline;
}

#content{
	width: 505px;
	float: left;
	padding: 25px 15px 80px 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}

h1{
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}

#content p.intro{
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 0 0 1.5em 0;
}

#content p em{
	color: #52257B;
	font-weight: normal;
	font-style: normal;
}

#content p em a{
	color: #52257B;
}

#content p{
	margin: 0 0 1.5em 0;
}

#content p strong{
	color: #52257B;
}

#content ul,#content ol{
	margin: 0 0 1.5em 20px;
}

#content img.float{
	float: left;
	padding: 0 18px 15px 0;
}

#content blockquote{
	border: 1px solid #ccc;
	padding: 10px;
	background: #eee;
	margin: 0 0 1.5em 0;
}

form{
	width: 480px;
}

form p.error{
	margin: 0 0 10px 0;
	display: none;
	color: red;
	background: #ffffcc;
	padding: 5px;
	text-align: center;
	border: 1px dashed red;
}

form p.serror{
	margin: 10px 0 10px 0;
	color: red;
	background: #ffffcc;
	padding: 5px;
	text-align: center;
	border: 1px dashed red;
}

form .focus{
	background: #ddd;
}

form .highlight{
	background: #ccc;
}

form .highlight.focus{
	background: #ddd;
}

form p{
	margin: 0 0 5px 0;
}

form div{
	clear: both;
	padding: 5px;
	margin: 0 0 10px 0;
}

form label{
	display: block;
	float: left;
	width: 100px;
}

form input{
	width: 340px;
	font-size: 1em;
	padding: 2px;
}

button{
	margin: 0 0 0 100px;
	cursor: pointer;
}

textarea{
	font-size: 1.1em;
	font-family: Arial,Helvetica,sans-serif;
	padding: 2px;
	width: 340px;
}

#rightcol{
	width: 175px;
	float: left;
	padding: 0 21px 80px 17px;
	background: url(rightcol.png) no-repeat 0 0;
	font-size: 1.1em;
	min-height: 250px;
}

#rightcol .title{
	color: #52257B;
	font-weight: normal;
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: 1.2em;
	display: block;
	padding: 30px 0 15px 0;
	line-height: 1em;
}

#rightcol p{
	line-height: 1.65em;
	margin: 0 0 1.5em 0;
}

#rightcol cite{
	font-style: normal;
}

#footer{
	clear: both;
	min-height: 1px;
	padding: 0 0 30px 0;
}

#footer ul{
	display: inline;
}

#footer li{
	display: inline;
	background: url(li.png) no-repeat 0 50%;
	padding: 0 5px 0 7px;
}

#footer li.first-child{
	background: none;
}

#footer a{
	text-decoration: none;
}

#footer a:hover,#footer a:focus{
	text-decoration: underline;
}

#footer span{
	position: absolute;
	right: 0;
	color: #52257B;
}