@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GLOBAL BODY <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #666666;
	background-color: #3D3D37;
}
/* TABLE */
table td
{
	vertical-align: top;
}
/* INPUT */
input, select, textarea
{
	font-size: 8pt;
	vertical-align: middle;
	margin: 2px;
	
}
form {
	padding: 0px;
	margin: 0px;
}


/* GENERAL LINKS */
a, a:link, a:visited, a:active {
	text-decoration:none;
	border:none;
	color:#989898;
}
a:hover {
	color: #333333;
}

/* BORDER */
img, table, div {
	border: none;
}




/*------------*/
/* SIDE BAR   */
/*------------*/
#side_bar {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.sidebar_title {
	padding: 8px 30px;
}

.sidebar_separation_line {
	padding: 8px 0px 13px 30px;
}
.sidebar_section_name {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 30px 15px 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2C2923;
}
.sidebar_gallery_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 30px 15px 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2C2923;
}
.sidebar_gallery_title a:link, .sidebar_gallery_title a:visited, .sidebar_gallery_title a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.links_toggle_1 a:hover {
	color: #CCCCCC;
}

/*------------*/
/* NAVIGATION */
/*------------*/

.separator_row {
	font-size: 12px;
	font-weight: bold;
	color: #FABF03;
	padding: 2px 0px 2px 12px;
}

/* MAIN LEVEL 1 LINKS */
.links_toggle_1 {
	font-size: 12px;
	font-weight: bold;
	color: #659FE7;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	color: #CCCCCC;
	font-weight: bold;
	background: url(../images/sidelinks_link_background_off.png) no-repeat;
	padding: 3px 30px;
}

.links_toggle_1 a:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 30px;
}

/* LEVEL 2 LINKS */
.links_toggle_2 {
	font-size: 10px;
	font-weight: bold;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #DBDDD4;
	padding: 3px 30px;
}
.links_toggle_2 a:hover {
	color: #FFFFFF;
}

/*GALLERY LINKS*/

.gallery_links {
	font-size: 12px;
	font-weight: bold;
}

.gallery_links a:link, .gallery_links a:visited, .gallery_links a:active {
	display: block;
	color: #CCCCCC;
	font-weight: bold;
	background: url(../images/sidelinks_link_background_off.png) no-repeat;
	padding: 3px 30px;
}

.gallery_links a:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 30px;
}


/* ------------------------------*/
/* ---------->>> FOOTER <<<------*/
/* ------------------------------*/
#footer {
	padding: 20px 0px;
	font-size: 8pt;
	line-height: 1.4;
	color: #777672;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:#777672;
}
#footer a:hover {
	color:#666666;
}



/* -------------------------------*/
/* ---------->>> HOME LAYOUT <<<--*/
/* -------------------------------*/
.site_container {
	margin: 0px auto;
	text-align: center;
	width: 942px;
}
.site_shadow {
	float:left; 
	width: 10px;
}

/* ---------------*/
/* SHELL LAYOUT  */
/* -------------*/

/* SHELL PAGE */
.header {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

/* ROW TITLE */
.title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.sub_title {
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	margin: 50px 0px;
}
.black {
	color: #000000;
	padding: 15px 0px;
	margin: 15px 0px;
	border-bottom: 1px dotted #999999
}


/* PAGE TITLE */
.page_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #939180;
	border-bottom: 1px solid #989898;
	display: block;
}

.page_title_gallery {
	padding-bottom: 20px;
	font-size: 17px;
	color: #7F817B;
	display: block;
}
/* PAGE DESCRIPTION */
.page_description {
	font-size: 10pt;
	font-weight: normal;
	margin: 5px 0 15px 0;
}
/* ROW TITLE */
.row_title {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
.row_title_light {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}

/*CONTENT*/

#content {
	padding: 55px 37px 20px 37px;
}
#gallery_content {
	padding: 30px 37px 20px 37px;
}

/* LISTS */
.list_header {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background: #76715E;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}

.list_details {
	font-size: 9pt;
	color: #333333;
}
.list_details_light {
	font-size: 8pt;
	color: #FFFFFF;
}
.list_details_light a:link, .list_details_light a:visited, .list_details_light a:hover, .list_details_light a:active {
	color: #FFFFFF;
}


/* ACCOUNT */
.account_info {
	color: #98947A;
	font-size: 8pt;
	font-weight: bold;
}
.account_info a:link, .account_info a:visited, .account_info a:active{
	color: #98947A;
	font-weight: bold;
	text-decoration: none;
}
.account_info a:hover {
	color: #C1BC9D;
	font-weight: bold;
	text-decoration: none;
}


/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/

.border {
	border: 1px solid #BBBBBB;
}
.border_top {
	border-top: 1px solid #BBBBBB;
}
.border_right {
	border-right: 1px solid #BBBBBB;
}
.border_bottom {
	border-bottom: 1px solid #BBBBBB;
}
.dotted_border_bottom {
	border-bottom: 1px dotted #999999;
}
.border_bottom_thick {
	border-bottom: 4px solid #AAAAAA;
}
.border_left {
	border-left: 1px solid #BBBBBB;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> SHELL COLORS <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* THEME COLORS */
.theme_color {
	background-color: #FFFFFF;
}
.theme_color_compliment {
	background-color: #457FD2;
}
.theme_color_title_row {
	background-color: #457FD2;
}
/* LIST ROW COLORS */
.color1 {
	background-color: #E7E8DF;
}
.color2 {
	background-color: #FFFFFF;
}


.contact_us a:link, .contact_us a:visited, .contact_us a:active {
	float: left;
	padding: 32px 0 0 67px;
	color: #769253;
}
.contact_us a:hover {
	float: left;
	padding: 32px 0 0 67px;
	color: #333333;
}


/* BLOG */
.blog_archives_title
{
	font-size: 14px;
	margin: 4px auto;
}

.archives_title
{
	font-size: 12px;
	margin: 2px auto;
}




/* IMAGE ROLLOVERS */
.rollover {
	display: block;
}

.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}





.profiles_name {
	margin: 20px 0px 5px 0px;
}
.profiles_position {
	margin: 0px 0px 5px 0px;
	font-style: italic;
}

.portfolio_details_text {
	font-size: 13px;
	color: #BBBBBB;
	padding-top: 7px;
	border-top: 1px solid #444444;
	margin-top: 20px;
}
