
/*HTML TAGS*/

a:link {
	color: #0093d0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0093d0;
}
a:hover {
	text-decoration: none;
	color: #0093d0;
}
a:active {
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666;
}
p {
	font-size: 15px;
	line-height: 25px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0093d0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0093d0;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-top: 0px;
}
ul {
	font-size: 15px;
	line-height: 24px;
}
li {
	margin-top: 13px;
	margin-bottom: 13px;
}
h2 {
	font-size: 17px;
	color: #0093d0;
	font-weight: bold;
	margin-bottom: 25px;
}
h3 {
	font-size: 15px;
	color: #0093d0;
	font-weight: bold;
	margin-bottom: 25px;
}


/*LINK IDS*/

body#aboutus a#AboutusLink {
	color: #0093d0;
}
body#whatwedo a#WhatwedoLink {
	color: #0093d0;
}
body#howwework a#HowweworkLink {
	color: #0093d0;
}
body#news a#NewsLink {
	color: #0093d0;
}
body#contactus a#ContactUsLink {
	color: #0093d0;
}

/*GLOBAL ELEMENTS*/

.home-wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.logo {
	float: left;
	height: 203px;
	width: 191px;
}



/*TOP NAV*/


.nav-wrapper {
	height: 203px;
	margin-bottom: 0px;
	display: block;
}

#nav {
	margin-bottom: 0px;
	float: left;
	padding-bottom: 0px;
	padding-top: 183px;
	height: 20px;
	font-size: 16px;
}
#nav ul {
	list-style-type: none;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
}
#nav li {
	display: inline;
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#nav li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#nav li a {
	color: #666;
}
#nav li a:hover {
	color: #0093d0;
}


/*HOME CONTENT*/


#large-title {
	margin-top: 71px;
}
#large-title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0093d0;
	letter-spacing: -1px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature-boxes {
	margin-top: 75px;
	display: block;
	height: auto;
	padding: 0px;
}
#feature-boxes p {
	font-size: 14px;
	line-height: 24px;
}
#feature-boxes .content {
	width: 200px;
	float: left;
	margin-right: 60px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 95px;
}
#feature-boxes .contentright {
	width: 200px;
	float: left;
	display: block;
	margin-bottom: 95px;
}


/*CONTENT PAGES*/

#feature-boxes .title a {
	margin: 0px;
	padding: 0px;
}
#footer nav {
}
#feature-boxes .title {
	margin: 0px;
	padding: 0px;
}
#feature-boxes h2 {
	font-size: 24px;
	color: #0093d0;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0093d0;
}
#feature-boxes .date {
	font-weight: bold;
}



/*FOOTER*/


#footer {
	background-color: #0093d0;
	width: 100%;
	clear: both;
	height: 200px;
	display: block;
}
#footer-nav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#footer-nav li {
	display: inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 5px;
	padding-left: 8px;
}
#footer-nav li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#footer-nav li a {
	color: #FFF;
}
#copyright {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	font-size: 12px;
	color: #93dcfb;
}
#sidebar {
	width: 191px;
	float: left;
	margin-top: 66px;
	position: relative;
}
#sidebar .house {
	height: 200px;
	width: 191px;
	position: absolute;
	top: 120px;
}
#sidebar .mag {
	height: 200px;
	width: 191px;
	position: absolute;
	top: 900px;
}
#sidebar .laptop {
	height: 200px;
	width: 191px;
	position: absolute;
	top: 490px;
}
#sidebar .builderPortal {
	height: 200px;
	width: 191px;
	position: absolute;
	top: 1250px;
}
#page-content {
	float: right;
	padding-left: 36px;
	width: 493px;
	margin-top: 66px;
	margin-bottom: 100px;
}
#page-content .buttons {
	margin-top: 75px;
}


#page-content .buttons .sample-button a {
	background-image: url(images/Conasys_concept1_samplereq.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 195px;
	float: left;
}

#page-content .buttons .sample-button a:hover {
	background-image: url(images/Conasys_concept1_samplereq.png);
	background-repeat: no-repeat;
	background-position: center -56px;
	display: block;
	height: 56px;
	width: 195px;
}

#page-content .buttons .quote-button a {
	background-image: url(images/Conasys_concept1_quotereq.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 56px;
	width: 194px;
	float: left;
}

#page-content .buttons .quote-button a:hover {
	background-image: url(images/Conasys_concept1_quotereq.png);
	background-repeat: no-repeat;
	background-position: center -56px;
	display: block;
	height: 56px;
	width: 195px;
}
