/* CSS Document */

body {
	margin: 0px;
}

.wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#topline {
	width: 500px;
	float: left;
	margin-bottom: 8px;
	margin-top: 8px;
	height: 13px;
	overflow:hidden;
}

#searchbox {
	width: 400px;
	float: right;
	}
	
#SearchForm_SearchForm {
	width: 390px;
	}
	
#header {
	clear: both;
	width: 100%;
	height: 120px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

#logo {
	float:left;
	height: 64px;
	width: 195px;
	margin-top: 30px;	
}

#callnow {
	float:right;
	height: 64px;
	width: 300px;
	margin-top: 40px;	
}

#menu {
	clear: both;
	width: 100%;
	height: 35px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;	
}

#menu2 {
	clear: both;
	width: 1000px;
	height: 24px;
	background-image: url(../images/menu2_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	top: -5px;
	margin: 0 auto;
	margin-bottom: -5px;
}

#menu3 {
	clear: both;
	width: 1000px;
	height: 24px;
	background-image: url(../images/menu3_bg.png);
	background-repeat: repeat-x;
	background-position: top;	
	margin: 0 auto;
}


#presentation {
	clear: both;
	width: 1000px;
	height: 252px;
	margin: 0 auto;
	}
	
#slideshow {
	clear: both;
	width: 1000px;
	height: 252px;
	margin: 0 auto;
	background-color: #1D2B5E;
	overflow: hidden;
	background-image: url(../images/slideshow_bg.jpg);
	}

#maincontent {
	width: 1000px;
	height: inherit;
	float:left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #1D2B5E;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#leftcol {
	float: left;
	width: 720px;
	height: inherit;
	}
	
#main {
	float: left;
	width: 475px;
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
	height: 530px;
	overflow: auto;
	}
	
#rightcol {
	float: right;
	width: 335px;;
	height:100%;
	}
	
#contactcol {
	float: right;
	width: 215px;
	padding-right: 25px;
	padding-left: 30px;
	}
	
#contactcol form{
	width: 155px;
	}

#logincol {
	padding-right: 15px;
	padding-left: 10px;
	float: right;
	width: 200px;
	height: 100%;
	}
	
#logincol form{
	width: 155px;
	padding: 0px;
	}
	
#footer {
	clear: both;
	width: 100%;
	height: 80px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.NewsStory {
	clear: both;
	width: 650px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
}
	
.NewsImage {
	float: left;
	padding-left: 40px;
}

.NewsText {
	float: right;
	width: 500px;
	}

.MainNewsImage {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCC;
	height: 1px;
	margin-left: 50px;
}

#MemberLoginForm_LoginForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: 400px;
	padding-left: 50px;
}

#Form_Form  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: 400px;
	padding-left: 50px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}