/*-----------------------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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;margin:0;padding:0;vertical-align:baseline;}
* html body,html{position:relative;}
html *{outline:none;}

body{line-height:1;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ol,ul{list-style:none;}
blockquote{quotes:none;}
blockquote:before,blockquote:after{content:'';content:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
a img{border:none;}

a{text-decoration:none;}@font-face {
 font-family: _helvetica_neue_55_roman;
 src: url("/src/fonts/helvetica_55_roman.eot") /* EOT file for IE */
}
@font-face {
 font-family: _helvetica_neue_55_roman;
 src: url("/src/fonts/helvetica_55_roman.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: _helvetica_neue_55_roman;
 font-weight: bold;
 src: url("/src/fonts/helvetica_75_bold.eot") /* EOT file for IE */

}
@font-face {
 font-family: _helvetica_neue_55_roman;
 font-weight: bold;
 src: url("/src/fonts/helvetica_75_bold.ttf") /* TTF file for CSS3 browsers */

}

/*-----------------------Basic-------------------------------*/
html, body
{
	font-family: _helvetica_neue_55_roman, Helvetica, sans-serif;
	color: #716e78;
	line-height:18px;
	font-size:14px;
}

h1, h2, h3, h4
{
	color: #451900;
}

h1
{
	font-size: 24px;
	line-height: 28px;
}

h2
{
	font-size: 24px;
	line-height: 28px;
	margin-bottom:5px;
}

h3
{
	margin-bottom:10px;
	font-size: 20px;
	line-height: 100%;
}

h3 a,
h3 a:visited 
{
	color: #522100;
}

h5
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

p
{
	margin-bottom:10px;
}

a, a:visited
{
	color: #716e78;
}	

a:hover
{
	color: #522100;
}

input[type=text]
{
	padding:0 3px;
	margin:0;
	height:21px;
	border:1px solid #b1afb3;
	color: #716e78;
}

hr
{
	border:none;
	border-bottom:2px dotted #716e78;
	padding-top:15px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 40px 0; /*this will align it left for Mozilla*/
	opacity:0.25;
}

#user_content ul,
#user_sidebar ul,
#widget-assesment ul
{
	margin-left:14px;
	/*list-style: url('/src/images/general/arrow.png');*/
	list-style:circle;
}

#user_content li,
#user_sidebar li,
#widget-assesment li
{
	margin-bottom: 6px;
}

body
{
	width:980px;
	margin:0 auto;
}



/*------------------------header--------------------------------*/

#header
{
	background: url('/src/images/header/background.jpg');
	width:980px;
	height: 160px;
	position:relative;
}

#header h1 a
{
	margin:0;
	text-indent: -999px;
	display:block;
	position: absolute;
	left:20px;
	top:40px;
	width: 146px;
	height:91px;
	overflow: hidden;
	background: url('/src/images/header/logo.png');
}

#main_nav ul
{
	list-style: none;
	margin-left:0;
}

#main_nav li li,
#navid-65 ul
{
	display:none;
}

#main_nav li.active li
{
	display:list-item;
}

#main_nav
{
	position: absolute;
	bottom: 28px;
	left:215px;
	width:570px;
}

#main_nav li
{
	float:left;
	margin-right:38px;
	height: 1em;
	position: relative;
}

#main_nav li a
{
	color:#ffffff;
	font-weight: bold;
	font-size: 15px;
}

#main_nav li a:hover, #main_nav .active a
{
	color:#8cccc3;
}

#main_nav .active ul
{
	position:absolute;
	bottom:25px;
	left:0;
	width:180px;
}

#main_nav .active li
{
	float: none;
	height: 19px;
}

#main_nav .active li a
{
	color:#ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#main_nav .active li a:hover, #main_nav .active .active a
{
	color:#8cccc3;
}
#getquote
{
	position:absolute;
	right:0;
	top:80px
}

#header label[for='search']
{
	display:none;
}

#header .sisea-search-form 
{
	position:absolute;
	right:0;
	top:116px
}

.sisea-search-form #search
{
	width: 166px;
	height:23px;
	border:none;
	position: absolute;
	top:0;
	right: 24px;
	background: url('/src/images/header/search_background.png');
	color:#ffffff;
	font-size: 13px;
	text-transform: lowercase;

}

.sisea-search-form input[type='submit']
{
	width:24px;
	height: 23px;
	background: url('/src/images/header/search_background.png') right;
	border:none;
	cursor:pointer;
	overflow: hidden;
	text-indent: -500px;
	font-size: 0;
	position:absolute;
	top:0;
	right:0;
}

/*------------------------home Content--------------------------------*/
body.template-1 #main_container
{
	width: 784px;
	
}

body.template-1 #user_content
{
	background: #9d9fa7;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	height:120px;
	width:784px;
}

body#id-15 #user_content p
{
	padding:26px 65px 0 217px;
}

/*------------------------home CTA--------------------------------*/

#cta_wrapper
{
	width: 784px;
	background-color: #f3f3f3;
	height:426px;
}

#cta_wrapper h4
{
	height:41px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 30px 0 0 20px;
}

.cta
{
	width:196px;
	height:355px;
	float: left;
	position:relative;
}

.cta_description
{
	padding:0 10px 0 20px;
	border-left:solid 1px #b1afb3;
	height:159px;
}

#cta_1 .cta_description
{
	border-left:solid 1px #f3f3f3;
}

.cta_description h2
{
	font-size: 33px;
	margin:0 0 8px;
	font-weight: bold;
	line-height: 100%;	
}

.cta_description p
{
	font-size: 16px;
	margin:0;
	line-height: 19px;	
}

.cta a
{
	display:block;
	position: absolute;
	width:196px;
	height: 196px;
	bottom:0;
	color:#ffffff;
	
}

.cta_title
{
	display:block;
	position: absolute;
	width:171px;
	height:53px;
	font-weight: bold;
	font-size:20px;
	padding: 45px 0 0 25px;
	background:url('/src/images/cta/cta_link_background.png');
}

.cta_title:after
{
	content: url('/src/images/general/arrow_white.png');
	padding-left:5px;
}

.cta a:hover .cta_title
{
	background:url('/src/images/cta/cta_link_background_hover.png');
}

.work_blank
{
	width:196px; height:196px;
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
}


/*------------------------Services--------------------------------*/

#main_container
{
	
}

#breadcrumb
{
	font-size: 12px;
	margin: 20px 0 20px 216px;
}

.side_title
{
	font-size: 24px;
	line-height: 28px;
	width:176px;
	padding-left:20px;
	float:left;
	margin:0;
	height:98px;
	
}
#services_subnav
{
	background:#cae7de;
	width:156px;
	padding:20px;
	color: #716e78;
	font-size: 13px;
	line-height: 22px;
	float:left;
	clear:left;
}

#services_subnav .active .active
{
	background: #E4F4EF;
	width:176px;
	margin-left:-20px;
	padding-left:20px;
}
#services_subnav .active .active a
{
	color:#522100;
}
#services_subnav li,
#services_subnav .active a
{
	display:none;
}

#services_subnav li.active,
#services_subnav li.active  li
{
	display:block;
}

#services_subnav li
{
	line-height:17px;
	padding:5px 0;
}

#services_subnav .active ul a
{
	display:block;
}
.parent-64 #relevent_case_studies,
.parent-0 #relevent_case_studies
{
	display:none;
}

#services_mainnav
{
	width:784px;
	float:right;
}
#services_mainnav a
{
	display:block;
	width:196px;
	height: 98px;
	overflow:hidden;
	color:#ffffff;
	float:left;
	position: relative;
	cursor: pointer;
}

#services_mainnav .cta_title
{
	background: url('/src/images/services/service_nav_background.png') no-repeat;
}

#page_title
{
	width:568px;
	float:right;
	padding: 20px 0 0 20px;
}

.parent-64 #page_title
{
	display:none;
}

.template-9 #user_content
{
	width:558px;
	float:right;
	padding: 5px 10px 20px 20px;
}

.parent-64 #user_content
{
	background: #9d9fa7;
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	width:764px;
	float:right;
	padding: 20px 0 20px 20px ;
}

#user_sidebar 
{
	width:176px;
	padding:55px 0 0 20px;
	float:right;
	min-height: 300px;
}

.parent-64 #user_sidebar
{
	display:none;
}

#relevent_case_studies
{
	clear:both;
}

a.relevent_block
{
	width:196px; height:196px;
	display:block;
	overflow:hidden;
	float:left;
	color: #ffffff;
	position:relative;
}

.relevent_title
{
	font-size: 20px;
	line-height: 23px;
	width:176px; height:58px;
	background: url('../images/services/title_bkg.png') no-repeat;
	position:absolute;
	top:0; left:0;
	padding:40px 0 0 20px;
	font-weight: bold;
	display: block;
}

a.relevent_block:hover .relevent_title
{
	background: url('../images/services/title_bkg_hover.png') no-repeat;
}

/*
#services_mainnav a:hover .cta_title
{
	background:url('/src/images/cta/cta_link_background_hover.png');
}
*/
/*------------------------ Full Width --------------------------------------*/

/*------------------------ Basic + Widgets --------------------------------------*/


.template-11 #user_content
{
	width:548px;
	padding: 0 20px;
	float:left;
	padding-bottom: 20px;
}


#extras
{
	clear:left;
	width:784px;
}

#twitter_block
{
	
}

#twitter_logo
{
	float:left;
	width:176px;
	height:56px;
	margin-right:20px;
	background: url('/src/images/general/twitter.png') no-repeat center right;
}

.tweet
{
	background: #f3f3f3;
	padding:10px 20px;
	width:548px;
	margin-left: auto;
	height:36px;
}

.tweet p
{
	margin: 0;
}

#service_buttons
{
	clear: left;
}

.service_button
{
	width:196px;
	height:196px;
	float: left;
	position:relative;
}

.service_button_title
{
	background: url('/src/images/services/service_nav_background.png');
    font-size: 20px;
    font-weight: bold;
    height: 53px;
    padding: 45px 0 0 25px;
    position: absolute;
    width: 171px;
    color:#ffffff;
    display:block;
}

.service_button:hover .service_button_title
{
	background: url('/src/images/services/service_nav_background_hover.png');
}

.service_button_title:after
{
	content: url('/src/images/general/arrow_white.png');
	padding-left:5px;
}
/*------------------------work main --------------------------------------*/

#mainworks_first
{
	width:784px;
	height: 350px;
	float: left;
	position: relative;
	display: block;
	border-bottom: 1px solid #f3f3f3;
}

#firstwork_title
{
	font-size: 20px;
	line-height: 23px;
	width:568px; height:58px;
	background: url('/src/images/services/title_bkg.png') repeat-x;
	position:absolute;
	top:0; left:0;
	padding:40px 0 0 20px;
	font-weight: bold;
	color:#ffffff;
	z-index:11;
	display: block;
}

#firstwork_title_wrapper
{
	position:absolute;
	top:0; right:0px;
	z-index: 101;
	width:196px;
	height:350px;
	background:#cae7de;
	display: block;
}
#mainworks_first:hover #firstwork_title
{
	background: url('/src/images/services/title_bkg_hover.png') repeat-x;
}

#id-65 .side_title
{
	height:546px;
}

#firstwork_label
{
	color:#522100;
	font-size: 24px;
	line-height:27px;
	display:block;
	position:absolute;
	bottom: 16px; left: 20px;
	width:130px;
	padding-right:35px;
	background:url('/src/images/slideshow/arrow.png') bottom right no-repeat;
}
#mainworks_first:hover #firstwork_label
{
	background:url('/src/images/slideshow/arrow_hover.png') bottom right no-repeat;
}
#mainworks_first img
{
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

.left_border
{
	display:block;
	width:1px;
	background: #f3f3f3;
	height:196px;
	z-index:120;
	position:absolute;
	top:0; left: 0;
}

.right_border
{
	width:1px;
	background: #f3f3f3;
	height:196px;
	z-index:120;
	position:absolute;
	top:0; right: 0;
	display: block;
}

#id-65 .relevent_block
{
	border-bottom: 1px solid #f3f3f3;
}
.work_blank
{
	border-bottom: 1px solid #fff;
}

/*------------------------works individual--------------------------------*/
#work_title
{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	width:176px;
	padding:27px 0 0 20px;
	float:left;
	margin:0;
	height:148px;
	background:#A1B7B5;
}

#back_box
{
	position:relative;
	width:196px;
	height:175px;
	float:left;
	clear:left;
	margin:0;
	background:#cae7de;
}

#back_link
{
	display:block;
	position:absolute;
	bottom:25px; left: 20px;
	font-size: 15px;
	line-height: 20px;
	
}

#work_slideshow_back_btn
{
	display:block;
	position:absolute;
	width: 41px;
	height:68px;
	right: 0;
	bottom: 0;
	background: url('/src/images/work/back_btn.png');
}
#work_slideshow_back_btn:hover
{
	background: url('/src/images/work/back_btn_hover.png');
}

#fwd_box
{
	width:196px;
	height: 350px;
	background: #cae7de;
	position: relative;
	float:right;
}

#next_work
{
	display:block;
	position:absolute;
	top:30px; right: 20px;
	font-size: 15px;
	line-height: 20px;
}

#next_work img,
#back_link img
{
	display:inline-block; 
	vertical-align: text-bottom;
	padding-bottom:3px;
}

#work_slideshow_fwd_btn
{
	display:block;
	position:absolute;
	width: 41px;
	height:68px;
	left: 0;
	bottom: 0;
	background: url('/src/images/work/fwd_btn.png');
}
#work_slideshow_fwd_btn:hover
{
	background: url('/src/images/work/fwd_btn_hover.png');
}
#work_slideshow
{
	width:588px; 
	height: 350px;
	float:right;
	overflow: hidden;
	position:relative;
}

#work_slideshow_rail
{
	height:350px;
	position: absolute;
	left:0;
}

#work_slideshow_paging
{
	width:135px;
	height:16px;
	position:absolute;
	right:20px;
	bottom:26px;
}

#work_slideshow_paging div
{
	width:17px;
	height:16px;
	background: url('/src/images/work/pagemarker_default.png') no-repeat;
	float:right;
	margin-left:5px;
}

#work_slideshow_paging div.active
{
	background: url('/src/images/work/pagemarker_active.png') no-repeat;
}

.template-8 #user_content h3,
#left_info h3
{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin:0;
	color:#716e78;
}

#left_info
{
	width:176px;
	float: left;
	padding:30px 0 0 20px;
	clear: both;
}
.template-8 #user_content
{
	padding:30px 0 0 20px;
	width:568px;
	margin-bottom:20px;
	float:left;
}


.work_pic
{
	float:left;
}

#more_work
{
	clear:both;
}

#random_works
{
	width:588px;
	float:left;
}

a.moreworks_block
{
	width:196px; height:196px;
	display:block;
	overflow:hidden;
	float:left;
	color: #ffffff;
	position:relative;
}

.moreworks_title
{
	font-size: 20px;
	line-height: 23px;
	width:176px; height:58px;
	background: url('/src/images/services/title_bkg.png') no-repeat;
	position:absolute;
	top:0; left:0;
	padding:40px 0 0 20px;
	font-weight: bold;
	display:block;
}

a.moreworks_block:hover .moreworks_title
{
	background: url('/src/images/services/title_bkg_hover.png') no-repeat;
}
/*------------------------Who we are--------------------------------*/
.template-12 #user_content
{
	width:548px;
	padding: 0 20px;
	float:left;
	padding-bottom: 20px;
}

#staff_grid
{
	position:relative;
}

.grid_item
{
	width:196px;
	float: left;
	height:196px;
	overflow: hidden;
}
.grid_item_double
{
	width:392px;
	float: left;
	height:196px;
	overflow: hidden;
}

.grid_item img
{
	float: left;
	display:block;
}

#title_box
{
	background: #f3f3f3;
	padding:20px;
	width: 156px;
	height:156px;
}

.staff_box
{
	cursor: pointer;
}

.staff_name,
.staff_bio
{
	display:none;
}

#staff_info_hover
{
	height: 66px;
	background: url('/src/images/whoweare/bubbles.png') no-repeat bottom left;

	padding-left:7px;
}

#staff_info_text
{
	padding: 5px 10px 0 10px;
	height: 40px;
	background: #cae7de;
}

#bio_box_wrapper
{
	width:392px;
	height:196px;
	background: url('/src/images/whoweare/fish.jpg');
	color: #fff;
}

#bio_box
{
	padding:20px;
	width:352px;
	height: 156px;
	background: url('/src/images/whoweare/fish_overlay.png');
}

.blank_grid_item
{
	width:196px;
	float: left;
	height:196px;
	overflow: hidden;
	background:#e8e9e9;
}

/*------------------------contact--------------------------------*/

#contact_form
{
	width:548px;
	padding:20px;
	margin-left:196px;
	background:#f3f3f3
}

#contact_form h5
{
	font-size: 13px;
	font-weight: bold;
	margin:5px 0 5px 0;
}
#contact_form .float-right div
{
	font-size: 12px;
	line-height: 16px;
}
#contact_form .float-right
{
	width:270px;
}

#contact_form input[type='text']
{
	margin-bottom: 11px;
	width:250px;
}

#contact_form input[type='checkbox']
{
	margin:2px 10px 2px 0;
	padding:0;

}
#message
{
	width:100%;
	height:135px;
	clear:both;
	color:#716e78
}

#contact_form input[type='submit']
{
	float:right;
	background: url('/src/images/general/contact_submit.png');
	width:75px;
	height:19px;
	border: none;
	margin-top:5px;
	cursor: pointer;
}

#gmaps
{
	float:left;
	margin-left:196px;
}

#twitter_block
{
	clear:left;
}

/*------------------------Web quote--------------------------------*/
#contact_form h6
{
	font-size: 11px;
	font-weight: bold;
}
#contact_form .kinda_small
{
	font-size: 10px;
	line-height: 13px;
}

#contact_form p
{
	width:250px;
	font-size: 12px;
	line-height: 17px;
}
#id-97 #contact_form
{
	font-size: 12px;
	line-height: 17px;
	position:relative;
	padding-bottom: 9px;
}
.form-radio
{
	margin: 0 5px 8px 0;
}

#comments
{
	width:100%;
	height:135px;
	clear:both;
	color:#716e78
}

#contact_form hr
{
	padding: 15px 0 0 0;
	margin:0 0 15px 0;
}

#website 
{
	margin:0;
}

.nomargin
{
	margin:0;
}
.aligntobottom
{
	position:absolute;
	bottom:20px;
	right:20px;
}
/*------------------------downloads--------------------------------*/

#download_content
{
	width: 588px;
	margin-left:196px;

}

#download_form_container
{
	padding:20px;
	background: #f3f3f3;
	height:105px;
}

#social_download_wrapper
{
	width:200px;
	float:left;

}

.social_download
{
	display:block;
	width:130px;
	clear:both;
	height:38px;
}

.social_download span
{
	height:29px;
	display:block;
	float:left;
	line-height: 29px;
}

.IN-widget
{
	display:block;
	width: 130px;
}

.social_download img
{
	vertical-align: middle;
	float:right;
}

#download_form
{
	float:left;
	width:268px;
	margin-top: -15px;
}

#download_form input[type='text']
{
	float:left;
	width:260px;
	margin-bottom:5px;
}

#download_form input[type='submit']
{
	background: url('/src/images/general/contact_submit.png');
	width:75px;
	height:19px;
	border: none;
	cursor: pointer;
	float:right;
}
#download_item_wrapper
{
	margin-top:20px;
	position:relative;
}

#download_mask
{
	position:absolute;
	width:196px;
	height:100%;
	background: #fff;
	opacity:0.6;
	left:0;
	top:0;
	z-index:50;
}

.download_item
{
	width:588px;
}
.download_desc
{
	min-height:156px;
	width:352px;
	padding:20px 20px 20px 0;
	margin-left:20px;
	float:right;
	border-bottom:1px solid #b1afb3;
}
/*------------------------Sidebar--------------------------------*/

#widget_sidebar
{
	width:196px;
	float:right;
}
.widget 
{
	padding:0 15px 0 20px;
	font-size: 14px;
	line-height: 17px;
	color: #716e78;
}
.widget h3
{
	font-size: 20px;
	background: #9d9fa7;
	width:176px;
	margin-left:-20px;
	padding-left:20px;
	height:30px;
	display:block;
	line-height:32px;
}

.widget p
{
	/*padding-right: 15px;*/
}

#widget-assesment
{
	background:#cae7de;
	min-height:220px;
}

#widget-assesment h4, 
#widget-assesment h5
{
	color:#451900;
	font-size: 20px;
	line-height: 23px;
}

#widget-assesment h4
{
	font-weight: bold;
	padding-top:20px;
}

#widget-assesment h5
{
	margin-bottom:10px;
}

.clear_float
{
	clear:both;
}

#widget-follow
{
	height:97px;
}

#follow_images
{
	margin-top:15px;
	width:176px;
}

.share_btn
{
	width:28px; height:28px;
	margin-right: 6px;
	float:left;
	display:block;
}

#share_facebook { background: url('/src/images/widgets/share_facebook.png') no-repeat;}
#share_facebook:hover { background: url('/src/images/widgets/share_facebook_hover.png') no-repeat;}
#share_twitter { background: url('/src/images/widgets/share_twitter.png') no-repeat;}
#share_twitter:hover { background: url('/src/images/widgets/share_twitter_hover.png') no-repeat;}
#share_linkedin { background: url('/src/images/widgets/share_linkedin.png') no-repeat;}
#share_linkedin:hover { background: url('/src/images/widgets/share_linkedin_hover.png') no-repeat;}
#share_youtube { background: url('/src/images/widgets/share_youtube.png') no-repeat;}
#share_youtube:hover { background: url('/src/images/widgets/share_youtube_hover.png') no-repeat;}
#share_rss { background: url('/src/images/widgets/share_rss.png') no-repeat;}
#share_rss:hover { background: url('/src/images/widgets/share_rss_hover.png') no-repeat;}



#widget-subscribe 
{
	height:153px;
	background: #e8e9e9;
}

#widget-subscribe form
{
	width:176px
} 

#widget-subscribe input[type='text']
{
	width:142px;
	height:16px;
	margin-bottom:5px;
	float:left;
	border:1px solid #b1afb3;
}

#subscribe-submit
{
	width:23px;
	height:18px;
	background: url('/src/images/general/submit_btn.png');
	border:none;
	text-indent: -500px;
	cursor: pointer;
	float: right;
	
}
#widget-download
{
	height: 230px;
}
#widget-download h3
{
	background:none;
	padding-top:10px;
	margin-bottom:5px;
}

#widget-blog
{
	padding-right:0 !important;
}

#blog_feed
{
	list-style: url('/src/images/general/arrow.png');
	margin-left:15px;
	font-size: 16px;
	line-height: 19px;
	
}
#blog_feed li
{
	margin-bottom:10px;
}

/*-----------------------footer-------------------------------*/

html, body, #wrapper { height: 100%; }
body #wrapper { height: auto; min-height: 100%; }
#main_container { /*padding-bottom: 162px;*/ }
#footer
{
	background: #e8e9e9;

	font-size: 13px;
	line-height: 16px;
	
	clear: both;
	position: relative;
	
	

}




.footer_links
{
	float:left;
	padding:20px;
	padding-bottom: 0;
}

#footer_04 h5
{
	font-size: 13px;
	line-height: 16px;
	color: #716e78;
	width:60px;
	float:left;
}

#footer_04 ul
{
	padding-left: 20px;
	float:right;
	list-style: url('/src/images/general/arrow.png');
}

#user_footer
{
	clear: both;
	padding: 0 20px 0 0;
	position: relative;
	text-align: right;
	top: -16px;
	width: 300px;
	left:660px;
}

#user_footer p
{
	margin:0;
}
/*-----------------------popup-------------------------------*/
#popup
{
	position:fixed;
	top:0;
	left:0;
	background-image: url('/src/images/general/popup-overlay.png');
	z-index:200;
}

#popup-box
{
	width:400px;
	margin:200px auto 0;
	background:#fff;
}

#popup-message
{
	padding:20px 20px 10px 20px;
	margin:0 auto;
}

#popup-btn a
{
	padding:5px 10px;
	color:#fff;
	background: #716e78;
	border:1px solid #b1afb3;
	display:inline-block;
	cursor: pointer;
	text-align:center;
}

#popup-btn a:hover
{
	background: #522100;
}

#popup-btn
{
	text-align: center;
	padding:0 0 20px 0;
}
/*-----------------------search results-------------------------------*/
.sisea-result h3
{
	margin: 10px 0 0 0;
}

.sisea-highlight
{
	font-weight: bold;
	color: #522100;
	font-size: 130%;
}

/*-----------------------misc-------------------------------*/

.width-4
{
	width:784px;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}
.clear_float
{
	clear: both;
}
