html,body {
	margin:0;
	padding:0;
	height:100%;
}

body	{
	font:  12px "Lucida Grande", verdana, sans-serif;
	text-align:center; /*hack to center the container in IE*/
	/* background: url('../img/bgWhiteGreyDiagonal.gif');*/
	background-color: #fff;
	
}

p {
	margin:0 10px 10px;
}



a {
	color: #cb1b1d; 
	text-decoration:none;

	
}

a:hover {
	color:#fb4f51;	
}

h3 {
	font-size: 14px; 
}

/* Home */ 
#wrapper {
	background: #fff url('../img/bgMainTrans.png') 50% repeat-y;
	margin:0;
	padding:0;
	min-height:100%;
}


#container {
	width: 708px;
	margin:auto;
	text-align:left; /*hack to center the container in IE, see above*/
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color:#fff ;
	}

#header {
	margin:0;
	padding-left:10px;
	background:#0348c7 url('../img/logoHeader.png') repeat-x;
}

#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #96c8f9;
}

#header img {
	margin: 10px 0;
}

ul#navBar {
	font:  bold 12px arial, sans-serif;
	list-style-type: none;
	padding: 28px 0 10px 10px;
	margin: 0;
	float:right;
	background:url('../img/navBar.gif') 0px 23px no-repeat;
}

ul#navBar li {
	float: left;
	height: 22px;
	/*background-color: #031c9b;*/
	margin: 6px 4px 0 2px;
	/*border: 1px solid #cb1b1d;*/
	color:#bbb;
}


#navBar a {
	float: left;
	display: block;
	color: #cb1b1d;
	text-decoration: none;
	padding: 2px;
}


#navBar a:hover {
	background: #fff url('../img/navBarHover.gif') repeat-x;
	color:#fff;
	height:30px;
}

#navBar a.blog {
	font-weight:bolder;
	color:#0348c7;
}

#navBar a.blog:hover {
	color:#96c8f9;
}

#navBar a.home {
	font-weight:normal;
	color:#cb1b1d;
}

#navBar a.home:hover {
	color:#fff;
}


#subHeader img{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom:-4px;
	padding:0;
}

#content {
	/*background:#fff url('../img/blogAd.png') no-repeat;*/
	/*background:#fff url('../img/bgWhiteGrey.gif') repeat-x;*/ 
	border-top: 1px solid #aaa;
	background-color: #fff;
}

#content p{
	line-height:1.4;

}

#content h1{
	padding: 10px 20px 0px 20px;
	font:  bold 24px arial, sans-serif;

	margin: 0;
	color:#0348c7;
}

#content img {
	border: 3px solid #000;
	margin: 0 0 20px 20px;
}

#intro {
	float:right;
	width:220px;

	margin: 0px 0px 0px 10px;
	padding: 40px 3px 5px 20px;


}

#intro h2{
	color:#000;
	font-size:14px;
	margin:0;

}

#summary {
	padding: 40px 10px 20px 10px;
	background:#0348c7 url('../img/bgIntro.png');
	border-top: 1px solid #aaa;
	color:#333;
	background-color: #fff;
}

#secContent {
	/*background:#fff url('../img/bgLightGrey.png') repeat-x;*/
	clear:right;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaa;
	color: #6f6f6f;
	background-color: #fff;

}

#secContent h2{
	margin:5px 0 20px 10px;
	color: #0348c7;
	font:  bold 24px arial, sans-serif;

}

#terContent{
	/*background:#6f6f6f url('../img/bgDarkGrey.gif') repeat-x;*/
	clear: both;
	padding: 10px 0 10px 20px;
	color:#333;
	border-top: 1px solid #aaa;
	background-color: #fff;
}

#terContent h2{
	margin:10px 0 20px 0px;
	color:#0348c7;
	font:  bold 24px arial, sans-serif;

}

#terContent h3 {
	font: bold 16px arial, sans-serif;
	margin:0 0 5px 0px;
	padding:0px 0 0 20px;
	color: #96c8f9;
	background: url('../img/iconFeet.png') 0 1px no-repeat;
}

#terContent p {
	margin-left:0px;

}

#footer{
	background: #333 url('../img/bgFooter.png') top right no-repeat;
	position:relative;
	color: #777;
	background-color:#fff;
	height:120px;
	width:100%;
	border-top: 1px solid #aaa;

}

#footerText {
	position:absolute;
	top:73px;
	right:0px;
	text-align:right;
}

#footer p{
	margin:0px ;
	padding:3px 20px 2px 20px;
	font: bold 11px "Lucida Grande", verdana, sans-serif;
}


.gallery {
	margin:auto;
	padding-bottom:20px;
	border-top: 1px dotted #aaa;
	width:670px;
	height:190px;
	clear:both;
}

.gallery img{
	/*border: 3px solid #000;*/
	margin:35px 20px 20px 10px;
	float:left;
	border:none;
}

.gallery h3 {
	margin: 40px 0 15px 0;
	color: #cb1b1d; 
	font: bold 18px arial, sans-serif;
}

.gallery p {
	font-size:14px;
	color:#000;
}

.gallery a {
	
}


/* Galleries */
#galContent {
	background-color:#fff ;
	clear:right;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaa;
	color: #6f6f6f;
	text-align:center;
	position:relative;
}

#galContent h2{
	margin:5px 0 20px 10px;
	color: #0348c7;
	font: bold 24px arial, sans-serif;
	text-align:left;
}

#lightTable {
	width:85%;
	margin:0 auto;
	padding: 12px 0 12px 0;
}

#galDes{
	background-color:#fff ;
	clear: both;
	padding: 10px 0 10px 20px;
	color:#000;
	border-top: 1px solid #aaa;
}

#galDes h2{
	margin:10px 0 20px 0px;
	color:#0348c7;
	font:  bold 24px arial, sans-serif;

}

#galDes h3 {
	font: bold 16px arial, sans-serif;
	margin:0 0 5px 0px;
	padding:0px 0 0 20px;
	color: #96c8f9;
	background: url('../img/iconFeet.png') 0 1px no-repeat;
}

#galDes p {
	font-size:14px;
	line-height: 22px;
	margin:0 20px 20px 0 ;
}

.thumb {
	width:180px;
	height:180px;
	float:left;
	text-align:center;
	border: 1px solid #aaa;
	padding-top: 15px;
	margin:5px;
}

.thumb:hover  {
	background: #cb1b1d url('../img/bgThumbHover.gif') repeat-x;
}

.thumb img  {
	border: 2px solid #000;
}

.spacer {
	clear:both;
}

.pager {
	position:absolute;
	right:0px;
	margin: 0 ;
	display:inline;
	font-size:11px;
	font-weight:bold;

}

.galNav {
	font: bold 10px verdana, "Lucida Grande", arial, sans-serif;
	background:url('../img/navBarSmall.gif') 0px 3px no-repeat;
	padding: 4px 8px 10px 15px;

}

.galNav img {
	border:0px;
	position:relative;
	top:5px;
}


/* Photos */
#photoContent {
	background-color: #fff;
	clear:right;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #aaa;
	color: #6f6f6f;
	text-align:center;
	position:relative;
}

#photoContent h2{
	margin:5px 0 10px 10px;
	color: #0348c7;
	font:bold 16px arial, sans-serif;
	text-align:left;
}

#photoContent p {

}

#photo {
	margin:0 auto;
	width:100%; /*to prevent IMG from jumping around when hovering over the menu in IE6*/
}

#photo img {
	margin:15px;
	border:0;
	padding:0;
}

#photoHeader {
	margin:0;
	padding-left:10px;
	background:#0348c7 url('../img/logoHeaderSmall.png') repeat-x;
}

#photoHeader h1{
	height:40px;
	line-height:40px;
	margin:0;
	padding-left:10px;
	color: #96c8f9;
}

#photoHeader img {
	margin: 5px 0;
}

ul#photoNavBar {
	font: bold 12px arial, sans-serif;
	list-style-type: none;
	padding: 10px 0 5px 10px;
	margin: 0;
	float:right;
	background:url('../img/navBar.gif') 0px 1px no-repeat;

}

ul#photoNavBar li {
	float: left;
	height: 21px;
	color:#bbb;
	margin: 2px 2px 0 2px;
}


#photoNavBar a {
	float: left;
	display: block;
	color: #cb1b1d;
	text-decoration: none;
	padding: 2px;
}

#photoNavBar a:hover {
	background: #fff url('../img/navBarHover.gif') repeat-x;
	color:#fff;
	height:20px;
}

#photoNavBar a.blog {
	font-weight:bolder;
	color:#0348c7;
}

#photoNavBar a.blog:hover {
	color:#96c8f9;
}

#photoNavBar a.home {
	font-weight:normal;
	color:#cb1b1d;
}

#photoNavBar a.home:hover {
	color:#fff;
}

#photoDes{
	background-color:#fff ;
	clear: both;
	padding: 10px 0 10px 10px;
	color:#ddd;
	border-top: 1px solid #aaa;
}

#photoDes h2{
	margin:10px 0 20px 10px;
	color:#0348c7;
	font:bold 16px arial, sans-serif;
}

#photoDes p {
	font-size:14px;
	line-height: 22px;
	color:#000;
	
}

.photoPager {
	position:absolute;
	right:0px;
	margin: 0 ;

	font-size:11px;
	font-weight: bold; 
}


.photoNav {
	
	display:inline;
	margin-left: 10px;	
	font: bold 10px verdana, "Lucinda Grande", arial, sans-serif;
	line-height: 22px;
	background:url('../img/navBarSmall.gif') 0px 0px no-repeat;
	padding: 7px 8px 10px 15px;
}

/* Sitemap */
#smContent {
	text-align:left;
background-color:#fff ;
	clear: both;
	padding: 10px 0 10px 10px;
	color:#000;
	border-top: 1px solid #aaa;}

#smContent h2{
	margin:5px 0 20px 10px;
	color: #0348c7;
	font: bold 24px arial, sans-serif;
	text-align:left;
}

#smContent h3 {
		font: bold 16px arial, sans-serif;
	margin:0 0 5px 10px;
	padding:0px 0 0 30px;
	color: #96c8f9;
	background: url('../img/iconFeet.png') 0 1px no-repeat;
}
#smContent img{
	border:none;
	margin:0 0 5px 10px;
	padding:4px;

}



#sitemap {
	width: 200px;
	text-align:left;
	font:bold 12px verdana;
	line-height: 1.4;
	margin-left: 10px;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:20px;
	margin-top:0px;
	border: 3px solid #000;
	float:right;
	background:#fff url('../img/bgWhiteGrey.gif') repeat-x;
	color:#000;
}



.level1 {
	list-style-image: url('../img/bulletSitemap.gif');
}

.level2 {
	margin-left:40px;
	list-style-image: url('../img/bulletSitemap.gif');
}

.level3 {
	margin-left: 62px;
	list-style-image: url('../img/bulletSitemap.gif');
}

.sitemapLabelLevel1 {
	list-style-image: url('../img/bulletSitemapSimple.gif');
}
.sitemapLabelLevel2 {
	margin-left:30px;
	list-style-image: url('../img/bulletSitemapSimple.gif');
}


/* form styles */
#formPlaceholder {
	padding: 0 0 10px 15px;
	margin-left:10px;
	margin-bottom:0px;
	float:right;	
	width: 220px;	
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

form {
	text-align: left;
}

form p {
	width:200px;
	margin-left:0px;
}

fieldset {
	margin: 0;
	padding: 0;
	border:none;
}

legend {
	display: none;
}

form label {
	display: block;
	width: 200px;
	padding: 5px 0px 11px 0px;
	border-top: 1px dotted #ddd;
	font: bold 11px "Lucida Grande", verdana, sans-serif;
}

form input {
	display: inline;
	margin-top: 3px;
}

form label.field-name,
form label.field-subject,
form label.field-email {
	clear: left;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 200px;
}

form label.field-name input,
form label.field-subject input,
form label.field-email input {
	display:block;
	width: 200px;
	padding: 0px;
	font: bold 11px verdana,arial,sans-serif;
}


form textarea {
	margin-top: 3px;	
	display: block;
	width:200px;
	font: 11px verdana,arial,sans-serif;
}

/* error & thanks pages*/

#error {
	background:#fff url('../img/bgLightGrey.png') repeat-x;
	clear:right;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #aaa;
	color: #6f6f6f;
}

#errorHeader {
	margin:auto;
	width:600px;
}
#errorHeader h2 {
	padding:25px 0;
	color: #0348c7;
	font:  bold 24px arial, sans-serif;
}

#errorHeader img {
float:left;
}

#errorHeader p {
	font-size:14px;
}

#errorMessage {
	margin:auto;
	width:400px;`
	text-align:left;
	font: bold 14px arial,sans-serif;
}

#errorMessage img {
float:left;
}

#errorMessage ul {
	text-align:left;
	list-style-type: none;
}

#errorMessage li {
	padding:3px 0;
}


#errorFooter {
	clear:both;
	margin:auto;
	width:500px;`
	text-align:left;
	padding:10px 0;
}

#errorFooter p {
	font-size:14px;
}

#thanks {
	margin:auto;
	width:450px;
	font: 14px arial, sans-serif;
}

#thanks h2 {
	padding:25px 0;
	color: #0348c7;
	font:  bold 24px arial, sans-serif;
}

#thanks img {
float:left;
}

/* Flickr stuff*/

#flickr {
	width:95%;

	margin-top: 15px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;

   }
   



