/* 
Theme Name:Spring
Theme URI: 
Version: 1.0
Author: <a href="http://www.since1984.com">Adam Biddle</a>
Author URL: http://www.since1984.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
body {
	font: 1em "Arial", Verdana, sans-serif;
	color: #26373A;
	margin:50px 0 0 0;
}
.tr, .br, .bl, .bl2, .br2{	
	background-repeat:no-repeat;
	width:21px;
	height:21px;
	z-index:2;
}
.tr{
	position:absolute;
	top:0;
	right:0;
	background-image:url(../../images/grk_tr.gif);

}
.br{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../images/grk_br.gif);
}
.bl{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../../images/grk_bl.gif);
}
.br2{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../images/grk_br2.gif);
}
.bl2{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../../images/grk_bl2.gif);
}
#logo {
	position:absolute;
	top:-25px;
	left:-25px;
	background-image:url(../../images/logo_passit.png);
	background-repeat:no-repeat;
	width:142px;
	height:132px;
}
#wrapper_home {
	width: 920px;
	position:relative;
	background-color:#CEE1f3;
	background-image:url(../../images/bg_main.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
#wrapper {
	width: 920px;
	position:relative;
	background-color:#E8E8EA;
	background-image:url(../../images/bg_inner.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding:0 0 20px 0;
}
p{
	margin:0;
	padding:0;
	line-height:1.3em;
	font-size:0.68em;
}
p.striped{
	margin:0;
	padding:0;
}
p.intro{
	font-size:1.15em;
	color:#334967;
	margin: 0 0 16px 0;
	line-height:1.33em
}
h1{
	color:#05C6EE;
	margin: 0 0 16px 0;
}
h2{
	color:#05C6EE;
	margin: 0 0 16px 0;
}
h3{
	font-family:;
	font-size:110%;
	color:#440E62;
	font-weight:normal;
	margin:0 0 5px 0;
}
h4{
	font-family:;
	font-size:90%;
	color:#440E62;
	font-weight:normal;
}
address{
	font-size:80%;
	font-style:normal;
	line-height:1.423em;
}
blockquote{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:70%;
	font-style:italic;
	line-height:1.9em;
	margin:0;
}
a{
	color:#3B506E;
	text-decoration:none;
}
a:hover{
	color:#05C6EE;
	text-decoration:none;
}
#footer{
	color:#7D7D7D;
	font-size:11px;
	margin:0 auto 20px auto;
	padding:12px 10px 0;
	width:886px;
	
}
#footer a{
	color:#7D7D7D;
	text-decoration:none;
}
#footer a:hover{
	color:#05C6EE;
	text-decoration:none;
}
a img{
	border:none;
}
a.arrow{
	color:#3B73B9;
	text-decoration:none;
	background-image:url(../images/icn_arrow.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
}
a.arrow:hover{
	color:#284d7c;
	text-decoration:none;
}

::-moz-selection{
background: #FF3399;
color: #FFFFFF;
}
::selection {
background: #FF3399;
color: #FFFFFF;
} 

/* @end */


/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	height:100px;
	position:relative;
	padding:0;
}

#header-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

/* Splash
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#splash{
	background-image:url(../images/splash_home_bg.png);
	background-repeat:repeat-x;
	padding:0;
}
/* @end */

/* Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navigation{
  	list-style:none;
	clear:both;
	padding:0;
	height:18px;
	margin:22px 0 0 81px;
}
#navigation ul{
  	float:left;
	height:18px;
	overflow:hidden;
}
#navigation li{
	float:left;
	height:18px;
	overflow:hidden;
	list-style-position:inside;
	margin:0 30px 0 0;
}

#navigation a * {
  	display:none;
	
}
#navigation a, #navigation a .hover{
	height:18px;
	position:relative;
	display:block;
	background-image:url(../../images/btn_nav.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
}

/* ITEMS */

/* HOME */

#navigation a.home{
 	background-position: 0 0;
	width:53px;  	
}
#navigation a.home_active{
 	background-position: 0 -18px;
}
#navigation a.home_active .hover{
	background-position: 0 -18px;
}
#navigation .highlight a.home:hover,
#navigation a.home .hover {
  	background-position: 0 -18px;
}

/* LEARNING */

#navigation a.learning{
	background-position:-83px 0;
	width:156px;
}
#navigation a.learning_active{
  	background-position: -83px -18px;
}
#navigation a.learning_active .hover{
  	background-position: -83px -18px;
}
#navigation .highlight a.learning:hover, #navigation a.learning .hover{
  	background-position: -83px -18px;
}

/* CLIENTS */

#navigation a.clients{
	background-position:-268px 0;
	width:135px;
}
#navigation .highlight a.clients:hover, #navigation a.clients .hover{
  	background-position: -268px -18px;
}
#navigation a.clients_active{
  	background-position: -268px 0;
}
#navigation a.clients_active .hover{
  	background-position: -268px -18px;
}

/* ABOUT */

#navigation a.about{
	background-position:-431px 0;
	width:84px;
}
#navigation a.about_active{
	background-position: -431px -18px;
}
#navigation a.about_active .hover{
	background-position: -431px -18px;
}
#navigation .highlight a.about:hover, #navigation a.about .hover{
  	background-position: -431px -18px;
}

/* LINKS */

#navigation a.links{
	background-position:-545px 0;
	width:47px;
}
#navigation a.links_active{
  	background-position: -545px -18px;
}
#navigation a.links_active .hover{
  	background-position: -545px -18px;
}
#navigation .highlight a.links:hover, #navigation a.links .hover{
 	background-position: -545px -18px;
}

/* CONTACT */

#navigation a.contact{
	background-position:-622px 0;
	width:102px;
}
#navigation a.contact_active{
 	background-position:-622px -18px;
}
#navigation a.contact_active .hover{
 	background-position:-622px -18px;
}
#navigation .highlight a.contact:hover, #navigation a.contact .hover{
 	background-position:-622px -18px;
}
.nav_active{
	background-position:-18px;
}

/* @end */

/* @end */

#sidebar{
	width:192px;
	float:left;
	background-image:url(../../images/nav_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	background-color:#334967;
	position:relative;
	height:325px;
}
#sidebar h1{
	bottom:2px;
	font-size:1.15em;
	left:15px;
	margin:0 0 13px;
	position:absolute;
}
#sidebar ul{
	margin:0;
	padding:0;
	background-image:url(../../images/nav_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#sidebar li{
	list-style-image:none;
	list-style-type:none;
	margin:0 0 6px 10px;
	padding:15px 0 0;
}
#sidebar li a{
	background-image:url(../../images/icn_bullet.gif);
	background-position:6px 3px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:0.9em;
	height:12px;
	padding:0 0 0 20px;
	outline:none;
}
#sidebar li a:hover{
	color:#00CCFF;
	background-image:url(../../images/icn_bullet_white.gif);
}
#sidebar li a.active{
	color:#00CCFF;
	background-image:url(../../images/icn_bullet_white.gif);
}
/* links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


/* @end */

/* Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#content{
	position:relative;
	margin:50px 0 0 0;
	padding:0 20px 0 20px;
}
#page_header{
	width:665px;
	float:left;
	margin:0;
}
#page_header .inner{
	background-color:#FFFFFF;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	padding:8px 15px 10px 15px;
	width:633px;
}
#page_header .inner p.intro{
	color:#334967;
	font-size:1.05em;
	line-height:1.33em;
	margin:0;
}
#page_header .inner img{
	float:right;
	margin:0 0 0 10px;
	border:1px solid #DDDDDD;
}
#page_header .inner h2{
	font-size:18px;
	margin:0 0 14px 0;
}
#page_header .top{
	background-image:url(../../images/bg_pageheader_top.gif);
	background-repeat:no-repeat;
	height:8px;
	width:665px;
}
#page_header .bottom{
	background-image:url(../../images/bg_pageheader_bottom.gif);
	background-repeat:no-repeat;
	height:8px;
	width:665px;
}
#page_feature{
	width:665px;
	float:left;
	margin:0;
}
#page_feature .inner{
	background-color:#FFFFFF;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	padding:8px 15px 10px 15px;
	width:633px;
}
#page_feature .inner p.intro{
	color:#334967;
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 10px;
}
#page_feature .inner img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #DDDDDD;
}
#page_feature .inner a{
	color:#05C6EE;
	font-size:0.9em;
	text-decoration:none;
}
#page_feature .inner a:hover{
	color:#3B506E;
	text-decoration:none;
}
#page_feature .inner h2{
	font-size:18px;
	margin:8px 0 14px 0;
}
h3{
	font-size:15px;
	font-weight:bold;
	margin:8px 0 14px 0;
	color:#05C6EE;
}
#page_feature .top{
	background-image:url(../../images/bg_pageheader_top.gif);
	background-repeat:no-repeat;
	height:8px;
	width:665px;
}
#page_feature .bottom{
	background-image:url(../../images/bg_pageheader_bottom.gif);
	background-repeat:no-repeat;
	height:8px;
	width:665px;
}
p.content{
	margin:0;
	padding:0;
	line-height:1.4em;
	font-size:0.8em;
}
#content_inner{
	padding:0 0 0 20px;
	float:left;
	width:654px;
}
#features_home{
	width:880px;
	float:left;
	margin:0 0 20px 20px;
}
#features_home p {

}
.feature_img{
	float:left;
	border:1px solid #DDDDDD;
	margin:0 15px 0 0;
}
.feature_top, .feature_bottom{
	background-repeat:no-repeat;
	height:20px;
	margin:0;
	line-height:1px;
}
.feature_top{
	background-image:url(../../images/grk_feature_top.gif);
} 
.feature_bottom{
	background-image:url(../../images/grk_feature_bottom.gif);
}
.feature_inner{
	background-color:#FFFFFF;
	padding:0 20px 0 20px;
	position:relative;
	height:105px;
}
.feature_inner_inner{
	position:absolute;
	top:-5px;
	width:250px;
}
#feature_box_1, #feature_box_2, #feature_box_3{
	width:280px;
	position:relative;
	float:left;
	min-height:125px;
}
#feature_box_1 h2, #feature_box_2 h2, #feature_box_3 h2{
	margin:0 0 13px 0;
	font-size:1.15em;
}
#feature_box_1, #feature_box_2{
	margin:0 20px 0 0;
}
.feature_link_left{
	width:316px;
	float:left;
	margin:20px 20px 0 0;
}
.feature_link_right{
	width:316px;
	float:left;
	margin:20px 0 0 0;
}
.feature_link_inner{
	background-color:#F5F5F5;
	border-left:2px solid #EBEBEB;
	border-right:2px solid #EBEBEB;
	padding:0 8px 0 0;
	width:304px;
}
.top{
	background-image:url(../../images/grk_feature1_top.gif);
	background-repeat:no-repeat;
	height:11px;
}
.bottom{
	background-image:url(../../images/grk_feature1_bottom.gif);
	background-repeat:no-repeat;
	height:11px;
	background-position:bottom;
	
}
.feature_link_inner img{
	float:left;
	padding:0 15px 0 10px;
}
.feature_link_inner h2{
	float:left;
	font-size:1em;
}
.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	font-style:italic;
}
p.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	margin: 0 0 16px 15px;
	line-height:1.33em;
	float:left;
	position:relative;
	display:block;
}
.quote div{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	line-height:2em;
	font-style:italic;
	color:#02C5EE;
	float:left;
	width:20px;
	height:20px;
}
.name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}

/* @end */

/* FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.contact{
	font-size:0.8em;
}
.contact input{
	font-size:1em;
	border:1px solid #DDDDDD;
	width:458px;
	padding:2px;
	margin:5px 0 0 0;
}
.textarea{
	width:620px;
	height:240px;
	font-size:1em;
	padding:5px;
	border:1px solid #DDDDDD;}

/* @end */

/* Buttons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.btn_send a{
	width:47px;
	height:98px;
	background-image:url(../../images/btn_send.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:3px 12px 0 0;
}
.btn_send a:hover{
	background-image:url(../../images/btn_send_on.jpg);
}
/* @end */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}
.highlight{
 	color:#333333;
}
/* @end */