/* css document */

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

body {
	background-color: #2762A8;
	font-family: Arial, Verdana, Times New Roman;
	}
	
#shadow {
/*	background: transparent url(http://www.s2site.com/img/shadow.png) top left repeat-x;
	width: 100%;
*/
	}
	
#main {
	width: 960px;
	margin: auto;
	background-color: #fff;
	margin-top: 5px;
	height: 100%;
	}
	
#background {
	background: url('img/bg.png') repeat-y 50% 0;
	margin-top: 5px;
	min-height: 625px;
}

#content {
	width: 685px;
	text-align: justify;
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 1.4;
	}
	
#content p {
	margin: 10px 25px;
	}

#content h1 {
	font-size: 20px;
	margin: 10px 25px 0;
	font-weight: normal;
	text-decoration: underline;
	}
	
#content2 {
	text-align: justify;
	font-size: 14px;
	margin: 25px 25px 0;
	overflow: hidden;
	min-height: 325px;
	line-height: 1.4;
	}
	
#content3 {
	text-align: justify;
	font-size: 14px;
	margin: 5px 25px;
	overflow: hidden;
	min-height: 325px;
	line-height: 1.4;
	}
	
#content2 p {
	margin: 25px 0;
	}
	
#content2 h1,
#content3 h1 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	}
	
#content3 p {
	margin: 10px 0;
	word-spacing: -1px;
	}
	
#content3 img.right {
	float: right;
	margin: 0 0 0 15px
	}
	
#content3 img.left {
	float: left;
	margin: 0 15px 0 0;
	}
	
.call {
	font-weight: bold;
	float: right;
	margin: 5px;
	}
	
img.logo {
	margin: 25px 25px 0;
	}
	
.subtitle {
	margin: 5px 0 0px 25px;
	}
	

	
#bar {
	background-color: #10448F;
	height: 8px;
	}
	
.text {
	padding-bottom: 10px;
	}
	
#right {
	float: right;
	width: 270px;
	font-size: 16px;
	text-align: center;
	}
	
#right p {
	margin: 25px 0;
	}
	
#right img {
	margin-top: 10px;
	}
	
#right h1 {
	font-weight: normal;
	text-decoration: none;
	padding-top: 25px;
	font-size: 16px;
	}
	
#top {
	background-color: #fff;
	padding-bottom: 10px;
	}
	
#footer {
	font-size: 12px;
	color: #fff;
	width: 960px;
	margin: auto;
	padding: 5px;
	text-align: center;
	}
	
#copyright {
	float: right;
	color: #ccc;
	font-size: 10px;
	margin-right: 15px;
	width: 160px;
	}
	
.pricing {
	clear: both;
	margin-left: 25px;
	overflow: hidden;
	}
	
.pricing ul {
	margin-left: 50px;
	}
	
.pricing2 {
	float: left;
	width: 500px;
	margin-bottom: 25px;
	}
	
.pricing2 p {
	margin-top: 15px;
	clear: both;
	}
	
.pricing3 ul {
	margin-left: 550px;
	}
	
hr {
	border: medium none;
	background-color: #ccc;
	width: 700px;
	margin: auto;
	}
	
.sample {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	}
	
.sample img {
	margin: 0 25px;
	float: left;
	}
	
.sample a {
	color: #000;
	text-decoration: none;
	}
	
.imgmiddle {
	vertical-align: middle;
	}
	
.servicespace {
	margin-top: 50px;
	}
	
.servicespace p.left {
	float: left;
	height: 350px;
	padding-top: 25px;
	}
	
	

/* menu ****************************************************************/

#menu {
	background-color: #2762A8;
	color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#menu ul {
	list-style: none;
	overflow: hidden;
	padding: 5px 0;
	}
	
#menu li {
	display: inline;
	padding: 30px;
	}
	
#menu a {
	color: #fff;
	text-decoration: none;
	}
	
/* contact ******************************************************************/

input, textarea {
	border: 1px solid #ccc;
	}
	
#content2 ul {
	margin-bottom: 25px;
	padding-left: 25px;
	}
	
/* misc **********************************************************************/

.resource h2 {
	margin-top: 25px;
	}
	
.resource p {
	font-size: 12px;
	}
