body,div,h1,h2,h3,h4,h5,a,span,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li {
	padding-left: 10px;
}
body{
	font-family:Georgia,serif;
	font-size:14px;
	text-align:center;
	margin:0px;
	padding:0px;
	background:gray;
	/*background:#6EAEC4;*/
	color:#bfdce4;
}
img {
	border:0;
}
#container {
	width:774px;
	margin:0px auto;
	text-align:left; 
	padding:0px;
	overflow:hidden;
	background:#057492;
	position:relative;
}
#header{
	height:30px;
	width:100%;
	background:url(../img/header_bg.gif) top left repeat-x;
	position:relative;
	padding:0;
}
ul#main-menu {
	list-style: none;
	position:absolute;
	bottom:-11px;
	margin-left:162px;
	font-size:12px;
	font-weight: normal;
}
ul#main-menu li{
	float:left;
	margin-right:2px;
}
ul#main-menu li a{
	color:#757090;
	text-decoration:none;
	display:block;
}
ul#main-menu li a img{
	border:none;
	/*vertical-align:middle;
	padding:1px 0;*/
}
ul#main-menu li a:hover {
	height:20px;
	/*overflow:hidden;*/
}
ul#main-menu li a:hover img{
	/*border-top:1px solid #34499a;
	border-bottom:1px solid #34499a;
	padding:0;*/
}
#sub-header{
	background:#05608c url(../img/sub_header_bg.gif) top left repeat-x;
	height:90px;
	
}
div#secondary-menu {
	float:right;
	margin-right:10px;
	margin-top:9px;
	border-top:2px solid #707fb8;
	list-style:none;
}
div#secondary-menu a{
	display:block;
	border-bottom:2px solid #707fb8;
	width:102px;
	height:15px;
	line-height:13px;
	padding:0 4px;
}
div#secondary-menu a{
	font-family:Arial,sans-serif;
	font-size:10px;
	color:#d3d8eb;
	text-decoration:none;
}
div#secondary-menu a:hover{
	/*background:#7784b9;*/
	background:#39499A;
}
#left-side-header{
	text-align:center;
}
a#main-logo-link {
	background:url(../img/logo.png) top left no-repeat;
	width:302px;
	height:272px;
	display:block;
	margin:0 auto;
	position:relative;
	top:-88px;
	margin-bottom:-70px;
}
#header-left-title {
	background:#05608c url(../img/header_left_title.jpg) top left no-repeat;
	height:190px;
	width:256px;
	margin:0 auto;
}
#left-side {
	background:#05608c url(../img/left_side_bg.gif) top left repeat-x;
	width:330px;
	/*padding-top:375px;*/
	float:left;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	overflow:visible;
}
#content {
	margin-left:330px;
	background:#057492;
	position:relative;
	min-height:585px;
	height:auto!important;
	height:585px;
}

h1{
	font-size:2em;
	font-style: italic;
	font-weight:normal;
	margin-bottom:10px;
}


#left-side-content {
	margin-top:10px;
	padding:0px 30px;
	color:#badff1;
}
#left-side-content p{
	margin-bottom:10px;
	font-size:12px;
}


#flash-holder {
	width:420px;
	height:150px;
	background:url(../img/no-flash-still.jpg);
}
#content h2{
	color:#fefefc;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	padding:20px 0;
	background:#3690b2;
}



#id-card {
	border-top:1px solid #81b9c8;
	border-bottom:1px solid #81b9c8;
	width:280px;
	height:110px;
	margin:0 auto;
	margin-top:30px;
}
#id-photo {
	float:left;
	width:100px;
	height:110px;
	background:url(../img/id_photo.jpg) no-repeat;
}

#id-text{
	border-top:1px solid #81b9c8;
	border-bottom:1px solid #81b9c8;
	height:108px;
	overflow:hidden;
	padding-left:15px;
}
#id-name {
	font-weight:bold;
	margin-top:10px;
	font-style: italic;
}
.id-tel{
	margin:4px 0;
}

#quotes {
	width:340px;
	margin:20px auto;
	border:1px solid #81b9c8;
	padding:20px;
	padding-bottom:0;
}
blockquote{
	background: transparent url(../img/quoleft.gif) left top no-repeat;
	padding: 5px 0 0 0;
	margin:0;
	text-indent:34px;
	margin-bottom:20px;	
}
blockquote b{
	font-weight:normal;
	color:#61a8ba;
}

#footer {
	margin-left:360px;
	border-top:1px solid #4f9db1;
	color: #4f9db1;
	text-align:center;
	font-size:10px;
	padding:5px;
	position:absolute;
	bottom:10px;
}
#footer a,#footer a:visited{
	color: #4f9db1;
	text-decoration:none;
}
#footer a:hover{
	color: #cfecf4;
	
}


/*Shadow*/
#shadowed {
	margin:0 12px;
	background:#34499a;
	padding-top:10px;
	position:relative;
}
#shadow-left{
	float:left;
	width:12px;
	padding-bottom:3000px;
	margin-bottom:-3000px;
	background: transparent url(../img/shadow_left.gif) left top repeat-y;

}
#shadow-right{
	float:right;
	width:12px;
	padding-bottom:3000px;
	margin-bottom:-3000px;
	background: transparent url(../img/shadow_right.gif) right top repeat-y;
}
#shadow-bottom{
	height:12px;
	background: transparent url(../img/shadow_bottom.gif) right top repeat-x;
	width:772px;
	margin:0 auto 0 auto;
	position:relative;
}
#shadow-top{
display:none;
	height:12px;
	background: transparent url(../img/shadow_top.gif) right bottom repeat-x;
	width:772px;
	margin:0px auto 0 auto;
	position:relative;
}
#shadow-top-right{
	height:12px;
	background: transparent url(../img/shadow_top_right.gif) right bottom repeat-x;
	width:12px;
	position:absolute;
	top:0;
	right:0;
}
#shadow-top-left{
	height:12px;
	background: transparent url(../img/shadow_top_left.gif) left top repeat-x;
	width:12px;
	position:absolute;
	top:0;
	left:0;
}
#shadow-bottom-right{
	height:12px;
	background: transparent url(../img/shadow_bottom_right.gif) right bottom repeat-x;
	width:12px;
	position:absolute;
	bottom:0;
	right:0;
}
#shadow-bottom-left{
	height:12px;
	background: transparent url(../img/shadow_bottom_left.gif) left bottom repeat-x;
	width:12px;
	position:absolute;
	bottom:0;
	left:0;
}