/* Styles for the entire body */
* {
	margin : 0;
	padding : 0;
}
body {
	background-color: #fff;
}
img {
	border: 0;
}

#container {
	width: 950px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* Styles for the header including logo */
#header {
	height : 185px;
	width:100%;
	background-image: url(../images-site/headerCSM.jpg);
}
#imgLogo {
	float: left;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
}



#logo {
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #069;
	width:40%;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#headermenu { 
	float: right;
	text-align: right;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	width:57%; 
	padding: 10px 10px 0px 0px; 
	background-color: inherit;
}


#headermenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}


#headermenu a:hover {
	text-decoration: underline;
}


#smoothmenu1 {
	background-color: #00619f;
	width: 100%;
}


/* Styles for the infobox */
#infobox {
	clear: both;
	width:100%;
	background-color: #D1D9E4;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nutshell {
	float: left;
	width:51%;
	background-color: #D1D9E4;
	
}
#nutimg1 {
	float: left;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
	margin: 10px;
	display: inline;
}


#nutimg2 {
	float: left;
	border:1px solid #455A79;
	background:#D1D9E4;
	display: inline;
	margin: 10px;
	padding: 5px;
}
#nutimg3 {
	float: left;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
	margin: 10px;
	display: inline;
}
#nutimg4 {
	float: left;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
	margin: 10px;
	display: inline;
}
#nutimg5 {
	float: left;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
	margin: 10px;
	display: inline;
}
.clear {
	clear: both;
}

#services {
	float: right;
	width:48%;
	background-color: #D1D9E4;
}
#services a {
	color: #202935;
	text-decoration: none;
}
#services a:hover {
	color: #00619f;
}


#services h2 {
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D1D9E4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#1E4160;
	font-size: 100%;
	text-transform: uppercase;
}


#services p {
	text-align: justify;
	padding:0px 0px 0px 0px;
	padding-right: 20px;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #202935;
	line-height: 1.3em;
	
}

#services ul {
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
	padding-left: 45px;
}

#services ul li {
	font-family: Arial, verdana, sans-serif;
	color: #202935;
	font-size: 15px;
	list-style-type: none;
	list-style-image: url(../images-site/bullet-icon.gif);

}


/* Styles for the main content */
#contents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #FFF;
}


#leftcontainer {
	float: left;
	width:70%;
}

#info1 {
	float: left;
	padding: 5px;
	border:1px solid #455A79;
	background:#D1D9E4;
	margin: 10px;
	display: inline;
}
#info2 {
	float: left;
	border:1px solid #455A79;
	background:#D1D9E4;
	display: inline;
	margin: 10px;
	padding: 5px;
}
#leftcontainer ul {
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
	padding-left: 45px;
}
#leftcontainer ul li {
	font-family: Arial, verdana, sans-serif;
	color: #202935;
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(../images-site/bullet-icon.gif);
}
#leftcontainer ul li a {
	color: #202935;
}


/*Styles for the left columm. */
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D1D9E4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#1E4160;
	font-size: 100%;
}
#leftcontainer h2 a {
	color: #202935;
	text-decoration: none;
}
#leftcontainer a {
	color: #202935;
	text-decoration: none;
}


#leftcontainer p
{
	margin: 5px;
	padding: 5;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: justify;
	color: #202935;
	font-size: 77%;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: none;
	color: #00619f;
}


#rightcontainer {
	float: right;
	width:27%;
}
#rightone {
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}
#rightone h2 {
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D1D9E4;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#1E4160;
	font-size: 100%;
}
#rightone h2 a {
	color: #202935;
	text-decoration: none;
}

#rightone h4 {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 85%;
	font-weight: bold;
}
#rightone p {
	font-size: 77%;
	text-align: justify;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #202935;
	line-height: 1.5em;
}

.contacts td {
	font-size: 77%;
	text-align: justify;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #202935;
	line-height: 1.5em;
}

.contacts td input {
	width: 200px;
}

#rightone a {
	color: #1E4160;
	text-decoration: none;
}
#rightone a:hover {
	color: #00619f;
}

#rightone p.data {
	font-weight: bold;
	padding-left: 20px;
}


#righttwo {
	padding-top: 30px;
	padding-bottom: 5px;
}
#imgser1 {
	text-align: center;
	float: left;
	width: 80px;
	padding-top: 10px;
	padding-left: 5px;
}



#imgser2 {
	text-align: center;
	float: left;
	width: 80px;
	padding-top: 10px;
	padding-left: 5px;
}

#imgser3 {
	text-align: center;
	float: left;
	width: 80px;
	padding-top: 10px;
	padding-left: 5px;
}

/*Styles for the footer. */
#footer {
	clear: both;
	margin: 5px 0 0 0;
	width:100%;
	background-color: #00619f;
}

#footer p {
	padding: 10px;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	margin: 0px;
	background-color: #455A79;
}
.rightone {
	margin: 0px auto 10px auto;
	background-color:#FFF;
	border:1px solid #455A79;
	line-height:1.1em;
	text-align: left;
}

.results a{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, verdana, sans-serif;
}

.results {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, verdana, sans-serif;
}
