﻿/*
	Created by Image2Markup.com
	support@image2markup.com
*/

* {margin: 0px; padding: 0px;}

body{	
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial;
	text-align: center;
	
	background-color: #CADFF3;
	background-image:url(../images/bg_body4.gif);
	background-position: left top;
	background-repeat: repeat-x;	
}

a{
	color: #3B5998;
	text-decoration: underline;
}
a img{
	text-decoration: none;
	border: none;
	cursor: pointer;
}

h1{
	margin: 0;
	padding: 10px 0;
	
	color: #0d3a7a;
	font-size: 25px;
	font-family: "Century Gothic", arial;
	font-weight: normal;
}

h2{
	margin: 5px 0 5px 0;
	padding: 0px;
	
	font: 14px arial;
	font-weight: bold;
}

p{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

li{
	margin-left: 15px;
}

/*table{
	border-collapse: collapse;
	border-spacing: 0;
}
*/

.clearLeft{clear: left;}
.clearRight{clear: right;}
.clearFix{clear: both;}

.floatLeft{float: left;}
.floatRight{float: right;}

/*
	--------------- Wrappers ---------------
*/

div.big_wrapper{
	width: 100%;
	display: block;
	float: left;
}

#wrapper{
	width: 860px;
	display: block;
	text-align: left;
	margin: auto;
}

#wrapper-body{
	width: 860px;
	height= 100%;
	display: block;
	text-align: left;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;

}

#wrapper-body2{
	width: 800px;
	height= 100%;
	display: block;
	text-align: left;
	margin: auto;
	padding-left: 35px;
	background-color:white;
	
}

/*
	--------------- Header ---------------
*/

img.clear_me{
	float: left;
}

div.navigation{
	width: 640px;
	padding: 50px 0 4px;
	float: right;
	
	border-bottom: 2px solid #d7e6ec;
}

	div.navigation a{
		margin-right: 30px;
		
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	
		div.navigation a.selected{
			color: #0d3a7a;
		}
		
		div.navigation a:hover{
			color: #0d3a7a;
		}
		
div.message{
	width: 640px;
	padding: 4px 0 4px;
	float: right;
	
	text-align: right;
	font-weight: bold;
	color:#53B0CC;
	font-size: 11px;
}

/*
	--------------- Showcase ---------------
*/

div.showcase{
/*	
width: 789px;
*/
	padding: 15px 35px 10px;
	float: left;
	
	background-color: #e8e8e8;
	background-image:url(../images/bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	div.showcase_end{

/*	width: 859px;
		height: 5px;
*/
		background-image:url(../images/bg_bottom.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	div.box{
		padding-bottom: 10px;
		color: #727272;
	}
	
		div.box span{
			color: #b06210;
			font-size: 14px;
			font-weight: bold;
			/* this fixes IE bugs */
			clear: both;
		}
	
	div.image_spot{
		padding: 7px 7px 7px 7px;
		display: inline-block;
		float: left;
		border: 1px solid #c7c7c7;
		background-color: #fff;
		margin-bottom: 0px;

	}
		
/*		div.image_spot img{
			float: left;
			margin: 0 7px -1px 0;
		}

*/
/*
	--------------- Center ---------------
*/

clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

div.center{
	width: 860px;
	margin: 20px 0 10px;
	float: left;
	background-color: white;
}

	div.description{
		width: 538px;
		height: 100%;
		padding-right: 20px;
		float: left;
		background-color: white;
		border-right: 1px solid #c7c8c8;
	}
	
	div.content{
		width: 655px;
		padding-right: 20px;
		float: left;
		background-color: white;
		clear:both;

	}
		span.century25pxBlue{
			color: #0d3a7a;
			font-size: 25px;
			font-family: "Century Gothic", Arial;
		}
		
		span.century14pxGrey{
			color: #787f80;
			font-size: 14px;
			font-family: "Century Gothic", Arial;
		}
		
		span.myrad14pxBlue{
			color: #0d3a7a;
			font-size: 14px;
			font-family: "Myrad Pro", Arial;
		}
		
		div.description p{
			margin: 0px;
			padding: 5px 0 10px;
		}
		
	div.sidebar{
		width: 280px;
		padding-left: 20px;
		float: left;
	}
	
		div.sidebar a.title{
			color: #0d3a7a;
			font-size: 18px;
			font-family: "Century Gothic", Arial;
			
			text-decoration: none;
			display: block;
		}
		
		div.sidebar span{
			color: #787f80;
			font-size: 14px;
			font-family: "Century Gothic", Arial;
			padding-bottom: 15px;
			display: block;
		}

/*
	--------------- Footer ---------------
*/

div.footer{
	color: #c8d9de;
	line-height: 21px;
	text-align: left;
}

	p.floatLeft{
		float: left;
		display: inline-block;
	}
	
	p.floatRight{
		float: right;
		display: inline-block;
	}
	
		p.floatRight a{
			margin-left: 15px;
			font-weight: bold;
			color: #53b0cc;
			text-decoration: none;
		}
