.forms {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; border: 1px #CACBCD solid; font-weight: normal}

html
{
	background-color: #ebebeb;
	border-top: 10px solid #555555;
	font: normal 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */
a { font-weight: bold; border-bottom: 1px dotted transparent; }
a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }
a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }
a:hover, a:active { color: #ad5b1e; border-bottom: 1px solid #ad5b1e; }

/* Html Elements */
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px 0; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 12px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

ul, ol, blockquote, pre {
	color: #555555;
	padding: 0px 30px;
	line-height: 1.8em;
}

ul {
	list-style-type: square;
}


blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }
ins { text-decoration: none; color: #466b85; }
del { color: #555555; }

/* Structure */
body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(./../img/template/body_bg.png);
}

#container
{
	width: 720px;
	margin: 0 auto;
}

#header { float: left; width: 100%; clear: both; margin-top: 3px; margin-bottom: 1px; }

#logo { float: left; width: 100%; clear: both; margin-bottom: 0px; }

#navigation { clear: both; position: relative; margin-bottom: 20px; }



#content 
{ 
	text-align: justify;
	height: 980px
}

#content .imgright {
	padding: 5px;
	margin-left: 10px;
	margin-top: 25px;
	float: right;
}

#content .head {
	margin-bottom:10px;
	float: center;
	width: 700px;
	height: 20px;
	background-color: #eeeeee;
	padding: 0 0 0 0;
	
	
}

#content .line {
	margin: 10px 0 0 0;
	float: center;
	width: 680px;
	height: 12px;
	text-align: right
}

#content .img {
	margin: 15px 0 15px 25px;
	float: center;
	text-align: center
}


#content .headtext {
	font-family:"Mouser", "Arial", "Helvetica";
	font-style:normal; 
	font-size:15px;
	color: #5A656D;
	background-color : #EEEEED;
	text-align:left;
	letter-spacing:normal;  
	line-height:normal;
	text-decoration: none;
	font-weight:bold; 
	vertical-align:top;   
	margin: 0 0 0 70px;
}

#content ul {
	margin: 0 0 0 15px;
}

#content li {
	margin: 0 0 0 0px;
}

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}

#footer h1
{
	padding: 0 12px 0 0;
	float: right;
	margin: 0 0 0 0;
}


/* Header */
#header h1
{
	padding: 0;
	float: right;
	margin: 0 14px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
	
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	font-size: 12px;

}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* logo */
#logo ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 0px;
	list-style-type: none;
	background-color: #65728d;
}

#logo li { float: left; }

#logo a:link,
#logo a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#logo a:hover,
#logo a:active
{
	color: #ffffff;
	background-color: #485573;
}

body#bmission li#lmission a
{
	color: #eff8ff;
	background-color: #374462;
}

/* navigation */
#navigation ul
{
	bottom: -8px;
	left: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#navigation li { float: right; }
#navigation li a:link,
#navigation li a:visited
{
	font-size: 12px;
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(./../img/template/menu.png);
	background-repeat: repeat-x;
}

#navigation li a:hover,
#navigation li a:active
{
	background-image: url(./../img/template/menu_hover.png);
}

/* content */
.col { width: 200px; float: left; margin: 0 15px; text-align: left; }
.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }
.col li { padding-bottom: 10px; }
.col h3 { font-size: 13px; padding: 5px 10px; margin-top: 20px; }

#links h3 
{
	background-color: #94b4d6;
}

#content h3
{
	background-color: #d6eb9a;
}

#sidebar h3
{
	background-color: #ffb366;	
}

#links a:hover, #links a:active { color: #336699; border-bottom-color: #336699; }

#content a {	border-bottom: 0px; }
#content a:link { color: #336699; }
#content a:hover { color: #ad5b1e; }
#content a:visited { color: #336699; } 
 

#sidebar a:link { color: #df6532; border-bottom-color: #df6532; }
#sidebar a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }

/* Footer */
#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }
#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; } 
#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }
#footer p { margin: 5px 0; }


  
table.package {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217);
	border-collapse: collapse;
	background-color: white;
}
table.package th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.package td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217) rgb(212, 214, 217);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.photos {
	border-width: 0 0 0 0;
	border-spacing: 0px 0px;
}
table.photos td {
	height : 170px;
	width : 233px;
	text-align: center;
}

img {
	border: 0;
}
