html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, form, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background-color:#857969;	
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

a {
	color:#334F27;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style: none;
}

ol.lower {
	list-style:lower-alpha;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 13px;
}

h2 {
	font-size:18px;
	margin:15px 0 5px;
	font-weight:bold;
}

h2 a {
	color:#000;
}

h3 {
	font-size:16px;
	margin:15px 0 5px;
	font-weight:bold;
	font-style:italic;
}

h4 {
	font-size:14px;
	margin:13px 0 5px 0;
	font-weight:bold;
}

#header {
	width:750px;
	height:100px;
	background-image:url(/images/common/header.jpg);
	background-repeat:no-repeat;
}

#breadcrumbs {
	width:740px;
	background-color:#FFCC66;
	font-size:18px;
	padding:4px 0 4px 9px;
	border:1px solid black;
	border-top:0;
}

/* =================END OF HEADER SECTION================ */


/* =================NAVIGATION/MAIN MENU SECTION================ */
#navigation {
	width:750px;
	height:26px;
	background-color:#081300;
	font-size:14px;
	padding-top:1px;
}

#navigation ul {
	list-style-type:none;
}

#navigation ul li {
	float:left;
	padding:4px;
	position:relative;
	width:97px;
	background-color:#EEECE9;
	border-left:1px solid #000;
}

#navigation ul li a {
	display:block;
	color:white;
	width:auto;
	text-decoration:none;
	text-align:center;
	border:none;
	color:#434241;
}

#navigation ul.submenu {
	visibility:hidden;
	width:auto;
	position:absolute;
	left:-1px;
	top:25px;
	padding-top:1px;
}

#navigation ul li:hover ul.submenu, #navigation ul li.over ul.submenu {
	visibility:visible;
	z-index:1000;
	
}

#navigation ul.submenu li {
	display:block;
	clear:left;
	background-color:#EEECE9;
	width:97px;
	padding:4px;
	margin:0;
	text-align:left;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-size:12px;
}

#navigation ul.submenu li:hover {
	background-color:#948E7D;
}

#navigation ul.submenu li a {
	width:100%;
	display:block;
	text-align:left;
	margin:0;
	padding:0;
}

#navigation ul.submenu li a:hover {
	text-decoration:none;
}

#navigation ul.submenu li:hover a {
	color:#EEECE9;
}


/* =================END OF NAVIGATION/MAIN MENU SECTION================ */

/* =================CONTENT SECTION APPLIED TO ALL PAGES================ */
#wrapper {
	width:750px;
	height:100%;
	margin:0 auto;
	border:1px solid #000;
}

#content {
	min-height:500px;
	width:660px;
	background-color:#fff;
	padding:30px 60px 30px 30px;
}

	#content p {
		margin:0 0 8px 0;
		line-height:1.3;
	}

	#content a img {
		text-decoration:none;
	}
	
	#content ul {
		margin:15px 0 15px 10px;
		padding-left:10px;
	}
	
	#content ul.bullets {
		list-style:disc;
		margin:15px 0 15px 25px;
		padding-left:10px;
	}
	
	#content ul.sub-bullets {
		list-style:circle;
		margin:5px 0 5px 20px;
		padding-left:10px;
	}

#innerContent {
	margin:0 45px;
	padding:30px 0 30px 0;
}


/* =================END OF CONTENT SECTION================ */

/* =================FOOTER SECTION================ */
#footer {
	color:white;
	min-height:15px;
	font-size:11px;
	width:750px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


/* =================END OF FOOTER SECTION================ */

/* =================STYLE FOR PHOTO SALON PAGE================ */

.indented-winner {
	margin-left:10px;
	font-size: 20px;
}

.winner-photo {
	float:left;
	padding:8px;
	border:1px solid #ccc;
	margin:0 0 30px 25px;
}

.winner-info {
	list-style:none;
	float:left;
	margin-left:0;
	padding-left:15px;
}

.photo-award {
	font-weight:bold;
	font-size:16px;
}

.photo-title {
	font-style:italic;
	font-size:16px;
}

.photo-winner {
	font-size:14px;
}

/* =================END OF SALON STYLING================ */


/* =================STYLE FOR PAST AWARDS PAGES================ */
.awardname {
	color: #006600;
	text-decoration: underline;
	font-size:16px;
}
.awardee {
	font-size: 14px;
}
.indented-winner {
	margin-left:10px;
	font-size: 14px;
}

#Awards #content li {
	padding-bottom:5px;
}

/* =================END FOR PAST AWARDS PAGES================ */


/* =================GENERAL STYLE CLASSES APPLIED THROUGHOUT SITE================ */
.float-right {
	float:right;
}

.float-right-img {
	float:right;
	margin:0 0 15px 15px;
}

.float-left {
	float:left;
}

.clear-both {
	clear:both;
}

.center {
	text-align:center;
}



