@charset "utf-8";
/* CSS Document */

body, html {
	background-color:#504353;
	color:#464646;
	font-size:15px;
	font-family:Calibri, Geneva, Helvetica, sans-serif
}


html, body {
height:100%;
}
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, ol, dl, dt, dd, form, a, fieldset, input, th, textarea, button {
border:0 none;
margin:0;
outline:medium none;
padding:0;
line-height:1em;
}
ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 15px;
}
li {
	
	padding-left:15px;
	margin:5px;
}
p {margin-top:0px; padding-bottom:15px}

@font-face {
	font-family: 'GothamLight';
	src: url('gotham-light-webfont.eot');
	src: local('☺'), url('gotham-light-webfont.woff') format('woff'), url('gotham-light-webfont.ttf') format('truetype'), url('gotham-light-webfont.svg#webfontkiCVoVGi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url('gotham-book-webfont.eot');
	src: local('☺'), url('gotham-book-webfont.woff') format('woff'), url('gotham-book-webfont.ttf') format('truetype'), url('gotham-book-webfont.svg#webfonthdTOdxVg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo-Regular-webfont.eot');
    src: url('Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Regular-webfont.woff') format('woff'),
         url('Arvo-Regular-webfont.ttf') format('truetype'),
         url('Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {font-weight: normal; font-style: normal; line-height:normal; font-family: 'GothamLight', sans-serif; color:#9d5ca9; font-size:42px; text-transform:uppercase;}
h2 {font-weight: normal; font-style: normal; line-height:normal; font-family: 'GothamBook', sans-serif; color:#16417b; font-size:18px; text-transform:uppercase;}

p { margin-bottom:0px;}

hr {
	border-bottom:dotted 1px #023f75;
	border-top:none;
	border-left:none;
	border-right:none;
	overflow:hidden;
	height:1px;
}

input, textarea {
	border:solid 1px #abadb3;
}

a, a:active, a:visited {
color:#6f9ad3;
text-decoration:none;
}

a:hover {
	color:#9510b0;
}

#container {
margin:0 auto;
overflow:visible;
width:100%;
}
#header {
	background:url(../images/bg-header.jpg) no-repeat 0 0;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	width:1084px;
	height:91px;
}
#header div{
	float:left;
}
#header .nav{
	padding:60px 44px 0px 0px;
	display:block;
}

#header .navblock{
	font: 16px/27px 'ArvoRegular', Arial, sans-serif;
	/*padding:60px 44px 200px 0px;*/
	padding:52px 40px 10px 0px;
	display:block;
}

#header .navblock a, a:visited, a:active, a:link {
	color:#6f9ad3;
	
}

#header .navblock a:hover {
	color:#9d5ca9;
	
}





#body {
	background:#FFFFFF;
	margin:0 auto;
	position:relative;
	width:1084px;
}
#body:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#body .home {
	background:url(../images/bg-home.jpg) no-repeat;
	min-height:652px;
}

#body .home:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#body .content {
	background:url(../images/bg-btm-fade.jpg) no-repeat;
	background-position:bottom;
	height:100%;
}
#body .content:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#body .subnav {
	width:345px;
	height:30px;
	margin:0 auto;
	padding:0px;
	background:url(../images/subnav/bg-main.gif);
}
.button {
	font-size:10px;
	text-transform:uppercase;
	padding:3px;
	margin-right:10px;
}

.body ul {
	list-style:none;
}
.body li {
	background:url(../images/bullet.gif) no-repeat 0px 6px;
	padding-left:15px;
	margin:15px;
}

#footer {
	background:url(../images/bg-footer.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	width:1084px;
	height:22px;
	font-size:13px;
	padding-top:15px;
	text-align:center;
}
#footer div {
	float:left;
	display:block;
	margin-right:30px;
}
#inc {
	margin:0 auto;
	padding:10px 0px 20px 0px;
	font-size:12px;
	width:1000px;
	text-align:right;
}
#inc a, a:visited, a:active {
	color:#d79ae3;
}
#inc a:hover {
	color:#FFFFFF;
}

.fleft {
float:left;
}
.fright {
float:right;
}

.form {
	border:solid 1px;
	border-color:#000000;
	margin-bottom:10px;
}

#facebookHolder{
	width:150px;
	position:absolute;
	top:10px;
	right: 10px;

}
#fblike iframe {
	text-align:right;
    width: 95px !important;
}

#fblike .fb_edge_comment_widget iframe {
    width: 330px !important;
}
