/* Global Styles */

#wrapper {
	background-color: #CCCCCC;
	width: 800px;
	height: 600px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 1;
	margin-top: 25px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
	color: #000000;
	line-height: 1.5em;
}

td {
font-family: arial, helvetica, sans-serif; 
font-size: 13px;
}

th {
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
}

/* Global hyperlink style */

a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
color: #000000; 
text-decoration: underline;
}

a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 13px; color: #000000; 
text-decoration: underline;
}

a:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
color: #000000; 
text-decoration: none;
}

a:active {
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
color: #000000; 
text-decoration: none;
}

/* Class styles */

.a10 {
font-family: arial, helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal;
}

.a11 {
font-family: arial, helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal;
}

.a12 {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal;
}

.a12bold {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold;
}

.a14 {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: normal;
}

.a14bold {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold;
}

.logo {
font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.imagetitle {
font-family: arial, helvetica, sans-serif; 
font-size: 18px; 
font-style: normal; 
font-weight: normal;
}

.pagetitle {
font-family: arial, helvetica, sans-serif; 
font-size: 24px; 
font-style: normal; 
font-weight: normal;
}

.formpadding {
	padding-left: 200px;
}

.imagesusie {
	float: right;
	margin-left: 10px;
}

/* css float styles */

.floatright {
	float: right;
	margin-left: 20px;
}
.floatleft {
	float: left;
	margin-right: 20px;
	}

/* heading selector styles */

h1 {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; font-style: normal;
font-weight: normal;
}

h2 {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; font-style: normal;
font-weight: normal;
}

/* id styles */

#wrapper #logo {
	position:absolute;
	left:-60px;
	top:25px;
	width:380px;
	height:62px;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index:2;
	text-align: left;
}	
	
#wrapper #navbar {
	position:absolute;
	left:175px;
	top:7px;
	width:491px;
	height:17px;
	z-index:3;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

#wrapper #pagetitle {
	position:absolute;
	left:400px;
	top:65px;
	width:350px;
	height:25px;
	z-index:4;
	text-align: left;
	border-bottom-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#wrapper #gallery_topnav {
	height: 15px;
	width: 350px;
	position: absolute;
	z-index: 6;
	left: 400px;
	top: 98px;
}

#wrapper #mainstage {
	position:absolute;
	left:0px;
	top:115px;
	width:760px;
	height:auto;
	z-index:5;
	text-align: left;
	padding: 20px;
	background-color: #CCCCCC;
	margin-bottom: 50px;
}

#wrapper #mainstage #gallerytop {
	background-color: #CCCCCC;
}

#wrapper #mainstage #services_submain {
}

/* custom link styles */

a.lnknav:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

a.lnknav:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

a.lnknav:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
}

a.lnknav:active {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
}


a.link-services:link {
	font-family: arial, helvetica, sans-serif; font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

a.link-services:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

a.link-services:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}

a.link-services:active {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}


/* generic custom link style - clone this to make a custom link style 

a.lnkgeneric:link {
font-family: arial, helvetica, sans-serif; font-size: 12px; 
color: #000000; 
font-weight: normal;
text-decoration: none;
}

a.lnkgeneric:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; color: #000000; 
font-weight: normal;
text-decoration: none;
}

a.lnkgeneric:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
font-weight: normal;
text-decoration: underline;
}

a.lnkgeneric:active {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
font-weight: normal;
text-decoration: underline;
}

*/

