/* Eric Meyer CSS Reset
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* END Eric Meyer CSS Reset
---------------------------------------------------------- */

/* general
---------------------------------------------------------- */
.pullout {
	padding: 10px;
	border: 1px solid #7B3B58;
}

.red {
	color: red;
}

#main_content p.no_margin {
	margin-bottom: 5px;
}


ul.list {
	padding-left: 35px;
	margin-bottom: 25px;
}


ul.list li {
	list-style: disc;
}

strong {
	font-weight: bold;
}

.skip_link {
	font-size: 0px;
	color: #fff;
}

#ufoDemo {
	margin: 0;
	padding: 0;
	float: right;
	margin: 0 13px 0 0;
	display: inline;
	z-index: 2000;
	height: 204px;
}

#masthead #ufoDemo p {
	padding: 0;
	margin: 0;
	background: none;
	color: #cc0000;
}

.skip_link {
	display: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

body {
	background: #c8bfbc;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, sans-serif;
	color: #666;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

#container {
	background: #fff url(/images/site/container_tile.jpg) repeat-y top left;
	width: 900px;
	margin: 0 auto 20px auto;
	text-align: left;
	font-size: 100%;
}

.clear {
	clear: both;
}
 
/* errors
---------------------------------------------------------- */
.error {
	background: url(/images/site/error2.png) no-repeat center left;
	color: #cc0000;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 85%;
	font-style: italic;
}

.error2 {
	color: #cc0000;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 85%;
	font-style: italic;
}

.database_error {
	background: #fff;
	color: #cc0000;
	display: block;
	margin: 0;
	border: 1px dashed red;
	padding: 10px 10px 10px 25px;
	font-style: italic;
}

.float_image {
	float: left;
	padding: 0 10px 0 0 ;
}

/* masthead
---------------------------------------------------------- */
#masthead img {
	padding: 0;
	margin: 0 12px 0 0;
	float: right;
	display: inline;

}

#masthead_top {
	background: url(/images/site/masthead_top.jpg) no-repeat bottom left;
	width: 900px;
	height: 14px;
	margin: 20px auto 0 auto;
	padding: 0;
} 

#masthead {
	/*background: url(/images/site/logo2.gif) no-repeat top left;*/
	height: 204px;
	width: 689px;
	margin: 0 0 50px 0;
	float: right;
	display: inline;

}

#sidebar img#logo {
	margin: 30px 0 0 12px;


}

#masthead p {
	padding: 6px 10px 6px 0;
	margin: 3px 13px 0 0;
	background: #a49c9a;
	text-align: right;
	color: #fff;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 1.1em;
	float: right;
	width: 664px;
	display: inline;
}

* html #masthead p {
	width: 675px;
	w\idth: 664px;
}
/* main_content
---------------------------------------------------------- */
#main_content {
	background: #fff;
	width: 440px;
	float: left; /* change to right for standard layout */
	margin: 20px 30px 0 29px;
	display: inline;
}

#testimonials #main_content, #stationery #main_content, #styling #main_content {
	width: 69%;
} 
	
#main_content p {
	margin: 0 0 20px 0;
}

#main_content a, #side_column a {
	font-weight: bold;
}

#main_content a:hover, #side_column a:hover {
	text-decoration: none;
}

/* headings
---------------------------------------------------------- */
h1 {
	font-family: "Times New Roman";
	font-size: 2.20em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-style: italic;
	color: #63392d;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #a2685c;
	margin-bottom: 15px;
}


h3 {
	font-size: 1.20em;
	margin: 10px 0 4px 0;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #7b3b58;
}

h3.margin {
	margin-bottom: 12px;
}

h3 a  {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #7b3b58;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #a2685c;
}


/* navigation
---------------------------------------------------------- */
#top_nav {
	width: 800px;
	float: left;
	background: #999;
	margin: 0 0 30px 0;
	padding: 0 0 0 100px; /* To position the top_nav tabs if needed */
}

#top_nav li {
	float: left;
}

#top_nav a {
	float: left;
	text-align: center;
	width: 100px; /* for a static fixed width */
	/*padding: 0 2em; for fluid width */
	line-height: 1.85em;
}

#top_nav a:hover {
	background: #333;
	color: #fff;
}


.login {
	color: #fff;
	font-weight: normal;
	font-size: 85%;
}

#user_nav {
	padding: 10px;
	color: #f8d7e8;
	line-height: 1em;
	text-align: center;
	width: 5em;	
	margin: 0 0 0 40px;
}

#sidebar #user_nav a {
	padding:0;
	margin: 0;
}
#sidebar #current_page a {

	padding: 0 0 0 20px;
	color: #b2847a;
}
	
/* sidebar 
---------------------------------------------------------- */
#sidebar {
	width: 196px;
	float: left;
	line-height: 2em;	
	margin: 0 0 0 12px;
	background: #452c25;
	height: 700px;
	display: inline;
}
#sidebar li {
	display: inline;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
}

#side_nav a:hover {

	color: #b2847a;
}
#side_nav {
	margin: 39px 0 0 32px;
}

/* side_column
---------------------------------------------------------- */
#side_column {
	float: left;
	width: 165px;
	line-height: 1.25em;
	font-size: 90%;
	margin: 25px 0 0 0;
}

#side_column p {
	margin:  0 0 20px 0;
	
}

.side_box {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
	
}

.side_box a {
	color: #6a394f;
	font-weight: normal;
	font-size: 95%;
}

.inner_box {
	margin: 0 0 22px 0;
}
/* gallery page
---------------------------------------------------------- */
.form_image {
	padding: 7px;
	border: 1px solid #999;
	background: #fff;
	margin: 20px 0 0 0;
}

.form_image2 {
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
	margin: 15px 0 0 0;
}

#photo_frame {
	border: 1px solid #ccc;
	padding: 8px;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
}

#photo_frame img {
	margin: 0 0 5px 0;
}

#photo_frame span {
	font-size: 90%;
}

#uploading_msg {
	color: green;
	padding: 0 0 0 20px;
	margin: 0 0 0 15px;
	background: url(/images/site/gallery/uploader.gif) no-repeat center left;
	visibility: hidden;
}
 .admin_edit {
	color: #cc0000;
	font-size: 90%;
	font-weight: normal;
	font-family: Georgia, serif;
	padding: 2px;
}

#side_column .admin_edit {
	color: #cc0000;
	font-weight: bold;
	font-family: Georgia, serif;
	padding: 2px;
	font-size: 1em;	
}

#side_column .admin_edit:hover {
	color: #fff;

}

.admin_edit:hover {
	color: #fff;
	font-size: 90%;
	background: #cc0000;
	padding: 2px;
}

#gallery .admin_edit:hover {
	font-size: 85%;
}

#gallery .admin_edit {
	font-size: 85%;
}

.upload_success {
	color: green;
	border: 1px dashed green;
	padding: 5px 5px 5px 30px;
	background: #e7f8e9 url(/images/site/checkbox_green.png) no-repeat 8px center;
	margin: 0 0 20px 0;	
	width: 90%;
}

.upload_error {
	color: red;
	border: 1px dashed red;
	padding: 5px 5px 5px 30px;
	background: #fce8e8 url(/images/site/error.png) no-repeat 8px center;
	margin: 0 0 20px 0;
	width: 90%;
}

#gallery_wrap {
	margin: 20px 0 0 0;
	
}
#gallery_wrap p {
	width: 440px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#text_block {
	float: right;
	width: 440px;
}

#gallery {
	margin: 0 0 10px 0;
}

#gallery_wrap img {
	float: left;
}

#gallery li {
	padding: 5px 10px 5px 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	line-height: 1.15em;
}

/* gallery_nav
---------------------------------------------------------- */

#testimonials #gallery_nav, #stationery #gallery_nav, #styling #gallery_nav, #links #main_content {
	width: 600px;
}


#gallery_nav {
	width: 100%; /* Width of navigation bar. */
	float: left;
	xbackground: #fff url(/images/site/gallery/nav_bg.gif) repeat-x bottom; /* Tiling bottom image to create line */
	font-family: Verdana, Arial,'Sans Serif';
	font-size: 90%;
	font-weight: bold;
	margin: 30px 0 0 0;
	position: relative;
}

#gallery_nav.bottom {
    margin-top: 15px;
}

#gallery_nav li {
	float: left;
	background: url(/images/site/gallery/tab_both_left2.jpg) no-repeat left top;
	margin-left: 0px; 
	padding: 0 0 0 8px;
	list-style: none;
	border-bottom: 2px solid #593e33;
}

#gallery_nav a {
	display: block;
	background: url(/images/site/gallery/tab_both_right2.jpg) no-repeat right top;
	color: #a2685c;
	padding: 5px 12px 4px 4px;
	text-decoration: none;
	float: left; /* Makes most of the tab clickable */
}

#gallery_nav ul li#current_top_nav  { /* Because the tab image has on and off states in one image this positions it */
	background-position: 0 -150px;
	border-width: 0;
}

#current_top_nav a {
	background-position: 100% -150px;
	padding-bottom: 6px;
	color:#63392d;
	position: relative;

}

#gallery_nav li:hover, #gallery_nav li:hover a {
	color:#63392d;
}


/* end gallery_nav
---------------------------------------------------------- */

#photo_frame a img {
	border: 1px solid #333; /* borders of gallerey images */
}

#gallery li a img {
	border: 1px solid #333; /* borders of gallerey images */
}

.view {
	background: url(/images/site/zoom.png) no-repeat left center;
	padding: 0 0 0 20px;
	font-size: 90%;
}

/* form - (Copy from /css/styles)
---------------------------------------------------------- */
/*#interested_in {
	padding-top: 10px;
}*/

form {
	width: 440px; /* width of form */
}

.text_field input {
	background: #fff !important ;
}

.text_field input:focus, .text_area textarea:focus {
	background: #f8e6ef !important;
}
fieldset {
	margin: 0px 0 35px 0; /* spacing beneath each fieldset */
	padding: 0 1em 30px 1em; /* spacing inside fieldset */
	border: 1px solid #ccc;
	background: #f4f0f5;
	position: relative;

}


	
legend { /* style legend */
	font-weight: bold;
	font-family: arial;
	font-size: 1.15em;
	color: #63392d;
}


.text_field label, .text_area label, .select_box label { /* style label */
	display: block; /* forces label tag to block level element */
	margin: 10px 0 0 0; /* spacing between label and input field */
	
}
.radio_box, .check_box {
	margin: 0 0 .25em 0; /* space between radio buttons */
}

textarea {

}

.text_field, .text_area {
	margin: 0 0 0px 0; /* spacing between text-field items */
}

.required {
	color: #cc0000;
}

#main_content p.required {
	color: #cc0000;
	margin: 0 0 12px 0;
	font-size: 90%;
	font-style: italic;
}

/* stationery page
---------------------------------------------------------- */
#stationery_list {
	margin: 10px 0 0 10px;
}

#stationery_list li {
	background: url(/images/site/stat_icon.gif) no-repeat center left;
	padding: 0 0 0 20px;
}
/* link page
---------------------------------------------------------- */
#links #main_content h3 {
	margin: 0 0 10px 0;
}

.link_url {
	font-size: 90%;
}

.link_text {
	width: 415px;
	float: right;
	margin:  0 0 10px 0;
	font-size: 95%;
}

#main_content .link_text p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 100%;

}

.link img {
	padding: 8px;
	border: 1px solid #ccc;
	margin:  0 0 15px 0;
}

.link {
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
}

.link img {
	float: left;
}

/* delete page
---------------------------------------------------------- */
#yes {
	padding: 0 10px 0 10px;
	margin: 0 10px 0 0;
}

#cancel {
	padding: 0 3px 0 3px;
}

/* sitemap page
---------------------------------------------------------- */
#sitemap_links {
	margin: 0 0 0 40px;
}

#sitemap_links li {
	line-height: 2em;
}

#sitemap_links li a {
	color: #452c25;
	font-weight: normal;
	background: url(/images/site/sitemap_icon.gif) no-repeat 0px 5px;
	padding: 0 0 0 16px;
}

#sitemap_level2 li {
	line-height: 1.25em;
}

#sitemap_level2 li a {
	color: #a2685c;
	font-weight: normal;
	background: none;
	text-decoration: none;
}

#sitemap_level2 li a:hover {
	text-decoration: underline;
}

#sitemap_level2 {
	margin: 0 0 0 20px;
	line-height: 1.2em;
}

/* accessibility page
---------------------------------------------------------- */
#access {
	color: #a2685c;
	margin: 0 0 20px 20px;
}

.accessibility {
	color: #452c25;
	font-weight: bold;
	font-size: .9em;
}
/* footer
---------------------------------------------------------- */
#footer {
	color: #fff;
	margin: 75px 0 0px 0;
	font-size: 90%;
	background: #a49c9a url(/images/site/footer.jpg) no-repeat bottom left;
	height: 65px;
}

#footer p {
	text-align: center;
	padding: 5px 0 6px 0;
	font-size: .9em;
	font-style: normal;
	background: #a49c9a url(/images/site/footer_p_tile.jpg) repeat-y top left;*/

}

#footer a {
	color: #fff;
	text-decoration: none;
}


/* Additions - 25 - 09 -10
---------------------------------------------------------- */

h1.testimonials {
    float: left;
}

a.more_testimonials {
    font-weight: normal !important;
    color: #63392d;
    float: right;
    margin-right: 22px;

}





