/* @override 
	http://local.AmesburyYourJudge.com:8888/css/style.css
*/

/* DigiSquid CSS Library Version 3.6.5 */
/* Amesburyyourjudge.com

/* Framework */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background: #d7c6a2 url(../images/template/bkg.png) repeat-x 0 top;
}

.design #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.design #masthead {
	height: 170px;
	background-image: url(../images/template/masthead.png);
}

.design #content {
	width: 100%;
	background: url(../images/template/content.png) no-repeat 0 top;
}

.design #content p {
	padding-left: 375px;
	padding-right: 90px;
	font-size: 12px;
	line-height: 20px;	
	color: white;
}

.design #content h1 {
	padding-left: 375px;
	padding-right: 90px;
	color: #fdb825;
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;	
}

.design #content h2 {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 375px;
	padding-right: 90px;
	color: #fdb825;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;	
}

.design #content h3 {
	padding-top: 5px;
	padding-left: 375px;
	padding-right: 90px;
	color: #fdb825;
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;	
}

.design #contentbkg {
	background: url(../images/template/content_bkg.png) repeat-y;
}

.column {
	float: left;
	padding-right: 20px;
}



/* End Framework */

/* Animation */
.design #animation {
	width: 500px;
	height: 300px;
	margin-right: 90px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}
/* End Animation */

/* Video */
.design #video {
	width: 500px;
	height: 380px;
	margin-right: 90px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}

.design #video2 {
	width: 500px;
	height: 380px;
	margin-right: 90px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}

.design #video3 {
	width: 500px;
	height: 380px;
	margin-right: 90px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}

.design #video4 {
	width: 500px;
	height: 380px;
	margin-right: 90px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}
/* End Video */

/* About Photo */
.design #aboutphoto {
	margin-right: 90px;
	margin-left: 25px;	
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	padding: 0;
	float: right;
}
/* End About Photo */


/* Photo */
.design #photo {
	width: 500px;
	height: 300px;
	border: 1px solid #fdb825;
	margin-bottom: 25px;
	margin-left: 40px;
}
/* End Photo */

/* Sidebar */

.design #sidebar {
	float: left;
	width: 285px;
	margin-bottom: 25px;
	margin-top: -70px;
	margin-left: 55px;
	height: 520px;
	background: url(../images/template/sidebar.png) no-repeat;
}

.design #sidebar p {
	font-size: 10px;
}

.design #sidebar img {
	margin-left: -10px;
}	
	
.design #involved p {
	padding-top: 85px;
	padding-left: 50px;
	padding-right: 50px;
	color: #000;
}

.design #contribution p {
	padding-top: 55px;
	padding-left: 50px;
	padding-right: 50px;
	color: #000;
}

.design #informed p {
	padding-top: 55px;
	padding-left: 50px;
	padding-right: 50px;	
	color: #000;
}

/* End Sidebar */

/* Footer */

.design #footer {
	height: 175px;
	background: url(../images/template/footer.png) no-repeat;
}
.design #footer p {
	color: #33337c;
	text-align: center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 25px;
}

.design #footer a:link {
	color: #6467ff;
}

.design #footer a:visited {
	color: #6467ff;
}

.design #footer a:hover {
	text-decoration: none;
	color: #fae100;
	background: none;
}

.design #footer a:active {
	text-decoration: none;
	color: #fa921f;
}

.design #buttonbar {
	padding-left: 400px;
	position: relative;
	top: -20px;
}

/* End Footer */

/* Text Styling */

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

/* End Text Styling */

/* P Links */

p a:link {
	color: #fdb825;
}

p a:visited {
	color: #fdb825;
}

p a:hover {
	text-decoration: none;
	color: #fae100;
	background: none;
}

p a:active {
	text-decoration: none;
	color: #fa921f;
}

/* end P Links */

/* Photos */
.photo {
	padding: 25px;
}
/* end Photos */

/* Photo Gallery */
.photogallery ul { 
	list-style:none; /* No bullets */ 
	overflow:hidden;
	margin-left: 40px;
} 

.photogallery li { 
	float:left; /* Horizontal list */
	width:300px; /* Room for images and text */ 
	padding:25px; /* Gap between */ 
} 

.photogallery li div { 
	text-align:center; /* Center description */ 
} 

.photogallery li img { 
	display:block; 
	margin:0 auto; /* Cener block image */ 
	width:300px; /* All images the same size */
	border: 1px solid gray; /* border  */
}

/* End Photo Gallery */

/* Tables */

table {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
}

table td {
	border-bottom: 1px solid gray;
	padding: 20px;
}

.design #tablehead {
	background-color: #3973bc;
	border: 1px solid #143f75;
	color: #fff;
	font: bold 14px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* End Tables */


/* Form */

form {
	margin-right: 90px;
	float: right;
}

form.webform fieldset {
  margin-bottom: 10px;
}

form.webform input {
	width: 100px;
	margin-left: 50px;
}

form.webform legend {
  padding: 0 2px;
  color: #fdb825;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
form.webform label {
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
	font-size: 12px;
	color: white;
}
form.webform fieldset ol {
  margin: 0;
  padding: 0;
}
form.webform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.webform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.webform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.webform fieldset fieldset label {
  display: block;
  width: auto;
}
form.webform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.webform label {
  width: 200px; /* Width of labels */
}
form.webform fieldset fieldset label { /* Width plus 3 (html space) */
}

.webform #submitbox {
	background-color: #dac498;
	padding-top: 10px;
	text-align: center;
}

/* End Form */


/* Start Menu*/
#menu {
	height: 54px;
	text-align: center;
	background-image: none;
	margin: 0;
	padding-top: 90px;
	padding-bottom: 0;
	padding-left: 375px;
	font: bold 15px Arial, Helvetica, sans-serif;
}
#menu li {
    list-style:none;
    display:inline;
    text-align: center;
}
#menu a {
    text-decoration:none;
    float:left;
	height: 35px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;	
	padding-left: 10px;
	color: #33337c;
}
#menu a:hover, a:active {
	color: #fdb825;
}

#menu img {
	float: left;
}

/* End Menu */