/**************************************************************************************/
/*
/*	  Designed by 'AS Designing'
/*	  http://www.asdesigning.com
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

* {padding:0; margin:0; border: 0px;}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: top;
	margin: 30px 0px 0px 0px;
	overflow-y: scroll;			
}

table
{
	width: 100%;
	border: none;
}

img
{
    border: 0;
    vertical-align: top;     
}

p
{
}

a
{
	text-decoration: none;
	outline-style: none;
	color: #2E6A9C;	
}

a:hover
{
	color: #F60;
}

ul
{
}

li
{
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-image: url(../images/mark.png);	
}

form
{
}

input
{
	height: 15px;
	margin: 2px 8px 2px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #666666;
	border: 1px;
	border-color: #4286B9;
	border-style: solid;
	vertical-align: bottom;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

textarea
{
	width: 450px;
	margin: 2px 2px 10px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #666666;	
	border: 1px;
	border-color: #4286B9;
	border-style: solid;
	vertical-align: bottom;
	font-family: Arial, Verdana, Helvetica, sans-serif;		
}

label
{
	vertical-align: bottom;
	padding: 4px 0px 0px 0px;
}


/**************************************************************************************/
/**************************************************************************************/
/*   General Element IDs
/**************************************************************************************/
/**************************************************************************************/

#general
{
}

#mainlogo
{
}

#mainbanner
{
}

#companyname
{
	float: left;
	height: 50px;
	padding: 0px 0px 0px 20px;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

#slogan
{
	padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #2E6A9C;
	text-transform: uppercase;
	vertical-align: top;
}

#login
{
}

#subscribe
{	
}

#calendar
{
}

/**************************************************************************************/
/*   Navigation
/**************************************************************************************/

/*** Main Menu ************************************************************************/

#mainmenu
{
	width: 180px;
	height: 180px;
	padding: 10px 0px 50px 10px;	
	text-transform: uppercase;
	text-align: left;
}

#mainmenu ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #2E6A9C;		
}

#mainmenu li
{
	margin: 10px 0px 0px 0px;
	list-style-position: inside;
	list-style-image: url(../images/mark.png);
	line-height: 20px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #2E6A9C;	
}

#mainmenu li a  
{
	color: #2E6A9C;	
}

#mainmenu li a:hover
{
	color: #F60;
}


/**************************************************************************************/
/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

#header
{
    width: 738px;
    background-color: #fff;
    height: 200px;
	border-left: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CFCFCF;
	border-right: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CFCFCF;	
}
/**************************************************************************************/
/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content
{
	width: 990px;
	margin: 0px auto 0px auto;
}


/**************************************************************************************/
/*   Column Left 
/**************************************************************************************/

#colleft
{
	width: 250px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#colleft h1, 
#colleft h2 , 
#colleft h3
{
    margin: 15px 0px 20px 0px;
    padding: 5px 0px 5px 15px;
    background-image: url(../images/colleft_headline.png);
    background-repeat: repeat-y;
    background-position: left;
	text-transform: uppercase;
	font-size: 12px;
}

#colleft h4
{
	color:  #000080;
	font-size: 12px;	
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#colleft .content
{
	width: 208px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 30px 20px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/colleft_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	border-left: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-right: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}

#colleft #colleft_topborder
{
	width: 249px;
	height: 15px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/collefttop_border.png);
	background-repeat: no-repeat;
	background-position: top;
}

#colleft #colleft_bottomborder
{
	width: 249px;
	height: 25px;	
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/colleftbottom_border.png);
	background-repeat: no-repeat;
	background-position: top;	
}

#colleft .txtblock
{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
}

#colleft ul 
{
}

#colleft li  
{
    padding: 3px 0px 3px 0px;
	list-style-position: inside;
}


#colleft button, 
#colleft .button
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/**************************************************************************************/
/*   Column Main 
/**************************************************************************************/

 #colmain
{
	float: right;
	width: 739px;
	min-height: 500px;	
    padding: 0px 0px 0px 0px;	
    margin: 0px 0px 0px 1px;
	text-align: left;
}

#colmain #colmain_topborder
{
	height: 25px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/colmaintop_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

#colmain #colmain_bottomborder
{
	height: 25px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/colmainbottom_bg.png);
	background-repeat: no-repeat;
	background-position: top;	
}

#colmain .content
{
	width: 698px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 30px 20px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}


#colmain h1, 
#colmain h2, 
#colmain h3
{
    width:100%;
    font-size: 12px;    
    font-weight: bold;
	text-transform: uppercase;
    margin: 5px 0px 20px 0px;
    padding: 10px 0px 10px 15px;
    background-image: url(../images/colmain_headline.png);
	background-repeat: no-repeat;	
}

#colmain p
{
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	text-align: justify;
}

#colmain ul
{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain li
{
	margin: 0px 0px 0px 2px;
	text-align: justify;
	list-style-position: outside;
}

#colmain input
{
	float: left;
	width: 202px;	
}

#colmain input[type="checkbox"],
#colmain input[type="radio"]
{
	float: left;
	width: 15px;
}

#colmain label
{
	float: left;
	width: 150px;
}

#colmain .txtblock
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain #article img
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

#colmain .newsblock, 
{
}


#colmain .linksblock
{
}

#colmain .newsblock h1, 
#colmain .linksblock h1,
#colmain .newsblock h2, 
#colmain .linksblock h2, 
#colmain .newsblock h3, 
#colmain .linksblock h3,
{
}

#colmain .linksblock ul
{
}

#colmain .linksblock li a
{
}

#colmain .linksblock li a:hover
{
}

#colmain .newsblock h1, 
#colmain .linksblock h1
{
}

#colmain .writenby
{
	float: left;
	margin: 0px 30px 10px 0px;	
}

#colmain .readmore
{
	margin: 0px 0px 10px 0px;
}


#colmain button, 
#colmain .button
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**************************************************************************************/
/*   Column Right 
/**************************************************************************************/

#colright
{
}


/**************************************************************************************/
/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
	width: 700px;
	height: 30px;
	margin: 10px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #2E6A9C;
}

#footercontent
{
}

#footertop
{
}

#footerbottom
{
}

#footercolleft
{
}

#footercolright
{
}

#footertrademark
{
    float: right;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    color: #2E6A9C;
    font-size: 11px;
    font-weight: bold;
	text-align: right;
	background: url(../images/asdesigning_on.png) no-repeat -9999px -9999px;	
}

#footertrademark a,
#footermenu a
{
    color: #2E6A9C;
    text-decoration: none;
    border: none;
}

#footertrademark a:hover,
#footermenu a:hover
{
    color: #FF6600;
    border: none;
}

#footertrademark .trademark
{
	width: 220px;
	height: 30px;
}

#footermenu
{
    float: left;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    color: #2E6A9C;
    font-size: 11px;
    font-weight: bold;
	text-align: left;
}

#footermenu ul 
{
    list-style-position: none;
}

#footermenu li  
{
    display: inline;
}

#footermenu li a
{
    color: color: #2E6A9C;
    border: none;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-color: color: #2E6A9C;;    
}

#footermenu li a:hover
{
    color: #FF6600;
    border: none;
}

/**************************************************************************************/
/*   General Classes
/**************************************************************************************/
/**************************************************************************************/

.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

.center
{
    padding: 10px;
    text-align: center;    
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.spacer
{
	height: 40px;
}

.separator_10
{
	width: 1px;
	height: 1px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;	
}

.separator_15
{
	width: 1px;
	height: 1px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;	
}

.sepline
{
	padding: 0px 0px 15px 0px;	
}

.separator
{
	margin: 10px 0px 0px 0px;
	height: 1px;
}

.separatordotted_hor
{
	margin: 20px 0px 20px 0px;
	height: 1px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.separatordotted_ver
{
	margin: 0px 0px 0px 0px;
	width: 1px;
	background-image: url(../images/sep_ver.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

.chooser
{
    width: 160px;
    color: #666666;
}

button, 
.button
{
	width: 105px;
	height: 21px;
	background-color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px;
	border-color: #4286B9;
	border-style: solid;
}

button:hover,
.button:hover
{

    color: #FFFFFF;
    background-color: #8CABC1;    
} 

.label
{
    font-weight: bold;
}

.asterisk
{
	float: left;
	width: 10px;
	padding: 0px 0px 0px 3px;
	color: #FF6600;	
}
#submit
{
width: 50px;
height: 20px;
cursor:hand;

}