

/*Code that hides mobile content*/

 
 .mobilecontent {
	display:none;
}
.mobilefooter {
	display:none;
}

.mobileheader{
	display:none;
}

#mobileheader{
	display:none;
}

#Homerightmobile {
display:none;
}

ul.trotmenumobile {
	display:none;
}

 /*End codes that hides mobile content*/

/*Main SOME wrapper begins*/

/*This defines the layout for each page*/

body {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*This defines the links.  A link is orange, an active link is orange, a visited link is orange, the link is underlined if you hover over it*/
A:link {color: #de5012; text-decoration:none;}
A:active {color: #de5012; text-decoration:none;}
A:visited {color: #de5012; text-decoration:none;}
A:hover{color: #de5012; text-decoration:underline;}

/*The whole page.  Sets the width, sets the background to be cream with the sidebar image step-repeating from top to bottom.*/
#Master {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FEFAD9 url(/images/SOME_sidebar.jpg) top left repeat-y;
}

/*Section for the header*/

#header {
	clear: both;
	overflow: visible;
	float: left;
}

/*SOME logo*/
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 383px;
	height:168px;
	border:0px;
}

/*SOME logo when linked*/
#header h1 a {
	display: block;
	width: 383px;
	height: 168px;
}
/*container for JavaScript images*/
#header h2 {
	display: block;
	width: 617px;
	height: 168px;
	float: right;
	margin: 0;
	padding: 0;
}

#header .topnav {
	clear: both;
}
	/*Contains style for global navigation bar.  Global navigation items are jpg images that appear on this bar.*/
.topnav {
	background-image:url(../images/topnavbackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:62px;
	vertical-align: top;
}
/*End top nav container*/

/*Main wrapper global navigation*/

/*Sets global navigation as an unordered list with a z-index to dictate positioning of images*/
#mainHorizNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS Bold", sans-serif;
	font-size: 14px;
	color: #ffffff;
	vertical-align: middle;
	z-index: 1000;
}

/*Each global navigation item is a list item (About Us, Volunteer, etc.) that is styled according to these rules*/
#mainHorizNav li {
	position:relative;
	float: left;
	padding: 0;
	z-index: 1000;
}

/*Global navigation menu links are not underlined*/
#mainHorizNav li a {
	text-decoration:none;
}

/*If you hover on a global navigation menu item it turns yellow*/ 
#mainHorizNav li a:hover {color:#fbf7b3; text-decoration:underline;
}

/*Dictates style for the drop-down menus under each global navigation item*/
#mainHorizNav li ul {
	display: none;
	position:absolute;
	top: 52px;
	left: 0;
	padding: 0 0 0 0;
	margin: -1px 0 0 0 ;
}

/*Dictates style if the list item is greater than the list (ie for the global navigation menu header*/
li > ul {
	top: auto;
	left: auto;
	}

/*Style for the items on the drop-down menu under the global navigation headers*/
#mainHorizNav li li a {
	display: block;
	background-color: #6f8922;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 6px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

/*Style for the items on the drop-down menu under the global navigation headers when they are hovered*/
#mainHorizNav li li a:hover {text-decoration:none;
color:#ffffff;
background-color: #98bd1b;
color: #fbf7b2;
	}

/*Style for the drop-down menu items under the global navigation headers. Only difference between each is the  value for the left margin*/
#mainHorizNav li li a.aboutus {
	display: block;
	background-color: #6f8922;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 11px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.aboutus {text-decoration:none;
color:#ffffff;
background-color: #98bd1b;
color: #fbf7b2}

#mainHorizNav li li a.services {
	display: block;
	background-color: #6f8922;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 13px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.services {text-decoration:none;
color:#ffffff;
background-color: #98bd1b;
color: #fbf7b2}

#mainHorizNav li li a.events {
	display: block;
	background-color: #6f8922;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 16px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.events {text-decoration:none;
color:#ffffff;
background-color: #98bd1b;
color: #fbf7b2}

#mainHorizNav li li a.volunteer {
	display: block;
	background-color: #88aa14;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 8px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.volunteer {text-decoration:none;
color:#ffffff;
background-color: #a5d20a;
color: #fbf7b2}

#mainHorizNav li li a.advocate {
	display: block;
	background-color: #88aa14;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px 12px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.advocate {text-decoration:none;
color:#ffffff;
background-color: #a5d20a;
color: #fbf7b2}


#mainHorizNav li li a.give {
	display: block;
	background-color: #88aa14;
	width: 140px;
	padding: 5px 18px;
	margin:-1px 0px 0px -45px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
}

#mainHorizNav li li a:hover.give {text-decoration:none;
color:#ffffff;
background-color: #a5d20a;
color: #fbf7b2}
/*End of styles for global navigation menu drop-down items*/

/*Style for drop-down menu item under global navigation header*/
#mainHorizNav li li {
display: block;
float:none;
}

/*Style for hovering on the global navigation menu header*/
#mainHorizNav li:hover ul, #mainHorizNav li.over ul {
display:block;
}
/*End of main wrapper global navigation*/
/*End of header*/

/*Footer stuff*/
/*Style for the footer container.  Background is orange, brown border at bottom, spans width of styled content*/

#footer {
background-color:#de5012;
width: 100%;
padding-top:10px;
border-bottom: 8px solid #6f280a;
}

#footer {
	clear: both;
}

/*Color for footer links*/
#footer A:link {color: #fdf98c; text-decoration:none;}
#footer A:active {color: #fdf98c; text-decoration:none;}
#footer A:visited {color: #fdf98c; text-decoration:none;}
#footer A:hover{color: #fdf98c; text-decoration:underline;}

/*Div for left-hand side of footer*/
#Address {
float:left;
margin: 13px 14px 14px 14px;
width:370px;
text-align:left;
line-height:14px;
background-color:#de5012;
font-family: "Trebuchet MS", sans-serif;
font-size:12px;
color:#FFFFFF;
}

/*Div for right-hand side of footer*/
#Footerlinks {
float:right;
margin: 0 11px 0 0;
width:460px;
text-align:right;
background-color:#de5012;
font-family: "Trebuchet MS", sans-serif;
font-size:12px;
color:#FFFFFF;
}

/*Style for links on right-hand side of footer*/
#Footerlinks A {color: #ffffff; text-decoration:none;}
#Footerlinks A:active {color: #ffffff; text-decoration:none;}
#Footerlinks A:visited {color: #ffffff; text-decoration:none;}
#Footerlinks A:hover{color: #ffffff; text-decoration:underline;}

/*Style for linked logo in footer (MySpace, Facebook, etc.)*/
.footerlogo a {
padding: 30px 0 0 0;
}

/*End of footer stuff*/

/* Main Wrapper End */



/* Homepage body begin */

/*Everything on the homepage under the global navigation*/
#Homepagebottom {
	background-color: #fefad9;
	background: url(../images/bodycontentbg.gif) repeat-x top right;
	margin: 0px 0 0 0;
	padding: 0px;
	height: 100%;
	width: 1000px;
	top: -15px;
	position: relative;
	float: left;
	margin-bottom: -15px;
	background-color: #FEFAD9;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

/*The entire left-hand side of the homepage*/
#content {
	/*background-color: #FEFAD9;
	top: 0;*/
	float: left;
	width: 550px;
}

#Aboutbanner {
	text-align: left;
	margin: 3px 0 0 12px;
	width: 534px;
	background-color:transparent;
	top: 20px;
	position: relative;
	border: 1px solid #E0DDBF;
}



.aboutcontent {
font-family: "Trebuchet MS", sans-serif;	
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
	background-color:#FFFFFF;
	padding: 1em;
	background: #fff;
	border: 1px solid #BFBCA3;
}

.aboutcontent p {
font-family: "Trebuchet MS", sans-serif;	
	font-size: 13px; 
	text-align:left;
	color:#000000;
    margin: 0;
	padding: 0 12px 0 12px;
}
.aboutcontent h2 {
font-family: "Trebuchet MS Bold", sans-serif;	
	font-size: 20px; 
	text-align:left;
	color:#6f280a;
    margin: 0;
	padding: 9px 12px 6px 12px;
}
#Signupbox {
	font-family: "Trebuchet MS Bold", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	width: 420px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar #Signupbox {
	padding: 10px 0 0 0;
	height: 70px;
}


/*Any h2 on the left-hand side of the homepage will clear both sides*/
#content > div h2 {
	clear: both;
}

/*Style for the newsblurb on the left-hand side of the homepage*/
#content > div .newsblurb {
	float: left;
	margin-top: 0;
}

/*Style for any images on the left-hand side of the homepage*/
#content > div .image {
	float: right;
	clear: right;
}

/*Width of the text for the story on the left-hand side of the page*/
#content .newsblurb {
	width: 320px;
}

/*External boundaries for left-hand side news items*/
#Newsbanner {
	text-align: left;
	margin: 0 0 0 12px;
	width: 531px;
	z-index: 9;
	background-color:transparent;
	top: 10px;
	position: relative;
	clear: left;
	margin: 2em 1em;
	border: 2px solid #6E2A13;
	border-top: 0;
	width: 522px;
	background: #fff;
	border-top: 3px solid transparent;
}

/*Internal boundaries for left-hand side news items*/
.newstop {
	background:url(../images/newsbgtop.gif) no-repeat top left;
	background-color:transparent;
	width: 501px;
	height: 35px;
	height: auto;
	padding: 35px 1em 1em 1em;
	margin-top: -5px;
	width: auto;
	margin-left: -4px;
	overflow: hidden;
}


/*Headline for first left-hand side news item*/
.newsheadline {
	font-family: "Trebuchet MS Bold", sans-serif;
	font-size:16px;
	text-align:left;
	width:500px;
	font-weight: bold;
}

/*Content for first left-hand side news item*/
.newsblurb {
	font-family: "Trebuchet MS", sans-serif;
	font-size:13px;
	text-align:left;
	width:300px;
	line-height: 15px;
}

/*End of the left-hand side of the homepage*/

/*Entire right-hand side of the homepage*/
#sidebar {
	float: right;
	width: 440px;
}





/*Container div for the graphic and javascript components of the e-newsletter sign up*/
.Homecontainer {
	margin: 0px;
	float: none;
	width: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*Takes care of newsletter sign-up graphic*/
#Homeright {
	
	color: #FFFFFF;
	width: 170px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	float:right;
}


/*Takes care of newsletter sign-up form*/
#Homeleft {
	
	color: #FFFFFF;
	width: 210px;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
}

/*Div for Flash presentation of images and Donate bar on the homepage*/
.Homepagerightside {
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lowrightcontent {
font-family: "Trebuchet MS", sans-serif;	
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
	background-color:#FFFFFF;
	line-height: 15px;
	
}
.lowrighttop {
	background:url(../images/lowrightbgtop.gif) no-repeat top left;
	background-color:transparent;
	text-align:left;
	width: 430px;
	height: 35px;
	
}

/*News box on the right-hand side*/
#sidebar .lowrightcontent {
	border: 2px solid #6E2A13;
	border-top: 0;
	width: 422px;
	float: left;
	padding-bottom: 1em;
	margin-top: 1em;
}

/*Header for news box on the right-hand side*/
#sidebar .lowrightcontent .lowrighttop {
	padding: 10px;
	margin: 0 0 0 -4px;
}

/*Style for news story in news box on low right-hand side*/
#sidebar > .lowrightcontent .newsblurb {
	float: left;
	margin-top: 0;
	width: 250px;
}

/*Image with news story in news box on low right-hand side*/
#sidebar .lowrightcontent .image {
	float: right;
	clear: right;
}

.lowrightcontent p {
font-family: "Trebuchet MS", sans-serif;	
	font-size: 13px; 
	text-align:left;
	color:#000000;
    margin: 0;
	padding: 0 12px 0 12px;
}
.lowrightcontent h2 {
font-family: "Trebuchet MS Bold", sans-serif;	
	font-size: 16px; 
	text-align:left;
	color:#000000;
    margin: 0;
	padding: 9px 12px 6px 12px;
}


/* Homepage Template end */


/* Subpage Template begin */

.list {
width:690px;
}



/*Left-hand side that includes navigation bar and e-mail sign-up*/

/*Style for the left-hand local navigation bar on all sub-pages*/
#Subleftside {
	margin-top: -6px;
	float: left;
	width: 245px;
	background-color: #eafcaf;
		height: 100%;

}

/*E-mail sign up box for sub pages*/
#Subsignupbox {
	font-family: "Trebuchet MS", sans-serif;
	background:url(../images/subleftbg.gif);
	float: left;
    font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	width: 255px;
	margin-top: -4px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 80px;
}


#Subleftside ul {
	margin: 0;
	padding: 0;
}



#Subsignupbox form{
	margin-top: 0px;
}

/*Left-hand navigation header*/
#Subnavtitle {
	color: #de5012;
	font-family:"Trebuchet MS Bold", sans-serif;
	font-size: 18px;
	padding: 0px 3px 6px 20px;
	text-align: left;
	border-bottom: 2px solid #feffff;
}

/*Left-hand navigation menu item display rules*/
#Subnavlink {
	display:block; 
	width: 255px;
}

/*Left-hand navigation link style*/
#Subnavlink A:link {
	display:block; 
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	vertical-align:middle;
	font-family:"Trebuchet MS", sans-serif;
	color: #6f280a; 
	text-decoration:none;
	text-align: left;
	border-bottom: 2px solid #ffffff;
}

#Subnavlink A:hover {
	display:block; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align:middle;
	background-color: #f5ffd5; 
	font-family:"Trebuchet MS", sans-serif;
	color: #de5012; 
	text-decoration:none;
	text-align: left;
}

#Subnavlink A:active {
	display:block; 
	width: 255px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align:middle;
	padding-left: 30px;
	font-family:"Trebuchet MS", sans-serif;
	color: #de5012;
	text-decoration:none;
	text-align: left;
	border-bottom: 2px solid #ffffff;
}

#Subnavlink A:visited {
	display:block; 
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align:middle;
	padding-left: 30px;
	font-family:"Trebuchet MS", sans-serif;
	color: #6f280a; 
	text-decoration:none;
	text-align: left;
	border-bottom: 2px solid #ffffff;
}

#Donatebutton {
position:relative;
margin-top: 35px;
}

/*Text on donate button*/
.buttontext  {
	color:#FFFFFF;
	font-family:"Trebuchet  MS",sans-serif;
	font-size:17px;
	position:absolute;
	right:35px;
	text-align:center;
	top:14px;
}

/*Right side side of sub-page*/
#Subrightside {
	background-color: #fefad9;
	float: right;
	width: 745px;
	font-family: "Trebuchet MS", sans-serif;
	padding-bottom:10px;
	font-size: 13px;
	text-align: left;
}

/*Div for print, add this buttons*/
#addbutton {
	padding:18px 22px 0px 8px;
	text-align:right;
}

/*Styling for different types of content on sub-pages*/
#Subrightside h1 {
	margin-left: 26px;
	margin-right: 26px;
	font-size: 18px;
}

#Subrightside h2 {
	margin-left: 26px;
	margin-right: 26px;
	font-size: 16px;
}

#Subrightside p {
	margin-left: 26px;
	margin-right:26px;
}

#Subrightside ul {

margin: 16px 28px 0 42px;
padding: 0px;
}
#Subrightside ul ul {

margin: 0px 0 0 40px;
pading: 0px;

}

#Subrightside ol {

margin: 16px 28px 0 42px;
pading: 0px;

}

#Subrightside ol ol {

margin: 0px 0 0 40px;
padding: 0px;
}

/*Current container for pictures*/
.imgboxright {
	float:right;
	margin-left:15px;
	margin-right:20px;
	
}

/*Current container for pictures*/

.imgboxleft {
	float:left;
	padding-right:15px;
	margin-left:20px;
	width:250px;
}

/*Program highlights box*/
#Photobox {
 background: #fff;
 border: 2px solid #6F280A;
 border-radius: 1em;
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
 display: block;
 width: 210px;
 float: right;
 clear: right;
 margin-right: 20px;
 margin-top:20px;
 margin-left:15px;
}

#Photobox .phototop {
 background: #6F280A;
 color: #fff;
 font-size: 18px;
 text-align: center;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; 
}

dl, dt, dd {
 margin: 0px;
 padding: 0;
}
/*End program highlights box*/
/*End of universal sub right side.  The rest of the styling applies to particular pages*/


/*Trot template style*/

#trotnav{
	margin:0px; 
	vertical-align:middle; 
	background-color:#fef9d9;
}

ul.trotmenu{
	list-style-type:none;
	display:inline;
	float:left;
	margin-left:-10px;
	text-transform: uppercase;
	vertical-align:middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.trotmenu li{
	display:inline;
	padding: 0px 3px 0px 3px;
}
/*End Trot template*/

/*This and the next few govern the form on the volunteer_application page*/
#Subrightside form fieldset {
border: none;
}

#Subrightside form fieldset legend {
	font-size: 16px;
	border: 0px none #FFF;
	font-weight: bold;
	margin-left: 20px;
}
#Subrightside form {
	margin-right: 0px;
	padding-right: 20px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*End of form style*/

/*These are for the pages like events_main and about_success_main.  They are subs for table layout*/

.container {
	margin: 0px;
	float: none;
	width: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
containerForm {
	margin-right: 10px;
}

.spacer {
	height: 20px;
}

.fixer {
	clear: both;
	height: 0px;
}

#Subrightside .rightContent {
	float: right;
	width: 350px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	clear: right;
	padding-left: 30px;
}

#Subrightside .rightContentSuccess {
	float: right;
	width: 420px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	clear: right;
}

#Subrightside .rightContent h2 {
	font-size: 16px; 
    margin: 0;
	padding: 0px 0px 0px 0px;
}

#Subrightside .rightContent p {

    margin: 0;
	padding: 20px 0px 0px 0px;
}




.leftContent {
	float: left;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.leftContentList {
	padding: 3px;
	float: left;
	width: 350px;
}
.rightContentList {
	padding: 3px;
	float: right;
	width: 350px;
}

.leftContent img {
	padding-left: 6px;
}
.leftContentCaption {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	padding-left: 6px;
	padding-top: 5px;
}
.leftContentCredit {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	padding-left: 6px;
	padding-top: 5px;
}


/*End of table replacement code*/

/*Styling for caption paragraphs for video*/
#Subrightside .imgboxleft p{
margin:0;
padding-right:20px;
padding-top:10px;
padding-bottom:30px;

}

.style2 {font-size: 4px}

/*Code to hide table on Contact Us page from mobile user*/

#Contacttable {
	width:100%;
}

/*Code to hide table on Services pages from mobile user*/

#Servicetable {

}

/*Code to hide table on CET Student page from mobile user*/

.CETtable {

}


/*Code to eliminate duplicate headings for mobile user*/
#Servicesubhead {
}

/*Code for the map of Zagami House*/
#map{
	margin-left:26px;
	width:550px;
	height:435px;
	border: 1px #de5012 solid;
	z-index:2;
	background-color:#de5012;
}

/*These sponsor styles format logos on trot_sponsor, about_sponsor*/

.Sponsor {
	margin-right: 20px;
	margin-left: 26px;
	float: left;
	clear: none;
	margin-bottom: 40px;
}
.Sponsor2 {
	margin-right: 99px;
	margin-bottom: 40px;
	margin-left: 26px;
	float: left;
}
.Sponsor3 {
	float: none;
	margin-right: 20px;
}
.Sponsor4 {
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
	margin-left: 26px;
}

.Sponsor5 {
	margin-right: 57px;
	margin-bottom: 40px;
	margin-left: 26px;
	margin-top: 0px;
	float: left;
}

.Sponsor6 {
	float: none;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 26px;
}

	
	.center {
	clear: none;
	float: none;
	text-align: center;
}
.Sponsorlogo {
	padding: 7px;
	vertical-align: middle;
}

.logoCenter {
	padding: 5px;
	float: none;
	display: block;
	clear: none;
	text-align: center;
	margin: auto;
	
}

.imgList {
	float: right;
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
}
.content{
	color:#444;
	font:14px/1.4 arial,sans-serif;
	width:600px;
	margin:20px auto;
	}

 #galleria{
                height:400px;
                background:#222;
                background:-moz-radial-gradient(center 45deg, circle closest-side, #222 40%, #000 100%);
                background:-webkit-gradient(
                    radial, center 50%, 20, center 50%, 250, from(#333), to(#000)
                );
            }

/* Subpage Template end */

/* Expand Contract style */

.hiddenanswer{
display:none;
}
.showanswer{
display:block;
}

.clear { zoom: 1; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
/* Expand Contract end */












