/*//////////////////////////
PROJECT: 	SYMBOL MEDIA
MEDIA:		SCREEN
CREATED: 	09.12.09
//////////////////////////*/


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	background: #821618;
}


#headWrapper {
	width: 100%;
	float: left;
	height: 160px;
	background: #000;
	text-align: center;
}

#headContent {
	width: 1000px;
	margin: 0 auto;
	height: 160px;
	text-align: left;
	overflow: hidden;
}


p.logo {
	width: 163px;
	height: 160px;
	float: left;
}

p.logo img {
	display: block;
}

ul.nav {
	width: 635px;
	float: right;
	list-style: none;
	padding: 90px 0px 0px 0px;
}

ul.nav li {
	float: left;
	height: 70px;
	margin: 0px 50px 0px 0px;
}

ul.nav li a {
	height: 70px;
	float: left;
	text-indent: -99999em;
}



li.navHome {
	width: 48px;
}
li.navHome a {
	width: 48px;
	background: url(../images/nav-home.gif) no-repeat top left;
}
li.navHome a:hover {
	background-position: -48px 0px;
}

li.navBusiness {
	width: 142px;
}
li.navBusiness a {
	width: 142px;
	background: url(../images/nav-business.gif) no-repeat top left;
}
li.navBusiness a:hover {
	background-position: -142px 0px;
}

li.navServices {
	width: 70px;
}
li.navServices a {
	width: 70px;
	background: url(../images/nav-services.gif) no-repeat top left;
}
li.navServices a:hover {
	background-position: -70px 0px;
}

li.navBlog {
	width: 35px;
}
li.navBlog a {
	width: 36px;
	background: url(../images/nav-blog.gif) no-repeat top left;
}
li.navBlog a:hover {
	background-position: -36px 0px;
}

li.navContact {
	width: 62px;
}
li.navContact a {
	width: 62px;
	background: url(../images/nav-contact.gif) no-repeat top left;
}
li.navContact a:hover {
	background-position: -62px 0px;
}



li a.active {
	background-position: right;
}





#contentWrapper {
	width: 100%;
	float: left;
	background: #fff url(../images/bk-clouds.jpg) no-repeat top center;
	text-align: center;
}

#contentMain {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	min-height: 400px;
}




#footWrapper {
	width: 100%;
	float: left;
	background: #821618;
	text-align: center;
}

#footMain {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	min-height: 100px;
}


.footContact {
	width: 275px;
	float: right;
	text-align: right;
	padding: 30px 0px 0px 0px;
	color: #c89697;
	margin-bottom: 30px;
}

.footContact h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 150%;
	margin-bottom: 5px;
}

.footContact p {
	font-size: 130%;
}

.footContact a {
	color: #c89697;
	text-decoration: none;
}
.footContact a:hover {
	color: #fff;
}

.footNav {
	padding: 30px 0px 0px 0px;
	color: #fff;
	font-size: 130%;
	margin-bottom: 40px;
}



.footNav a {
	color: #fff;
	text-decoration: none;
}
.footNav a:hover {
	color: #c89697;
}


.credit {
	color: #c89697;
	font-size: 90%;
	margin-bottom: 30px;
}




#colWrapper {
	width: 1000px;
	float: left;
	padding: 40px 0px 40px 0px;
}


.colMain {
	width: 700px;
	float: left;
}


.colSub {
	width: 275px;
	float: right;
}

.contentPanel {
	width: 640px;
	float: left;
	background: url(../images/bk-white-main.png) repeat-y top left;
	padding: 30px 30px 15px 30px;
}

.contentPanel h1 {
	color: #0077be;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 250%;
	margin-bottom: 20px;
}

.contentPanel h1 span {
	font-weight: bold;
	color: #000;
}

.contentPanel h2 {
	color: #821618;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 50px;
}

.contentPanel p {
	color: #434343;
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 150%;
}

.contentPanel ul {
	color: #434343;
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 150%;
	margin-left: 15px;
}

.contentPanel ol {
	color: #434343;
	font-size: 90%;
	margin-bottom: 15px;
	line-height: 140%;
	margin-left: 20px;
}

.contentPanel blockquote p {
	color: #0077be;
	font-style: italic;
	padding: 0px 15px 0px 15px;
}

.contentPanel a {
	color: #0077be;
}
.contentPanel a:hover {
	text-decoration: none;
}



.homeBlogFeed {
	width: 235px;
	float: left;
	background: url(../images/bk-black-sub.png) repeat-y top;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 40px 0px;
}

.homeArticle {
	width: 235px;
	float: left;
	border-bottom: 1px solid #ababab;
	padding: 15px 0px 15px 0px;
}

.homeBlogFeed h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 140%;
}

.homeBlogFeed h4 {
	color: #821618;
	font-size: 110%;
	margin-bottom: 5px;
}

.homeBlogFeed p {
	color: #fff;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 0px;
}

.homeBlogFeed a {
	color: #fff;
}
.homeBlogFeed a:hover {
	text-decoration: none;
}


p.readAllArticles {
	font-size: 120%;
	float: left;
	margin: 10px 0px 0px 0px;
}



.homeServiceList {
	width: 235px;
	float: left;
	background: url(../images/bk-white-sub.png) repeat-y top;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 40px 0px;
}

.homeServiceList h3 {
	color: #821618;
	text-transform: uppercase;
	font-size: 140%;
	margin-bottom: 15px;
}

.homeServiceList ul {
	width: 235px;
	list-style: none;
}

.homeServiceList li {
	width: 235px;
	border-bottom: 1px solid #821618;
	color: #434343;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
}

.homeServiceList p {
	float: left;
	font-size: 120%;
	margin: 10px 0px 0px 0px;
}

.homeServiceList a {
	color: #0077be;
}
.homeServiceList a:hover {
	text-decoration: none;
}



.blogArchive {
	width: 235px;
	float: left;
	background: url(../images/bk-black-sub.png) repeat-y top;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 40px 0px;
}


.blogArchive h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 140%;
	margin-bottom: 8px;
}

.blogArchive ul {
	list-style: none;
}

.blogArchive li {
	width: 235px;
	float: left;
	border-bottom: 1px solid #ababab;
	padding: 4px 0px 4px 0px;
	font-size: 110%;
}

.blogArchive a {
	color: #821618;
	text-decoration: none;
}

.blogArchive a:hover {
	text-decoration: underline;
}

.contentPanel h2 a {
	color: #821618;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 50px;
	text-decoration: underline;
}

.contentPanel h2 a:hover {
	text-decoration: none;
}

.contentPanel small {
	margin-bottom: 10px;
}





.contentPanel textarea {
	width: 628px;
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 90%;
	height: 150px;
	padding: 5px;
}

input#submit {
	padding: 3px;
	background: #821618;
	color: #fff;
	cursor: pointer;
}

input#author, input#email, input#url {
	border: 1px solid #ccc;
	padding: 2px;
}





.access {
	display: none;
}

.clear {
	clear: both;
}

.error {
	color: #FF0000;
}





