body{
	margin:0;
	color:#333;
	font:12px/17px arial, sans-serif;
	background:#f1f4f8 url(../images/bg.jpg) no-repeat 50% 0;
	height:100%;
}
img{border-style:none;}
.con_heading {
	color: #0f3e89;
	font-size: 26px;
	line-height: 120%;
	margin: 5px 0 5px 0;
}
h2 {
	color: #0f0f0f;
	font-size: 24px;
	line-height: 120%;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

a{
	color:#000;
	outline:none;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	overflow:hidden;
	position:relative;
	height:180px;
	padding:17px 47px 0 31px;
}
.logo{
	float:left;
	width:573px;
	height:41px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0;
}
.logo a{
	display:block;
	height:100%;
}
#header .slogan{
	float:right;
	width:300px;
	text-align:right;
	font-size:15px;
	line-height:16px;
	color:#004b97;
	font-weight:bold;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
	background: url(../images/bg-nav.png) no-repeat;
	height:65px;
	width:1000px;
	position:absolute;
	top:80px;
	left:0;
	font-size:15px;
	line-height:21px;
	padding:19px 20px 0 34px;
	font-weight:bold;
}
#nav li{
	float:left;
	padding:0 16px 0 0;
}
#nav .even a{
	color:#62a004;
}
#nav li a{
	text-transform: uppercase;
	color:#004b97;
	text-decoration:none;
}
#nav li.active a,
#nav li a:hover{
	border-bottom:1px solid #004b97;
}
#nav .even.active a,
#nav .even a:hover{
	border-bottom:1px solid #62a004;
}
#main{
	position:relative;
	height: 500px;
}
#main .phone{
	font-size:24px;
	line-height:33px;
	color:#024284;
	position:absolute;
	top:127px;
	right:94px;
	font-family: verdana;
}
.inner{
	background: url(../images/bg-top.jpg) no-repeat 50% 0 #fefefe;
	height:100%;
	min-width:1000px;
}
.inner #header .logo{
	background: url(../images/logo-inner.gif) no-repeat;
	width:381px;
	height:28px;
	position:absolute;
	top:100px;
	left:10px;
}
.inner #nav{
	top:10px;
}
.inner #wrapper{
	min-height:717px;
}
.inner #footer{
	background: url(../images/bg-bottom.jpg) no-repeat 50% 100%;
	min-height:630px;
	margin-top:-630px;
	width:100%;
}

#main-inner {
	margin: 15px;
	font-size: 14px;
}


/*------------------------- COMPONENT "PHOTOS" -------------------------------*/
.photo_layout{
    margin-bottom: 15px;
}
.photo_thumb{
	display:block;
    border:solid 1px #C3D6DF;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-right:5px;
    margin-bottom:5px;
}
.photo_thumb a{
    font-size:16px;
}
.photo_bar{
	background-color: #EBEBEB;
	margin:6px 0px 6px 0px;
}
.photo_desc{
	margin-bottom:10px;
}
.photo_box{
	border:solid 1px silver;
}
.photo_date_td{
	background-color:#EBEBEB;
}
.photo_sortform{
	padding:5px 8px;
	background-color:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
}
.photo_subcat{
    font-size:16px;
}
.photo_gallery{
    margin-bottom:15px;
    clear:both;
}
.photo_userbar{
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom:2px;
}
.photo_toolbar{	
    float:right;
    -moz-border-radius:8px 8px 8px 8px;
    background-color:#E0EAEF;
    padding:5px 8px;
}
.photo_toolbar table{
    height:30px;
}

.photo_toolbar a{
	text-decoration:underline;
    font-size:14px;
    color:#375E93;
}
.photo_add_link{
    padding-left:20px;
    background:url(../images/icons/addphoto.png) no-repeat left center;
    font-size:14px;
    float:right;
    clear:both;
}
.photo_bbinput{
	width:200px;
	padding:2px;
    border:solid 1px #4DA4CF;
}
.photo_row{
	height:auto !important;
	overflow:hidden;
	padding:0.8em 0;
	width:99%;
}
.photo_album_tumb{
    height:100%;
    float:left;
    position:relative;
    width:200px;
    margin-right:15px;
    margin-bottom:15px;
    border:solid 1px #C3D6DF;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
}

.photo_container{
    text-align:center !important;
}
.photo_album_img{
    background-color:#FFFFFF;
    background-image:none;
    border:1px solid #C0C0C0;
    margin:0 0.3em 0.3em 0;
    padding:3px;
    vertical-align:bottom;
}
.photo_txt{
    text-align:center !important;
}
.photo_txt .photo_album_title{
    font-size:16px;
    height: 25px;
    display:block;
}
.photo_container_today{
	color:#09F;
	font-weight:bold;
	position:absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	margin:0;
	padding:0;
}
.photo_txt ul {
    margin:0 !important;
    padding:0 !important;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.photo_txt li {
    background-image:none;
    line-height:115% !important;
    list-style-image:none;
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
}
.photo_details .photo_date_details{
    margin-top:10px;
}
.photo_larr{
    background:url(../images/larr.jpg) no-repeat right 20px;
}
.photo_details{
    background:#E0EAEF;
    padding:20px;
    border-radius:8px;
    -moz-border-radius:8px;
    font-size:14px;
}
.photo_details .operations{ margin-top:20px; }

.photo_details .karma_buttons{
    padding:5px;
    background:#FFF;
    border-radius:8px;
    -moz-border-radius:8px;
}

.photo_sub_details{
    padding:10px 20px;
    font-size:14px;
}

.photo_sub_details .taglinebar{
    margin:0px;
    margin-top:10px;
}

.tblmain {
	border-collapse:collapse;
}
.tblmain td {
	margin:0; padding:0;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.inner #header .phones{
	position: absolute;
	top: 85px; right: 20px;
}
.inner #header .phones p{
	font-size: 16px;
	color: #62A004;
	font-weight: bold;
	margin: 8px 0 1px;
	text-align: right;
}

.add-form{
	font-size:14px;
	line-height:18px;
	color:#3f3f3f;
	background:white;
	width:466px;
}
.add-form .heading{
	background:#c0c0c0;
	padding:9px 10px 10px 19px;
	margin:0 0 18px;
}
.add-form h2{
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	color:#232323;
	margin:0;
	padding:10px 0 3px 20px;
}
.add-holder{
	height:1%;
	padding:0 23px 5px;
}
.add-holder:after{
	content:'';
	display:block;
	clear:both;
}
.add-form .row{
	width:100%;
	padding:0 0 16px;
}
.add-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.add-form label,
.add-form .label{
	float:left;
	padding:0 0 6px 20px;
	position:relative;
}
.add-form .mark{
	position:absolute;
	left:0;
	top:4px;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
}
.add-form .head-line{
	width:100%;
	padding:0 0 11px;
}
.add-form .head-line:after{
	content:'';
	display:block;
	clear:both;
}
.add-form .title{
	font-size:16px;
	line-height:20px;
	float:right;
	width:288px;
}
.add-form .title a{color:#005baf;}
.add-form .text{
	float:right;
	margin:0;
	padding:0 5px;
	width:304px;
	line-height:22px;
	height:22px;
	background:#fff;
	border:1px solid #c1c1c1;
}
.add-form textarea{
	float:right;
	margin:3px 0 11px;
	padding:5px;
	width:390px !important;
	height:112px;
	background:#fff;
	overflow:auto;
	border:1px solid #c1c1c1;
}
.add-form .note{
	font-size:13px;
	line-height:16px;
	float:left;
	position:relative;
	padding:0 0 0 20px;
}
.add-form .term{
	font-size:12px;
	line-height:15px;
	color:#474747;
	text-align:right;
	display:block;
	width:230px;
	margin:-13px 0 33px auto;
}
.button-blue,
.button-blue span{
	font:19px/24px MyriadproSemiBold, Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	padding:10px 8px 15px 28px;
	text-decoration:underline;
	cursor:pointer;
}
.button-blue{
	float:right;
	background-position:100% -55px;
	padding:0 20px 0 0;
	position:relative;
	overflow:hidden;
	margin:3px -4px 0 0;
}
.button-blue:hover span{text-decoration:none;}
.button-blue input{
	position:absolute;
	right:0;
	top:0;
	width:500px;
	height:500px;
	background:none;
	border:none;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/none.gif);
}
#faq_message {
	width: 600px; height: 150px;
}