@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #444;
	background-color: #252525;
}
.page {
	font-size: 1em;
}

h1 { font-size: 2.2em; color: #276193; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 {
	font-size: 1.6em;
	color: #03C;
	margin: 0px 0px .5em 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	color: #444;
	margin: 0em 0px .25em 0px;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	color: #444;
	margin: 0em 0px .25em 0px;
}
p {
	margin: 0px 0px 1em 0px;
	font-size: 1em;
}
li {
	/*margin: 0px 0px 10px 0px;*/
	list-style-type: none;
}
a img { border: none; }
a {
	color: #018fd8;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
iframe {
	width: 500px;
	height: 450px;
}

/* Layout */

.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 1050px;
	background-color: #FFF;
}
/*.page header {
	display: block;
	position: relative;
	height: 180px;
}*/
.page header #imgBig {
	display: block;
	position: relative;
	height: 180px;
	}
.page header #imgMedium {
	display: none;
}
.page header #imgSmall {
	display: none;
}  


.page header .hdrtitle {
	position: absolute;
	width: 430px;
	left: 5px;
	top: 5px;
}

.page header .hdrphoto {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 1050px;
	height: 140px;
	background: url(images/hdrphoto.jpg) no-repeat 0px 0px;
}
.page #sidebar1 {
	width: 29%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
}
/*.page #sidebar1 #sidebarButton {
	position: relative;

}*/
.page #sidebar1 a #sidebarButton {
	position: relative;
	background-color:#396;	
	color:#FFF;	
	border: 2px solid #0F6;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 150px;
	font-size: 1.4em;
	text-align: center;
	margin-top: 5px;
	padding: 0 5px;	
	font-weight: bold;
	line-height: 25px;
	
}
.page #sidebar1 a:hover #sidebarButton{
	background-color:#366;	
	color:#FFF;
	border: 2px solid #396;	
}
.page #sidebar1 ul li {
	list-style-type: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
#menu-icon {
	font-size: 1.4em;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	/*text-align: center;*/
	width: 170px;
	height: 24px;
	background-color: #3C9;
	background-image: url(main/images/menu_arrow_down.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
	/*	border: solid 1px #666; */
	display: block;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 2px groove #09C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-left: 15px;
}
#photoAlbum{
	clear: both;
	position: absolute;
	top: 240px;
	width: 196px;
	z-index: 10000;
	padding: 2px;
	/*	border: 1px solid #E5CEA4;*/
    display: none;
	background-color: #3C9;
	border: 2px groove #09C;
	margin-left: 15px;	
}

ul#photoAlbum li {
	list-style: none;	
	background-color: #2FA8BB;
	border: 2px solid #8AD6E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 2px 4px 2px;
	margin: 2px 1px 2px 1px;	
}
ul#photoAlbum a {
	color: #fff;
	display: block;
    text-decoration: none;

    }
ul#photoAlbum a:hover {  color:#F93; }
ul#photoAlbum li:hover {
	color:#F93; 
	background-color: rgba(44,80,117,.7);
	position: relative;
	}
#menu-icon2 {
	font-size: 1.4em;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	/*text-align: center;*/
	width: 170px;
	height: 24px;
	background-color: #3C9;
	background-image: url(main/images/menu_arrow_down.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
	/*	border: solid 1px #666; */
	display: block;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 2px groove #09C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: 15px;
}	
#photoSearch{
	clear: both;
	position: absolute;
	top: 280px;
	width: 196px;
	z-index: 9999;
	padding: 2px;
	/*	border: 1px solid #E5CEA4;*/
    display: none;
	background-color: #3C9;
	border: 2px groove #09C;
	margin-left: 15px;	
}
ul#photoSearch li {
	list-style: none;	
	background-color: #2FA8BB;
	border: 2px solid #8AD6E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 2px 4px 2px;
	margin: 2px 1px 2px 1px;	
}
ul#photoSearch a {
	color: #fff;
	display: block;
    text-decoration: none;

    }
ul#photoSearch a:hover {  color:#F93; }
ul#photoSearch li:hover {
	color:#F93; 
	background-color: rgba(44,80,117,.7);
	position: relative;
	}
.page #mainContent {
	color: #666;
	float: left;
	width: 69%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.page #mainContent .fullImg img{
	width: 80%;
}
.page #mainContent .photoArea {
   background-color: #dddddd;
   height: 300px;
   width: 90%;
   padding-top:30px;
   padding-left:10px;
}
.page #mainContent .photoFrame {
	float: left;
	padding: 10px 10px 30px 10px;
	background-color: #FFF;
	width: 28%;
	box-shadow: 2px 2px 3px #aaaaaa;
	transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
}
.page #mainContent .photoFrame img{
	width: 100%;
}
.page #mainContent .photoFrame2 {
	float: left;
	padding: 10px 10px 30px 10px;
	background-color: #FFF;
	width: 28%;	
	box-shadow: 2px 2px 3px #aaaaaa;
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
}
.page #mainContent .photoFrame2 img{
	width: 100%;
}
.page #mainContent .familyFrame img {
	float: left;
/*	padding: 10px 10px 30px 10px;*/
	background-color: #FFF;
/*	width: 80%;	*/
    -webkit-border-radius: 10px;
    border-radius: 10px;	
	box-shadow: 5px 5px 3px #aaaaaa;
}
.page .page_content {
	float: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 30%;
}
.page #mainContent .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.page #mainContent ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.page #mainContent ul#photoImage li {
	float: left;
	position: relative;
/*	width: 173px;*/
	width: 33%;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 200px;
/*	border: solid 1px #000; */
	text-align: center;	
}
.page #mainContent ul#websites li {
	float: left;
	position: relative;
/*	width: 173px;*/
	width: 33%;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 300px;
/*	border: solid 1px #000; */
	text-align: center;	
}
.page #mainContent ul li h5 {
	position: absolute;
	top: 120px;
	width: 100%;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
/*	vertical-align: text-bottom;*/
}
.page #mainContent ul#photoImage li img {
	border: 2px groove #0FC;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.page #mainContent ul#photoImage li a img {
	border: 2px groove #0FC;
    -webkit-box-shadow:  3px 3px 3px  rgba(99, 99, 99, 1);
    box-shadow:  3px 3px 3px  rgba(99, 99, 99, 1);
}
.page #mainContent ul#photoImage li a:hover img {
	border: 2px groove #9C3;
    -webkit-box-shadow:  3px 3px 3px  rgba(255, 255, 255, 1);
    box-shadow:  3px 3px 3px  rgba(255, 255, 255, 1);	
}
.page #mainContent ul#websites li img {
	margin-left: auto;
	margin-right: auto;
	border: 2px groove #0FC;
}
.page #mainContent ul#websites li a img {
	border: 2px groove #0FC;
}
.page #mainContent ul#websites li a:hover img {
	border: 2px groove #9C3;
}
.page #mainContent #pageChange {
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
}
.page #mainContent #pageChange #prevPage {
	position: absolute;
	left: 10%;
	width: 140px;
	height: 25px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
    -webkit-border-radius: 12px;
    border-radius: 12px;	
}
.page #mainContent #pageChange a #prevPage {
	background-color: #0C9;
	border: 2px solid #09C;
	line-height: 20px;
}
.page #mainContent #pageChange a:hover #prevPage {
	background-color: #099;
	border: 2px solid #069;
}
.page #mainContent #pageChange #nextPage {
	position: absolute;
	right: 10%;
	width: 140px;
	height: 25px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.page #mainContent #pageChange a #nextPage {
	background-color: #0C9;
	border: 2px solid #09C;
	line-height: 20px;
}
.page #mainContent #pageChange a:hover #nextPage {
	background-color: #099;
	border: 2px solid #069;
}
.page nav {
	position: absolute;
	top: 131px;
	right: 20px;
	text-align: right;
	border: none;
}
.page nav a {
	border: 2px solid #fff;
	border-radius: 16px;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow:  3px 3px 2px;
	-moz-box-shadow:  3px 3px 2px ;
	-webkit-box-shadow:  3px 3px 2px ;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(0,0,0,.6);
	font-size: 1.15em;
}
.page nav a:hover { 
	border: 2px solid #999;
    background-color: rgba(44,80,117,.7);
	color: #fff; 
	-webkit-box-shadow:  0px 0px 1px ;
    box-shadow:  0px 0px 1px;
}
.page #photo {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 69%;
}

.page #photo h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #663;
}
.page #photo h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #663;
/*	padding-right: 40px;*/
}

.page #photo img {
	padding: 13px;
	border-style: double;
	border-color: #066;
	background-color: #CFC;
	width: 90%;
}

.page footer {
	clear: both;
	display: block;
	/*	border-top: 1px solid #ddd; */
	font-size: 0.9em;
	color: #666;
	/*	background-color: #fff; */
	-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);
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(90%,#cccccc)); */
	position: relative;
	height: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	text-align: center;
}
.page #photo #tags {
	position: relative;
	height: 60px;
}
.page #photo #tags h3 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #663;
	text-decoration: none;
	padding-right: 5px;
	line-height: 20px;
	padding-left: 5px;
}
.page #photo #tags h3 a {
	font-family: "Century Gothic", Arial;
	font-size: 1.2em;
	color: #663;
	border-bottom-style: dotted;
	border-bottom-color: #663;
	text-decoration: none;
}
.page #photo #tags h3 a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 1.2em;
	color: #CC6;
	border-bottom-style: dotted;
	border-bottom-color: #CC6;
	text-decoration: none;
}
.page footer .ftrlogo1 {
	position: absolute;
	left: 5px;
}
.page footer .ftrinfo {
	position: absolute;
	left: 200px;
	width: 60em;
}
.page footer .ftrlogo2 {
	position: absolute;
	right: 5px;
}

/*form input {
	background-color:#0CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: bold;
	border: 2px outset #069;
	}
form input:hover {
	background-color:#09C;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	border: 2px outset #0CC;
	}	
form textarea {
	background-color:#0CC;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: bold;
	border: 2px outset #069;
	}	
form label { display: block; margin-left: 2px; }	
form select {  
  background-color: #0CC;  
  color: #444;  
  padding: 2px 0px 1px 2px;
  top: 5px;
  text-align: left;
  border-top: 1px solid #ddd;
  font-size:1em;
}  	
form .picgroup { margin:0px; padding:0px; }
form .picentry {
	display: inline-block;
	margins: 2px;
	padding: 2px;
	width: 40%;
	height: 300px;
	list-style-type: none;
}
form .picentry .rentalcheck {
    font-size: 1.2em;
}
*/
.myappform{
	margin:0 auto;
	width:56em;
	padding:14px;
 }
#stylizedapp{
 border:solid 2px #b7ddf2;
 background:#ebf4fb;
 } 
#stylizedapp label{
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 0.8em;
	text-align:left;
	width:15em;
	float:left;
	margin-top: 5px;
 }
#stylizedapp .asterisk{
	display:block;
	color:#F00;
	margin-top: 10px;
	padding-top: 10px;
 } 
#stylizedapp .small{
	color:#666666;
	display:block;
	font-size:.8em;
	font-weight:normal;
	text-align:left;
	width:140px;
 }
#stylizedapp .required{
	color:#F00;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	/* text-align:right;*/
    width:16em;
	margin:2px 0 20px 29em;
 } 
#stylizedapp input{
	float:left;
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:30em;
	margin:10px 0 5px 10px;
 }
#stylizedapp textarea{
	/* float:left;*/
 font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:30em;
	height:140px;
	margin:2px 0 20px 10px;
 } 
#stylizedapp button{
	clear: both;
	margin-left:24em;
	padding: 2px 30px;
	background:#666666;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
 }
#stylizedapp button:hover{
  background:#333333;	 
 } 
.myform{
	margin:0 auto;
	width:40em;
	padding:14px;
 }
#stylized{
 border:solid 2px #b7ddf2;
 background:#ebf4fb;
 }
 #stylized h1 {
 font-size:14px;
 font-weight:bold;
 margin-bottom:8px;
 }
 #stylized p{
 font-size:11px;
 color:#666666;
 margin-bottom:20px;
 border-bottom:solid 1px #b7ddf2;
 padding-bottom:10px;
 }
 #stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:8em;
	float:left;
 }
 #stylized .small{
 color:#666666;
 display:block;
 font-size:11px;
 font-weight:normal;
 text-align:right;
 width:140px;
 }
 #stylized .required{
 color:#F00;
 display:block;
 font-size:0.8em;
 font-weight:normal;
/* text-align:right;*/
 width:16em;
 margin:2px 0 20px 14em;
 } 
 #stylized input{
	float:left;
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:24em;
	margin:2px 0 5px 10px;
 }
#stylized textarea{
/* float:left;*/
 font-size:1em;
 padding:4px 2px;
 border:solid 1px #aacfe4;
 width:70%;
 height:120px;
 margin:2px 0 20px 10px;
 } 
 #stylized button{
 clear: both;
/* margin-left:12em;*/

 margin-left: 25%;
 margin-right: auto;
 padding: 2px 20px;
 background:#666666;
 text-align:center;
 line-height:31px;
 color:#FFFFFF;
 font-size:1em;
 font-weight:bold;
 }
 #stylized button:hover{
  background:#333333;	 
 }
#stylized fieldset{
	float:left;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 60px 10px 60px;
	/*	position: relative;*/
	width: 70%;
	/*	left: 10px;*/
	height: 120px;
 } 
#stylized fieldset #sendtopic_0, #stylized fieldset #sendtopic_1, #stylized fieldset #sendtopic_2, #stylized fieldset #sendtopic_3{
/*	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;*/
	width:2em;
/*	margin:2px 0 5px 10px;
	position: absolute;
	left: 100px;	
	top: 30px;*/
}
/* #stylized fieldset #sendtopic_1 {
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:2em;
	margin:2px 0 5px 10px;
	position: absolute;
	left: 100px;	
	top: 60px;
}
#stylized fieldset #sendtopic_2 {
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:2em;
	margin:2px 0 5px 10px;
	position: absolute;
	left: 100px;
	top: 90px;
}
#stylized fieldset #sendtopic_3 {
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:2em;
	margin:2px 0 5px 10px;
	position: absolute;
	left: 100px;	
	top: 120px;
}*/
 
.clear_both { clear: both; line-height: 1px; }
.red { color:#F00; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
    h1 { font-size: 1.2em; color: #276193; margin: 0px 0px .5em 0px; font-weight: bold; }
    h2 {
	   font-size: 1em;
	   color: #03C;
	   margin: 0px 0px .5em 0px;
     }
    h3 { font-size: 1em; }
    h4 { font-size: 0.9em; }
/* 	iframe {
	   width: 200px;
	   height: 250px;
     } 	*/
/*	.page header { height: 50px; background-image: url(images/kcorina_hdr_500.jpg); } */
    .page header #imgBig {
	    display: none;
	 }
     .page header #imgMedium {
	    display: none;
     }
     .page header #imgSmall {
	    display: block;
	    position: relative;
	    height: 50px;
	 }  	
    .page header .hdrtitle {
 	   position: absolute;
	   width: 160px;
	   left: 2px;
	   top: 2px;
     }	
	.page header h1 { 
	    font-size:1em;
		}
	.page header a.logo {
		top: 3px;
		left: 25px;
		margin: 0px auto 0px auto;
		width: 127px;
		height: 38px;
		background: url(../images/logo_small.png) no-repeat 0px 0px;
	}
    .page #sidebar1 {
	   width: 99%;
    }
#menu-icon {
	font-size: 1.2em;
	width: 170px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar1 h1{
	text-align: center;
}
 .centerAlbum {
	width: 234px;
    margin-left: auto;
    margin-right: auto;
	} 
  #photoAlbum{
	top: 88px;
  } 
#menu-icon2 {
	font-size: 1.2em;
	width: 170px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}
 .centerSearch {
	width: 234px;
    margin-left: auto;
    margin-right: auto;
	} 
  #photoSearch{
	top: 126px;
    } 	
    .page #mainContent {
	   width: 99%;
    }	
    .page #mainContent .title {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 24px;
    }	
    .page #mainContent .fullImg img{
       width: 90%;
    }	
	.page #mainContent .photoFrame {display:none;}
	.page #mainContent .photoFrame2 {
	   width: 60%
	}	
    .page #mainContent .familyFrame img {
	   width: 80%;	
    }	
   .page #mainContent ul#photoImage li {
	   width: 100%;
    }	
   .page #mainContent ul#websites li {
  	   width: 100%;
    }
	.page #mainContent ul li h5{
	   font-size: .8em;
    }	
   .page #mainContent #pageChange #prevPage {
	width: 76px;
	height: 45px;
    }	
   .page #mainContent #pageChange #nextPage {
	width: 76px;
	height: 45px;
    }	
    .page #photo {
	   float: none;
	   width: 95%;
	   margin-left: auto;
	   margin-right: auto;	   
    }	
	.page nav {
		position: inherit;
		clear: both;
		padding: 5px 0px 1px 5px;
	 	top: 5px; 
		left: 0;
		text-align: left;
		border-top: 1px solid #ddd;
		display: block;
	}
	.page nav a {
		color: #fff;
		border: none;
		-webkit-box-shadow: none;
        box-shadow: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #47657f url(images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { 
	       color: #fff;
		   background-color: #27425a;
		   border: none;
		   -webkit-box-shadow: none;
           box-shadow: none;
	}
	.page footer { position: relative; font-size: .8em; height: 50px; width: 100px; }
	.page footer .ftrlogo1 { display: none; }		
	.page footer .ftrinfo { 	
           position: absolute;
	       top: 5px;
		   left: 10px;
	       text-align: left;
	       border: none;
	       font-family: Arial, Helvetica, sans-serif;
	       display: block;	
    	   font-size: .8em;
	}
	.page footer .ftrinfolinks { display: none; }	
/*    form label { text-align: center; }	
    form select {  
       padding: 2px 0px 1px 2px;
       top: 5px;
       font-size:1.1em;
    }  
    form .picentry {
	   width: 70%;
    }	
    form .picentry .rentalcheck {
   	   font-size: 1.2em;
    }		*/
.myform{
	margin:0 auto;
	width:70%;
/*	padding:14px;*/
 }	
 #stylized label{
	display:block;
/*	font-weight:bold;*/
	text-align:right;
	width:4em;
	float:left;
 }
  #stylized input{
	float:left;
	font-size:1em;
/*	padding:4px 2px;*/
	border:solid 1px #aacfe4;
	width:90%;
/*	margin:8px 0 5px 10px;*/
 }
 #stylized .required{
	float:right;
    color:#F00;
    display:block;
    font-size:0.6em;
    font-weight:normal;
    text-align:right;
    width:16em;
/*	margin-top: 20px;*/
    margin-right: 12px;
 }  
#stylized textarea{
	/* float:left;*/
	width:90%;
	height:140px;
 }  	
#stylized fieldset{
	float:left;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 5px 10px 5px;
	/*	position: relative;*/
	width: 90%;
	/*	left: 10px;*/
	height: 180px;
 } 	
#stylized fieldset label{
    width: 8em;	
}
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
     h1 { font-size: 1.4em; color: #276193; margin: 0px 0px .5em 0px; font-weight: normal; }
     h2 {
	   font-size: 1em;
	   color: #03C;
	   margin: 0px 0px .5em 0px;
     }		
	 h3 { font-size: 1em; }
     h4 { font-size: 1em; }
 	 iframe {
	   width: 300px;
	   height: 350px;
     } 
	/*.page header { height: 120px; background-image: url(images/kcorina_hdr_800.jpg); /* padding: 10px 50px 0px 75px;  }*/
    .page header #imgBig {
	    display: none;
	 }
     .page header #imgMedium {
	    display: block;
	    position: relative;
	    height: 120px;
	 }
     .page header #imgSmall {
	    display: none;
	 }  		
	.page header .hdrtitle {
 	   position: absolute;
	   width: 160px;
	   left: 5px;
	   top: 5px;
     }		
	.page header h1 { font-size:1.4em; }
	.page header a.logo {
		top: 20px;
		left: 25px;
		width: 90px;
		height: 55px;
		background: url(../images/logo_medium.png) no-repeat 0px 0px;
	}
    .page #sidebar1 {
	   width: 99%;
    }
    #sidebar1 h1, #sidebar1 h2, #sidebar1 h3{
	  text-align: center;
    }
    #sidebar1 ul {
	  list-style-type: none;
	  text-align: center;
	  left: 0;
	}
#menu-icon {
	font-size: 1.2em;
	width: 170px;
	height: 24px;
	margin-left: 20px;
}
#photoAlbum{
	top: 168px;
	margin-left: 20px;	
}
#menu-icon2 {
	font-size: 1.2em;
	width: 170px;
	height: 24px;
	margin-left: 20px;
}

#photoSearch{
	top: 206px;
	margin-left: 20px;	
}
    .page #mainContent {
	   width: 99%;
    }	
    .page #mainContent .familyFrame img {
	   width: 80%;	
    }	
    .page #mainContent ul {
	   list-style-type: none;
	   width: 99%;
	   margin: 0 auto;
    }	
   .page #mainContent ul#photoImage li {
	   width: 50%;
    }	
   .page #mainContent ul#websites li {
  	   width: 50%;
    }	
    .page #mainContent ul li h5 {
		font-size: 1em;
    }
	
    .page #mainContent ul li img {
		margin-left: 5px;
		margin-right: 5px;
/*		width: 95%;*/
    }		
    .page #photo {
	   float: none;
	   width: 99%;
	   margin-left: auto;
	   margin-right: auto;	   
    }		
/*	.page #photo img {
		margin-left: auto;
		margin-right: auto;
	}*/
	.page nav { top: 85px; right: 5px; }
	.page nav a {
		border-color: #fff;
		margin-left: 10px;
		padding: 5px 5px 5px 5px;
		margin: 0px 2px 2px 2px;
		font-size: .9em;
	}
	.page nav .navsmall { display:none; }
	.page footer .ftrinfo { 	
	    position: absolute;
		left: 180px;
	    width: 22em;
		}
/*    form select {  
       padding: 2px 0px 1px 2px;
       top: 5px;
       font-size:1.1em;
    } 
    form .picentry {
	   display: inline-block;
	   margins: 2px;
	   padding: 2px;
	   width: 48%;
	   height: 250px;
	   list-style-type: none;
    }	*/
.myform{
	margin:0 auto;
	width:70%;
	padding:14px;
 }	
 #stylized input{
	float:left;
	font-size:1em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:55%;
	margin:2px 0 5px 10px;
 }
#stylizedapp textarea{
	/* float:left;*/
	width:80%;
	height:140px;
 }  
}
