/* css document */

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

body {
	background-color: #2762A8;
	/*font-family: Arial, Verdana, Times New Roman;*/
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	}
	
img {
	width: 100%;
	height: auto;
	}	
		
#shadow {
/*	background: transparent url(http://www.s2site.com/img/shadow.png) top left repeat-x;
	width: 100%;
*/
	}
	
#main {
	background-color: #fff;
	/*height: 100%;*/
	}
	
.content {
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 1.4;
	}
	
.content p {
	text-align: justify;	
	margin: 10px 0px;
	}

	
	
.content h1 {
	font-size: 20px;
	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;
	}
	
.content img.right {
	float: right;
	margin: 0 0 0 15px
	}
	
.content img.left {
	float: left;
	margin: 0 15px 0 0;
	}
	
.call {
	font-weight: bold;
	float: right;
	margin: 5px;
	}
	
.subtitle {
	margin: 5px 0 0px 25px;
	}
	

	
#bar {
	background-color: #10448F;
	height: 8px;
	}
	
.tagline {
	font-size: 32px;
	padding-left: 25px;
	text-shadow: 2px 2px #aaa;
	}	
	
.text {
	padding-bottom: 10px;
	}
	
#right {
	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;
	}

	
.pricing {
	clear: both;
	margin-left: 25px;
	overflow: hidden;
	}
	
.pricing ul {
	margin-left: 50px;
	}
	
.pricing2 {
	float: left;
	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;
	}
	
div.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;
	}
	
.clear {
	clear: both;
}
	
	

/* 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;
	}
	
/* footer *******************************************************************************/

#copyright {
	color: #ccc;
	font-size: 10px;
	margin-right: 15px;
	}

#footer {
	font-size: 12px;
	color: #fff;
	padding: 5px 0 15px 0;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
/* misc ****************************************/

a:link,
a:visited {
	text-decoration: none;
	color: #10448F;
	}

a:hover {
	text-decoration: underline;
}
	
.content ul {
	margin: 25px 25px 25px 75px;
	}
	
