*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;
	background-image: url('../images/design/stripes.png');
}

img
{
	border: none;
}

a{
	text-decoration: none;
	color: brown;
}
a:hover
{
	color: navy;
}

h1
{
	color: brown;
	
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 2px;
}
h2
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #428eb4;
	text-align: center;
}
h3
{
	color: brown;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
}

span
{
	font-weight: bold;
}

div.clear
{
	clear: both;
}

#wrapper
{
	width: 95%;
	margin: 0 auto 0 auto;
	min-width: 960px;
	max-width: 1280px;
	background-color: #e0e0e0;

	background-image: url('../images/design/bg_wrapper.gif');
	background-repeat: repeat-x;
	background-position: 0 235px;
}

#leftWrapper
{
	float: left;
	width: 220px;
}

#rightWrapper
{
	margin-left: 220px;
	display: block;
}

div.blueBorder
{
	background-color: #62acd1;
	background-image: url('../images/design/bg_top.gif');
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}
#banner
{
	background-color: #62acd1;
	height: 220px;
	width: 100%;
	color: white;
}
#logo
{
	margin: 0 1% 0 5%;
	float: left;
}
#logo_img
{
	margin: 0 5% 0 1%;
	float: right;
}

	#banner blockquote
	{
		margin-left: auto;
		margin-right: auto;

		padding-top: 30px;

	}
		#banner blockquote h4
		{
			color: white;
			font-style: italic;
			font-weight: normal;
			font-size: 1em;
			text-align: justify;
		}

		#banner blockquote h4.author
		{
			font-weight: normal;
			font-size: 0.9em;
			text-align: right;
		}
		

#delimiter, .delimiter
{
	background-color: #62acd1;
	background-image: url('../images/design/bg_menu.gif');
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	color: white;
}

#menu
{
	list-style: none;
	margin-left: 15px;
	clear: both;
}

#menu span
{
	font-size: 1.1em;
	font-weight: normal;
}
#menu small
{
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
	color: #428eb4;
}

#menu li
{
	margin-top: 0.7em;
	clear: both;
}
#menu a
{
	color: brown;
	margin-top: 0;
}
#menu a:hover
{
	color: navy;
}
#menu img
{
	margin-right: 5px;
	float: left;
}

#content
{
	display: block;
}

#actionLogo, img.actionLogo
{
	float: left;
	margin-top: 10px;
	margin-left: 100px;
}
#content h1, h2
{
	margin-left: 200px;
	margin-right: 200px;
}
#content h1
{
	padding-top: 8px;
}

#content h3
{
	margin: 20px 10px 0 30px;
}

#content p
{
	text-indent: 30px;
	padding: 15px 20px 0 25px;
	text-align: justify;
	overflow: hidden;
	
	font-size: 1em;
	font-style: italic;
	
	background-image: url('../images/design/arrow.gif');	
	background-repeat: no-repeat;
	background-position: 30px 18px;
}
#content ul
{
	color: #428eb4;
	font-size: 1em;
	display: block;
	padding-left: 75px;
	font-style: italic;
	list-style: url('../images/design/note.png');
}


/* G A L L E R Y */
#content ul.gallery
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 99%;
	overflow: hidden;
}
ul.gallery li
{
	float: left;
	text-align: center;
	width: 170px;
	padding: 5px;
	display: inline;
	position:relative;
}

ul.gallery img
{
	border: 3px solid gray;
	border-color: #C5E0E1 #62ACD1 #62ACD1 #C5E0E1;
}
ul.gallery a
{
	color: #62ACD1;
}

/* C O N T A C T (forms) */
form
{
	margin: 20px auto 0 auto;	
	width: 95%;
	padding: 3px 0;
	background-color: #fafafa;
}

#content form p
{
	text-indent: 0px;
	padding: 8px 0 8px 0;
	margin-bottom: 1px;
	background-color: #D8ECFC;
	background-position: 23% 12px;
}

form label
{
	margin-left: 25%;
	margin-right: 10px;
	width: 60px;
	display: inline;
	float: left;
	color: #428EB4;
}
form input, form textarea
{
	width: 200px;
	border: 1px solid #62ACD1;
	font-size: 0.8em;
	font-family: Verdana;
	font-style: italic;
	color: brown;
}
form textarea
{	
	height: 80px;
	font-size: 0.7em;
}
form em
{
	font-size: 0.8em;
	color: #909090;
}
#content form p.button{
	background-image: none;
}
form input.button
{
	margin-left: 40%;
	background-color: #ab7562;
	border-color: white #612F1E #612F1E white;
	width: 90px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	padding: 2px;
	cursor: pointer;
}

form .invalid
{
	border-color: red;
	background-color: #fffafa;
}

/* L O A D I N G */

#messages
{
	margin-top: 20px;
}
#messages p
{
	background-image: none;
	text-align: center;
	text-indent: 0;
}

#messages p.message
{
	color: #2f851c;
}
#messages p.warning
{
	color: #428eb4;
}
#messages p.error
{
	color: #dd0000;
}

#formFields
{
	visibility: hidden;
	font-size: 1px;
	height: 1px;
}