@charset "UTF-8";
/* CSS Document */

body  {
	background: #2F5DBB url(../assets/backgroundImages/bodyBG-04.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header {
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #62A2DD;
	border-bottom-width: 1px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 175%;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-align: center;
	background-image: url(../assets/backgroundImages/header-04-BG.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #62A2DD;
	background-repeat: repeat-y;
	background-position: center top;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
#container #sidebar1 .addOns {
	background-image: url(../assets/backgroundImages/sideBar-250x300.jpg);
	width: 250px;
	font-family: "Trebuchet MS", sans-serif;
	color: #DCEFFC;
	border: 1px solid #2F5DBB;
	height: 300px;
	margin-bottom: 20px;
}
#container #sidebar1 .addOns p {
	font-family: Tahoma, sans-serif;
	color: #F0F0F0;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 20px 0px;
	line-height: 1.25em;
	text-align: center;
	font-style: italic;
	margin: 10px 0px 0px;
}
#container #sidebar1 .addOns h2 {
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: "Trebuchet MS", sans-serif;
}
#container #sidebar1 .addOns a {
	color: #F0F0F0;
	font-weight: normal;
	text-decoration: underline;
}
#container #sidebar1 .addOns a:hover {
	color: #000033;
	text-decoration: none;
}
#container #sidebar1 .ccBox {
	height: 25px;
	border: 1px solid #FFFFFF;
	width: 111px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#container #sidebar1 h3 {
	font-size: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
}
#container #sidebar1 h1 {
	font-family: "Trebuchet MS";
	font-size: 125%;
	color: #000033;
	line-height: 1.25em;
	font-weight: normal;
}
#container #sidebar1 p {
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
}
#container #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #2F5DBB;
	line-height: 1.5em;
}
#container #Nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 2px;
}
#container #Nav p {
	font-size: 14px;
	color: #62A2DD;
	padding: 0px;
	margin: 0px;
}
#container #Nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#container #Nav a:hover {
	color: #EE0981;
	height: 30px;
	text-decoration: none;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
#container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000033;
	font-weight: normal;
	line-height: 1.35em;
}
#container #mainContent p {
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.5em;
	color: #DDEBFA;
	font-size: 15px;
}
#container #mainContent li {
	color: #DDEBFA;
	line-height: 1.35em;
	list-style-type: circle;
	list-style-position: outside;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
#container #mainContent a {
	color: #DDEBFA;
	text-decoration: underline;
}
#container #mainContent a:hover {
	color: #250792;
}
#container #mainContent .thumbnails {
	border: 1px solid #62A2DD;
	margin: 4px;
	padding: 2px;
}
#footer {
	padding: 0 10px 0 20px;
	background-image: url(../assets/backgroundImages/header-04-BG.jpg);
	background-position: center;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #62A2DD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DEF0FE;
	text-align: center;
}
#container #footer a {
	color: #DEF0FE;
	text-decoration: none;
}
#container #footer a:hover {
	color: #1F0878;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.reduced {
	font-size: 16pt;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 250px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#container #mainContent .thumbnails {
	margin: 5px;
	padding: 3px;
	border: 1px solid #62A2DD;
}
.photoBox {
	border: 1px solid #000033;
	background-color: #FFFFFF;
	padding: 2px;
}
