/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #4597BA;
	background-image: url(/inc/templates/current/portcitymopars/images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content a {
	color: #ff0000;
  }
.content a:hover {
	color: #5FFF62;
}
/*End Design Layout*/
/*Begin Nav*/
.nav {
	color: #999999;
	padding-bottom: 10px;
}
.nav a {
	color: #5FFF62;
	padding: 2px 6px;
  }
.nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/*End Nav*/
/*Begin Content*/

img{
	border-width:0px;
}
h1{
	color:#4BAFE9;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#5FFF62;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#00A1E9;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/

/* BEGIN PHOTO GALLERY */


#photoholder {
	}

#photo_gallery_photo_img {
	border:1px solid #000000;
}

#photo_gallery_category_list_name a {
	color: #ffffff;
	text-decoration: underline;
}

#photo_gallery_category_list_name a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.previous_next_loop {
text-align:center;
color: #ffffff;
}

#slideshow_previous {
	margin-right: 10px;
	color: #ffffff;
}

#slideshow_next {
	margin-left: 10px;
	color: #ffffff;
}

#photo_gallery_photo_caption {
	text-align: left;
	margin-bottom: 5px;
	color: #ffffff;
}

#photo_gallery_photo_name {
	text-align: left;
	margin-bottom: 5px;
	color: #ffffff;
}

#photo_gallery_grid_td {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#photo_gallery_grid_image {
	border:1px solid #000000;
}


#photo_gallery_category_list_td {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#photo_gallery_category_list_image {
	border:1px solid #000000;
}


#photo_gallery_category_name {
	text-align: left;
	margin-bottom: 5px;
	color: #ffffff;
}

#photo_gallery_category_description {
	text-align: left;
	margin-bottom: 5px;
	color: #ffffff;
}


#photo_gallery_grid_link_a {
	text-align: center;
	margin-bottom: 5px;
	color: #ffffff;
}


#return {
	text-align: center;
	margin-bottom: 5px;
	color: #ffffff;
}

#return a {
	color: #ffffff;
}

/* END PHOTO GALLERY */


/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
	color: #CCCCCC;
	}
#footer a {
	color: #CCCCCC;	
	}

#footer a:hover {
	color: #CCCCCC;	
	}


