@charset "UTF-8";


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 20px 0;
	text-align: center;
}

p, ul, li, td
{
	line-height: 1.4em;
}

tr
{
	vertical-align: top;
}

/*
@Image sytles
----------------------------------------------------*/

img {
	border: none;
}

#corner {
	margin: 0px 6px 0px 0px;
}

/*
@Heading styles
----------------------------------------------------*/

h1, h2, h3, h4
{
	color: #313131;
	font-weight: normal;
	line-height: 1.8em;
	margin: .6em 0 0 0;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.25em;
	color: #0099CB;
	font-weight: bold;
}

h4
{
	font-size: 1em;
	letter-spacing: .3em;
	text-transform: uppercase;
}

#content-2-2 h2, #content-2-3 h2
{
	text-align: center;
}

p.subheading
{
	color: #0099CB;
	font-style: italic;
}

/*
@Rounded heading styles
----------------------------------------------------*/

#content-1 .rounded-heading
{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 350px;
	background: #0099CB url(images/bg_roundedheading11T.jpg) no-repeat right top;
}

#content-1 .rounded-heading span
{
	padding: 9px 20px 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading11B.jpg) no-repeat right bottom;
}

#content-1-left .rounded-heading
{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 10px;
	background: #0099CC url(images/bg_roundedheading11T.jpg) no-repeat right top;
}

#content-1-left .rounded-heading span
{
	padding: 9px 20px 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading11B.jpg) no-repeat right bottom;
}

#content-2-1 .rounded-heading
{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 10px;
	background: #0099CB url(images/bg_roundedheading21T.jpg) no-repeat right top;
}

#content-2-1 .rounded-heading span
{
	padding: 9px 20px 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading21B.jpg) no-repeat right bottom;
}

#content-1-right .rounded-heading
{
	background: #A7C500 url(images/bg_roundedheading12T.jpg) no-repeat left top;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}

#content-1-right .rounded-heading span
{
	padding: 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading12B.jpg) no-repeat left bottom;
}



/*
@Link styles
----------------------------------------------------*/

a:link
{
	color: blue;
}

a:visited
{
	color: purple;
}

a:hover, a:active
{
	color: red;
}

a img
{
	border: none;
}

/*
@Image Navigation styles
----------------------------------------------------*/

img.float-left
{
	float: left;
	margin: 0 6px 6px 0;
}

/*
@Wrapper styles
----------------------------------------------------*/

#wrapper-1
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-content-1
{
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	background-color: #EAFFE8;
	border-top: 1px solid #FFFFFF;
	clear: both;
}

#wrapper-content-2
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg_wrapper-content-2.jpg) repeat-y;
}

#content-1 .content-padder
{
	padding: 0 0 0 10px;
}

#content-1-right .content-padder
{
	padding: 0 10px 0 10px;
}

#content-1-left .content-padder
{
	padding: 0 0 0 10px;
}

#content-2-1 .content-padder
{
	padding: 0 5px 0 10px;
}

#content-2-2 .content-padder
{
	padding: 0 2px 0 10px;
}

#content-2-3 .content-padder
{
	padding: 0 10px 0 2px;
}

/*
@Main Navigation styles
----------------------------------------------------*/

#hornav
{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #C7DD69 url(images/bg_hornav.jpg) repeat-x;
	font-size: .75em;
}

#hornav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
}

#hornav ul li
{
	float: left;
	line-height: normal;
	margin: 0;
}

#hornav ul li a
{
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 13px;	
	color: #FFFFFF;
	background: transparent url(images/bg_horNav-link.jpg) top right no-repeat;
}

#hornav ul li a:hover, #hornav ul li a:active
{
	background: #DA0717 url(images/bg_horNav-link.jpg) top right no-repeat;
}

#hornav ul li a#current
{
	background: #C51230 !important;
	color: #FFFFFF !important;
	display: block;
	padding: 6px 18px;
}


/*
@Verical Navigation styles
----------------------------------------------------*/

.vertnav
{
	margin: .6em 0 0 0;
	padding: 0;
}

.vertnav ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}

.vertnav ul li
{
	line-height: normal;
	margin: 0;
}

.vertnav a
{
	display: block;
	padding: 3px 6px;
	width: 139px;
	margin: 0;
	background-color: #C4C4C4;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.vertnav a:link, .vertnav a:visited
{
	color: #666666;
	text-decoration: none;
}

.vertnav a:hover
{
	background-color: #D1E2EC;
	color: #333333;
}

/*
@Section tops and bottoms styles
----------------------------------------------------*/

#page-top
{
	margin: 0;
	padding: 0;
	height: 6px;
	background: #555555 url(images/bg_page-top.jpg) no-repeat;
}

#content-1-bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 0;
	background: #EAFFE8 url(images/bg_content-1-bottom.jpg) no-repeat;
}

#content-2-bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 0;
	background: #EAFFE8 url(images/bg_content-2-bottom.jpg) no-repeat;
}

#page-bottom
{
	margin: 0;
	padding: 0;
	height: 6px;
	font-size: 0;
	background: #EAFFE8 url(images/bg_page-bottom.jpg) no-repeat;
}

/*
@Masthead styles
----------------------------------------------------*/

#branding
{
	margin: 0;
	padding: 0;
	background-color: #555555;
}

#branding h1
{
	color: #FFFFFF;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: bold;
	padding: 32px 20px 32px 70px;
	background: transparent url(images/bg_seolabanner.jpg) no-repeat center;
	line-height: normal;
	margin: 0;
	border-bottom: 1px solid #999999;
}

/*
@Column styles
----------------------------------------------------*/

#content-1
{
	float: left;
	width: 885px;
	margin: 0 0 0 0;
	padding: 0;
}

#content-1-left
{
	float: left;
	width: 480px;
	margin: 0 15px 0 0;
	padding: 0;
}

#content-1-right
{
	float: left;
	width: 405px;
	margin: 0;
	padding: 0;
}

#content-2-1
{
	float: left;
	width: 480px;
	font-size: .8em;
}

#content-2-2
{
	float: left;
	width: 225px;
	margin: 0 15px;
}

#content-2-3
{
	float: right;
	width: 225px;
	font-size: 0.75em;
}

/*
@Footer styles
----------------------------------------------------*/

#footer
{
	margin: 0;
	padding: 0;
	background: #EAFFE8;
}

#footer p
{
	margin: 0;
	padding: 0 10px;
	background: #EAFFE8;
	line-height: normal;
	font-size: .7em;
}