/*CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End CSS reset*/

/*Overall Styles*/
body {
	 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 19px;
	line-height: 26px;
	color:#23238E;
	
	
	}

#wrapper {
	background-image:url(../images/style/wsWrapperBg.jpg); 
	width: 1201px; 
	margin: 0 auto;
	overflow: hidden;
	background-repeat: repeat-y; 
	}

#content {
	width: 1153px; 
	margin-left: 20px;
	}
	
b {
	font-weight: bold;
}
	
/*End Overall Styles*/


/*Header Styles*/
#header {
	width: 1153px; 
	height: 162px;
	}
	
#header h1 {
	float: left; 
	font-size: 21px; 
	padding-top: 80px; 
	padding-left: 145px;
	line-height: 28px;
	color:black;
	}

#phone {
	-moz-border-radius: 15px;
	border-radius: 10px 0 0 10px;
	background-color: #23238E;
	width: 275px;
	height: 90px;
	float: right;
	margin-top: 20px;
	}

#phone h2 {
	padding: 10px;
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin-top:-5px;
	}

#logo {
	float: left;
	margin-left: 2px; 
	}

/*All the margins (top, right, bottom, left) can be combined using this single tag. */
#nav {
	float: left; 
	font-size: 16px; 
	margin: 5px 0 0 80px;
	
	}
	
#nav li {
	display: inline;
	}
#nav li img {
	padding-top: 20px;
	}
	
#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}
	
/*End Header Styles*/

/*Main Styles*/

#main {
	float: left;
	width: 1153px;
	
}

/*End Main Styles*/

/*Footer Styles*/
#footer {
	float: left;
	width: 1153px;
	}

#footer hr {
	color: #57b7df;
	background-color: #57b7df;
	width: 1000px;
	height: 2px;
	}		
		
#social {
	float: left;
	width: 300px;
	margin: 20px 20px 20px 70px;
}

#social h1 {
	font-size: 18px;
	font-weight: 200;
}

#social img {
	padding: 10px;
}

#footerNav {
	float: left;
	width: 700px;
	padding: 70px 40px 5px 10px;
}

#footerNav li {
	display: inline;
}

#footerNav a {
	color: #000;
	text-decoration: none;
}

#footerNav a:hover {
	text-decoration: underline;
}


#copyright {
	float: left;
	width: 600px;
	padding: 5px 40px 5px 10px;
	
}
/*End Footer Styles*/