body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 15px;
	color: #666666;
	background: url('img/bg_body.jpg') no-repeat top center;
	line-height: 20px;
}

/* HEADINGS */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	color: #2C73BB;
	font-weight: normal;
	padding-bottom: 30px;
}
h2 {
	font-size: 20px;
	color: #CB1C21;
	font-weight: normal;
	padding-bottom: 4px;
}
.h2 {
	color: #CB1C21;
}
h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* LINKS */
a:link, a:visited, a:hover {
	text-decoration: none;
	color: #CB1C21;
}
a:hover {
	color: #ED222A;
}
a.more:link, a.more:visited, a.more:hover {
	font-size: 10px;
	color: #CB1C21;
	text-decoration: none;
	background: url('img/bullet_more.gif') no-repeat center left;
	padding-left: 10px;
}
a.more:hover {
	
}
a.seclink:link, a.seclink:visited, a.seclink:hover {
	color: #666666;
	text-decoration: underline;
}
a.seclink:hover {
	color: #000000;
}
a.blue:link, a.blue:visited, a.blue:hover {
	color: #2C73BB;
}

/* CONTAINERS */
.secbody {
	background: url('img/bg_body_bottom.jpg') no-repeat bottom center;
}
.main {
	width: 927px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	padding: 0;
}
.logoplace {
	float: left;
	width: 225px;
	padding-top: 47px;
}
.headerinfo {
	padding-top: 20px;
	float: right;
	width: 380px;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.slogan {
	margin-top: 20px;
}
.container {
}
.content {
}	
.contentarea {
}

.content_about {
	float: left;
	width: 510px;
}
.content_strengths {
	float: right;
	width: 380px;
}
.content_portfolio {
	clear: both;
	
}
.content_contact {
	clear: both;
}

.footer {
	font-size: 12px;
	color: #999999;
}

.intro {
	font-style: italic;
	color: #666666;
	font-size: 18px;
	line-height: 26px;
}
.info {
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

.listitem {
	clear: both;
	padding-bottom: 12px;
}
.listitem_info {
	float: right;
	width: 280px;
	font-size: 13px;
}

.contact_col1 {
	float: left;
	width: 370px;
}
.contact_col2 {
	float: left;
	width: 290px;
}
.contact_col3 {
	float: right;
	width: 258px;
	height: 310px;
	background: url('img/footer_stairs.jpg') no-repeat top right;
}


/* popup modules */
.module {
	width: 600px;
	padding: 10px;
	background: url('img/bg_body.jpg') no-repeat top center;
}
.module_photobrowser {
	
}
.module_inner {
	background: url('img/logo_small.gif') no-repeat top right;
	padding-top: 20px;
}
.module_photobrowser_inner {
}

/* LISTS */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
ul li {
	margin: 0;
	margin-left: 12px;
	padding: 0;
	padding-left: 20px;
	background: url('img/bullet1.gif') no-repeat center left;
}
ul li a:link, ul li a:visited, ul li a:hover {
	display: block;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
	padding-left: 3px;
}
ul li a:hover {
	background: #DA0202;
	color: #ffffff;
}
ul.ul2 li {
	background: url('img/bullet2.gif') no-repeat center left;
}


/* FORMS */
.formitem {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}
.label {
	float: left;
	width: 80px;
	font-size: 14px;
	padding-left: 8px;
}
.input {
	float: left;
	width: 251px;
	height: 25px;
	background: url('img/bg_input.gif') no-repeat 0 0;
}
input {
	border: 0;
	background: white;
	color: black;
	font-size: 14px;
}
.checkbox {
	border: 0;
}
textarea {
	float: left;
	width: 251px;
	height: 105px;
	overflow: auto;
	font-family: "Gill Sans", "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	border: 0;
	background: url('img/bg_textarea.gif') no-repeat 0 0;
}
.button {
}
.input_image {
	border: 0;
	background: transparent;
}
.required {
	color: red;
}


/* MESSAGES */
.message_ok, .message_error {
	margin: 0;
	padding: 10px;
	margin-top: 30px;
	font-size: 16px;
	background: #FFFFCD;
}
.message_ok {
	color: #2C73BB;
}
.message_error {
	color: #C64E45;
	border: 2px solid #C64E45;
}


/* SPECIALS */
img {
	border: 0;
}
hr {
	border: 0;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
}
.clear-both {
	clear: both;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.width-max {
	width: 100%;
}
.large {
	font-size: 18px;
}
.rel {
	position: relative;
	top: -4px;
	border: 0;
}
.black {
	color: #000000;
}




.debugger {
	border: 1px solid white;
	background: black;
	color: white;
	padding: 10px;
}
