/* Comments - used to place a highlighted comment in the text for where revisions are required. */
.Comments {
	background-color:#FFFF00;
	font-weight:bold;
	}
	
/* The various body styles for the different backgrounds */	
	
#body-white {
	margin-top: 30px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	background-color:#D7E4A2;
}

#body-green {
	margin-top: 30px;
	padding: 0;
	background: url(images/body_bg_green.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	background-color:#D7E4A2;
}

#body-red {
	margin-top: 30px;
	padding: 0;
	background: url(images/body_bg_red.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	background-color:#EFE7E7;
}

#body-yellow {
	margin-top: 30px;
	padding: 0;
	background: url(images/body_bg_yellow.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	background-color:#FFF3C6;
}

#body-blue {
	margin-top: 30px;
	padding: 0;
	background: url(images/body_bg_blue.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height:100%;
	background-color:#DEEBEF;
}

/* Redifned HTML tags */

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	line-height: 32pt;
}

h2 {
	font-size: 23px;
}


td, div, p, ul, ol {
	line-height: 23px;
	font-size: 13px;
}

a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}

a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}


img {
	border: 1px solid #CCCCCC;
}

img.left {
	float: left;
	margin-right: 30px;
	display:block;
}

img.right {
	float: right;
	margin-left: 30px;
	display:block;
}

/* General table used in the site that adds a bullet before each item in a TD */

table.Contents {
	background-image:url(images/transparent_70.png);
	border-top:1px solid #999999;
	margin-bottom:10px;
	}
	
#sidebar table.Contents {
	width:90%;
	margin-left:15px;
	}
		
table.Contents td{
	border-bottom:1px solid #999999;
	padding:5px 5px 5px 25px;
	background-image:url(images/bullet_dotted.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	}
	
table.Contents a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

table.Contents a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

table.Contents a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

table.Contents a:active {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}	
	
/* Form table */

table.Forms {
border: 0px;
background-image: url(images/transparent_70.png);
border-top:1px solid #999999;
border-bottom:1px solid #999999;
font-weight: bold;
margin-bottom:10px;
}

table.Forms td {
	padding: 5px;
}

#sidebar table.Forms {
	width:90%;
	margin-left:15px;
	}

/* Portfolio page table */	
	
table.Portfolio {
	background-image:url(images/transparent_70.png);
	border-top:1px solid #999999;
	}
	
table.Portfolio td{
	border-bottom:1px solid #999999;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}
	
table.Portfolio a {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
	}
	
table.Portfolio a:hover {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
	
table.Portfolio .Images {
	border:1px solid #666666;
	margin:5px 0px;
	}
	
table.Portfolio .Buttons {
	margin-right: 10px;
	border:none;
	}
	
table.Portfolio h4 {
	margin-top: 0px;
	font-weight:bold;
}
	

/* Photography page table */	
	
table.Photography {
	background-image:url(images/transparent_70.png);
	border-top:1px solid #999999;
	margin-bottom:30px;
	}
	
table.Photography .td-border{
	border-bottom:1px solid #999999;
	padding: 5px 20px;
	text-align:center;
	line-height: 16px;
	font-size: 11px;
	vertical-align:top;
	}
	
table.Photography .td-no-border{
	border-bottom:none;
	padding:5px;
	text-align:center;
	line-height: 16px;
	font-size: 11px;
	vertical-align:bottom;
	}	
	
table.Photography a {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
	}
	
table.Photography a:hover {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
	
table.Photography .Images {
	border:1px solid #666666;
	margin:5px 0px;
	}
	
table.Photography .Buttons {
	margin-right: 10px;
	}
	
	
/* Form styles */

form {
	margin: 0;
	padding: 0;
}

FORM {
margin: 0px;	
}

input {
font-size:10pt;
background-color: #FFFFFF;
border: solid 1px #868686;
color: #CC0000;
}

option {
font-size:10pt;
background-color: #FFFFFF;
color: #CC0000;
}

select {
font-size:10pt;
background-color: #FFFFFF;
color: #CC0000;
border: solid 1px #868686;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
background-color: #FFFFFF;
border: solid 1px #868686;
color: #CC0000;
}

CheckBox {
font-size:10pt;
color: #CC0000;
}

.Submit{
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
border: #666666 1px outset;
color: #666666;
font-size:10pt;
font-weight:bold;
}

/* Header */

#header {
	width: 980px;
	height: 52px;
	margin: 0 auto;
	background: url(images/header_bg.png) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 980px;
	height: 43px;
	padding-left:130px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669900;
	
}

#menu a:hover { 
	text-decoration: none; 
	color: #99CC00;
}

/* Page */

#mainpage {
	width: 980px;
	height:100%;
	margin: 30px auto 0px auto;
	background: url(images/content_bg.png) no-repeat left top;
	position: relative;
	overflow:hidden;
}

/* Content */

#maincontent {
	float: left;
	width: 635px;
	height:100%;
	background-image:url(images/left_content_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#maincontent_blog {
	float: left;
	width: 635px;
	height:100%;
	background-image:url(images/left_content_bg.png);
	background-position:left top;
}

#maincontent-wide {
	float: left;
	width: 978px;
	height:100%;
	background-image:url(images/left_content_bg.png);
}

/* ContentBox */

.ContentBox {
	padding: 5px 5px 10px 5px;
}

.ContentBox .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.ContentBox h1 {
	padding: 8px 0 0 15px;
}

.ContentBox h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #666666;
}

.maintext h3 {
	height: 32px;
	font-size: 14px;
	color:#000066;
	font-weight: bold;
}

.maintext h4 {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}

.ContentBox .maintext {
	padding: 0 15px;
}

.maintext ul {
	list-style:none;
	list-style-image:url(images/bullet_dotted.gif);
}

.maintext a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.maintext a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.maintext a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}

.maintext a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 343px;
	height:100%;
	background-image:url(images/sidebar_bg.png);
	background-position:left top;
	border-left:1px dashed #999999;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#sidebar_blog {
	float: right;
	width: 343px;
	height:100%;
	background-image:url(images/sidebar_bg.png);
	background-position:left top;
	border-left:1px dashed #999999;
}

#sidebar p {
	padding:0px 15px;
}

#sidebar ul {
	margin-left: 25px;
	margin-right: 25px;
	list-style-image:url(images/bullet_dotted.gif);
}

#sidebar li {
	padding: 0 5px;
	margin-bottom:10px;
}

#sidebar h2 {
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	margin-top:16px;
	height:30px;
	font-size: 18px;
	color: #666666;
	display:block;
	width:90%;
}

#sidebar h3 {
	padding: 0px 15px;
	margin-top:0px;
	font-size: 32px;
	width:90%;
	height: 32px;
	font-size: 14px;
	color: #666666;
}

#sidebar h4 {
	padding: 8px 0 7px 15px;
	margin-bottom: 10px;
	margin-top:16px;
	font-size: 32px;
	color: #999999;
	display:block;
	width:90%;
}

#sidebar a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#sidebar a:active {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	width: 950px;
	height: 75px;
	margin: 10px auto;
	border-top:1px solid #FFFFFF;
	padding:10px 10px 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#666666;
	line-height:150%;
}

/* Misc styles */

.DottedLine {
	background-image:url(images/line_dotted.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin:0px 15px 0px 15px;
	color:none:
	}
	
.UtilityBar {	
	clear: both; 
	padding:15px 20px 5px 20px; 
	vertical-align:middle;
	border-bottom:1px solid #000000; 
	text-align:right; 
	background: url(images/content_bg.png) no-repeat left top;
}

.SmallText {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
	}
	
	
.TestimonialsQuote {
	
width:212px;
padding:10px;
border: 1px solid #CCCCCC;
overflow:hidden;
margin-left:30px;
margin-bottom:20px;
text-align:left;
background-color:#FFF;
background-image:url(images/6699.png);
background-repeat:no-repeat;
}

.TestimonialsQuote p {
font-size:15px;
font-weight:bold;
margin-top:0;
color:#666666;
}


/* Home page styles */

.HomePageBox {
	background-image:url(images/transparent_70.png);
	width:480px;
	margin:10px auto;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding: 20px;
}

.HomePageBoxSidebar {
	width:290px;
	margin:5px auto;
	padding:10px 0px; 
	border:1px solid #666666;
	color:#FFFFFF;
}

.HomePageBoxSidebar img {
	margin-right:10px;
	float:left;
	display:block;
	border:1px solid #FFFFFF;
}

.HomePageBoxSidebar .Buttons {
	margin:0px;
	border:none;
}

.HomePageBoxSidebar .Text {
	min-height:90px;
	margin-right:15px;
	margin-bottom:0px;
	clear:both;
	font-weight:bold;
}