/* *************************** 
  Site - Timewisewebsite
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#555555;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	min-width:996px;
	
}
#container {
	width:996px;
	height:664px;
	overflow:hidden;
	padding-top:34px;
	text-align:left;
	border:2px solid #5956a5;
	background:#e3daec url(../images/bg_body.png) repeat-x;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-351px;
	margin-left:-499px;
}
/* *************************** 
   $3 Header Styles
   ***************************/

/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	width:805px;
	float:left;
	overflow:hidden;
}
.content_left{
	float:left;
	width:350px;
	margin-top:13px;
	padding-top:30px;
	padding-left:28px;
	overflow:hidden;
	padding-right:17px;
	height:335px;
	background:url(../images/bg_main_box.jpg) no-repeat;
}
.content_left_inner{
	overflow-y:scroll;
	height:310px;
}
.content_left h2{
	font-size:16px;
	color:#28368f;
	padding-bottom:20px;
}
.content_left p{
	font-size:13px;
	color:#28368f;
	padding:0 15px 20px 0;
	text-align:justify;
}
.content_right{
	float:right;
	width:395px;
	margin-top:13px;
	height:365px;
}
.banner img {
	vertical-align:middle;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar_left{
	padding-top:46px;
	width:175px;
	float:left;
}
#sidebar_left h1 a {
	width:142px;
	height:110px;
	margin:0px auto;
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
#sidebar_left .navinav{
	width:155px;
	margin:0px auto;
	margin-top:45px;
	overflow:hidden;
}
#sidebar_left .navinav li{
	padding-top:5px;
}
#sidebar_left .navinav li a{
	display:block;
	width:155px;
	text-indent:-9999px;
	outline-style:none;
	height:50px;
}
.welcome a{ background:url(../images/welcome.jpg) no-repeat;}
.marketing a{ background:url(../images/marketing.jpg) no-repeat;}
.clients a{ background:url(../images/clients.jpg) no-repeat;}
.business_support a{ background:url(../images/background.jpg) no-repeat;}
.background a{ background:url(../images/business_support.jpg) no-repeat;}
.contact_us a{ background:url(../images/contact_us.jpg) no-repeat;}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{
	clear:both;
	font-size:11px;
	padding-top:22px;
	overflow:hidden;
	width:805px;
	color:#2b3690;
	padding-left:175px;
}
#footer span{
	float:right;
}
#footer a{
	color:#2b3690;
}
#footer a:hover{
	color:#2b3690;
}
