/* Common font */
body, h1, h2, h3, h4,h5,h6, input, select, textarea, p, table { font-family: Verdana, Tahoma, sans-serif; font-size:12px;}

/* Body of the document */
body{
	margin:0px;
	padding:0px;
	background:#F6F6F6 url(../images/bg.gif);
	text-align:center;
	font-size:12px;
}

/* Wrap the main content */
#wrap{
	margin:20px auto 0px auto;
	padding: 0;
	width: 706px;
	background:#FFF url(../images/main-bg.gif) repeat-y;
}

html>wrap{
	width: 706px;
}

/* wrap the main content area */
#main{
	margin: 0 auto;
	padding: 0;
	width: 706px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
html>main{
	width: 706px;
}

/* Wrap the header in a div */
#header{
	margin: 0 auto;
	padding: 13px 0px 0px 0px;
	width: 706px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
html>header{
	width: 706px;
}

/* User margins NOT padding to space content*/
#header table {
	margin:0px 4px 0px 4px;
	width:698px;
	background-image:url(../images/menu-bg.gif);
	background-repeat: repeat-x;
}

/* Tables used to split up the content */
#content {
	margin:0px 4px 6px 4px;
	width:698px;
}

/* Columns of the content area */ 
#column-one {
	width:500px;
	padding:10px 0px 20px 0px;
	border-right:2px solid #BDBDBD;
}

#column-two{
	width:206px;
	padding:10px 0px 20px 0px;
}

/* The footer links */
#footer{
	margin:3px 0px 0px;
	white-space:nowrap;
	left: auto;
}

/* default styles */
blockquote {
	margin:5px;
	padding:0px;
	width:auto;
}

h1 {
	color:#303030;
	margin:0px;
	padding:0px 0px 12px 20px;
	font-size:16px;
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
}

h2{
	color:#357AAC;
	margin:0px 0px 0px 0px;
	font-size:15px;
}

h3{
	color:#BBBBBB;
	margin:0px;
	font-size:13px;
}

h4{
	color:#8E8E8E;
	margin:0px;
	font-size;12px;
}

h5{
	color:#8E8E8E;
	text-align:center;
	font-size;10px;

}

p {
	color:#747474;
	margin:5px 0px 5px 0px;
}

a:link, a:visited, a:active {
	color:#357AAC;
}
a:hover{
	color:#959595;
}

hr{
	margin:10px 0px 10px 0px;
	color:#BDBDBD;
}

small {
	font-size:9px;
}

/*Bullets used to style content*/
#bulletpoints {
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}

#bulletpoints li {
	background:transparent url(../images/bulletpoint.gif) no-repeat;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 16px;
	color:#747474;
}

/* Custom styles */
#address, #site-name{
	margin:20px 15px 3px 15px;
	white-space:nowrap;
}
#address {
	color:#535353;
}
#site-name{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}


/* The Menu */
#menu {
	height:75px;
	white-space : nowrap;
	margin-left:0px;
	width:405px;
	text-align:right;
}
#nav-menu{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: left;
}
#nav-menu li{
	display:inline;
}



#nav-menu li a:link, #nav-menu li a:visited, #nav-menu li a:active{
	display:block;
	float:left;
	width:80px;
	height:74px;
	background:url(../images/menu.gif) no-repeat 0px 0px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	color:#6298BF;
	font-size:9px;
	text-align:left;
}

#nav-menu li a div{
	margin:60px 0px 0px 5px;
}

#nav-menu .current a:link,#nav-menu .current a:visited,#nav-menu .current a:active  {
	background-position:0px -74px;
	color:#000;
}

#nav-menu li a:hover {
	background:url(../images/menu.gif) no-repeat 0px -74px;
	color:#AFAEAE;
}


/* Side menu */
#sidemenu {
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}

#sidemenu li {
	background:transparent url(../images/bullet.gif) no-repeat;
	margin:8px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

/* Images */
blockquote img {
	float:left;
	margin:5px 5px 0px 0px;
}


/*centered image*/
.cntr {
	margin-left:120px;
	
}


.clear-both {
	clear:both;
	line-height:0px;
}