html {
	height: 100%;
}

body {
	background: url(/shotbygrant/images/nav_bg.jpg) repeat-y;
	background-color: #051329;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 120%;
	height: 100%;
}

#wrapper {
	float: left;
	width: 1040px;
	height: 100%;
}

#left {
	float: left;
	width: 128px;
	height: 100%;
	border-right: 1px solid #000;
}

#left ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 128px;
}

#left li {
}

.nav_button_top {
	list-style: none;
	width: 128px;
	height: 41px;
	margin-top: 118px;
	background: url(/shotbygrant/images/nav_button_top.png) 0 0 no-repeat;
}

.nav_button {
	list-style: none;
	width: 128px;
	height: 39px;
	background: url(/shotbygrant/images/nav_rollover.png) 0 0 no-repeat;
}

.nav_button_top:hover {
	list-style: none;
	width: 128px;
	height: 41px;
	margin-top: 118px;
	background: url(/shotbygrant/images/nav_button_top.png) 0 -41px no-repeat;
}

.nav_button:hover {
	list-style: none;
	width: 128px;
	height: 39px;
	background: url(/shotbygrant/images/nav_rollover.png) 0 -39px no-repeat;
}
		
#left a {
	float: right;
	margin: 10px 17px 0 0;
	font-size: 110%;
	text-decoration: none;
}

#right {
	float: left;
	width: 911px;
	height: 100%;
	background: url(/shotbygrant/images/logo_bg.jpg) no-repeat;
}

#header {
	float: left;
	width: 887px;
}

#logo {
	float: left;
	width: 398px;
	height: 100px;
	padding: 16px 0 0 10px;
}

#contactinfo {
	float: right;
	text-align: right;
	margin-top: 25px;
}

#main {
	float: left;
	clear: both;
	overflow: hidden;
	width: 911px;
}

#contentbox_small {
	float: left;
	clear: both;
	margin: 0 3px 0 20px;
	width: 270px;
}

#contentbox_small_top {
	float: left;
	clear: both;
	width: 270px;
	height: 13px;
	background: url(/shotbygrant/images/contentbox/box_small_top.png);
}

#contentbox_small_middle {
	float: left;
	clear: both;
	width: 270px;
	background: url(/shotbygrant/images/contentbox/box_small_middle.png);
}

#contentbox_small_bottom {
	float: left;
	clear: both;
	width: 270px;
	height: 14px;
	background: url(/shotbygrant/images/contentbox/box_small_bottom.png);
}

#contentbox_large {
	float: left;
	margin: 0 3px 0 20px;
	width: 454px;
}

#contentbox_large_top {
	float: left;
	clear: both;
	width: 454px;
	height: 13px;
	background: url(/shotbygrant/images/contentbox/box_large_top.png);
}

#contentbox_large_middle {
	float: left;
	clear: both;
	width: 454px;
	background: url(/shotbygrant/images/contentbox/box_large_middle.png);
}

#contentbox_large_bottom {
	float: left;
	clear: both;
	width: 454px;
	height: 14px;
	background: url(/shotbygrant/images/contentbox/box_large_bottom.png);
}

#contentbox_small p {
	width: 230px;
	margin-left: 20px;
}

#contentbox_large p {
	width: 414px;
	margin-left: 20px;
}

#contentbox_small h2 {
	font-size: 140%;
	line-height: 150%;
	width: 230px;
	margin-left: 20px;
}

#subnav {
	float: left;
	width: 187px;
	margin: 0 0 0 20px;
}

#subnav ul {
	float: left;
	margin: 0;
	padding: 0;
}

#subnav li {
	float: left;
	list-style-type: none;
	background: url(/shotbygrant/images/subnav_button.png) no-repeat;
	width: 187px;
	height: 45px;
	margin: 0 0 4px 0;
}

#subnav p {
	margin: 13px 0 0 0;
	text-align: center;
}

#subnav a {
	text-decoration: none;
}

#grant_photo {
	float: left;
	margin: 0 0 22px 35px;
	border: 1px solid #43618E;
}

#gallery_homepage {
	float: left;
	width: 563px;
	margin: 0 0 0 33px;
}

#gallery_homepage ul {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 563px;
}

#gallery_homepage li {
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#gallery_homepage img {
	border: 1px solid #43618E;
}

#gallery_portfolio {
	float: left;
	width: 563px;
	margin: 0 3px 0 11px;
}

#gallery_portfolio ul {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 563px;
}

#gallery_portfolio li {
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#gallery_portfolio img {
	border: 1px solid #43618E;
}

.portfolio_header {
	float: left;
}

#links {
	float: left;
	width: 470px;
	margin: 0 0 0 20px;
}

#links p {
	margin: 0 0 10px 0;
}

#contact {
	float: left;
	width: 450px;
	margin: 0 0 0 30px;
}

#contact p {
	clear: both;
	margin: 1px 0 16px 0;
}

#contact span {
	float: left;
	clear: both;
	width: 300px;
	color: #CCC;
	margin: 2px 0 8px 105px;
}


#footer {
	float: left;
	clear: both;
	font-size: 80%;
	width: 771px;
	text-align: center;
	margin: 40px 0 0 24px;
}



/* ----- regular styles ------ */

a {
	color: #FFF;
}

a:hover {

}

b {

}

ul {

}

li {

}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
	color: #FFF;
	padding: 3px;
	width: 300px;
	border: 1px solid #516686;
	background: #091C39;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
	padding: 3px;
	width: 300px;
	color: #FFF;
	border: 1px solid #516686;
	background: #091C39; 
}

.checkbox {
	border: 0;
}

.submit {
	height: 35px;
	width: 170px;
	cursor: pointer;
	margin: 5px 0 0 0;
}

label {
	float: left;
	clear: both;
	width: 100px;
}

img {
	border: 0;
}

.active {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}