/*========= SETUP =========
- Reset -*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
BODY
{
	line-height: 1;
	color: #000000;
	background: #7EA0E1;
}
OL, UL
{
	list-style: none;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
/*- Clear Fix -*/
.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-items.group LI
{
	padding-bottom: 12px;
}
.content-items.group STRONG
{
	font-size: 1.4em;
	font-weight: bolder;
}
/*========= General Typography =========
Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px)*/
BODY
{
	font-size: 75%;
	color: #67747A;
	background: #FFF;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/*Headings
--------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	color: #111;
}
H1
{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
H2
{
	font-size: 1.3em;
	margin-bottom: 0.75em;
	color: #444D51;
}
H3
{
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 1em;
	color: #444D51;
}
H4
{
	font-size: 1.1em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	color: #444D51;
}
H5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #444D51;
}
H6
{
	font-size: 1em;
	font-weight: bold;
}
H1 IMG, H2 IMG, H3 IMG, H4 IMG, H5 IMG, H6 IMG
{
	margin: 0;
}
/*Text elements
--------------------------------------------------------------*/
P
{
	margin: 0 0 1.5em;
	line-height: 175%;
}
P IMG.left
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
P IMG.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
A:focus, A:hover
{
	color: #85B35C;
}
A
{
	color: #5F97AF;
	text-decoration: none;
}
BLOCKQUOTE
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
EM, DFN
{
	font-style: italic;
}
DFN
{
	font-weight: bold;
}
SUP, SUB
{
	line-height: 0;
}
ABBR, ACRONYM
{
	border-bottom: 1px dotted #666;
}
ADDRESS
{
	margin: 0 0 1.5em;
	font-style: italic;
}
DEL
{
	color: #666;
}
PRE
{
	margin: 1.5em 0;
	white-space: pre;
}
PRE, CODE, TT
{
	font: 1em "andale mono", "lucida console", monospace;
	line-height: 1.5;
}
/*Lists
--------------------------------------------------------------*/
LI UL, LI OL
{
	margin: 0 1.5em;
}
UL, OL
{
	margin: 0 1.5em 1.5em;
}
UL
{
	list-style-type: disc;
}
OL
{
	list-style-type: decimal;
}
DL
{
	margin: 0 0 1.5em;
}
DL DT
{
	font-weight: bold;
}
DD
{
	margin-left: 1.5em;
}
/*Tables
--------------------------------------------------------------*/
TABLE
{
	margin-bottom: 1.4em;
	width: 100%;
}
TH
{
	font-weight: bold;
}
THEAD TH
{
	background: #C3D9FF;
}
TH, TD, CAPTION
{
	padding: 4px 10px 4px 5px;
}
TR.even TD
{
	background: #E5ECF9;
}
TFOOT
{
	font-style: italic;
}
CAPTION
{
	background: #EEE;
}
/*Misc classes
--------------------------------------------------------------*/
.small
{
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large
{
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide
{
	display: none;
}
.quiet
{
	color: #666;
}
.loud
{
	color: #000;
}
.highlight
{
	background: #FF0;
}
.added
{
	background: #060;
	color: #FFF;
}
.removed
{
	background: #900;
	color: #FFF;
}
.first
{
	margin-left: 0;
	padding-left: 0;
}
.last
{
	margin-right: 0;
	padding-right: 0;
}
.top
{
	margin-top: 0;
	padding-top: 0;
}
.bottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}
/*========= FORMS =========
--------------------------------------------------------------

forms.css
* Sets up some default styling for forms
* Gives you classes to enhance your forms

Usage:
* For text fields, use class .title or .text

--------------------------------------------------------------*/
LABEL
{
	font-weight: normal;
}
FIELDSET
{
	padding: 0em;
	margin: 0 0 0em;
	border: 0px solid #CCC;
}
LEGEND
{
	font-weight: bold;
	font-size: 1.2em;
}
/*Form fields
--------------------------------------------------------------*/
INPUT[type=text], INPUT.text, INPUT.title, TEXTAREA, SELECT
{
	background-color: #FFF;
	border: 1px solid #BBB;
}
INPUT[type=text]:focus, INPUT.text:focus, INPUT.title:focus, TEXTAREA:focus, SELECT:focus
{
	border-color: #A5CC7A;
	background-color: #FBFFF7;
}
INPUT[type=text], INPUT.text, INPUT.title, TEXTAREA, SELECT
{
	margin: 0.5em 0;
}
INPUT.text, INPUT.title
{
	width: 300px;
	padding: 5px;
}
INPUT.title
{
	font-size: 1.5em;
}
TEXTAREA
{
	width: 390px;
	height: 250px;
	padding: 5px;
}
INPUT[type=checkbox], INPUT[type=radio], INPUT.checkbox, INPUT.radio
{
	position: relative;
	top: 0.25em;
}
/*TODO: Causes form rendering issues with theme preview, had to add line-height: normal*/
FORM.inline
{
	line-height: normal;
}
FORM.inline P
{
	margin-bottom: 0;
}
/*- Login Control -*/
.login-form
{
	border: 1px solid #E2E2E2;
	padding: 20px;
	font-size: 1.2em;
	font-weight: normal;
}
.login-form DIV
{
	padding: 5px 0px;
}
.login-form INPUT[type=submit]
{
	margin: 5px 0px;
}
.validation-summary-errors
{
	padding: 20px 20px 0px;
	border: 1px solid #FFF54F;
	background-color: #FFFCCA;
	margin-bottom: 20px;
}
.edit-form
{
	display: none;
}
.static_text_div
{
	border: 1px dashed #CCCCCC;
	display: block;
	color: inherit;
}
.static_text_div:hover
{
	border: 1px dashed #FF0000;
	color: inherit;
}
/*Success, notice and error boxes
--------------------------------------------------------------*/
.error, .notice, .success
{
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #DDD;
}
.error
{
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error A
{
	color: #8A1F11;
}
.notice A
{
	color: #514721;
}
.success A
{
	color: #264409;
}
/*========= GENERAL =========*/
BODY
{
	background: #A0DAF2 url(../Images/bkg.jpg) repeat-x;
}
#container
{
	width: 962px;
	margin: 0px auto;
}
/*========= HEADER =========*/
.header
{
}
/*- Brand -*/
.brand
{
	width: 962px;
}
.brand .title
{
	padding: 20px 0px 15px;
	font-size: 3.4em;
	font-family: "Segoe UI", Segoe, Arial, Sans-Serif;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	font-style: italic;
}
/*- Page Navigation -*/
#nav
{
	background: transparent url(../Images/menu-left.png) no-repeat left top;
	margin: 0px 0px 20px;
}
#nav .menu
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: transparent url(../Images/menu-right.png) no-repeat right top;
}
#nav .menu LI
{
	float: left;
	list-style: none;
	background: transparent url(../Images/menu-divider.png) repeat-y right top;
}
#nav .menu LI A
{
	display: block;
	margin: 0px 2px 1px 0px;
	padding: 11px 39px 4px;
	height: 24px;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0px -1px 0px #535550;
}
#nav .menu LI A:hover
{
	background: #9DC975 url(../Images/menu-hover.png) repeat-x right top;
	/*[disabled]color:#50B7E1;*/
}
#nav .menu LI:first-child A:hover
{
	margin: 0px 2px 1px 0px;
	background: #9DC975 url(../Images/menu-hover-left.png) no-repeat left top;
}
#nav .menu LI.current A
{
	background: #9DC975 url(../Images/menu-hover.png) repeat-x right top;
}
#nav .menu LI.current:first-child A
{
	margin: 0px 2px 1px 0px;
	background: #9DC975 url(../Images/menu-hover-left.png) no-repeat left top;
}
.admin
{
	float: right;
	margin: 0px;
	padding: 25px 0px 0px;
}
.admin LI
{
	float: left;
	list-style: none;
	padding: 0px 0px 5px 20px;
}
.admin LI A
{
	color: #344B55;
}
/*========= Footer =========*/
.footer
{
	width: 962px;
	border-top: 1px solid #E2E2E2;
	padding: 20px 0px 40px;
	margin: 20px 0px 0px;
}
.footer UL
{
	margin: 0px;
	padding: 0px;
	float: right;
}
.footer UL LI
{
	float: left;
	list-style: none;
	color: #4C5C64;
	padding: 0px 0px 0px 20px;
}
.footer A
{
	color: #4C5C64;
}
.footer A:hover
{
	color: #85B35C;
}
/*========= Home =========*/
.home-hero-container
{
	width: 962px;
	padding: 0px 0px 5px;
	margin: 0px 0px 20px;
	background: transparent url(../Images/feature-bkg-bottom.png) no-repeat left bottom;
}
.home-hero
{
	width: 922px;
	position: relative;
	min-height: 317px;
	padding: 20px;
	background: transparent url(../Images/feature-bkg-top.png) no-repeat left top;
}
.home-hero A.prev
{
	/*+placement:anchor-top-left 7px 143px;*/
	position: absolute;
	left: 7px;
	top: 143px;
}
.home-hero A.next
{
	/*+placement:anchor-top-right 7px 143px;*/
	position: absolute;
	right: 7px;
	top: 143px;
}
.home-hero .hero-content .message
{
	color: #7A7A7A;
	font-size: 1.5em;
}
.home-hero .hero-content .title
{
	font-size: 3em;
	color: #F4F5F6;
	font-family: Helvetica;
}
.home-hero .hero-content
{
	width: 329px;
	margin: 40px 0px 0px 60px;
	color: #FFFFFF;
	float: left;
}
.home-hero .hero-content P
{
	font-size: 1.2em;
	line-height: 150%;
}
.home-hero .hero-content H1
{
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.2em;
	text-shadow: 0px -1px 0px #558599;
}
.home-hero .hero-content A
{
	color: #FFFFFF;
}
.home-hero .hero-gallery
{
	float: left;
	position: relative;
	margin: 0px 0px 0px 40px;
}
.home-hero .hero-gallery #slider
{
	position: relative;
	border: 1px solid #4D8298;
}
/*========= Page =========*/
.content-container
{
	background: transparent url(../Images/content-bottom.png) no-repeat left bottom;
	padding: 0px;
}
.content
{
	position: relative;
	background: transparent url(../Images/content-top.png) no-repeat left top;
	padding: 20px 0px;
}
.content-items
{
	width: 882px;
	padding: 20px 40px 0px;
	background: transparent url(../Images/content-bkg.png) repeat-y left top;
}
.content-items.group
{
	font-size: 1.3em;
	font-weight: normal;
}
.content-items .item
{
	width: 421px;
	float: left;
}
.content-items .item:first-child
{
	margin: 0px 40px 0px 0px;
}
.content-items H1
{
	font-size: 2em;
	margin-bottom: 2.75em;
	color: #6A7980;
}
/*- Content Pages -*/
.content .page-title
{
	display: none;
}
.sub .page-title
{
	display: block;
	background: transparent url(../Images/sub-header.png) no-repeat left top;
	width: 962px;
	height: 48px;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #FFFFFF;
	font-size: 2em;
	text-shadow: 0px -1px 0px #5F8B9E;
	padding: 15px 0px 15px 40px;
}
.content-items .main
{
	float: left;
	width: 574px;
	margin: 0px 60px 20px 0px;
	padding: 50px 0px 0px;
}
.content-items .sidebar
{
	float: left;
	width: 232px;
	padding: 45px 0px 0px;
}
.content-items .side-block
{
	float: left;
	width: 232px;
	border-bottom: 1px solid #E2E2E2;
	padding: 20px 0px 0px;
}
.content-items .archives
{
	float: left;
	width: 232px;
	border-bottom: 1px solid #E2E2E2;
	padding: 20px 0px 0px;
}
.content-items .archives .archiveMonthList
{
	padding: 20px 0px;
	list-style: none;
}
/*- Highlight Area -*/
.hightlights
{
	width: 882px;
	color: #A2BDD2;
	font-size: 11.1pt;
	padding: 40px 40px 0px;
	background-color: #2E92B6;
}
.hightlights .one
{
	float: left;
	width: 266px;
	margin-right: 40px;
	font-size: 11.1pt;
}
.hightlights .two
{
	float: left;
	width: 266px;
	margin-right: 40px;
}
.hightlights .three
{
	float: left;
	width: 266px;
	text-align: center;
	font-weight: bold;
	color: #C4D6E5;
}
.hightlights H3
{
	margin: 0px 0px 0.75em;
}
.hightlights H3
{
	color: #E6EAEE;
}
.hightlights IMG
{
	float: left;
	padding: 0px;
}
.social-networks IMG
{
	padding: 0px 10px 19px;
}
.social-networks H4
{
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	color: #DBDEE0;
}
DIV.social-networks
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
/*========= BLOGS =========*/
.blogPosts, .taggedPosts
{
	margin: 0px;
	padding: 0px;
}
.blogPosts LI, .taggedPosts LI
{
	padding: 30px 0px 0px;
	list-style: none;
	border-top: 1px solid #E2E2E2;
}
.blogdescription
{
	font-size: 1.3em;
	line-height: 150%;
	color: #6DA8C0;
}
#comments
{
	padding-top: 20px;
	border-top: 1px dashed #D8D8D8;
	padding-bottom: 10px;
	margin-top: 30px;
}
.comments
{
	position: relative;
	padding: 0px 0px 20px;
	margin: 0px;
	clear: both;
}
.comments LI
{
	display: block;
	position: relative;
	list-style: none;
	background-color: #FBFFF7;
	border: 1px solid #EBF4E3;
	border-bottom-color: #D5EBBD;
	border-right-color: #D5EBBD;
	padding: 20px 20px 0px;
	margin: 0px 0px 50px;
}
.comments .commentauthor
{
	position: absolute;
	bottom: -27px;
	left: 20px;
	color: #A5CC7A;
	background: transparent url(../Images/comment-arrow.png) no-repeat 20px 0px;
	padding: 15px 0px 0px;
}
.comment-form
{
	border: 1px solid #D8D8D8;
	padding: 20px;
}
.comment-form H2
{
	border-bottom: 1px dashed #D8D8D8;
	padding-bottom: 10px;
}
.comment-form .who
{
}
.comment-form .who LABEL
{
	float: left;
	text-align: right;
	width: 50px;
	padding: 12px 10px 0px 0px;
}
.comment-form .what
{
	padding: 10px 0px 0px 60px;
}
.comment-form .what LABEL[for=CommentText]
{
	float: none;
	display: block;
}
.comment-form .what INPUT[type=submit]
{
	margin: 10px 0px;
}
.posted
{
	margin: 0px 0px 10px;
	color: #999999;
}
.tags SPAN
{
	display: block;
	float: left;
	padding: 3px 10px 5px 0px;
}
.tags A
{
	display: block;
	float: left;
	padding: 3px 5px 5px;
	background-color: #D7E6ED;
	color: #95A5AC;
	text-shadow: 1px 1px 0px #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 0px 0px;
}
.tags A:hover
{
	display: block;
	float: left;
	padding: 3px 5px 5px;
	background-color: #A5CC7A;
	color: #668B3E;
	text-shadow: 1px 1px 0px #C8E6A6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 0px 0px;
}
/*- Archive List -*/
.archive-trail
{
	padding: 0px 0px 20px;
}
/*- Tag Cloud*/
.tagCloud
{
	list-style: none;
	margin: 20px 0px 0px;
}
.tagCloud LI
{
	display: block;
	float: left;
	padding: 3px 10px 5px 0px;
}
.tagCloud A
{
	display: block;
	float: left;
	padding: 3px 5px 5px;
	background-color: #D7E6ED;
	color: #95A5AC;
	text-shadow: 1px 1px 0px #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 0px 0px;
}
.tagCloud A:hover
{
	display: block;
	float: left;
	padding: 3px 5px 5px;
	background-color: #A5CC7A;
	color: #668B3E;
	text-shadow: 1px 1px 0px #C8E6A6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 0px 0px;
}
/*FAQ List*/
.faqList
{
	padding-left: 160px;
}
UL.faqList LI P
{
	font-size: 1.2em;
}
.faqList LI H2
{
	color: #365F71;
	font-weight: normal;
	text-decoration: none;
	font-size: 2em;
	font-family: "Trebuchet MS";
}
/*Contact List*/
.contactList
{
	padding-left: 160px;
}
.contactList H2
{
	font-size: 1.7em;
	font-weight: bold;
	margin-left: -50px;
	clear: both;
	padding-top: 2.5em;
}
.contactList H2:first-child
{
	padding-top: 0em;
}
.vcard .photo
{
	width: 140px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-right: 35px;
}
.vcard DIV.fn.n
{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.6em;
}
.adr, .org
{
	visibility: hidden;
}
/*========= PLUGINS =========
- Easy Slider -*/
#slider UL, #slider LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider LI
{
/*
define width and height of container element and list item (slide)
list items must be the same size as the slider area
*/
	width: 471px;
	height: 319px;
	overflow: hidden;
}
SPAN#prevBtn A
{
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 135px;
	left: -40px;
	background: transparent url(../Images/nav-arrow-left.png) no-repeat;
}
SPAN#nextBtn A
{
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 135px;
	left: 485px;
	background: transparent url(../Images/nav-arrow-right.png) no-repeat;
}
/*// Easy Slider


.manage {
position: absolute;
width: 100%;
height: 100%;
}

.manage a {
display: block;
width: 100%;
height: 100%;
background-color: Yellow;
}

*/

