@import url(font-awesome-4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(../js/vendor/fancybox/source/jquery.fancybox.css);

* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px; /* the bottom margin is the negative value of the footer's height */
}

#header-1 {
	position: relative;
	width: 1000px;
	height: 175px;
	padding: 0 25px;
	margin: 0 auto;
}
#menu-top {
	position: absolute;
	left: 25px;
	top: 40px;
	background-color: #f1efed;
}
#logo {
	position: absolute;
	right: 25px;
	top: 40px;
}

#header-2 {
	position: relative;
	height: 350px;
}
#visual {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
}
#header-2-center {
	position: relative;
	width: 1000px;
	height: 350px;
	padding: 0 25px;
	margin: 0 auto;	
}
#welcome {
	position: absolute;
	right: 25px;
	top: 40px;
}
#menu-main {
	position: absolute;
	left: 25px;
	bottom: 0px;
	width: 1000px;
	background-color: #f49600;
	overflow: hidden;
}

#body {
	width: 1000px;
	padding: 0 25px;
	margin: 37px auto 50px auto;
	overflow: hidden;
}
#menu-sub {
	float: left;
	width: 250px;
	margin: 13px 90px 0 0;
	padding: 0;
	min-height: 1px;
}
#content {
	float: left;
	width: 660px;
}
#push {
	height: 175px; /* .push must be the same height as .footer */
}


#footer {
	height: 175px;
	background-color: gray;
	overflow: hidden;
}
#footer-center {
	position: relative;
	width: 1000px;
	height: 175px;
	padding: 0 25px;
	margin: 0 auto;
}
#facebook-like {
	position: absolute;
	left: 25px;
	top: 33px;
}
#copyright {
	position: absolute;
	left: 25px;
	bottom: 25px;
}
#address-1 {
	position: absolute;
	left: 365px;
	bottom: 25px;
}
#address-2 {
	position: absolute;
	left: 705px;
	bottom: 25px;
}
#footer p {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#footer p a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;	
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}



/*** MENU TOP ***/
#menu-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-top ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu-top ul li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 40px;
	font-size: 14px;
	color: #484848;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;	
}
#menu-top ul li:first-child a i {
	font-size: 20px;
	line-height: 20px;
	vertical-align: -2px;
}
#menu-top ul li:last-child a {
	font-weight: bold;
	color: #f49600;
}
#menu-top ul li a:hover,
#menu-top ul li.cur a {
	background-color: #f49600;
	color: #fff;
}


/*** MENU MAIN ***/
#menu-main ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-main ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu-main ul li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;	
}
#menu-main ul li a:hover,
#menu-main ul li.cur a,
#menu-main ul li.sub-cur a {
	background-color: #7a7a7a;
}

/*** MENU SUB ***/
#menu-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #7a7a7a;
}
#menu-sub ul li {
	margin: 0;
	padding: 0;
}
#menu-sub ul li a {
	display: block;
	margin: 0;
	padding: 0 5px 0 10px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #7a7a7a;
	text-decoration: none;
	border-bottom: 1px solid #7a7a7a;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;	
}
#menu-sub ul li a:hover,
#menu-sub ul li.cur a {
	background-color: #f1efed;
}

/*** STYLES ***/
h1 {
	font-size: 30px;
	color: #7a7a7a;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 20px;
	color: #f49600;
	margin: 1.5em 0 0.25em 0;
}
table h2 {
	margin: 0 0 0.25em 0;
}
h3 {
	font-size: 15px;
	color: #7a7a7a;
	margin: 1.5em 0 0 0;
}
p {
	font-size: 14px;
	color: #484848;
	margin: 0;
}
p a,
ul a,
h3 a {
	text-decoration: none;
	color: #f49600;
}
div#content ol {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
div#content ol li {
	margin: 0 0 0 0;
	color: #484848;
	list-style: decimal;
}

div#content ul {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
div#content ul li {
	position: relative;
	color: #484848;
	list-style: none;
}
div#content ul li:before {
	position: absolute;
	top: 1em;
	left: -2em;
	content: "\f111";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #f49600;
	font-size: 0.5em;
}

table {
	width: 100%;
    margin: 0.5em 0 1em 0;
    padding: 0; 
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
}
table tr {
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}
table td, table th {
	padding: 5px 60px 5px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table th {
	font-weight: bold;
}
table td:last-child, table th:last-child {
	padding: 5px 0 5px 0;
}


/*** FRAMES ***/
div.csc-default {
	float: none;
	clear: both;
}

div.portraits {
	float: left;
	width: 25%;
	margin: 0 0 20px 0;
}
 div.portraits .csc-textpic-image {
	 margin-bottom: 3px !important;
}
 
div.portraits-2 {
	float: left;
	width: 33%;
	margin: 0 0 20px 0;
}
 div.portraits-2 .csc-textpic-image {
	 margin-bottom: 3px !important;
}

div.portraits-3 {
	width: 100%;
	margin: 0 0 20px 0;
}
 div.portraits-3 .csc-textpic-image {
	 margin-bottom: 3px !important;
}
