@charset "UTF-8";

html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
body  {
	background: #FFFFFF url(../images/bg_body.jpg);
	margin: 0;
	padding: 0 0 0px;
	text-align: center;
}
td, body  {
	color:#919191;
	font: 16px Georgia, "Times New Roman", Times, serif;
}


/*-----------------------------------------------------------------------------------*/
/*		Header ( Flag is no longer used - See Menu.CSS for nav )
/*-----------------------------------------------------------------------------------*/


#header {
	padding: 10px 0;
}
#header .logo {
	float: right;
	margin: 0;
	padding-right: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*		Main Content Area
/*-----------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent {
	float: left;
	width: 630px;
	color: #979797;
	padding-bottom: 30px;
} 
#mainContent h1 {
	color: #666666;
	font: italic normal 36px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#mainContent h2 {
	font-size: 28px;
	color: #EC7D05;
}
#mainContent h3 {
	font-size: 22px;
	color: #979797;
	text-transform: uppercase;
}
#mainContent h4 {
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #DEDEDE;
	letter-spacing: 1px;
	padding-bottom: 4px;
}
#mainContent h5 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #979797;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DEDEDE;
}
#mainContent h6 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #EC7D05;
}
#mainContent p, #mainContent li {
	line-height: 24px;
}
#mainContent p.caption {
	font-size: 11px;
	font-style: italic;
	text-indent: 24px;
}
#mainContent p.disclaimer {
	font-size: 10px;
	font-style: italic;
}
#mainContent .quotation {
	font: italic 16px/24px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#mainContent blockquote.borders {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
}
a {
	outline: none;
	text-decoration: none;
}
#mainContent a {
	color: #EC7D05;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a.small {
	font-size: 12px;
	text-transform: uppercase;
}
#mainContent .orange {
	color: #EC7D05;
}


/*-----------------------------------------------------------------------------------*/
/*		News Posts Area
/*-----------------------------------------------------------------------------------*/


#posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#posts ul li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
#posts ul li.last {
	margin-bottom: 0;
}
#posts ul li article figure img {
	float: left;
	width: 180px;
	height: 150px;
	margin: 0;
	padding: 4px;
	border: 1px solid #D6D6D6;
}
figure figcaption {
	display: block;
	float: left;
	width: 500px;
}
figcaption a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
figcaption a:hover {
	color: #000000;
}
#posts ul li article figure h2 {
	font-size: 14px;
	color: #666666;
}
#posts ul li article figure footer {
}


/*-----------------------------------------------------------------------------------*/
/*		Sidebar
/*-----------------------------------------------------------------------------------*/


#sidebar {
	float: right;
	width: 280px;
	padding-bottom: 30px;
}
#sidebar h2.title {
	padding-bottom: 15px;
	text-transform: capitalize;
	font: italic bold 21px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#sidebar nav {
	display: block;
	width: 100%;
}
#sidebar nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar nav li {
	margin: 0 0 3px 0;
	padding: 0;
}
#sidebar nav li.last {
	margin-bottom: 0;
}
#sidebar nav a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 20px;
	color: #666666;
	background: url("../images/arrow_orange.gif") no-repeat 10px center #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#sidebar nav a:hover {
	color: #FF9900;
	background-color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------*/
/*		Wrappers & Rows
/*-----------------------------------------------------------------------------------*/


div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.row1, .row1 a {
	color: #C0BAB6;
}
.row2 {
	color: #979797;
	border-top: 2px solid #FFFFFF;
	background: #F9F4ED url(../images/bg_main.jpg);
	border-bottom: 1px solid #DEDEDE;
}
.topper {
	background: url(../images/bg_mainTop.jpg) repeat-x center top;
	width: 100%;
}
.butterfly {
	background: url(../images/butterfly.png) no-repeat center 200px;
	width: 100%;
}
.row2 a {
	color: #FF9900;
	/*font-style: italic;*/
	font-weight: bold;
}
.row3 {
	background: #ED7E0D;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


/*-----------------------------------------------------------------------------------*/
/*		Containers
/*-----------------------------------------------------------------------------------*/


.riseup {
	text-align: left;
	vertical-align: top;
	display: block;
}
.row4 {
	height: 104px;
	text-align: center;
	background: url(../images/bg_ASPS.png) no-repeat center top;
}
#container {
	padding: 30px 0;
}
#container section {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
#container .last {
	margin: 0;
}
#container .more {
	text-align: right;
}

/* ------		Slider		-----*/

#container #slider {
	margin-bottom: 50px;
}

/* ------		Homepage	-----*/

#container #homepage {
	display: block;
	width: 100%;
	line-height: 1.6em;
}
#container #homepage #services {
	padding: 0 0 30px 0;
}

#container #homepage #services figure {
	display: inline;
	float: left;
}
#container #homepage #services figure img {
	padding: 3px;
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
}
#container #homepage #services strong {
	float: left;
	margin: 7px 0 0 6px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
#container #homepage #services p {
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	clear: both;
}
#container #homepage #latest {
	padding: 0 0 30px 0;
}
#container #homepage #latest article figure ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#container #homepage #latest article figure ul li img {
	padding: 4px;
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
}
#container #homepage #latest article figure figcaption {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: right;
}


/*-----------------------------------------------------------------------------------*/
/*		General Page Parts
/*-----------------------------------------------------------------------------------*/


#header, #container, #footer {
	display: block;
	width: 960px;
	margin: 0 auto;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
address {
	font-style: normal;
}
blockquote, q {
	display: block;
	padding: 8px 10px;
	color: #979797;
	background-color: #ECECEC;
	font-style: italic;
	line-height: normal;
}
blockquote:before, q:before {
	content: '“ ';
	font-size: 26px;
}
blockquote:after, q:after {
	content: ' „';
	font-size: 26px;
	line-height: 0;
}
.one_quarter, .two_quarter, .three_quarter, .four_quarter {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.one_quarter {
	width: 225px;
}
.two_quarter {
	width: 470px;
}
.three_quarter {
	width: 715px;
}
.four_quarter {
	width: 960px;
	float: none;
	margin-right: 0;
	clear: both;
}
.one_third, .two_third, .three_third {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
.one_third {
	width: 300px;
}
.two_third {
	width: 630px;
}
.three_third {
	width: 960px;
	float: none;
	margin-right: 0;
	clear: both;
}
.lastbox {
	margin-right: 0;
}


/*-----------------------------------------------------------------------------------*/
/*		Footer Parts
/*-----------------------------------------------------------------------------------*/


#footer {
	padding: 20px 0;
	color: #FFFFFF;
	font: italic 16px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 16px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footer1 {
	padding: 10px 0px 0px;
	height: auto;
	width: 500px;
	float: left;
	vertical-align: top;
}
#footer #footer2 {
	height: auto;
	width: 400px;
	float: left;
	text-align: right;
	vertical-align: top;
	padding: 10px 0px;
}
#footer #footer3 {
	padding: 0px;
	height: auto;
	width: 60px;
	float: right;
	text-align: left;
	vertical-align: top;
}
/*-----------------------------------------------------------------------------------*/
/*		Table Styles!!
/*-----------------------------------------------------------------------------------*/


#profile {
	border-top: 1px dotted #283891;
	border-bottom: 1px dotted #283891;
	background: #EDF8FE;
	width: 640px;
}
#profile td {
	padding-bottom: 12px;
	vertical-align: top;
	font: italic 16px/20px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#profile td.title {
	text-transform: uppercase;
	text-align: right;
	width: 150px;
	padding-right: 9px;
	color: #283891;
	font: bold 12px Verdana, Geneva, sans-serif;
}

#history {
	border-top: 1px dotted #283891;
	border-bottom: 1px dotted #283891;
	background: #EDF8FE;
	width: 638px;
}
#history td {
	vertical-align: top;
	width: auto;
	padding: 6px 9px 12px 6px;
	font: italic 16px/20px Palatino, "Palatino Linotype", "Times New Roman", Times;
}
#history td.title {
	text-transform: uppercase;
	text-align: right;
	width: 150px;
	color: #283891;
	font: bold 12px Verdana, Geneva, sans-serif;
	border-right: 1px dotted #283891;
}
#history td.date {
	border-right: 4px solid #283891;
}

table.chart {
	width: 640px;
	border-top: 4px solid #202F87;
	border-bottom: 4px solid #202F87;
	margin-bottom: 12px;
}
table.chart td {
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 6px;
}
table.chart td.titlebar {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background: #437FC1;
}
table.chart td.subtitle {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #283891;
	background: #CCCCCC;
	width: 125px;
}
table.chart td.borderleft {
	border-left: 2px solid #EEEEEE;
}


/*-----------------------------------------------------------------------------------*/
/*		Images, Lines and List Items
/*-----------------------------------------------------------------------------------*/


img.demo {
	background: #333333;
}
img.demo-border {
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	padding: 4px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	vertical-align: middle;
}
.imgholder, .imgl, .imgr {
	padding: 4px;
	border: 1px solid #D6D6D6;
	text-align: center;
}
.imgl {
	float: left;
	margin: 0 15px 15px 0;
	clear: left;
}
.imgr {
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
}

img.drawdots {
	width: 100%;
	border-bottom: 1px dotted #D6D6D6;
}
img.drawdashes {
	width: 100%;
	border-bottom: 1px dashed #D6D6D6;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
}
hr {
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
img.pix {
	border: 1px solid #D6D6D6;
}
img.mug {
	margin-right: 9px;
	border: 1px solid #E07910;
}
ul.spread li, ol.spread li {
	margin-bottom: 9px;
}
ul.slimbullet li, ol.slimbullet li {
	margin-bottom: 9px;
	width: 500px;
}
ul.acrobat li, li.acrobat {
	list-style: url(../images/icons/icon_pdf.gif) outside;
}
ul.word li, li.word {
	list-style: url(../images/icons/icon_doc.gif) outside;
}
ul.excel li, li.excel {
	list-style: url(../images/icons/icon_xls.gif) outside;
}
ul.powerpoint li, li.powerpoint {
	list-style: url(../images/icons/icon_ppt.gif) outside;
}
.color {
	font-style: italic;
	color: #25368B;
}

.borderbottom {
	border-bottom: 1px solid #DEDEDE;
}
.bordertop {
	border-top: 1px solid #DEDEDE;
}

/*-----------------------------------------------------------------------------------*/
/*		Clear & Float
/*-----------------------------------------------------------------------------------*/


.clear {
	display: block;
	clear: both;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1%;
}
code {
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*		HTML 5 Overrides
/*-----------------------------------------------------------------------------------*/


address, article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
q {
	display: block;
	padding: 0 10px 8px 10px;
	color: #979797;
	background-color: #ECECEC;
	font-style: italic;
	line-height: normal;
}
q:before {
	content: '“ ';
	font-size: 26px;
}
q:after {
	content: ' „';
	font-size: 26px;
	line-height: 0;
}


/*-----------------------------------------------------------------------------------*/
/*		FUN Back-To-Top Scroller Button!
/*-----------------------------------------------------------------------------------*/


.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 1em;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80); /* WHITE */
	font-size: 12px;
	padding: 1em;
	display: none;
	border: 1px solid #DEDEDE;
	text-decoration: none;

	/* Rounded Corners */

	-moz-border-radius: 		6px;
	-webkit-border-radius: 	6px;
	border-radius: 					6px;
	
	/* Transition Fade Setup */
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.back-to-top:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: rgba(200, 115, 25, 0.50);
	text-decoration: none;
}
a.back-to-top:hover {
	text-decoration: none;
}	

a.lightup img:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
}

