@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg);
	background-color: #f7f7f7;
	background-repeat: repeat-y;
	background-position: center;
	}
#wrapper {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
#row1 {
	background: url(../images/header-bground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 201px;
}
#row2 {
	height: 478px;
}
#row3 {
	background-image: url(../images/body-bground.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}
.detail {
	font-size: 10px;
	color: #999;
}
#footer {
	background-image: url(../images/curved-footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 992px;
	float: left;
}
#logo {
	width: 267px;
	height: 201px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.logo-other {
	background-image: url(../images/citizen-logo.jpg);
	display: none;
}
#content {
	width: 840px;
	margin-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#navigation {
	float: right;
	width: 620px;
	height: 35px;
	margin-top: 123px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1px;
}
#wrapper #row3 #content p a {
	color: #A2CC00;
}

ul#toc {
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#toc li {
    margin: 0 1px 0 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #AEC836;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	letter-spacing: -0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F9325;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #AEC836;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul#toc a {
	color: #333;
	display: block;
	height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: 0px -8px;
	float: left;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-box-shadow: 0px -2px 3px #f0f0f0;
	background-color: #FFF;
	margin-right: 4px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-left-color: #f0f0f0;	
}
ul#toc li.current a {
	background-color: #D0D0D0;
	color: #fff;
	font-weight: bold;
	
}
#row3 #content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul#toc a:hover {
	color: #fff;
	background-color: #e5e5e5;
}
#clients {
	float: left;
	width: 850px;
}
#clients ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#clients ul li {
	float: left;
	margin-bottom: 25px;
	display: block;
	margin-right: 20px;
	height: 50px;
	width: 100px;
}
#row2_small {
	height: 340px;
}
.bground-flash-home {
	background-image: url(../images/bground-flash-welcome.jpg);
	background-repeat: no-repeat;
	height: 478px;
	width: 992px;
}
.bground-flash-whatwedo {
	background-image: url(../images/bground-flash-whatwedo.jpg);
	background-repeat: no-repeat;
	height: 478px;
	width: 992px;
}
.download-box {
}
.download-box a {
	background-color: #F63;
	display: block;
	float: right;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	background-image: url(../images/orange-button-bground.gif);
	background-repeat: repeat-x;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottompright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border: 1px solid #CCC;
	clear: right;
	margin-bottom: 10px;
}
.download-box a:hover {
	background-color: #AE0C11;
}
.floatright {
	float: right;
}
.gallery_image {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 7px;
}
.gallery_row {
	clear: both;
	height: 100px;
	width: 800px;
	margin-bottom: 7px;
}
.gallery_row li {
	list-style-type: none;
	margin: 0px;
}
.social {
	float: left;
	width: 110px;
	border: 1px solid #CCC;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 85px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.floatright_column {
	float: right;
	width: 320px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 15px;
}
.image_floatleft {
	margin-right: 10px;
	float: left;
	width: 100px;
}
.detail {
	font-size: 10px;
	color: #666;
}
#content_home {
	width: 500px;
	margin-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	float: left;
}
.floatleft_column {
	float: left;
	width: 320px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#peeps-iphone {
	display: none;
}
@font-face {
    font-family: "creampuff";
    src: url(Creampuff-webfont.ttf) format("truetype");
}
p.creampuff { font-family: "creampuff", sans-serif; font-weight:bold; font-size:24px;
}
h1.creampuff { font-family: "creampuff", sans-serif; font-weight:normal; font-size:40px;
}
h4.creampuff { font-family: "creampuff", sans-serif; font-weight:normal; font-size:32px;
}.news_imagerow {
	clear: left;
	height: 100px;
	width: 320px;
	margin-bottom: 5px;
}
.news_imagerow img {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 5px;
}
#content_home p a {
	color: #A2CC00;
}
