@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

/* font-family: 'Open Sans Condensed', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Squada One', cursive; */

html,body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	}

#home { background-image: url(/imgs/templatemo_body.png) }
#subpage { background-image: url(/imgs/templatemo_body_subpage.png) }

a, a:link, a:visited { color: #383731; font-weight: bold; text-decoration: none }
a:hover { color: #033e7e; text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0;	font-family: 'Open Sans', sans-serif; text-align: left; }
article {
/*  max-width: 500px; */
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
article p {
  -webkit-hyphens: no;
  -moz-hyphens: no;
  -ms-hyphens: no;
  hyphens: no;
}
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px; font-family: 'Open Sans', sans-serif; }
cite { font-weight: bold; color: #383731; font-style: normal; font-size: 1.2em; font-family: 'Open Sans', sans-serif; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #5fb42b; }

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; font-family: 'Open Sans', sans-serif; line-height: 1.0em; text-align: left; }
h1, contentheader { font-size: 46px; margin: 0 0 20px; padding: 5px 0; font-weight: normal; font-family: 'Open Sans', sans-serif; text-align: left;  font-weight: bold; }
h2, contentheader2 { font-size: 30px; margin: 15px 0 5px; padding: 5px 0; color: #383731; font-weight: normal; font-family: 'Open Sans Condensed', sans-serif;line-height:1.2em; text-align: left; } /* green */
h3 { font-size: 24px; margin: 25px 0 5px; padding: 0; color: #383731; text-align: left; font-weight: bold; } /* light blue */
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; text-align: left; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; text-align: left;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; text-align: left; }

.cleaner { clear: both }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.divider { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }

.image_fl { float: left; margin: 3px 20px 5px 0 }
.image_fr { float: right; margin: 3px 0 5px 20px }

.float_l { float: left }
.float_r { float: right }

.templatemo_list {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
.templatemo_list li {
	color: #52493a;
	margin: 0 0 10px 0;
	padding: 0 5px 0 20px;
	background: url(/imgs/bluedot.png) no-repeat
	scroll 0 7px;
	}
.templatemo_list li a { 
	color: #52493a; 
	font-weight: bold;
	text-decoration: underline;
	}
.templatemo_list li a:hover { 
	color: #033e7e;
	text-decoration: none;
/*	color: #61e302;  */
	}
#templatemo_wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	}
#templatemo_top {
	width: 940px;
	background: url(/imgs/templatemo_header.jpg) top center no-repeat;
	}
#templatemo_header {
	width: 940px;
	padding: 40px 0 0;
	height: 80px;
	}
#templatemo_slider {
	clear: both;
	width: 940px;
	}
#templatemo_main {
	clear: both;
	width: 940px;
	padding: 40px 0;
	font-family: 'Open Sans', sans-serif;
	}
#templatemo_footer_wrapper { 
	width: 100%;
	background: #303030 url(/imgs/templatemo_footer.png) repeat-x top
	}
#templatemo_footer {
	width: 940px;
	padding: 80px 10px 40px;
	margin: 0 auto;
	color: #999
	}
#site_title { 
	float: left; 
	}
#site_title h1 { 
	margin: 0; 
	padding: 0;
	}
#site_title h1 a { 
	display: block; 
	width: 350px; 
	height: 85px; 
	padding: 0px 10px 0 0;
	margin-top: -25px;
	color: #fff; 
	font-size: 14px; 
	text-align: right; 
	background: url(/imgs/logos/FISC2_300.png) no-repeat left center;
	}
#site_title h1 a:hover { 
	text-decoration: none; 
	}
#templatemo_menu { 
	float: right; 
	width: 562px;
	height: 46px;
	margin-top: 10px;
	background: url(/imgs/templatemo_menu.png) no-repeat;
	}
#slider_left {
	float: right;
	width: 320px;
	padding: 50px 0 0;
	}
#slider_left h2 { 
	color: #fff; 
	font-size: 20px; 
	font-weight: 700; 
	margin-bottom: 20px; 
	}
#slider_left p { 
	color: #bab9b9; 
	margin-bottom: 40px; 
	}
#slider_left a.learnmore { 
	float: left; 
	margin-right: 20px; 
	display: block; 
	width: 137px; 
	height: 50px; 
	font-size: 14px; 
	font-weight: 700; 
	color: #fff; 
	line-height: 40px; 
	text-align: center; 
	text-shadow: 1px 1px 1px #333; 
	background:url(/imgs/learn_more.png) no-repeat;
	}
#slider_right {
	float: left;
	width: 560px;
	}
.fp_services { margin-bottom: 40px }
.fp_services img { float: left; margin-right: 20px }
.fp_services h2 { font-size: 18px; line-height: 18px; margin-bottom: 5px; padding: 0 }
.fp_services h2 a { color: #333 }
.fp_services p { font-size: 11px }
.fp_rw img { margin-bottom: 10px }
.fp_rw p { font-size: 11px }
.fp_lp h3 { font-size: 14px; font-weight: 700; margin: 10px 0 }
.flickr_stream { margin: 0; padding:0; list-style: none }
.flickr_stream li { float: left; margin: 0 2px 2px 0; padding: 0 }
.flickr_stream li .no_margin_right { margin-right: 0 }
.flickr_stream li img { padding: 3px; border: 1px solid #ccc; background: #fff }
#gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
#gallery li { 
	margin: 0; 
	padding: 0; 
	}
#gallery li a { 
	display: block; 
	float: left; 
	width: 280px; 
	padding: 8px; 
	height: 280px; 
	margin: 6px; 
	border: 1px solid #ccc;  
	}
.post {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(/imgs/templatemo_divider.png) repeat-x bottom 
	}
.post_right {
	float: left;
	width: 380px;
	}
.post h2.home { 
	color: #ba8c00; 
	font-size: 18px; 
	margin-bottom: 0;  
	}
.post h2, .post h2 a { 
	color: #333; 
	margin-bottom: 0; 
	font-size: 24px; 
	line-height: 38px; 
	padding: 0; 
	}
.post img { 
	float: left; 
	margin: 3px 30px 0 0;
	}
.post .meta { 
	font-size: 10px; 
	margin-bottom: 20px; 
	}
.post .meta span { 
	float: left; 
	display: block; 
	margin-right: 15px; 
	padding: 5px 0 5px 26px; 
	}
.post .meta span.admin { 
	background: url(/imgs/agent.png) no-repeat; 
	}
.post .meta span.date { 
	background: url(/imgs/calendar.png) no-repeat; 
	}
.post .meta span.tag { 
	background: url(/imgs/tag.png) no-repeat; 
	}
.post .meta span.comment { 
	background: url(/imgs/chat.png) no-repeat; 
	}
.post .meta a, .post .meta strong { 
	color: #7b7b7b; 
	font-weight: 700; 
	}
#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
	}
.first_level {
	margin: 0; padding: 0;
	}
.comments {
	list-style: none; 
	}
.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
	}
.comments li .commentbox1 { 
	border-bottom: 1px solid #ccc;  
	}
.comments li .commentbox2 { 
	border-bottom: 1px solid #ccc;  
	}
.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 0 20px 30px; 
	margin-bottom: 40px;  
	}
.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
	}
.comment_box .gravatar img {  
	width: 75px; 
	height: 75px; 
	}
.comment_box .comment_text {  }
.comment_box .comment_text p { 
	margin: 0; 
	}
.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #ba8c00; 
	margin-bottom: 10px; 
	}
.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
	}
.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
	}
.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #000; 
	font-weight: 700; 
	}
#comment_form {
	clear: both;
	}
#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
#comment_form form {
	}
#comment_form textarea {
	height:150px;
	padding:5px;
	width: 360px;
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px; 
	}
#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
	}
#comment_form form input {
	color: #666;
	padding: 5px;
	width: 200px;
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px; 
	}
#comment_form .submit_btn {
	font-weight: bold;
	width: 80px;
	height: 30px;
	color: #000;
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	}
#contact_form { 
	padding: 0; 
	width: 410px; 
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	}
#contact_form form { 
	margin: 0px; 
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	}
#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #222;  
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px; 
	}
#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	}
#contact_form form textarea { 
	width: 398px; 
	height: 200px; 
	padding: 5px; 
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px; 
	}
#contact_form form .submit_btn { 
	padding: 5px 14px; 
	font-weight: bold;  
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 10px 0px;
	}
.col { 
	float: left; 
	margin: 0 20px 20px 0; 
	}
.half { 
	width: 400px; 
	}
#sidebar, .one_third { 
	width: 300px; 
	}
#content, .two-third { 
	width: 620px; 
	}
.padding_right { 
	padding-right: 20px; 
	}
.one_fourth { 
	width: 220px;
	}
.no_margin_right { 
	margin-right: 0; 
	}
.last_box { 
	margin-bottom: 0; 
	background: none; 
	}
#templatemo_footer a { 
	color: #ccc; 
	}
#templatemo_footer h4 { 
	color: #fff; 
	font-size: 14px; 
	font-weight: 700; 
	margin-bottom: 20px; 
	}
.footer_list { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
.footer_list li { 
	margin: 0 0 5px; 
	padding: 0 0 5px; 
	border-bottom: 1px solid #4e4e4e; 
	}
.footer_list li a { 
	color: #686868; 
	}
.twitter_post { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
.twitter_post li { 
	margin: 0 0 10px; 
	padding: 0 0 7px; 
	border-bottom: 1px dotted #4e4e4e; 
	}
.footer_social_button { 
	clear: both; 
	margin-bottom: 40px; 
	}
.footer_social_button a { 
	margin-right: 5px; 
	}
.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
	}
.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
.pagging ul li {
	margin: 0; 
	padding: 0; 
	display: inline; 
	}
.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #fff; 
	border: 1px solid #ccc; 
	}
.pagging ul li a:hover { 
	background: #ccc; 
	border: 1px solid #fff; 
	color: #fff;  
	}
.demo {
	display:inline;
	background-color:#3b3b3b;
	padding: 6px 10px 6px 10px;
	color:#fff;
	text-decoration:none;
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
	}
a.demo, a.demo:active, a.demo:visited {
	text-decoration:none;
	color:#fff;
	}
a.demo:hover {
	text-decoration:none;
	background-color:#eee;
	color:#3b3b3b;
	}

.demo2 {
	display:inline;
	background-color:YellowGreen;
	padding: 6px 10px 6px 10px;
	color:#fff;
	text-decoration:none;
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
	}
a.demo2, a.demo:active, a.demo:visited {
	text-decoration:none;
	color:#fff;
	}
a.demo2:hover {
	text-decoration:none;
	background-color:#eee;
	color:#3b3b3b;
	}
	
/* ADMIN STYLES */
.content {
	font-size: 1em;
	line-height:1.5em;
	font-family: 'Open Sans', sans-serif;
	}
.contentheader {
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
	line-height:1em;
	}
.admin {
	width:1020px;
	}
.orderform {
	width:350px;
	height:20px;
	border:1pt solid #ccc;
	}
.textarea {
	width:350px;
	height:250px;
	border:1pt solid #ccc;
	}
.select {
	width:350px;
	border:1pt solid #ccc;
	}
.submit {
	width:150px;
	font-size: 10pt;
	}
.date {
	color: #383731;
	}
.subnav {
	font-size:.8em;
	}

/* BACK TO TOP */
#backtotop {
	position: fixed;
	right:80px;
	bottom:50px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:100px;
	height:100px;
	opacity:.2; /*mouse over fade effect*/
}
#backtotop a:hover {
	opacity:.8; /*mouse over fade effect*/
}
.clrb {
	clear:both;
}
#maindiv {
	width:700px;
	border:1px solid #999;
	margin:auto;
	padding:20px;
}
#quoteback {
	width: 600px;
	height: 125px;
	background: url(/imgs/backs/quoteback2.png);
	}
#quote {
	font-size: 1.3em;
	color: #000;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	padding-top: 10px;
	}
.quote {
	font-size: .7em;
	color: #000;
	line-height: 1.5em;
	text-align: center;
	}
ul.text {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 10px;
	text-indent: -1em;
	font-family: 'Open Sans', sans-serif;
	}
ul.text2 {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 10px;
	text-indent: -1em;
	font-family: 'Open Sans', sans-serif;
	}
/* <span class="rss-content"> */
/* <span class="rss-title"> */
/* <span class="rss-link"> */
/* <span class="rss-id"></span> */
.rss-content {
	}
.rss-title {
	}
.rss-link {
	display:none;
	}
.rss-id {
	display:none;
	}
/* SPECIAL LISTS */
ul.list1 {
/*	color: #336598; */
	color: #033e7e;
	list-style-type: square;
	margin-top: 5px;
	}
li.list1 span.list1 {
	color: #000;
	}
	
/* SEARCH --------------------------------------------------------*/

.top-search{
/*	position: relative; */
/*	top: -80px; */
/*	left: 370px; */
	float: right;
	margin-top:-88px;
	}
#searchform #s{
	color: #7e7e7e;
	font-size: 10px;
	width: 180px;
	height: 28px;
	padding: 0px 35px 0px 10px;
	border: 0;
	background: url(../imgs/search.png) no-repeat transparent;	
	}
#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 10px;
	width: 30px;
	height: 25px;
	border: 0px;
	background: transparent;
	}
/* SOCIAL BUTTONS OPACITY */
#trans img { zoom: 1;	filter: alpha(opacity=100);	opacity: 1.0; }
#trans img:hover { zoom: 1;	filter: alpha(opacity=50);opacity: 0.5; }
#trans2 img { zoom: 1;	filter: alpha(opacity=100);	opacity: 1.0; }
#trans2 img:hover { zoom: 1;	filter: alpha(opacity=50);opacity: 0.5; }
#trans3 img { zoom: 1;	filter: alpha(opacity=100);	opacity: 1.0; }
#trans3 img:hover { zoom: 1;	filter: alpha(opacity=50);opacity: 0.5; }
#trans4 img { zoom: 1;	filter: alpha(opacity=100);	opacity: 1.0; }
#trans4 img:hover { zoom: 1;	filter: alpha(opacity=50);opacity: 0.5; }
#trans5 img { zoom: 1;	filter: alpha(opacity=100);	opacity: 1.0; }
#trans5 img:hover { zoom: 1;	filter: alpha(opacity=50);opacity: 0.5; }

.active {
	color:#033e7e;
	}