/*
Title:		Architectronica Master Styles
Author:		Alexis Moore-Jones, amj@studiomechanics.net
Updated:		22 Feb 2006
Notes:		Stylesheet best viewed with CSSEdit (http://www.macrabbit.com)
*/

body {
	background: #F0F0F0 url(../images_aim/body-background.gif) repeat-y top;
	margin: 0;
	padding: 0;
	font-family: Optima, 'Trebuchet MS', sans-serif;
	font-size: small;
	text-align: center;
	color: #333333;
	}

/*<group=links>*/

a:link {
	border-bottom: 1px dotted #40659B;
	color: #40659B;
	text-decoration: none;
	}

a:visited {
	border-bottom: 1px dotted #8EA4C2;
	color: #8EA4C2;
	text-decoration: none;
	}

a:hover {
	background-color: #40659B;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	}

a:active {
	background-color: #c0462d;
	}

/*</group>*/

/*<group=comment elements>*/
	
/*</group>*/

/*<group=layout structure>*/

#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	}

#content {
	float: left;
	width: 449px;
	margin: 30px 20px;
	font-size: 95%;
	line-height: 1.5em;
	}

#sidebar {
	float: right;
	width: 241px;
	margin: 30px 20px 30px 0;
	}

#footer {
	clear: both;
	height: 40px;
	margin: 0;
	padding: 0;
	}

#left_column {
	float: left;
	width: 320px;
	margin: 30px 20px;
	}

#right_column {
	float: right;
	width: 320px;
	margin: 30px 20px;
	}

.gallery_caption {
	width: 720px;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

/*</group>*/

/*<group=header>*/

#header {
	float: left;
	overflow: auto;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(../images_aim/aim-banner.gif) no-repeat top;
	}
/* start temp comment out
#header h1 {
	float: left;
	width: 127px;
	height: 120px;
	margin: 0;
	padding: 0 0 0 20px;
	}
end temp comment out*/
#header h1 a {
	background: none;
	border: none;
	}

/*</group>*/

/*<group=navigation>*/

#navigation {
	float: left;
	width: 710px;
	margin: 0;
	padding: 80px 0 0 0;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	}

#navigation li {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	}

#navigation a {
	float: left;
	display: block;
	padding: 5px 5px;
	border: none;

	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 0 1px 1px;
	text-decoration: none;
	}

#navigation a:hover {
	text-decoration: underline;
	}

/* Navigation You Are Here Effect - Start */
/* Credits: Dan Cederholm - www.simplebits.com */

body#home #sectionhome a {
	text-decoration: underline;
	color: #ffffff;
	}

body#products #sectionproducts a {
	text-decoration: underline;
	color: #ffffff;	
	}

body#services #sectionservices a {
	text-decoration: underline;
	color: #ffffff;
	}

body#seminars #sectionseminars a {
	text-decoration: underline;
	color: #ffffff;
	}

body#about #sectionabout a {
	text-decoration: underline;
	color: #ffffff;
	}

body#contact #sectioncontact a {
	text-decoration: underline;
	color: #ffffff;
	}

/*</group>*/

/*<group=banner styles>*/

#banner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/*</group>*/

/*<group=content styles>*/

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #40659B;
	}

#content .entrytext p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #ff0000;
	}

/*</group>*/

/*<group=sidebar>*/

/* rounded box style */

.box {
	width: 241px;
	margin: 0 0 20px 0;
	background: url(../images_aim/sidebar-box-background.gif) repeat-y top left;
	}

.box-inner {
	background: url(../images_aim/sidebar-box-bottom.gif) no-repeat bottom left;
	}

.box h3 {
	margin: 0;
	padding: 11px 18px 0 18px;
	background: url(../images_aim/sidebar-box-top.gif) no-repeat top left;
	font-size: 110%;
	color: #CA3700;
	}

.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 0.5em 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
	}

.box ul li {
	margin: 0 0 2px 15px;
	}

.box dl dt {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 0;
	font-weight: bold;
	}

.box dl dd {
	margin: 0.5em 0 0 0;
	padding: 0;
	}

/*</group>*/

/*<group=footer>*/

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #57595A;
	}

/*</group>*/

/*<group=misc>*/

a img {
	border: none;
	vertical-align: top /* to hide pseudo-underline in firefox */
	}

/* aim acronymn */

.aim {
	font-weight: bold;
	color: #40659B;
	}

/* address */

.address dt {
	margin-top: 1em;
	font-weight: bold;
	}

.address dd {
	margin: 0;
	padding: 0;
	}

#announcement {
	font-size: 110%;
	font-weight: bold;
	color: #40659B;
	}

/*</group>*/