/* CSS Document */

/*
CSS - C-SAM
*/

BODY{ margin : 0px 0px 0px 0px;
      font-family: Arial, Helvetica, sans-serif;
	  background-color: #A5AdA9;
	 }

div#homewrap {
    margin-top: 70px;
	width: 760px;
	height:480px;
	position: relative;
	text-align: center;
	padding:0; 
	background-color:#FFFFFF;
	vertical-align:middle
}  

div#wrap {
    margin:0 auto;
	width: 760px;
	position: relative;
	text-align: left;
	padding:0; 
	border: solid 7px #FFFFFF;
	background-color:#FFFFFF;
}

div#header {
	background:#FFF url(./images/global/csam-logo.gif) top left no-repeat; 
	height:116px; 
	margin:0; 
	padding:0;
	border-bottom: solid 7px #E59666;
}


div#container {
	margin:0; 
	width:760px;
	background:#fff url(./images/global/background.gif) repeat-y left;
}

#main {
    float:right;
    width:572px;
    }
	
	
#sidebar {
    float:left;
    width:182px;
	margin-bottom:15px;
    }
	
div#address {
    margin-left:20px;
	vertical-align:bottom;
	clear:both;
    }
	
div#latestnews {
	margin-right:15px;
	margin-left:15px;
	font-size:75%;
	width:152px;
    }
	
.clearing
{
	height:0; clear:both;
}


/* Links */

a:link {
color:#E59666;
background: inherit;
text-decoration : none; 
font-weight:bold;
padding : 0;
margin : 0;
}
a:visited {
color:#E59666;
font-weight:bold;
background : inherit; 
text-decoration : none; 
}
a:hover {
color:#E59666;
font-weight:bold;
text-decoration : underline; 
}
a:active {
color:#FF6633;
font-weight:bold;
background : inherit; 
text-decoration : none; 
}

.latestnewslink {
color:#666; 
text-decoration : none; 
}


/* POSITIONING */
	
img.photo {
    border:0px;
	margin-top : 5px;
	margin-bottom : 10px;}
	
img.btn {
    margin-right : 10px;}


/* TEXT STYLE */

h1
{
	display:none;
}
h4
{

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color: #7A7A7A;
	line-height: 20px;
	font-weight: bold;
	
}

h5
{

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	
}

p {
	font-weight: normal;
	color: #000;
	font-size: 75%;
	font-style: normal;
	line-height: 14pt;
	margin-left:30px;
	margin-right:20px;
}
.hometext {
	color: #666 !important;
}

li {
	font-weight: normal;
	color: #000;
	font-size: 75%;
	font-style: normal;
	line-height: 14pt;
	margin-left:30px;
	margin-right:20px;
}

.newstext {
	font-weight: normal;
	color: #000;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
}

.header {
	color:#B89701;
	font-weight:bold;
}

.heading {
	font-weight:bold;
	font-size: 100%;
}


ul{ padding:0px;
 margin:20px 0px 0px 17px;
}


/* FORM STYLE */

.form {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width:230px;
	padding:2px;
	
	 }


