/* ----------------------- GENERAL LAYOUT ----------------------- */

body
{
	margin: 0px 0;
	padding: 0;
	font: 75% 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	color: #ccc;
	background: #FFF url(images/background.jpg) repeat;
	line-height: 1.4em;
	padding-bottom: 20px;
}

.content
{
	background: #FFF url(images/sidebackground.jpg) repeat-y center;
	color: #ccc;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	width: 980px;
}

p .justify
{
	text-align: justify;
}

img
{
	border: 0;
}

p
{
	margin: 0 0 12px 0;
	padding: 0;
	color: #808080;
}

a
{
	color: #263B5C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.underlinelink
{
	text-decoration: underline;
	color: #4E78A0;
}

h1
{
	margin: 0;
	color: #FFF;
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif;
}

h1 a
{
	color: #FFF;
	background: inherit;
}

h2
{
	display: inline-block;
	color: #075181;
	font-size: 130%;
	margin: 5px 0 5px 0px;
}

h2 a
{
	background: #FFF;
	color: #075181;
}

h2 a:hover
{
	background: #FFF;
	color: #68ADD5;
	text-decoration: none;
}

/* ----------------------- TOP LINKS ----------------------- */

#top
{
	padding: 0;
	margin: 0;
	background: #000 url(images/topbackground.jpg) no-repeat top;
	height: 30px;
}

#top .padding
{
	float: right;
	color: #000;
	padding: 20px 25px 0 0;
	font-size: 90%;
}

#top ul
{
	margin: 0;
	list-style: none;
	padding: 0px;
}

#top a
{
	float: none;
}

#top li
{
	float: left;
	color: #000;
	margin: 0;
	padding: 0 0 0 20px;
}

#top a
{
	color: #7D8085;
}

/* ----------------------- HEADER ----------------------- */

#header
{
	margin: 0;
	width: 950px;
	margin-left: 15px;
	height: 150px;
	color: #000;
	clear: both; /* REQUIRED FOR FIREFOX */
}

#header .toplogin
{
	float: right;
	padding: 30px 20px 0 0;
}

#header .mainlogo
{
	float: left;
	padding: 16px 10px 0 30px;
	margin-right: 20px;
}

#header .title
{
	padding: 32px;
}

#header h1
{
	font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	color: #263B5C;
}

#header h2
{
	font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-image: none;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 2px;
}

/* ----------------------- MENU ----------------------- */

#subheader
{
	margin-bottom: 10px;
	margin-left: 25px;
	width: 930px;
	display: table;
}

#menu
{
	border-bottom: 5px solid #CBCBCB;
	float: left;
	width: 930px;
}

#menu ul
{
	background: #263B5C none repeat scroll 0%;
	border-bottom: 3px solid #FFFFFF;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	width: 930px;
}

#menu li
{
	float: left;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
}

#menu li a
{
	padding: 7px 20px 7px 20px;
	background: #263B5C;
	float: left;
	margin: 0px;
	border-left: #fff 1px solid;
	color: #e0e2e7;
}

#menu li a:hover
{
	background: #455A7C;
	text-decoration: none;
}

#menu li a.first
{
	border-left-style: none;
}

/* ----------------------- PAGE HEADER ----------------------- */

#pageheader
{
	width: 930px;
	margin-left: 25px;
	margin-bottom: 5px;
}

#pageheader h1
{
	color: #FFF;
	font-weight: normal;
	background: url(images/pageheader-corner.jpg) #263B5C no-repeat top right;
	padding: 12px 20px 10px 16px;
}

#pageheader img
{
	margin: 0;
	border: #263B5C 1px solid;
	width: 928px;
}

/* ----------------------- TRACKER ----------------------- */

#tracker
{
	width: 930px;
	margin-left: 25px;
	margin-bottom: 15px;
	background: #263B5C;
	padding: 0;
	display: table;
}

#tracker ul
{
	padding-left: 10px;
	margin: 0;
	font-size: 10px;
	list-style: none;
	background: #263B5C none repeat scroll 0%;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
}

#tracker li
{
	float: left;
	margin: 0px;
	padding: 4px 3px 5px 0px;
}

#tracker li a
{
	font-size: 10px;
	color: #FFF;
}

/* ----------------------- MAIN LAYOUT ----------------------- */

#main
{
	background: #FFF;
	width: 930px;
	margin-left: 25px;
	color: #808080;
}

/* ----------------------- SUBMENU ----------------------- */

#main .right_side
{
	float: right;
	margin: 0;
	background-color: #FFF;
	width: 200px;
}

.right_side ul
{
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 200px;
}

.right_side li
{
	margin: 0;
	padding: 0;
}

.right_side li a
{
	margin: 0px;
	padding: 3px 6px 4px 6px;
	display: block;
	background: #EEF1F3;
	color: #263B5C;
	border-bottom: #fff 2px solid;
	font-size: 10px;
	width: 188px;
}

.right_side li a:hover
{
	background: #d2d7dd;
	text-decoration: none;
}

#main .right_side p
{
	margin-bottom: 3px;
}

#main .right_side p.sectionheader
{
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	background: #263B5C;
	color: #FFF;
}

.section
{
	margin-bottom: 8px;
}

.sectioncontent
{
	background: #EEF1F3;
	width: auto;
}

.rndimg /*Random Image Component Styling */
{
	width: 190px;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

/* ----------------------- MAIN CONTENT ----------------------- */

.left_side
{
	float: left;
	width: 715px;
	background: #FFF;
	margin: 0;
}

.left_side h2
{
	margin: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	background: url(images/sectionheader.jpg) #263B5C repeat-y;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
	width: 710px;
}

.left_side h3
{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: medium;
}

.left_side h4
{
	font: 85% Arial, Sans-Serif;
	margin: 0 0 10px 0px;
	padding: 0 0 3px 0;
	color: #5f5f5f;
	background: inherit;
	border-bottom: 2px solid #263B5C;
}

.left_side ul
{
	list-style-type: square;
}

.left_side li
{
	margin-left: -20px;
}

/* --- FULL PAGE --- */

.fullpage
{
	/*float: left;*/
	width: auto;
	background: #FFF;
	margin: 0;
}

.photocontrol
{
	width:100%;
	margin:0;
	text-align: center;
}

/* ----------------------- BLOG LAYOUT ----------------------- */

.post
{
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: url(images/blogbackground.gif) repeat-x bottom;
}

.post a
{
	text-decoration: underline;
	color: #4E78A0;
}

.post .date2
{
	position: absolute;
	top: 0;
	left: 5px;
	width: 2.3em;
	text-align: right;
	padding-right: 10px;
}

.post .date2 .month
{
	text-transform: uppercase;
	font: 700 1.0em arial, sans-serif;
	color: #888;
}

.post .date2 .day
{
	display: block;
	margin-top: -5px;
	font: 700 2.1em arial, sans-serif;
	color: #888;
}

.post .blogcontent
{
	margin: 0 0 0 3.5em;
	padding: 0 0.8em 0.5em 1.2em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #EDEDED;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: justify;
}

.blogimage
{
	text-align: center; /* This is for IE */
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 4px;
	text-transform: uppercase;
}

.blogimage img
{
	border: 1px solid black;
}


.post h5
{
	font-weight: bold;
	font-size: small;
}

.post .leftimg
{
	padding: 0 8px 8px 15px;
	float: left;
	margin-left: -15px;
}

.leftimg
{
	padding: 0 8px 8px 15px;
	float: left;
	border-left: 1px solid #CCCCCC;
	margin-left: -15px;
}

.rightimg
{
	padding: 0 8px 8px 15px;
	float: right;
	margin-right: -15px;
}

.midimg
{
	padding: 0 8px 8px 15px;
	margin: auto;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.blogfooter
{
	color: #808080;
	text-align: right;
	margin: 0 0 35px 0;
	padding: 12px 5px 8px 0;
}

/* ----------------------- FOOTER ----------------------- */

#footer
{
	clear: both;
	margin: 0;
	margin-top: 40px;
	height: 36px;
	color: #000;
	background: #000 url(images/footerbackground.jpg) bottom no-repeat;
	font-size: 90%;
	padding: 0;
	text-align: center;
}

#footer a
{
	color: #7D8085;
}

/* ----------------------- GALLERY LAYOUT ----------------------- */

.gallery
{
	width: 715px;
}

.gallery h2
{
	margin: 0px;
	margin-bottom: 10px;
}

.description
{
	border: 1px solid #DDD;
	padding: 8px;
	margin-bottom: 15px;
}



div.float
{
	width: 160px;
	float: left;
	margin: 2px;
	text-align: center;
	margin-right: 16px;
	height: 245px;
}

a.one
{
	display: block;
	width: 160px;
	height: 160px;
	background-color: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 5px;
}

a.one:hover
{
	background: #f3f3f3;
}

a.one img
{
	border: 0;
}

div.float p
{
	padding: 0;
	width: 170px;
	padding-top: 3px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 14px;
}

div.GalleryStats
{
	background: #f3f3f3;
	padding: 5px;
	border: 1px solid #999;
	color: #333;
	width: 400px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	clear: both;
	text-align: left;
}

div.GalleryStats p
{
	margin-bottom: 0;
}

div.GalleryStats h3
{
	font: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #989898;
	padding-top: 3px;
	padding-bottom: 8px;
	border-bottom: 1px solid #989898;
	margin-bottom: 8px;
}

div.PhotoInfoBox
{
	background: #f3f3f3;
	padding: 5px;
	border: 1px solid #999;
	color: #333;
	width: 600px;
	margin: auto;
	margin-top: 25px;
	clear: both;
	text-align: left;
}

div.PhotoInfoBox p
{
	margin-bottom: 0;
}

div.PhotoInfoBox h3
{
	font: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #989898;
	padding-top: 3px;
	padding-bottom: 8px;
	border-bottom: 1px solid #989898;
	margin-bottom: 8px;
}

#MainImage
{
	margin: auto;
	margin-top:10px;
	margin-bottom: 20px;
	text-align: center;
}

.updates
{
    color:Green;
	font-weight:bold; 
	margin:0;
}

.newest
{
    color:#FF8C00;
	font-weight:bold; 
	margin:0;
}

/* SORT LOCATIONS */

.PageInfo
{
	margin-top: 10px;
	width: auto;
	text-align: center;
	padding: 5px;
	padding-bottom: 7px;
	border-bottom: 2px solid #EDEDED;
	border-top: 2px solid #EDEDED;
	margin-bottom: 25px;
}

.GBResponse
{
	margin-left: 40px;
	padding-top: 10px;
}

.PageInfo a
{
	text-decoration: underline;
}

/* ----------------------- EXTRA ----------------------- */

.bigtext
{
	margin-top: 7px;
	font-size: 25px;
	color: #263B5C;
}

.clearfix
{
	display: inline-block;
}

