body {
	background: #fff;
	color: #282828;
	font: 80% verdana, arial, helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

#container {width: 550px;text-align: left;margin: 0 auto;}
#content {padding: 0 0 55px 0;}
#sidebar-left {display: block;float:left;margin-top:150px;}
#footer {
	border-top: 1px dotted #ccc;
	padding: 15px;
	width: 419px;
	margin: 0 auto;
	color: #666;
	border-bottom: 5px solid #f60;
	}

::-moz-selection {background:#d4f699;color:#7aa62f;}

::selection {background:#d4f699;color:#7aa62f;}


a:link, a:visited {text-decoration: underline;font-weight: bold;color: #f65077;}
a:hover, a:active, a:focus {color: #4FA3DA;}
a.rss:link, a.rss:visited {color: #ff950b;}
a.rss:hover, a.rss:active, a.rss:focus {color: #8fc80d;}

h1 {
	margin-bottom: 30px;
	padding-top: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	}


h2 {
	display: block;
	padding: 4px 8px 0;
	min-height: 20px;
	background: #FF9900 no-repeat;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.99em;
	text-decoration: none;
	cursor: pointer;
}


p {margin: 0 0 1px;padding: 5px;line-height: 15px;text-align: justify;}
#footer p {text-align: left;}
img {margin: 0 0 0 10px;}
a img {border: 0;}
ul {margin: 0 15px 10px;padding: 0 5px;}
ol {margin: 0;padding: 0 0 0 30px;}
li {list-style: none;margin-top: 4px;}
em {font-size: 1.1em;font-style: normal;color: #7AA62F;}
.date, abbr.dtstart {color: #535353;border-bottom: 1px solid #ddd;padding-left: 18px;background: transparent url("images/date.png") no-repeat center left; font-weight: bold;}
div.description, div.org, div.vcard, div.vcard div, div.adr {display:inline;}
span.description, span.org, span.vcard, span.vcard span, span.adr {display:inline;}
.alert-msg {background: #fff6bf url("images/dialog-warning.png") center no-repeat; background-position: 15px 50%; /* x-pos y-pos */ text-align: left; padding: 5px 20px 5px 45px;	border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324;margin-top:15px;}
.info-msg {background: #f8fafc url("images/dialog-information.png") center no-repeat; background-position: 15px 50%; text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #b5d4fe; border-bottom: 2px solid #b5d4fe;margin-top:15px;}
.big {font-size: 1.1em;}
a[href $='.pdf'] {padding-right: 18px;background: transparent url("images/page_pdf.png") no-repeat center right;}
a[href $='.doc'] {padding-right: 18px;background: transparent url("images/page_doc.png") no-repeat center right;}
a[href $='.ppt'] {padding-right: 18px;background: transparent url("images/page_ppt.png") no-repeat center right;}
a[href $='.xls'] {padding-right: 18px;background: transparent url("images/page_xls.png") no-repeat center right;}
.attatchment {background:transparent url("images/mail-attatchment.png") no-repeat left center;padding:0 0 0 20px;}
blockquote {
	background: url( images/cita.png) no-repeat left top;
	padding: 5px 5px 5px 20px;
	-moz-border-radius: 2%;
	border-width: 1px 1px 1px 0.8ex;
	border-style: none;
	margin-left: 30px;
	margin-right: 75px;
}

/* ----- IDS ----- */

#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:419px;
}
#stage{
	background:#fff;
	padding:20px 20px 0 20px;
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#stage[id]{
	padding-bottom:7px;
}
#nav{
	position:relative;
	min-height:3.1em;
	height:3.1em;
	background:#BF3717;
}
#nav[id]{
	height:auto;
}

/* ----- CLASSES ----- */

.inline{
	display:inline !important;
}
.center{
	text-align:center !important;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hide{
	display:none !important;
}



/* ----- CLEARFIX ----- */

.clearfix:after, #stage:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix, #stage{
	display: inline-block;
}  
/* Holly Hack Targets IE Win only \*/
	* html .clearfix, * html #stage {height: 1%;}
	.clearfix, #stage{display: block;}
/* End Holly Hack */

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

form ul{
	position:relative;
	list-style-type:none;
	width:100%;
}
form li{
	line-height:2em;
	margin:0;
	padding:1px 4px 6px 9px;
	display: inline-block;
}
form li:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
	* html form li {height: 1%;}
	form li {display: block;}
/* End Holly Hack */

form li div{
	float:left;
	display:inline;
	margin-right:5px;
}
form li.focused{
	background-color:#fff7c0;
} 
form li p{
	clear:both;
	font-size:9px;
	line-height:13px;
	color:#444;
}

form li div.left{
	width:48%;
}
form li div.right{
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
	clear:both;
}

form li div p{
	margin-bottom:3px;
}
form li img.icon{
	float:left;
	margin:.35em 5px 0 0;
}



/* ----- SECTIONS ----- */

form li.section{
	border-top:1px dotted #ccc;
	margin-top:15px;
	padding-top:12px;
	padding-bottom:0px;
}
form ul li.first{
	border-top:none;
	margin-top:0px;
	padding-top:1px;
}
form .section h3{
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 1em 0;
}

/* ----- BUTTONS ----- */

.submit{
	width:60px;
	background:#FDB7A0;
	border:3px double #C53518;
	color: #333;
	text-align:center;
	padding:5px;
}
.buttons{
	clear:both;
	margin:10px 0 20px 7px;
}
.buttons .button{
	font-size:120%;
	margin:0 5px 0 0;
}
.button{
	cursor:pointer !important;
}


/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:125%;
	padding:4px 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-weight:bold;
	font-size:95%;
}
input.text, textarea.textarea, select.select{
	font-size:100%;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(http://wufoo.com/images/fieldbg.gif) repeat-x top;
	color:#333;
}
input.text{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}

textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
}
select.select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:99%;
}
input.tags{
	width:315px;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

form li.error{
	background-color: #FFDFDF;
	margin:3px 0;
}
form li.error h3{
	margin-top:3px;
	font-size:110%;
	line-height:130%;
	color:red;
}
#liError{
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
}
form #liError p{
	color:#222;
	font-size:85%;
}
input.error, textarea.error{
	border:1px solid #EF5959;
	border-left:1px solid #FF8F8F;
	border-top:1px solid #FF8F8F;
	background:#fff;
}
p.error, li.error label.desc{
	color:red;
	clear:both;
}

/* ----- REQUIRED ----- */

.req{
	color:red;
	font-weight:bold;
}

/* ----- INSTRUCTIONS ----- */

.instruct{
	display:none;
	position:absolute;
	left:100%;
	width:40%;
	margin:-1px 0 0 10px;
	padding:8px 7px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:100%;
	color:#444;
}
form li:hover .instruct, form li.focused .instruct{
	display:block;
}
#container #main form ul{
	width:100%;
}
#container #main form li{
	width:62%;
}
.instruct{
	left:62%;
	margin-left:20px
}
.instruct[class]{
	width:29%
}

/* ----- CUSTOM THEME ----- */
