
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000000;
	margin:0px;
	padding:0px;
}

a:visited, a:link{
	color:#BDBDBD;
	border: none;
}

#wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 1024px;
}

#outmainarea{
		background-color: #000000;
		margin-bottom:0px;
}

#mainarea{
	/*background-color: #B193C4;*/
	/*background-color: #F8F8F8;*/
	background-color: #000000;
	margin-bottom:0px;
	width: 1004px;
	margin:auto;
	color:#ffffff;
	
}


/* -------------- HEADER AREA -------------- */
#header{
	height:170px;
	background-color:#000000;
}

#header #logo{
	float:left;
	width:300px;
	height:150px;
	margin-left:10px;
	background-image:url(../images/Mary_Yorke_Logo_Background.png);
}

#header #headrightside{
	float:right;
	background-image:url(../images/Header_Gallery_Background.png);
	height:170px;
	width:170px;
	margin:0px;
	padding:0px;
}
#header a{
	color:#FFF;
}

/* -------------- HORIZONTAL RULE -------------- */
hr{
	margin:0px 0px 15px 0px;
	padding:0px;
}

/* -------------- TOP MENU NAVIGATION -------------- */

#topnav{
	float:left;
	width:1004px;
	margin-bottom:20px;
	margin-top:0px;
	background-color:#000000;
}

#topnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav ul li{
	/*border-color:#404040;
	border-style:solid;
	border-width:1px;*/
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
    	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #404040;
	background-color:#FFFFFF;

}

#topnav ul li a{
	display:block;
	font-size:16px;
	font-weight:NORMAL;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	/*color:#FBF8F8;*/
	color:#666666;
}


#topnav ul li a:hover {
	background-color:#666666;
	color: #ffffff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
}

#home #topnav a#homelink, #myprofile #topnav a#myprofilelink, #mywork #topnav a#myworklink, #news #topnav a#newslink, #contact #topnav a#contactlink, #faq #topnav a#faqlink{
	color:#FFFFFF;
	background-color:#666666;
	font-weight:bolder;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
    	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

/* -------------- CONTENT AREA -------------- */
#myprofile #content, #mywork #content, #news #content, #contact #content, #faq #content{
	margin-bottom:20px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	/*width:820px;*/
	width: 984px;

}

#myprofile #content h1, #mywork #content h1, #news #content h1, #contact #content h1, #faq #content h1{
	margin:0;
	margin-top:0px;
	font-size:16pt;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color:#FFF;
}

#content p{
	margin:0;
	margin-top:10px;
	line-height:		1.6em;
	font-size:			13px;
	text-align:			justify;
	margin-left:20px;
	margin-right:20px;
}

p.contentquote{
	font-style:italic;
}

span.date{
	font-size:8pt;
	margin:0px 10px 0px 10px;
	color:#4F6ED5;
}

a.backtotop:link, a.backtotop:visited{
	float:right;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	margin-top: 10px;
	margin-bottom: 30px;
}


/* -------------- Layout for Home.html -------------- */
/*#home #mainarea{
	background-image:url(../images/Home_Background.png);
	background-repeat:no-repeat;
	background-position:left;
}*/
#home #content{
	margin-bottom:20px;
	float:left;
	margin-left:10px;
	margin-right:5px;
	width:724px;
}

#home #content h1{
	margin:0;
	margin-top:0px;
	font-size:16pt;
	margin-left:10px;
}

#home #content .home_para, #home #content .home_para2{
	float: left;
	width: 346px;
}
#home #content .home_para2{
	margin-right:0px;
}
#home #content .home_photo, #home #content .home_photo2{
	float:left;
	width: 300px;
	height: 225px;
	border: 1px solid #ffffff;
	padding: 10px 10px 90px 10px;
	margin-top: 15px;
 	margin-bottom: 10px;
}
#home #content .home_photo2{
	margin-left: 20px;
}
#home #content .home_photo p, #home #content .home_photo2 p{
	text-align: justify;
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
}

/* -------------- Layout for About.html -------------- */

#myprofile #content #profilepic{
	float: left;
	background-image:url(../images/Mary_Yorke_Profile_Pic_Background.png);
	width:200px;
	height:250px;
	margin: 10px;
}

#myprofile #content .profileinfo{
	float:left;
	margin:0px 0px 20px 0px;
	padding:5px;
}

#content .mainbody{
	clear:both;
	margin-bottom:10px;
}

#content #profileimg{
	float:left;
	margin:10px 10px 20px 10px;
	width:200px;
	height:250px;
}



/* -------------- Layout for Gallery.html -------------- */

#gallery_list ul{
	padding-left:20px;

}
#gallery_list li{
	text-align: center;
	border: 2px solid #ffffff;
	-moz-border-radius: 15px;
    	-webkit-border-radius: 15px;
   	-khtml-border-radius: 15px;
   	border-radius: 15px;
	list-style-type: none;
	width: 200px;
	float: left;
	padding: 10px;
	margin: 5px;
	background-color: #666666;
}
#gallery_list a,  #gallery_list img{
	text-decoration: none;
	font-weight: bold;
	border: none;
}
#gallery_list a{
	color: #ffffff;
}
 #galleria{
	width:900px;
	height:600px;
	margin:20px auto
}


/* -------------- DL styling (only for News.htm) -------------- */
#news dt, #news dt a{
	clear:both;
	width:934px;
	background-color:#FFFFFF;
	color: #5A5A5A;
	font-size:14pt;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}
#news dt{
	padding:10px 0px 10px 20px;
}

#news dd{
	width:850px;
	/*background-color:#999;*/
	font-size:0.8em;
	padding:20px 74px 20px 20px;
	margin-left:20px;
	text-align:justify;
}

#news dd a img{
	float:left;
	width:150px;
	height:100px;
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	margin-right: 10px;
	border:1px solid #ffffff;
}
#news dd a .small{
	float:left;
	width:150px;
	height:100px;
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	margin-right: 15px;
	margin-bottom: 15px;
	border:1px solid #ffffff;
}
#news dd a .large, #news dd a .large2, #news dd a .large3{
	display:block;
	position:absolute;
	top: 0px;
	left:0px;
	width:0px;
	height:0px;
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	border:1px solid #000000;
}

#news dd a:hover .large{
	display:block;
	position:absolute;
	top: 1150px;
	left:300px;
	width:500px;
	height:375px;
	padding: 40px 40px 40px 40px;
	background-color: #000000;
	border:3px solid #ffffff;
}
#news dd a:hover .large2{
	display:block;
	position:absolute;
	top: 780px;
	left:40px;
	width:827px;
	height:302px;
	padding: 40px 40px 40px 40px;
	background-color: #000000;
	border:3px solid #ffffff;
}
#news dd a:hover .large3{
	display:block;
	position:absolute;
	top: 300px;
	left:240px;
	width:600px;
	height:600px;
	padding: 40px 40px 40px 40px;
	background-color: #000000;
	border:3px solid #ffffff;
}

#news #content p{
	margin-bottom:50px;
}

#news span.date{
	color:#4F6ED5;
}

#news span.relatedlinks, #faq span.relatedlinks{
	font-weight:bold;
	text-decoration:underline;
}

/* -------------- CONTACT DETAILS FORM STYLE -------------- */
#contact #mainarea{
	background-image:url(../images/Contact_Background.png);
	background-repeat:no-repeat;
	background-position:right;
}
#contact #content{
	min-height: 500px;
}
#contact #content p{
	margin-bottom: 30px;
}
#contact label.labeltext {
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
input.name, input.email{
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px solid #00008B;
	width: 300px;
}

#contactus div input.btn {
	color: #ffffff;
	background-color: #787878;
	border: 1px solid #00008B;
}
fieldset {
	border: 2px solid #787878;
	margin-top: 1.4em;
	padding: 20px;
	width: 500px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-left:10px;
}
input.submit{
	margin-left: 345px;
	width: 100px;
}

#contact .successful{
	color: #000000;
	background-color: #C4FE95;
	border: 2px solid #8FF939;
	padding: 20px;
}

#contact .fail{
	color: #000000;
	background-color: #FE9595;
	border: 2px solid #F9393D;
	padding: 20px;
}
#contact .fail a{
	color: #000000;
	font-weight: bold;
}

/* -------------- RIGHT MENU AREA (only for Home.htm) -------------- */
#faq ol li a{
	color:#ffffff;
}

/* -------------- RIGHT MENU AREA (only for Home.htm) -------------- */
#rightmenu{
	float:right;
	width:240px;
	margin:0px 10px 10px 5px;
	/*background-color:#9A9A9A;
	color:#40268C;
	background-color:#440914;*/
	background-color: #ffffff;
	color:#BAB9B9;
-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border: 2px solid #858585;
}

#rightmenu h1{
	font-size:16pt;
	text-align:center;
	color:#5A5A5A;
	text-transform:uppercase;
}

#rightmenu hr.rightheadhr{
	height:3px;
	background-color:#5B5B5B;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#rightmenu hr{
	height:1px;
	background-color:#5B5B5B;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#rightmenu h2{
	font-size:16px;
	text-align:left;
	margin:0px 5px 0px 10px;
	text-decoration:none;
	color:#5A5A5A;
}

#rightmenu h1 a, #rightmenu h2 a, #rightmenu a:visited{
	text-decoration:none;
	color:#5A5A5A;
}

#rightmenu p{
	margin:10px 10px 20px 10px;
	font-size:12px;
	text-align:left;
	color:#5A5A5A;
	text-align: justify;
}

/* -------------- FOOTER AREA -------------- */
#footer{
	clear:both;
	/*background-image:url(../images/footgrad.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
	background-color:#000;
	position:relative;
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer hr{
	margin:0px 0px 5px 0px;
}

#footer p, #footer a{
	font-size:12pt;
	color:#FFF;
	text-align:right;
	margin-right:10px;
	padding-top:0px;
	margin-top:0px;
}

#footer .footnote, #footer .footnote a{
	color:#FFF;
	font-size:9pt;
}
#footer .footnote{
	margin-left:10px;
}
#footer .footnote a{
	font-style: italic;
	text-decoration: none;
}