/*
STYLE SHEET FOR Ideal Signs
Created by Casey Creamer	
www.ideal-signs.com/www.caseycreamer.com
*/


body {
	background:#fff;
	width: 799px;
	margin: 10px auto;
}


p {
	font-size: 1.4em;
	font-weight: bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

h1{
	font-family: "trebuchet MS", Helvetica, Arial, Sans-serif;
}


#nav {
	float: left;
	margin-left: -15px;
	margin-top: 20px;
}


a{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:2px;
	color:#fff;
}


a:hover{
	text-decoration: underline;
	color:#CCC;
}


a.sideNavContact{
	width: 255px;
	height: 96px;
	background:url(assets/contact.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavGallery{
	width: 255px;
	height: 96px;
	background:url(assets/gallery.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavUpload{
	width: 255px;
	height: 96px;
	background:url(assets/upload.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavAboutUs{
	width: 275px;
	height: 96px;
	background:url(assets/aboutUs.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavContact:hover{
	width: 255px;
	height: 96px;
	background:url(assets/contact_over.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavGallery:hover{
	width: 255px;
	height: 96px;
	background:url(assets/gallery_over.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavUpload:hover{
	width: 255px;
	height: 96px;
	background:url(assets/upload_over.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


a.sideNavAboutUs:hover{
	width: 275px;
	height: 96px;
	background:url(assets/aboutUs_over.jpg) no-repeat scroll top left;
	display:block;
	padding-left: -15px;
}


#content{
	width:500px;
	float:right;
	margin-top:20px;
}


#header_nav {
	display:inline;
	padding:5px 14px 4px 27px;
	margin-right:4px;
	font-size:1.4em;
	float: right;
	background-image:url(assets/headerMenu.jpg);
	background-position:right;
	color:#fff;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footer{
	float:right;
	padding: 10px;
}


a.content{
	color:#000;
	font-size: 1.3em;
}


a.content:hover{
	color:#f00;
}


a.email{
	color:#000;
	text-decoration:underline;
}


a.email:hover{
	color:#F00;
}


#footer2{
	float:right;
	padding: 10px;
	margin-top: 20px;
}


p.gallery{
	padding-top:10px;
}


#uploadTable{
	width:500px;
}


td{
	width:450px;
	margin:10px
}


table{
	width:450px;
	margin-bottom:30px;
}


/*#sports {
	background:url(assets/sports.jpg);
}


#largeEvents{
	background:url(assets/largeEvents.jpg);
}


#vehicles{
	background:url(assets/vehicles.jpg);
}


#handPaint{
	background:url(assets/handPaint.jpg);
}*/


.upload{
	font-size:1.5em;
	margin:10px;
}

#youngMark{
	float:right;
	padding:20px;
	padding-bottom:10px;
}
#Link{
	color:#000;
	text-decoration:underline;
}
