@charset "utf-8";
/* CSS Document */

/***********************************************/
/* ShipQuick Style Sheet                       */
/* Author: WebCatch 2008                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	padding:0;
}

body{
	font:80% Arial, Helvetica, sans-serif;
	background-image:url(../img/bg_gradient_orange.jpg);
	background-repeat:repeat-x;
	text-align: center;
	margin:0px;
	padding:0px;
	color:#333;
}

#container{
	width:900px;
	margin: 0 auto;
	text-align: left;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 160%;
 color: #334d55;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #334d55;
 padding-left:15px;
}

h3{
 font-size: 100%;
 color: #334d55;
 padding-left:20px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	padding: 0 15px 0.7em;
	line-height: 1.5;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

a.swhite:link, a.swhite:visited, a.swhite:hover {
	font-size: 80%;
	color: #fff;
	text-decoration: underline;
}

a.swhite:hover {
	font-size: 80%;
	text-decoration: none;
}

a.lwhite:link, a.lwhite:visited, a.lwhite:hover {
	font-size: 120%;
	color: #fff;
	text-decoration: underline;
}

a.lwhite:hover {
	font-size: 120%;
	text-decoration: none;
}
/***********************************************/
/* Layout divs                                 */
/***********************************************/ 

div#sitename {
	margin-bottom:0px;
	margin:0px auto;
	margin-top:-1px;
	padding:0px;
	text-align:left;
	float:left;
}

div#callBack {
	margin-bottom:0px;
	margin:0px auto;
	margin-top:-1px;
	padding:10px 0px 0px 15px;
	float:left;
	display:inline;
	color:#FFFFFF;
	font-face:Arial, Helvetica, sans-serif;
	background:url(../img/phone.gif) top right no-repeat;
	width:590px;
	height:72px;
}

div#menu{
	clear: both;
	width:100%;
	text-align:right;
}

div#content{
	width:900px;
	text-align: left;
	font-size: 96%;
	clear: both;
	padding-top:-5px;
	background-color:#FFFFFF;
}

div#contentBottom{
	width:900px;
	font-size: 96%;
}

#footerContainer{
	width:900px;
	margin: 0 auto;
	text-align: left;
}

div#footerLeft{
	margin-top:15px;
	padding:5px;
	width:30%;
	font-size: 90%;
	color: #FFF;
	float:left;
}
	
div#footerRight{
	margin-top:15px;
	padding:5px;
	font-size: 90%;
	color: #FFF;
	float:right;
}

div#keywords{
	width:100%;
	text-align: center;
	font-size: 80%;
	clear: both;
	color:#CCCCCC;
}

div#box1
{
	z-index:0;
	float:left;
	display:inline;
	width:31%;
	margin: 15px 31px 0px 0px;
	background:url(../img/profile-bg.gif) top left no-repeat;
	color:#006699;
	height:308px;
	padding-top:10px;
}

div#box2
{
	z-index:0;
	float:left;
	display:inline;
	width:31%;
	margin: 15px 31px 0px 0px;
	background:url(../img/profile-bg.gif) top left no-repeat;
	color:#006699;
	height:308px;
	padding-top:10px;
}

div#box3
{
	z-index:0;
	float:left;
	display:inline;
	width:31%;
	margin: 15px 0px 0px 0px;
	background:url(../img/profile-bg.gif) top left no-repeat;
	color:#006699;
	height:308px;
	padding-top:10px;
}

#profileImg01 {
	width : 261px;
	height : 140px;
	padding : 0;
	margin : 10px 0px 0px 5px;
	background-image: url(../img/profile01_entrepreneur.gif);
	position : relative;
}

#profileImg02 {
	width : 261px;
	height : 140px;
	padding : 0;
	margin : 10px 0px 0px 5px;
	background-image: url(../img/profile02_growth.gif);
	position : relative;
}

#profileImg03 {
	width : 261px;
	height : 140px;
	padding : 0;
	margin : 10px 0px 0px 5px;
	background-image: url(../img/profile03_markets.gif);
	position : relative;
}

#profileText {
	position:absolute;
	z-index : 2;
	left: 90px;
	top: 139px;
	margin-top : -10px;
	margin-left : -75px;
	width: 234px;
	color:#FFFFFF;
	text-align:justify;
}

#profileBadge {
	position:absolute;
	z-index:9;
	left: 255px;
	top: -43px;
	margin-top : -10px;
	margin-left : -75px;
	width: 108px;
	color:#FFFFFF;
	text-align:justify;
}

#stepBadge {
	position:absolute;
	z-index : 9;
	left: 68px;
	top: -11px;
	margin-top : -10px;
	margin-left : -75px;
	width: 108px;
	color:#FFFFFF;
}

#stepImg {
	position : relative;
}

/* Start Navigation Bar */
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#nav{
}

ul#nav li{
	float:left;
	width:135px;
	margin-left:10px;
	text-align:center;
}

ul#nav a{
	float:right;
	width:138px;
	height:24px;
	text-decoration:none;
	background-image:url(../img/inactive_link_bg.gif);
	background-repeat:no-repeat;
	color:#FF6600;
	padding-top:4px;
	margin-bottom:4px;
}

ul#nav li.active a,ul#nav a:hover{
	background-image:url(../img/active_link_bg.gif);
	background-repeat:no-repeat;
	color:#006699;
}

ul#nav a:hover{
	background-image:url(../img/inactive_link_bg.gif);
	background-repeat:no-repeat;
	color:#006699;
}

ul#navText,ul#navText li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#navText li{
	float:left;
	margin-left:2px;
	text-align:center;
	width:80px;
}

ul#navText a{
	float:right;
	height:24px;
	text-decoration:underline;
	color:#FFFFFF;
	padding-top:4px;
	margin-bottom:4px;
	width:80px;
}

ul#navText li.active a,ul#navText a:hover{
	color:#006699;
}

ul#navText a:hover{
	color:#006699;
}
/* End Navigation Bar */

/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.Arial {font-family: Arial, Helvetica, sans-serif}
.larger {font-size: 120%}
.smaller {font-size: 80%}
.silver {color: #999999}
.silverSmall {color: #999999; font-size:90%}

/************* #sizer styles ***************/

#sizer {
	margin-bottom:0px;
	margin:0px auto;
	margin-top:0px;
	padding:5px 0px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	font-size:96%;
}

/*Modal Popup*/
.modalBackground {
	background-color:lightsteelblue;
	filter:alpha(opacity=50);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:415px;
}


