@charset "UTF-8";

/* container styles */

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}

#container {
	width: 1000px;
	height: 638px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#containersub {
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#homephotos {
	width: 750px;
	height: 421px;
}

#homecontent {
	width: 315px;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}

#ixiaupdates {
	width: 375px;
	height: 217px;
	background-color:#cdce7c;
}

#contentarea {
	width: 500px;
	float: left;
}

#homenav {
	width: 248px;
	float: right;
}

#subnav {
	width: 1000px;
	height: 158px;
	background-repeat: repeat-x;
}

#galleryphotos {
	width: 1000px;
	height: 620px;
	background-color: #FFF;
	border-top: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#subpagecontent {
	width: 840px;;
	background-color: #FFF;
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	border-top: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #ccecfa;
	padding-top: 6px;
	font-size: 10px;
}

.footerphone {
	font-size: 12px;
}



/* html styles */

body {
	background-color: #00a2e5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #6d6d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #036;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a {
	color: #00a2e5;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}



/* browser-specific fixes */

img, div {
	behavior: url(css/iepngfix.htc);
}

