@charset "UTF-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
reset.css
fonts.css
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
 * Required base style defs
 */
body
{
	font-family: "Myriad Pro", verdana;
	font-size: 14px;
	color: #666666;
	background-color: #F8F8F8;
}
body.landing
{
	background: url(../cmsimages/landing_page.jpg) top center no-repeat;
	text-align: center;
}

h1
{
	font-size: 37px;
	line-height: 1em;
	padding: .3em 0;
	font-weight: normal;
}
h2
{
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
}
h3
{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: normal;
}
h3.padded
{
	padding-bottom: 1.2em;
}
h4
{
	font-size: 28px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	margin: 10px 0 25px 0;
	line-height: 1.5em;
}
h5
{
	clear: both;
	font-size: 30px;
	background: url(../cmsimages/section_bg.gif) top left no-repeat;
	line-height: 71px;
	color: #fff;
	padding: 0 27px 15px;
}
h6
{
	font-size: 130%;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
}
#footer h6
{
	margin-bottom: 1.2em;
	border-bottom: 1px solid white;
	padding: 17px 10px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 17px;
}

a
{
	outline: none;
	text-decoration: none;
	color: #27A9E1;
}
a:link
{}
a:visited
{
	color: #652C90;
}
a:hover
{
	text-decoration: underline;
}
a:active
{}

p
{
	padding-bottom: 1.5em;
	line-height: 1.5em;
}
.landing p
{
	padding-bottom: .6em;
	line-height: 1.2em;
	letter-spacing: 2px;
}
ul
{
	list-style: disc outside;
	margin-left: 1.5em;
	font-size: 18px;
	margin-bottom: 1.2em;
}
ul p
{
	font-size: 14px;
	border-top: 1px solid #ccc;
}
ol
{
	list-style: decimal outside;
	margin-left: 1.5em;
	font-size: 18px;
}
ol p
{
	font-size: 14px;
	border-top: 1px solid #ccc;
}

strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
blockquote
{
	padding-left: 2em;
}
cite
{
	font-style: italic;
}
code
{
	white-space: pre;
}

/*
 *	Optional style defs
 */
table{
	width: 100%;
	margin-bottom: 1.5em;
}
caption
{
	font-weight: bold;
}
th
{
	font-weight: bold;
}
td{
	vertical-align: top;
}

hr{ height: 0; clear: both; border: none; border-bottom: 1px solid #cccccc; border-top:1px solid #fff; margin: 0 0 1.5em;}
.landing hr { margin-bottom: 20px; border-bottom-color:#666;}
div {}
li {
	line-height: 1.5em;}
.landing input { font-size: 15px;}
select {}