/* This stylesheet was designed and developed by Chris Converse, Codify Design Studio */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	color: #000;
	background: #CCCCCC;
}
.page { font-size: 1em; }

h1 { font-size: 2em; color: #ffffff; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 {
	font-size: 1.6em;
	color: #194262;
	margin: 0px 0px .5em 0px;
	text-align: center;
}
h3 { font-size: 1.25em; color: #194262; margin: 0em 0px .25em 0px; }
h4 {
	padding: 0px 10px 0px 10px;
	text-align: center;
}
p {
	margin: 0px 0px 1em 0px;
	font-size: 1.0em;
	text-align: left;
}
li {
	margin: 0px 0px 10px 0px;
	text-align: left;
}
a img { border: none; }
a { color: #00a2ed; }
a:hover { color: #f52d1b; }

.content_sidebar h3 { color: #68230b; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #000; }
.content_sidebar a { color: #FF0000; }
.content_sidebar a:hover { color: #f52d1b; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/SFTS_Logo.jpg);
	background-repeat:no-repeat 
	margin: 1px;
	height: 83px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 15px 0px; }

/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }
.page header {
	display: block;
	position: relative;
	height: 135px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/banner_large.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 5px;
	left: 22px;
	display: block;
	width: 177px;
	height: 69px;
	background: url(../images/RN_logo_medium.png) no-repeat 0px 0px;
}
.page header a.logopb {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: 60px;
	height: 65px;
	background: url(../images/endorsed_by_ussailing.jpg) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 32%; float: left; margin: 0px; padding: 0px 2px 0px 5px;}
.page .page_content .page_content_container_2cl{
	width:66%; float: left; margin: 0px; padding: 0px 2px 0px 0px;
}
.page .page_content .page_content_container_2cr{
	width:33%; float: right; margin: 0px; padding: 0px 2px 0px 0px;
}
.page .page_content .page_content_container_right { width: 32%; float: right; margin: 0px; padding: 0px 5px 0px 2px; }
.page .page_content .content_main { width: 34%; float: left;
	margin: 0px;
	padding: 0px 2x 0px 2px;
}
.page .page_content .content {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	text-align: center;
}
.page .page_content .content_sidebar {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #99CCFF;
}
.page .page_content .content_frame {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #FFF;
	text-align: left;
	/*border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6ebda;*/
}
.page nav {
	position: absolute;
	top: 95px;
	left: 14px;
	text-align: left;
	width: 940px;
	height: 27px;
	font-size: 1.0em;	
}
.page nav a {
	border: 1px solid #194262;
	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0px 4px 0px;
	background-color: #194262;
	font-size: 1.0em;
}
.page nav a:hover { background-color: #306086; 
color: #fff; 
font-size: 1.0em;
}
.page footer {
	display: block;
	height: 70px;
	border-top: 1px solid #ddd;
	padding: 0px 0px 0px 0px;
	/*font-size: 11px;*/
	/*font-weight:800;*/
	color: #fff;
	background: url(../images/footer_bg2.gif) repeat-x;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	text-align: center;/*	background: -moz-linear-gradient(top, #194262 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc));*/
}
.footer_content{
	padding-top: 1em;
	font-size: 0.85em;
	/*font-weight: bold; */
	font-color: #fff;
}
.footer_content a{
	color: #fff;
	/*padding: 5px 0px 5px 0px;*/
	/*padding-top: 25px;*/
	}
.footer_content a:hover{color: #FF0;}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */
/* Medium Screen Rules */
@media screen and (min-width: 585px) and (max-width: 805px) {
body { padding: 10px; }
.page {
	margin: 0px;
	padding: -10px;
	font-size: 1.0em
}
h2 {
	font-size: 1.25em;
	color: #194262;
	margin: 0px 0px .5em 0px;
	text-align: center;
}
p {
	margin: 0px 0px 1em 0px;
	font-size: 0.90em;
	text-align: left;
}
	.page header { height: 90px; background-image: url(../images/banner_medium.jpg); padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 5px;
		left: 7px;
		width: 272px;
		height: 50px;
		background: url(../images/RN_logo_medium.png) no-repeat 0px 0px;
	}
.page header a.logopb {
	position: absolute;
	top: 15px;
	right: 35px;
	display: block;
	width: 90px;
	height: 52px;
	background: url(../images/endorsed_by_ussailing.jpg) no-repeat 0px 0px;
}	
.page nav { top: 64px; }
.page nav a {
	border-color: #194262;
	margin-left: 0px;
	padding: 3px 5px 3px 5px;
	font-size: 0.90em;
	}
.page nav a:hover { background-color: #306086; 
color: #fff; 
font-size: 0.9em;
}	
	.page .content_sidebar figure .figure_photo { background: url(../images/SFTS_Logo.jpg) left: -15px; height: 83px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }
.page .page_content .page_content_container_left { width: 32%; float: left; margin: 0px; padding: 0px 2px 0px 2px;}
.page .page_content .page_content_container_2cl{
	width:66%; float: left; margin: 0px; padding: 0px 2px 0px 0px;
}
.page .page_content .page_content_container_2cr{
	width:33%; float: right; margin: 0px; padding: 0px 2px 0px 0px;
}
.page .page_content .page_content_container_right { width: 32%; float: right; margin: 0px; padding: 0px 2px 0px 2px; }
.page .page_content .content_main { width: 34%; float: left;
	margin: 0px;
	padding: 0px 2x 0px 2px;
}
/*.page_content_container_left .img:  { 
visibility: hide;
}*/
.page footer {
	display: block;
	height: 60px;
	border-top: 1px solid #ddd;
	padding: 2px 0px 2px 0px;
	font-size: .80em;
	/*font-weight:800;*/
	color: #fff;
}
.footer_content{
	padding-top: 0.25em;
	font-size: 0.9em;
	/*font-weight: bold; */
	font-color: #fff;
}
.page .page_content .page_content_container_left .content ul li {
	text-align: left;
	font-size: 0.9em;
}
}
/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 550px) {	
	body {
	padding: 10px;
}
h2 {
	font-size: 1.25em;
	color: #194262;
	margin: 0px 0px .5em 0px;
	text-align: center;
}
	.page { margin: 0px; padding: 0px; font-size: 1.2em; 	height: inherit; }
	.page header { height: 80px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
		top: 2px;
		left: 15px;
		margin: 0px auto 0px auto;
		width: 226px;
		height: 100px;
		background: url(../images/logo_small.png) no-repeat 0px 0px;
	}
	.page header a.logopb {
	display:none;
	}
	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
.page .page_content .content_main 
{ width: inherit; float: none; margin: 0px; }
	margin: 0px;
	padding: 0px 2x 0px 2px;	
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_small.jpg) right 0px; height: 100px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
	.page nav {
		position: inherit;
		padding: 3px 0px 1px 0px;
		text-align: left;
		background: #194262; 
		width:inherit;
	}
	.page nav a {
		color: #fff;
		border: 1px solid #000;
		padding: 8px 8px 8px 8px;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
		margin: 0px 0px 0px 0px;
		background: #194262; 
		background url:(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
.page nav a:hover { 
	color: #fff; 
	background-color: #306086;
	font-size: 1.2em; 
}
.page footer {
	display: none;
}
.footer_content{
	display: none;
}
.chat{
	display: none;
}
.wrapper{
	visibility: hidden;
}
.theme-orman.slider-wrapper{
	display:none;
}
.ribbon{
	display:none;
}
.slider{
	visibility: hidden;
}


/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	
}
.page .page_content h4 {
	font-size: 1em;
	font-family: Arial;
	text-align: center;
}
.page .page_content .content_imageflow {
	font-size: 1.2em;
}
.page .page_content .page_content_container_left .content ul li {
	text-align: left;
}


}
