i,
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;
}

/*BASE*/

*{
	margin:0px;
	padding:0px;
	outline: none;
}
body {
	text-align:center;
	background: #BCE0A3 url('../img/paigem_home_1tile.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #336666;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
a img {
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	clear:both;
}


#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
#shadow {
	background-image: url('../img/shadow.png');
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}

/*HEADER*/
#header{
	background-color: #FFFFFF;
	clear: both;
}

#header-info{
	float:left;
	width: 650px;
	padding: 20px;
	height: 60px;
	background-color: #FFFFFF;
}
#header-right{
	height:225px;
	float:right;
	width: 260px;
	background-image: url('../img/photo_paige.jpg');
}
#navigation{
	height:30px;
	width: 690px;
	float:left;
	background-color: #336666;
	background-image: url('../img/tile_navigation.jpg');
	background-repeat: repeat-x;
}
#navigation-follow{
	height:30px;
	background-color: #336666;
	background-image: url('../img/tile_navigation.jpg');
	background-repeat: repeat-x;
}

#menus{
	margin-left:0px;
	padding-top: 6px;
	padding-left: 20px;
}
#menus ul{
	list-style-type: none;
	font-size: 12px;
}
#menus li {
	display: inline;
	padding-right: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#menus li a:link, #menus li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#cross_column {
	padding: 20px;
	height: 55px;
}
#menus li a:hover, #menus li a:active {
	background-color: #66CCFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: url('../img/tile_subnav.jpg');
	background-repeat: repeat-x;
	color: #000000;
}
#menus li li a:hover, #menus li li a:active {
	background-color: #66CCFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	color: #000000;
}
#tag{
	float:left;
	background-color: #FFFFFF;
	width: 650px;
	font-size: 1.2em;
	height: 55px;
	text-align: center;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#tag-follow{
	background-color: #FFFFFF;
	font-size: 1.5em;
	float: left;
}
#subnav_services {
	background-color: #FFFFFF;
	font-size: .7em;
	height: 55px;
	width: 330px;
	float: right;
	font-weight: normal;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnav_services li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}
.tag {
	padding: 20px;
}
#subnav_services ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header-follow {
	padding: 20px;
	height: 60px;
	background-color: #FFFFFF;
}


/*MAIN CONTENT*/

#content {
	background-color: #FFFFFF;
	background-image: url('../img/tile_main.gif');
	background-repeat: repeat-y;
}
#content img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#left-side {
	float: left;
	width: 557px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url('../img/tile_content.jpg');
	background-repeat: repeat-x;
}
#left-side h1 {
	font-weight: normal;
	font-size: 20px;
	color: #3E4E53;
}
#left-side h2 {
	font-size: .9em;
	font-weight: bold;
	margin-top: 12px;
}
#left-side p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 12px;
}
#left-side ul {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 20px;
}
#left-side li {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 8px;
	list-style-image: url('../img/bullet.gif');
}
#sidebar{
	width: 332px;
	float:right;
	margin-top:0px;
	padding-top:20px;
	background-image: url('../img/tile_subcontent.jpg');
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #DDF9C9;
}
#sidebar p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-left: 100px;
	margin-right: 20px;
}
#sidebar h2{
	background-image: url('../img/sidebar_h_bg.jpg');
	background-repeat:no-repeat;
	width:240px;
	color:#FFFFFF;
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 46px;
	/*border-bottom:5px #34aab8 solid;*/
	padding-left:10px;
	margin-left:7px;
	clear:both;
}
.attribution{
	color:#336666;
	font-weight:normal;
	padding-top: 8px;
	font-size: 0.7em;
		}

.prev_page, .next_page{
	background:url('../img/prev_next.png') no-repeat;
	width:122px;
	height:22px;
	cursor:pointer;
}
.prev_page{
	background-position:left;
	float:left;
}
.next_page{
	background-position:right;
	float:right;
}
.footer {
	background-image: url('../img/shadow_bottom.png');
	background-position: bottom;
	height: 4px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}
	
/*CONTACT FORM*/

form {
	width: 80%;
	font-size: 12px;
	line-height: 15px;
}
textarea {
	background-color: #ECF9F7;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	color: #333333;
	padding: 6px;
	margin-bottom: 12px;
	width: 300px;
	height: 100px;
}
input {
	font-size: 90%;
	color: #000000;
	border: 1px solid #999999;
	width: 300px;
	margin-bottom: 12px;
	padding: 6px;
	background-color: #ECF9F7;
}
button {
	background-color: #A9C9D8;
	width: 200px;
	border-top: 1px outset #CCCCCC;
	border-right: 1px outset #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px outset #CCCCCC;
	height: 24px;
	padding: 6px 6px 2px;
	font-size: 140%;
	font-family: Helvetica, Arial, sans-serif;
}
#_Submit {
	background-color: #99b687;
	text-align: center;
	font-size: 14px;
	color: #336666;
	width: 150px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #FFFFFF;
	background-image: url('../img/tile_submit.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#left-side table {
	width: 540px;
}
#left-side td {
	padding: 6px;
}
#sidebar ul {
	margin-left: 100px;
	list-style-type: none;
}
#sidebar li {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 4px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin-bottom: 12px;
}
