@charset "utf-8";
/* CSS Document */

/* Global */

* {
margin:				0;
padding:			0;
border:				0;
}

html {
background-color:	#FFF;
}

body {
	font: 				13px/140% Arial, Helvetica, sans-serif;
	color:				#5078B6;
	background-color:	#FFF;
	font-weight:		normal;
	min-width:			1000px;
}

ul,ol { 
list-style: 		none; 
}

table { 
border-collapse: 	collapse; 
border-spacing: 	0; 
}

p{
padding:			6px 0 12px 0;
text-align:			left;
color: 				#5078B6;
}

b, strong{
}

.clear { 
clear:				both;
}

.center {
text-align:			center;
}

hr {
display: 			none;
}

small {
font-style:			italic;
font-size:			12px;
line-height: 		1.5em;
font-weight:		bold;
color:				#83b2ba;
}

#content a, #content a:visited{
	color:#406499;
}

#content a:hover{
	color:#294163;
}

/* Images */

#content img {
	border:1px solid #E4F0FA;
	padding:2px;
	margin:5px 0 5px 0;
}


/* End Images */

/* Fonts Headers */

h1 {
font-size: 			1.6em;
line-height:		120%;
color:				#A62B0C;
padding: 			0 0 8px 0;
}

.h1-home{
padding-bottom:		20px;
}

h2 {
	color:#35495B;
}

h3 {
font-size: 			1.2em;
line-height:		110%;
color:				#A62B0C;
padding: 			12px 0 6px 3px;
}

h1, h2 h3 {
font-weight:		bold;
}

h1#logo{
display:			block;
width:				228px;
height:				104px;
padding:			17px 0 0 17px;
}

h1 h2{
	margin: 		0 0 2px 0;
	padding: 		2px 0 4px 0;
}

h2{
	font-size:1.8em;

}


#sidebar h3 {
color:				#B0D5DC;
}


/* IE6 Fix */

* html .portfolio_wrap h3{
margin: 			7px 12px 2px 0;
}


h4{

font-size:			1.4em;

}



/* Top Bar */



#top_bar{

display:			block;
height:				auto;
width:				100%;
background:			#FFF url('../images/top_bar.jpg') repeat-x center;

}



#top_bar a{

border:				none;

}


#top_bar_center{

display:			block;
width:				950px;
height:				130px;
margin:				0 auto;
background:			#354857 url('../images/top_bar_center.jpg') no-repeat center;

}


#inside-left{
	width:300px;
	display:block;
	float:left;
	margin:0;
}

#inside-right{
	height:auto;
	display:block;
	float:left;
	margin:0;
	padding-left:470px;
}

#inside-right a:link,
#inside-right a:visited{
	display:block;
	height:21px;
	line-height:21px;
	font-size:11px;
	color:#6991C5;
	float:left;
	padding:0px;
	margin:5px;
	text-decoration:none;
}

#inside-right a:hover{
	text-decoration:underline;
	color:#4472AE;
}

#inside-right li{
	display:inline;
}

/* Top Bar END */


/* Nav Bar */

#nav_bar{
	display:			block;
	width:				100%;
	height:				auto;
	border-top-width: 	1px;
	border-bottom-width:1px;
	border-top-style: 	solid;
	border-bottom-style:solid;
	border-top-color: 	#D6E8F6;
	border-bottom-color:#D6E8F6;
}


#nav_bar_center{
	display:			block;
	padding:			0;
	width:				950px;
	height:				28px;
	margin:				0 auto;
	background: 		url('../images/nav_bar.jpg') no-repeat top center;

}

/* Content */

#wrap{

display:			block;
margin:				0 auto;
height:				auto;
width:				950px;

}


#content{
display:			block;
float:				left;
width:				550px;
height:				auto;
margin:				0;
padding:	    	30px 0 30px 40px;

}

#content-left{
display:			block;
width:				46%;
float:				left;
margin:				0;
padding:			0 30px 0 0;
}

#content-right{
display:			block;
width:				46%;
float:				left;
padding:			0;
}

#content-left p{
padding-left:			3px;
}

#content-right p{
padding-left:			3px;
}


* html #content{

float:				left;
display:			inline;

}

#content ul{
	list-style-type: disc;
	padding:10px 0 10px 20px;
}

/* Content of */


/* Sidebar */

#sidebar_wrap{
float:				right;
display:			block;
width:				317px;
height:				auto;
display:			inline;
}

#sidebar-top{
display:			block;
width:				317px;
height:				177px;
padding:			0;
background: 		url('../images/side_bar_top.jpg') no-repeat top left;
}

#sidebar{
display:			block;
width:				225px;
height:				auto;
color:				#97ABBD;
line-height:        130%;
min-height:	        400px;
height:				275px;
padding:			0 20px 37px 20px;
background: 		url('../images/side_bar.jpg') repeat-y top left;
}

#sidebar a:link,
#sidebar a:visited{
color:				#7ABAC5;
font-weight:		bold;
text-decoration:	none;
}

#sidebar a:hover{
color:				#A7D0D8;
}

/* Sidebar end */


/* Footer */

#footer{
	display:			block;
	width:				100%;
	height:				90px;
	z-index:			50;
	margin:				15px 0 0 0;
	border-top:			1px solid #D6E8F6;
	background-image: url(../images/top_bar.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#footer a{

border:				none;

}

#footer_wrap{
display:			block;
width:				950px;
height:				30px;
margin:				0 auto;
z-index:			50;
padding:			10px 0 0 0;

}


#subfooter{

display:			block;

width:				950px;

margin:				0 auto;

}


/* Footer eof */

