/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

@font-face {
	font-family: 'LatoBlackItalic';
	src: url('./fonts/Lato-BlackItalic-webfont.eot');
	src: local('?'), url('./fonts/Lato-BlackItalic-webfont.woff') format('woff'), url('./fonts/Lato-BlackItalic-webfont.ttf') format('truetype'), url('./fonts/Lato-BlackItalic-webfont.svg#webfontrnJeSSUP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoBlack';
	src: url('./fonts/Lato-Black-webfont.eot');
	src: local('?'), url('./fonts/Lato-Black-webfont.woff') format('woff'), url('./fonts/Lato-Black-webfont.ttf') format('truetype'), url('./fonts/Lato-Black-webfont.svg#webfontx1AeDq9C') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoItalic';
	src: url('./fonts/Lato-Italic-webfont.eot');
	src: local('?'), url('./fonts/Lato-Italic-webfont.woff') format('woff'), url('./fonts/Lato-Italic-webfont.ttf') format('truetype'), url('./fonts/Lato-Italic-webfont.svg#webfontK66ymxTv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoRegular';
	src: url('./fonts/Lato-Regular-webfont.eot');
	src: local('?'), url('./fonts/Lato-Regular-webfont.woff') format('woff'), url('./fonts/Lato-Regular-webfont.ttf') format('truetype'), url('./fonts/Lato-Regular-webfont.svg#webfontwlOsaZaJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #222 url(./images/bg.jpg) repeat-y top center;
	color: #666;
	font-family: 'LatoRegular', Arial, sans-serif;
	font-size: 100.01%;
	line-height: 1.375em;
}

a {color: #2168c2; text-decoration: none; font-family: 'LatoBlackItalic', Arial, sans-serif; letter-spacing: .5px;}
a:hover {color: #666;}

em, i {font-family: 'LatoItalic', Arial, sans-serif; font-style: normal;}
strong, b {font-family: 'LatoBlack', Arial, sans-serif; font-weight: normal;}

h1, .ContentHeader {font-size: 2.5em; font-family: 'LatoBlack', Arial, sans-serif; color: #666; font-weight: normal; line-height: 1em; margin: .5em 0 .75em;}
h2, .ContentSubHeader, .SidebarLabel {color: #333; font-size: 1.75em; font-weight: normal; font-family: 'LatoBlackItalic', Arial, sans-serif; line-height: 1em; margin: 1.6em 0 .65em;}
h3 {font-family: 'LatoBlack', Arial, sans-serif; font-size: 1.15em; font-weight: normal; margin: 0;}

hr {height: 1px; background: #ddd; color: #ddd; border: none; margin: 1.25em 0; .margin: 1em 0;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#topbar {height: 40px; width: 940px; margin: 0 auto; position: relative;}

#wrapper {
	font-size: .875em;
	height: auto; width: 980px;
	margin: 0 auto; margin-bottom:40px;
}

	#container_top {background: url(./images/container_top.png); height: 10px; width: 980px;}

	#header {
		background: #fff;
		border-bottom: 1px solid #ddd;
		height: 110px; width: 940px;
		padding: 0 20px;
		position: relative; z-index: 9999;
	}
	
		#navbar {position: absolute; right: 20px; top: 30px; }
		
	#flashbox {background: #fff url(./images/loader.gif) no-repeat 454px 109px; height: 250px; width: 940px; padding: 20px 20px 0;}
	
	#sales_buttons {
		background: #fff;
		border-bottom: 1px solid #ddd;
/* ---		height: 50px; width: 940px;--- */
		padding: 10px;
		position: relative;
	}
	
	#primary {
		background: url(./images/primary_bg.png);
		border-bottom: 1px solid #ddd;
		float: left;
		height: auto; width: 940px;
		padding: 0 20px;
	}
	
		#description {
			float: left;
			height: auto; width: 280px;
			margin: 30px 40px 30px 10px;
			*padding: 0 0 30px;
		}
		
		#recent_work {
			float: left;
			height: auto; width: 280px;
			margin: 30px 40px 30px 20px;
			*padding: 0 0 30px;
		}
		
		#features {
			float: left;
			height: auto; width: 240px;
			margin: 30px 0 30px 20px;
			*padding: 0 0 30px;
		}

	#testimonials {
		background: #fff url(./images/quote.png) no-repeat;
		border-bottom: 1px solid #ddd;
		clear: both;
		float: left;
		width: 940px;
		padding: 20px;
	}
	
	#footer {background: #fff; clear: both; height: 120px; width: 940px; padding: 20px 20px 10px 20px;}
	
	#container_bottom {background: url(./images/container_bottom.png); clear: both; height: 10px; width: 980px; margin: 0px;}

	#main_content {visibility: hidden; position:absolute; width:1px; height:1px; overflow:hidden; }
	
/*------------------ Subpage --------------------*/

#sub_primary {
	background: url(./images/sub_primary.png);
	border-bottom: 1px solid #ddd;
	float: left; 
	height: auto; width: 940px;
	margin: -20px 0 20px;
	padding: 20px 0 20px;
}

	#sub_primary_sans {
		background: #fff;
		border-bottom: 1px solid #ddd;
		float: left; 
		height: auto; width: 940px;
		padding: 20px;
		*padding: 30px 20px 20px;
	}
	
#main {float: left; height: auto; width: 640px; margin: 0;}

	#main_sans_sidebar {float: left; height: auto; width: 940px; margin: 0;}

#sidebar {float: right; height: auto; width: 260px;}

	#no_sidebar {display: none;}
	
#sub_footer {background: #fff; clear: both; height: 120px; width: 940px; padding: 20px 20px 10px 20px;}

/*------- Design Page -------*/

.design_thumb {position:relative; height:150px; width:150px; display:block;}

.design_thumb span {background: url(/sr/images/new_banner.png);
	height:56px; width:56px;
	position:absolute; right:0px; bottom:0px;
	display:block;
	text-indent: -9999px;
}

.design_thumb {border: 5px solid #eee; margin: 0 0 5px;}
.design_thumb:hover {border: 5px solid #2168c2; margin: 0 0 5px;}

#design {background: url(./images/sub_primary.png) repeat-y; border-top: 1px solid #ddd; float: left; height: auto; width: 940px; padding: 20px 0; margin: 10px 0 -20px; *margin: 10px 0 -39px;}
#design_main {float: left; height: auto; width: 640px;}
#design_sidebar {float: right; height: auto; width: 280px; padding-left: 20px;}

	#design_main img {margin: 0 0 20px;}
	#design_sidebar h2 {margin: 0 0 20px;}

	.widget {background: url(./images/widget_repeat.png) repeat-y; height: auto; width: 240px; padding: 0 20px 10px;}
	.widget_top {background: url(./images/widget_top.png); height: 10px; width: 280px;}
	.widget_bottom {background: url(./images/widget_bottom.png); height: 10px; width: 280px; margin: 0 0 20px;}
	
	.widget h3 {margin: 0 0 10px; padding: 10px 0; width: 240px; border-bottom: 1px solid #ddd;}

#design_nav {height: 60px; width: 280px; list-style: none; margin: 0 0 20px; padding: 0;}
#design_nav li {float: left;}

.design_nav_prev {
	background: url(./images/design_nav.png);
	display: block;
	height: 60px; width: 83px;
	text-indent: -9999px;
}
.design_nav_library {
	background: url(./images/design_nav.png) -83px 0;
	display: block;
	height: 60px; width: 111px;
	text-indent: -9999px;
}
.design_nav_next {
	background: url(./images/design_nav.png) -194px 0;
	display: block;
	height: 60px; width: 86px;
	text-indent: -9999px;
}


	.design_nav_prev:hover {background: url(./images/design_nav.png) 0 -60px;}
	.design_nav_library:hover {background: url(./images/design_nav.png) -83px -60px;}
	.design_nav_next:hover {background: url(./images/design_nav.png) -194px -60px;}
	
	.design_nav_prev:active {background: url(./images/design_nav.png) 0 -120px;}
	.design_nav_library:active {background: url(./images/design_nav.png) -83px -120px;}
	.design_nav_next:active {background: url(./images/design_nav.png) -194px -120px;}
	

/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	height: 50px; width: 215px;
	position: absolute; top: 27px; left: 30px;
}

#header_info {
	color: #666;
	font-size: .875em;
	position: absolute; right: 0; top: 7px;
	text-align: right;
	width: auto;
}

	.phone {color: #fff;}

	#header_info h2, #header_info h1 {
		color: #ccc;
		display: inline;
		font-family: 'LatoBlackItalic', Arial, sans-serif;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: .5px;
		margin: 0;
	}

	#header_social_media {position: absolute; top: 6px; right: 0;}
	#header_social_media a {margin-left: 3px;}


/*------------------ Sales Buttons --------------------*/	
	
#button_order {
	background: url(./images/button_order.png);
	display: block;
	height: 50px; width: 215px;
	position: absolute; right: 20px;
	text-indent: -9999px;
}
	
	#button_order:hover {background-position: 0 -50px;}
	#button_order:active {background-position: bottom;}
	
#image_links {list-style: none; margin: 0; padding: 0;}

	#image_links li {display: inline; float: left;}
	
	#image_links li a {display: block; height: 50px; width: 235px; text-indent: -9999px;}
	
	#image_link1 {background: url(./images/image_links.png);}
	#image_link2 {background: url(./images/image_links.png) -235px 0;}
	#image_link3 {background: url(./images/image_links.png) -470px 0;}
	
	#image_link1:hover {background-position: 0 -50px;}
	#image_link2:hover {background-position: -235px -50px;}
	#image_link3:hover {background-position: -470px -50px;}
	
	#image_link1:active {background-position: 0 -100px;}
	#image_link2:active {background-position: -235px -100px;}
	#image_link3:active {background-position: -470px -100px;}
	
/*------------------ Description --------------------*/

#heading_description {
	background: url(./images/heading_description.png) no-repeat;
	height: 80px; width: 280px;
	margin: 0 0 20px;
	text-indent: -9999px;
}


/*------------------ Recent Work --------------------*/

#heading_design {
	background: url(./images/heading_design.png);
	height: 80px; width: 211px;
	margin: 0 0 20px;
	text-indent: -9999px;
}

#mini_portfolio {
	float: left;
	height: auto; width: 280px;
	list-style: none; 
	margin: 0; padding: 0;
}

	#mini_portfolio li {float: left;}
	
	#mini_portfolio li a {
		border: 5px solid #ddd;
		display: block;
		height: 60px; width: 60px;
		margin: 0 20px 20px 0;
	}
	
		#mini_portfolio li a:hover {border: 5px solid #2168c2;}
	
	#mini_portfolio li a img {height: 60px; width: 60px;}

/*------------------ Recent Work --------------------*/

#heading_features {
	background: url(./images/heading_features.png);
	height: 80px; width: 240px;
	margin: 0 0 20px;
	text-indent: -9999px;
}


/*------------------ Testimonials --------------------*/
	
#testimonial_content {float: left; width: 740px; margin: 0 20px 0 80px; }

#view_all_testimonials {float: right; width: 100px; text-align: center;}
	
	
/*------------------ Footer --------------------*/

#logo_mini {
	display: block;
	float: left;
	height: 41px; width: 51px;
}

#sub_menu {float: right; margin: 0; width: 580px;}
	
	#secondary_nav {float: right; list-style: none; margin: 0 0 8px; padding: 0;}
	#secondary_nav li {border-right: 1px solid #ccc; display: inline; padding: 0 8px 0 3px; .padding: 0 5px 0 8px;}
	#secondary_nav li.last {border: none; padding: 0 0 0 3px; .padding: 0 0 0 8px;}
		
		#social_media_links_list {clear: both; display: block; list-style: none; margin: 0 0 15px; padding: 0; text-align: right;}
		#social_media_links_list li {display: inline;}
		#social_media_links_list li a {padding-left: 3px;}
		
	#footer_info {clear: both; float: right; text-align: right;}
		

/*------------------ 3k. Breadcrumbs --------------------*/

#breadcrumbs {
    background: #eee;
    margin: 0 0 10px 0;
	min-height: 30px;
	padding: 10px;
}

	#breadcrumbs_trail a {
		background: #fff url(./images/breadcrumb_endcap.png) right no-repeat;
		border: none;
		display: block;
		float: left;
		margin-right: 5px;
		padding: 5px 10px;
	}

	#printable {
		background: url(./images/icon_printer.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 7px;
		overflow: hidden;
	}
	
		#printable a {background: none; text-indent: -9999px;}
		
	#rss {
		background: url(./images/icon_feed.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 0;
		text-indent: -9999px;
	}


/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {cursor: pointer; list-style-type: none; margin: 0px; padding: 0px; position: relative; text-align:left; z-index: 1999; }
.menu {margin-top:5px;}
.menu li {float: left;}
.menu li:hover>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {margin: 0; height: 35px; vertical-align:middle;}
img.cssnavlevelone {border: 0;}

/* ------ Container Positioning ------ */

/* first level sub menu container */
.menu li ul {display: none; position:absolute}
/* 2nd level sub menu container (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}
/* 3rd+ level sub menu container */
.menu li ul li ul {left: 172px; margin-top: -31px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	/* border-left: 1px solid #eee; */
	color: #666;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px 10px; 
	text-transform:uppercase;
	text-decoration: none;
}

	.menu a.first {border-left: none;}

/* 2nd+ level styles */
.menu li ul li a {
	background: #eee;
	border-bottom: 1px solid #f9f9f9;
	font-family: 'LatoRegular', Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	padding: 5px 10px 5px; 
	width: 150px; 
}
	
/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {color: #fff; background: #2168c2; cursor: pointer; display: block; }

/* 1st level active page button color or bg */
a.active {background:; color: #2168c2;}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {background: #2168c2;}

/* 2nd+ level rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {color: #fff; background: #2168c2; border-bottom: 1px solid #2168c2; cursor: pointer; display: block;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {color: #fff; background: #2168c2; border-bottom: 1px solid #2168c2; }

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {color: #fff; background: #2168c2; border-bottom: 1px solid #2168c2;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position:relative;height:35px;overflow:hidden;display:block}
#navbar .navimg {position:relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top:-35px;}

/* active states */
#navbar a.active img {top:-70px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*---------- ie6 MAIN MENU hacks -----------*/

/* --- prevent menu from going full-width on top of logo --- */
* html #navbar .menu {float:right; }
* html #navbar {width:720px;}

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#2168c2; color:#fff;}
* html #navbar a.active:hover {color: #fff; background: #2168c2; }

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #2168c2; color: #fff;}
* html #navbar table a.active:hover {color: #fff; background: #2168c2; }

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-11px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}


/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #eee;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #eee;
	border: 2px solid #fff;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #2168c2;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #333; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#2168c2;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #2168c2;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #2168c2;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #2168c2; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #ddd;}
.WeekendDay, .WeekDay {background: #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #666;}

.ColumnHeader {color: #fff; background: #666; font-weight: bold; padding: 5px;}


/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #ddd; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #eee; border: 1px solid #ddd;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #666;}

form {margin: 0px; padding: 0px;}
input, select {vertical-align:middle;margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #eee; margin: 0 0 5px; vertical-align: middle; text-align: left;}
.PicOn {border: 5px solid #2168c2; margin: 0 0 5px; vertical-align: middle; text-align: left;}

.GraphBar {background: #2168c2; margin: 0 10px;}

.RequiredFieldLabel {font-family: 'LatoBlack', Arial, sans-serif; font-weight: normal;}
.SmallNote {font-size: .75em; font-style: italic;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%; border-collapse: collapse;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #ddd; text-align: left;}
.contentTable th {color: #666; border-bottom: 2px solid #ddd; text-align: left;}
.contentTable th strong, .itemTable th strong {font-size: 100%;}
.contentTable th span {font-size: 100%; font-weight: normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding: 5px;}
.itemTable th {border-bottom: 1px solid #ddd;color: #666;padding-right: 20px;text-align: right;width: 100px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}

.checkbox {border: none; padding:0; margin:2px; margin-right:5px;}
.radio {border: none; padding:0; margin:2px; margin-right:5px;}

table.contentTable {} 
.contentTable td {border-bottom: 1px solid #ccc;text-align:left;}
.contentTable td strong {color:#555555;}
.contentTable td a strong {color: #2168c2;}
.contentTable td a:hover strong {color: #2168c2;}
.contentTable th {color:#ff9900;border-bottom: 1px solid #2168c2;text-align:left;font-size:120%;}
.contentTable th strong {font-size:120%;}
 
fieldset {
 border:1px solid #ddd;
 padding:15px 15px 15px 15px; margin-bottom:15px;
}
fieldset legend { color:#666; font-weight:bold; * margin-bottom:15px;}

.borderbox {border: 1px solid #ddd; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	font-family:"trebuchet ms",georgia,arial,sans-serif;
	font-weight:bold;
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px; 
	letter-spacing: 0px; 
	margin:1px; 
	padding: 5px 7px; 
	overflow: visible; 
	vertical-align: middle; 
	text-transform:uppercase;
}
.smallbutton, .smallselect, .smallinput {font-size: 10px; font-weight: normal; padding: 2px; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton {cursor: pointer;}
.smallselect {border: none;}

input, select,  .textareainput {border: 1px solid #ddd; padding: 5px;}
input:focus, select:focus, .textareainput:focus, .iefocus {border: 1px solid #2168c2;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */


/* --- custom buttons --- */
.smallbutton, .submitbutton {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 8px 10px;
	text-decoration: none;
	width: auto;
	text-transform:uppercase;
}

.smallbutton, .submitbutton {
	background: #e9e9e9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c9c9c9');
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#c9c9c9));
	background: -moz-linear-gradient(top,  #eeeeee,  #c9c9c9);
	color: #444;
	border: 1px solid #c9c9c9;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}
.smallbutton:focus, .submitbutton:focus {color:#444;border: 1px solid #c9c9c9;} /* --- no ff text color change --- */
*+html .smallbutton, * html .smallbutton, *+html .big_button, * html .big_button {border:1px solid #fff; background-color:#c9c9c9; margin:0 -1px;}

.smallbutton:hover, .submitbutton:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dddddd');
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd));
	background: -moz-linear-gradient(top,  #f9f9f9,  #ddd);
}
*+html .smallbutton:hover, * html .smallbutton:hover, *+html .submitbutton:hover, * html .submitbutton:hover {border:1px solid #fff; background-color:#c9c9c9; margin:0 -1px;}
/* --- custom buttons --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */



