/* @group Elements */

body {
	margin: 0px;
	/*background-color: #3a556d;
	background-color: #e8f0f6;*/
	font-family: Verdana;
	font-size: 80%;
}

a {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #000033;
	text-decoration: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}
/* @end */

/* @group Structure */

#container {
	border: 20px solid #3a556d;
}

.footer {
	color: #898c8f;
	color: #637d94;
	font-size: x-small;
	letter-spacing: 0.4em;
}

.content {
	color: #304a61;
	line-height: 1.5em;
	font-size:0.9em;

}

.content p {padding-right: 1em; padding-left: 1em;}

.main {
	padding: 1em;
	text-align: center;
}

.navbar {
	text-align: left;
}

.bumper {
	padding-top: 1em;
}

.head_image {
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.holder {
	padding: .5em;
	background-color: #e8f0f6;
}



/* @end */
.heading {
	margin: 0;
	padding:0;
	background-color: #081c34;
	background-color: #001b35;
/*	color: white;
	font-size:0.8em;
	font-family: times;*/
}
.heading div {height: 170px; background: #001b35;}
.heading  td {padding: 0; margin: 0; background-color: #e8f0f6;}

 .links a { text-decoration: none; font-size: x-small;  color: #FFF;}
.largetext {
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
	color: #003366;
}
.imgpreview {
	text-align: center;
	padding: 0.5em;
}
.icon {
	cursor: pointer;
}
.designer_name {text-align: right;}
#back_btn {text-align: left; padding-left:2em;}

/* @group Services Page */
ul#service_list li {
	list-style-type: none;
	background: url("../images2/bullet.gif") no-repeat right;
	padding-right:  20px;
	text-align: right;
}
/* @end */


/* @group Profiles Page */
ul#profile_list li{
	list-style-type: none;
	padding:  0.5em 1em;
}

/* Staff Names */

.staff {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #003366;
}

/* @end */

