@charset "utf-8";
@import url('studysparkz_menu.css');
.blogvis {
	display:none;
	visibility:hidden;
}

/* CSS Document for Study Sparkz */
/* copyright 2009 Sleight-of-Hand Studios */

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #361B93;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FBA742;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #BECDF3;
	color: #361B93;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FBA742;
	border-bottom: 1px solid #EEE;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: 1px solid #BECDF3;
	border-bottom: 1px solid #BECDF3;
	border-top: 1px solid #361B93;
	border-right: 1px solid #361B93;
	background-color: #FFF;
}
p {
	font-size: 1.4em;
	margin: 0 0 1em;
	color: #000;
}
h1 {
	font-size: 2.2em;
	line-height: 1.1;
	margin:0 0 .5em;
	color: #361B93;
}
h2 {
	font-size: 1.8em;
	color: #FBA742;
}
h3 {
	font-size: 1.4em;
	color: #361B93;
	text-transform: uppercase;
}
h4 {
	font-size: 1.4em;
	color: #422899;
}

body {
	background-color: #DFE7F9;
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-size: 55%;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	margin:1em 5px;
	font-size:1.4em;
	line-height:1.4em;
	font-style: italic;
	color: #331992;
	font-weight: bold;
}
#container {
	margin: 0 auto;
	background-color: #FFF;
}
#header {
	float: left;
}
#content ul {
	font-size: 13px;
	color: #000;
}

#sparkzlogo {
	margin-top: 20px;
}

#sparkzlogo2 {
	margin-top: 03px;
}
#callMsg {
	margin-top: 40px;
	background-color: #becdf3;
	height: 55px;
}
#callMsg2 {
	margin-top: 10px;
	background-color: #becdf3;
	height: 50px;
}
#callMsg p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	text-align: center;
	color: #001a96;
	position:relative;
	top: 15px;
}

#callMsg2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	text-align: center;
	color: #001a96;
	position:relative;
	top: 15px;
}
#navMain {
	margin-left: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 960px;
	padding-top: 0px;
	height: 29px;
	background-image: url(../images/navbarback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
	z-index:1020;
	
}
html > body #navMain {
	height: auto;
	min-height: 30px;
}
/*#navMain ul { ---------------------from 1st release single level CSS-based Horiz menu
	margin: 0 5px;
	padding: 0px;
}
#navMain li {
	text-decoration:none;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-align: left;
	color: #331992;
	line-height: 100%;
	padding-bottom: 2px;
	padding-top: 1px;
	display: inline;
	float: left;
	margin:3px 15px;
}
#navMain a:link, #navMain a:visited, #navMain a:hover, #navMain a:focus {
	color: #331992;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}
#navMain a:visited {
	color: #551a8b;
	padding: 0 .2em;
}
#navMain a:hover, #navMain a:focus {
	font-weight: bold;
	background-color: #becdf3;
	border-width:0 2px;
	border-color:#331992;
	border-style:solid;
	padding: 0 2px;
}
*/
#contentLower {
	margin-left: 40px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color:#becdf3;
	width: 940px;
	padding-top: 0px;
	height: 326px;
}
.bluetone {
	background-color:#becdf3;
}
div.bluetone p, div.bluetone h2, div.bluetone h3, div.bluetone h1 {
	margin-left:5px;
	margin-right:5px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	margin-top: 10px;
}
.forBox {
	background-color: #001b96;
	height: 36px;
	font-size: 180%;
	color: #fff;
	/*	padding-left: 45px;*/
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}
/*.specialBox {
	background-color: #BECDF3;
	font-size: 180%;
	color: #361B93;
	font-weight: bold;
	text-align: center;
}
*/
.specialBox {
	background-color: #BECDF3;
	font-size: 140%;
	color: #361B93;
	text-align: center;
}

.homeBox {
	background-color: #001b96;
	height: 36px;
	font-size: 140%;
	color: #fff;
	/*	padding-left: 45px;*/
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

.sideBox {
	background-color: #BECDF3;
	font-size: 110%;
	color: #361B93;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.Txt_Copyright {
	color: #001a96;
	font-size: 150%;
	margin: 0;
	line-height: 1.3em;
}
#testimonial {
	border: thin solid #331992;
	margin: 5px 0;
	background-color: #FFC;
	background-image: url(../images/quotespark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#PayPal {
	font-size: 140%;
}
